about summary refs log tree commit diff
path: root/Src/zsh.h
Commit message (Collapse)AuthorAgeFilesLines
* Jun T.: 30640: MacOS doesn't define __STDC_ISO_10646__ but we needPeter Stephenson2012-08-231-1/+8
| | | | the replacement wcwidth function anyway
* 30633: "functions -T" only traces marked function, not called functionsPeter Stephenson2012-08-211-0/+1
|
* Hiramatsu Yoshifumi: 30621 patch-ab (from NetBSD pkgsrc):compilation onPeter Stephenson2012-08-161-0/+2
| | | | __INTERIX
* YAMAMOTO Takashi: 30599: don't use replacement wcwidth if not ISO-10646Peter Stephenson2012-08-071-1/+1
|
* 30181, plus rename of PF_* flags to PREFORK_*:Peter Stephenson2012-02-121-3/+12
| | | | | | Pass sh-wordsplitting instructions to paramsubst() using flags, avoiding side effects of explicitly setting and unsetting the SHWORDSPLIT option.
* 30101: add HASH_EXECUTABLES_ONLY optionPeter Stephenson2012-01-081-0/+1
|
* 29955++: IGNORE_CLOSE_BRACES optionPeter Stephenson2011-12-081-0/+1
|
* 29677: Do not allow external processes in a pipeline to become suspendedBart Schaefer2011-08-141-0/+2
| | | | | when the end of the pipe is controlled by a builtin in the current shell which cannot itself become suspended.
* 29276: always typedef Heapid for use by auto-generated header files.Bart Schaefer2011-05-141-1/+2
|
* 29267: add -enable-zsh-debug and use for debugging completion matcher groupsPeter Stephenson2011-05-141-0/+60
|
* 28638: add $usergroups parameterPeter Stephenson2011-01-191-0/+17
|
* 28578: fix handling of numeric escapes that expand to "%" in printfBart Schaefer2011-01-061-3/+8
| | | | format strings, so they are not treated as format introducers.
* lexsave/lexrestore lexflagsPeter Stephenson2010-12-141-3/+9
| | | | add new LEXFLAGS_ZLE
* 28528: Rearrange zleparse to lexflagsPeter Stephenson2010-12-141-0/+28
| | | | Add (z+n+)
* 28424: new POSIX_STRINGS optionPeter Stephenson2010-11-221-0/+1
|
* 28308/28310: HIST_LEX_WORDS, check for quick history readPeter Stephenson2010-10-021-0/+1
|
* 28259: Finally fix some ancient problems with here-documentsPeter Stephenson2010-09-141-1/+5
|
* 28253: document -h argument to atribute commandsPeter Stephenson2010-09-121-0/+1
|
* 27965, 27966: Improve ${(q)...}: newline appears as $'\n;,Peter Stephenson2010-05-271-1/+5
|
* 27793 and follow ups: add PATH_SCRIPT option to find script using $PATHPeter Stephenson2010-03-161-0/+1
|
* 27785: IFS doesn't have a null in it in POSIXPeter Stephenson2010-03-111-0/+4
| | | | unposted: note & needs quoting in :s in glob qualifier
* 27754 plus NEWS change: add "zsystem flock"Peter Stephenson2010-02-241-1/+10
|
* 27638, based on Frank Terbeck, 27633: SOURCETRACE optionPeter Stephenson2010-01-271-0/+1
|
* 27167: add POSIX_CD option to test "." after CDPATHPeter Stephenson2009-07-191-0/+1
|
* 27129: fix status at start of function, command subst, etc.Peter Stephenson2009-07-111-0/+11
|
* 27106: reset status on command that expands to emptyPeter Stephenson2009-07-101-0/+2
| | | | 27122: add POSIX_JOBS option
* 27087: change return codes from failed "."Peter Stephenson2009-07-021-3/+3
|
* 27083: non-zero status on failures to find or execute file in "."Peter Stephenson2009-07-011-0/+11
|
* 27304: add ${(q-)..} flagPeter Stephenson2009-06-051-0/+7
|
* 26772: better error handling and fix runaway chdir on failed cdPeter Stephenson2009-03-241-0/+1
|
* 26675: add POSIX_ALIASES optionPeter Stephenson2009-03-031-0/+1
|
* 26583: use HOOK_FUNCTIONS more widelyPeter Stephenson2009-02-191-0/+9
|
* 26546, 26556: sticky emulation for functions defined in emulate ... -c ...Peter Stephenson2009-02-111-0/+15
| | | | environments, plus documentation
* 26061: fix clash between process subst and numeric globPeter Stephenson2008-11-181-9/+10
| | | | 26062: additional compmatch change, missed from 26047
* 25971: fix options handling for builtins that handle their ownPeter Stephenson2008-10-301-0/+6
|
* 25831: fix empty return values from subscript matches with RC_EXPAND_PARAMPeter Stephenson2008-10-091-10/+19
|
* 25775: fix logical problem with function line numbering inside eval-style trapsPeter Stephenson2008-09-291-0/+4
|
* 25771: shell function context for substitution functionsPeter Stephenson2008-09-291-0/+1
|
* 25641: add emulation option (NO_)MULTI_FUNC_DEFPeter Stephenson2008-09-111-0/+1
|
* 25595: fix line numbers with EVAL_LINENO,Peter Stephenson2008-09-031-1/+9
| | | | | try to fix oddities with funcstack and sourced files, simplify use of caller element of funcstack
* 25570: line numbers of complex sublists were wrong, plus testPeter Stephenson2008-08-311-1/+1
| | | | make lineno zlong in another place
* 25490: make zties dynamic so there can be more than one gdbm handle in use ↵Clint Adams2008-08-191-0/+1
| | | | at a time.
* 25448: add $funcfiletrace to show absolute line number for callerPeter Stephenson2008-08-131-1/+2
|
* 25247 with further modifications: add $funcsourcetracePeter Stephenson2008-08-111-1/+5
|
* 25415: Make DEBUG_BEFORE_CMD the default.Peter Stephenson2008-08-071-1/+21
| | | | | Reuse ERR_EXIT in DEBUG traps. Clean up trapreturn code.
* 25345, 25347: neaten interface from main shell to zlePeter Stephenson2008-07-311-5/+15
|
* 25149: add C_PRECEDENCES option to make arithmetic have C/Perl precedencePeter Stephenson2008-06-121-0/+1
|
* 25138(? mailing list stuck): rewrite of completion matching.Peter Stephenson2008-06-081-0/+42
| | | | Will one day use multibyte/wide characters, doesn't yet.
* 25126: reformatting for 25124Clint Adams2008-06-011-3/+2
|
* 25124: work with --(disable|enable)-largefile instead of ↵Clint Adams2008-06-011-1/+2
| | | | --(disable|enable)-lfs, since the latter is no longer functional.