summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-10-29unposted: belatedly sort out some distfilesPeter Stephenson5-7/+54
2008-10-29update to 4.3.8Peter Stephenson8-24/+36
2008-10-2925940: delay !multi memory allocation until after possibility to error out ↵Clint Adams2-7/+12
and return without freeing.
2008-10-2825938 (Mikael) + probably 25939, too: typo in _path_filesPeter Stephenson2-3/+6
2008-10-2825937: builtins with no options should still ignore --Peter Stephenson3-1/+15
2008-10-28Release 4.3.7Peter Stephenson3-2/+23
2008-10-2625934: handle bts subscribe, unsubscribe, and fix owner. Patches from ↵Clint Adams2-2/+19
Ansgar Burchardt.
2008-10-26unposted: region_highlight wrongly capitalised in NEWSPeter Stephenson2-1/+4
2008-10-26unposted: update version claimed in README to 4.3.7Peter Stephenson2-1/+3
2008-10-26Mikael: 25933: typosPeter Stephenson5-4/+9
2008-10-2425931: Test for prompt code reentrancyPeter Stephenson4-2/+73
users/13400: clarify some ksh-like editing issues
2008-10-2425930: dynamic directory expansion memory handling was screwyPeter Stephenson3-197/+229
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