summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-10-23users/13375: trivial rewrite to ternary expressionPeter Stephenson2-1/+9
2008-10-2325927: include the ignored prefix/suffix in the hidden prefix/suffixBart Schaefer2-14/+21
only for compadd -U.
2008-10-2325926: free val only after it may be passed to strlen (as in 25656).Clint Adams2-1/+6
2008-10-20unposted: 4.3.6-dev-2Peter Stephenson2-2/+6
2008-10-1825912: fix another metafication bug in completionPeter Stephenson3-29/+51
and remove lies about matchers
2008-10-1825911: see if we can work around multibyte problems in file systemPeter Stephenson2-9/+11
2008-10-1825910: avoid dangling file handle in bin_print.Clint Adams2-1/+8
2008-10-17Rocky: 25907: Makefile needs .exe to run zsh on CygwinPeter Stephenson3-3/+8
2008-10-1625905: fix and test doubled-hash radix outputPeter Stephenson3-1/+23
2008-10-15Phil Pennock: 25854: fix Devel module completion for "perl -d:".Bart Schaefer3-4/+40
2008-10-1525883 (quoting in _multi_parts) and 25887 (-U in _path_files).Bart Schaefer1-0/+10
2008-10-15Jörg Sommer: 25883: quote tmp1 strings before joining them into a pattern.Bart Schaefer1-1/+1
2008-10-1525887: fix brace completion oddity by using compadd -U more selectively.Bart Schaefer1-8/+8
2008-10-1425898: avoid dereference of p after it is freed in getmathfunc.Clint Adams2-1/+5
2008-10-1425897: remove small bit of dead code in cfp_opt_pats.Clint Adams2-2/+5
2008-10-1425896: remove small bit of dead code in execbuiltin.Clint Adams2-4/+4
2008-10-14Jörg Sommer: 25882: run ssh with -oBatchMode=yes.Clint Adams2-1/+6
2008-10-1425893: rescind advice to use m:{[:lower:]}={[:upper:]} matcher for nowPeter Stephenson2-8/+17
2008-10-1225860: avoid possible NULL dereferencing in bld_parts.Clint Adams2-1/+7
2008-10-12unposted, c.f. 25848: attempt to sanitize comptest environmentPeter Stephenson1-1/+0
2008-10-12unposted, c.f. 25848: attempt to sanitize comptest environmentPeter Stephenson2-0/+8
2008-10-1225859: avoid possible NULL dereferencing if RC_QUOTES is set.Clint Adams2-1/+4
2008-10-12Mikael Magnusson: 25856: typo fixes.Clint Adams2-3/+5
2008-10-12Mikael Magnusson: 25855: typo fixes.Clint Adams2-4/+8
2008-10-1125845: fix pattern but with backslashed and metafied charatersPeter Stephenson1-0/+11
2008-10-1125845: fix pattern but with backslashed and metafied charatersPeter Stephenson2-1/+13
2008-10-11Marc Chantreux: 25816: promiscuous ip linksPeter Stephenson2-0/+6
2008-10-11Fixed a signed/unsigned compiler warning.Wayne Davison2-1/+6
2008-10-10users/13323: new test wasnt robust about ignoring /etc/zshenvPeter Stephenson2-1/+5
2008-10-10users/13321: allow --disable-gdbmPeter Stephenson2-3/+13
2008-10-10unposted: protect () in doc from macro expansionPeter Stephenson2-1/+3
2008-10-10unposted: update CONTRIBUTORSPeter Stephenson2-5/+8
2008-10-1025837: add NEWS about new debugging featuresPeter Stephenson2-1/+23
2008-10-10unposted: silence some warnings when WARN_CREATE_GLOBAL is setPeter Stephenson3-1/+7
2008-10-10unposted: 4.3.6-dev-1Peter Stephenson1-0/+2
2008-10-10test needs -f flag to zshPeter Stephenson3-3/+8
2008-10-10Fix trailing backslash in example.Bart Schaefer1-1/+1
2008-10-10Several belated commits and one timely one:Bart Schaefer1-0/+15
* 25814: Functions/Misc/run-help * unposted (?): Functions/Prompts/promptinit * 25140: Src/exec.c * 25029: Completion/Unix/Command/_sudo, Doc/Zsh/compsys.yo
2008-10-1025029: : "environ" style to allow a different search path when completingBart Schaefer2-0/+15
as a different user.
2008-10-1025140: improve error handling/reporting for here-document temp files.Bart Schaefer1-2/+3
2008-10-10Quote expansion of prompt_opts in prompt() because zsh emulation is byBart Schaefer1-1/+1
necessity not enforced there.
2008-10-1025814: quote arguments to "eval".Bart Schaefer1-1/+1
2008-10-0925833: remove zparseopts line obsoleted by 25824.Clint Adams2-3/+3
2008-10-09Jörg Sommer: 25824: make it possible to use abbreviated paths for tree files.Clint Adams2-1/+6
2008-10-0925831: fix empty return values from subscript matches with RC_EXPAND_PARAMPeter Stephenson6-17/+70
2008-10-0925818: missed changelog entryPeter Stephenson1-0/+6
2008-10-08Nikolai Weibull: 25828: new rm completionPeter Stephenson4-1/+58
unposted: note some new features in NEWS
2008-10-0725823: bring up zshcontrib man page if run-help is run on run-help and ↵Clint Adams2-0/+4
run-help is a function.
2008-10-07Jörg Sommer: 25819: improve module parameter completion.Clint Adams2-3/+13
First, do not embedd the = in the parameter by define it a parameter‐value separator; -S =. Second, look for already given parameters in all words; -w. Third, use the curcontext variable; -C. Forth, distinct between boolean and non‐boolean parameters, i.e. do not append a = to the end. And include the type of the parameter in the help message. This information is only given in the full output of modinfo, not in the narrowed output with --field.
2008-10-07Jörg Sommer: 25822: declare val_args as local array.Clint Adams2-0/+5