summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-02-2223183 complete comma-separated list of directories/modules for --added-modules.Clint Adams2-2/+20
2007-02-18unposted: document some limitations of utils.cPeter Stephenson2-0/+15
2007-02-1623182: _arguments problem with --with-foo[=BAR] specifiersPeter Stephenson2-1/+11
2007-02-1423178: update for modern versions of make-kpkg.Clint Adams2-5/+30
2007-02-1423177: better formatting of unprintable multibyte characters under 256Peter Stephenson2-1/+8
2007-02-1423169 (tweaked): report error on failure to dup for multiosBart Schaefer2-5/+45
2007-02-1323172: typo displaying multiline explanation stringsPeter Stephenson2-1/+8
2007-02-1323168: fix error message for failed bindPeter Stephenson2-1/+6
2007-02-1223165: fix problems with bases: error if over 36 and don't interpret octalPeter Stephenson5-10/+51
2007-02-1123164: Silence popd when PUSHD_SILENT is set.Felix Rosencrantz2-3/+8
2007-02-10fix metafication of ${(#)x}Peter Stephenson3-4/+46
2007-02-08unposted: document BAUD change in READMEPeter Stephenson2-0/+11
2007-02-0823159 plus minor doc tweaks: leave BAUD parameter unset by defaultPeter Stephenson5-116/+29
2007-02-0723153: restore old ztrcmp() and add comment about whyPeter Stephenson2-46/+37
2007-02-0623152: make ztrcmp() respect MULTIBYTEPeter Stephenson7-69/+107
make sorting of printed hash tables more consistent
2007-02-06unposted: uninitialised variable could result from 23144Peter Stephenson2-1/+6
2007-02-0523151: partial completion for mtn (monotone) command.Clint Adams3-0/+48
2007-02-0423150: completion for cdbs-edit-patch.Clint Adams3-0/+10
2007-02-0223144: Felix Eckhofer <felix@tribut.de>: NULL pointer in complist.cPeter Stephenson2-0/+6
2007-02-0223143: make =-expansion with metacharacters more consistentPeter Stephenson3-11/+17
2007-02-01unposted: we could add checksched() twice to the timed event listPeter Stephenson2-9/+54
2007-01-3123142: calendar enhancements: relative times, recurring eventsPeter Stephenson7-81/+397
2007-01-3023141: don't zrfresh() after printjob() that didn't printPeter Stephenson2-5/+20
2007-01-2923140: handle syntax for iputils variant as well as whichever arping for ↵Clint Adams2-2/+28
which we had already been completing.
2007-01-2723138: further tweak to backslashes in $'...'Peter Stephenson3-10/+43
2007-01-2723136: handle Bnulls now added in $'...'Peter Stephenson3-9/+29
2007-01-26Fixed a few problems revealed by compiler warnings.Wayne Davison1-0/+10
2007-01-26Mark an arg as UNUSED().Wayne Davison1-1/+1
2007-01-26Silenced a compiler warning by making an int unsigned.Wayne Davison1-1/+1
2007-01-26Fixed the error checking of mbrtowc() since its return vlaue can neverWayne Davison1-1/+1
be < 0 -- it returns MB_INVALID, (size_t)-1, which is a positive value.
2007-01-24unposted: sched deleted timed function twicePeter Stephenson2-4/+5
2007-01-2423131: new tests for command substitutionPeter Stephenson3-1/+89
2007-01-2323126, modified: bug in zle history inside $( and $((Peter Stephenson2-9/+23
2007-01-2223122: bug with new sort stuffPeter Stephenson2-6/+18
2007-01-2223119: lower case in sorting properlyPeter Stephenson4-4/+67
2007-01-21unposted; typoPeter Stephenson1-1/+1
2007-01-2123118: improve sorting to make it work with localesPeter Stephenson15-221/+497
2007-01-2123117: strip out erroneous commas.Clint Adams3-15/+16
2007-01-2123116: strip out erroneous commas.Clint Adams2-7/+14
2007-01-1923115: ";|" at end of case clause causes later patterns to be testedPeter Stephenson8-29/+101
2007-01-18unposted: typo in calendar_scandate docPeter Stephenson1-1/+1
2007-01-18unposted: typo in calendar_scandate docPeter Stephenson2-2/+3
2007-01-1823114: ${foo:s/bar/rod} brokenPeter Stephenson2-1/+10
2007-01-16users/11113: improve _todo.shPeter Stephenson2-18/+18
2007-01-1523107, 23109: suppress parallel makes.Bart Schaefer2-1/+11
2007-01-1423104: fix line numbers for DEBUGBEFORECMDPeter Stephenson3-7/+41
tidy up some wordcode definitions
2007-01-1223101: various combinations of ZERR with function returns were feature-riddenPeter Stephenson3-1/+75
2007-01-09users/11111: add DEBUG_BEFORE_CMD optionPeter Stephenson5-1/+31
2007-01-0923098: printf multibyte character widthsPeter Stephenson3-12/+75
2007-01-0823097: splitting of $'...' strings in completionPeter Stephenson5-33/+77