about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 23169 (tweaked): report error on failure to dup for multiosBart Schaefer2007-02-142-5/+45
* 23172: typo displaying multiline explanation stringsPeter Stephenson2007-02-132-1/+8
* 23168: fix error message for failed bindPeter Stephenson2007-02-132-1/+6
* 23165: fix problems with bases: error if over 36 and don't interpret octalPeter Stephenson2007-02-125-10/+51
* 23164: Silence popd when PUSHD_SILENT is set.Felix Rosencrantz2007-02-112-3/+8
* fix metafication of ${(#)x}Peter Stephenson2007-02-103-4/+46
* unposted: document BAUD change in READMEPeter Stephenson2007-02-082-0/+11
* 23159 plus minor doc tweaks: leave BAUD parameter unset by defaultPeter Stephenson2007-02-085-116/+29
* 23153: restore old ztrcmp() and add comment about whyPeter Stephenson2007-02-072-46/+37
* 23152: make ztrcmp() respect MULTIBYTEPeter Stephenson2007-02-067-69/+107
* unposted: uninitialised variable could result from 23144Peter Stephenson2007-02-062-1/+6
* 23151: partial completion for mtn (monotone) command.Clint Adams2007-02-053-0/+48
* 23150: completion for cdbs-edit-patch.Clint Adams2007-02-043-0/+10
* 23144: Felix Eckhofer <felix@tribut.de>: NULL pointer in complist.cPeter Stephenson2007-02-022-0/+6
* 23143: make =-expansion with metacharacters more consistentPeter Stephenson2007-02-023-11/+17
* unposted: we could add checksched() twice to the timed event listPeter Stephenson2007-02-012-9/+54
* 23142: calendar enhancements: relative times, recurring eventsPeter Stephenson2007-01-317-81/+397
* 23141: don't zrfresh() after printjob() that didn't printPeter Stephenson2007-01-302-5/+20
* 23140: handle syntax for iputils variant as well as whichever arping for whic...Clint Adams2007-01-292-2/+28
* 23138: further tweak to backslashes in $'...'Peter Stephenson2007-01-273-10/+43
* 23136: handle Bnulls now added in $'...'Peter Stephenson2007-01-273-9/+29
* Fixed a few problems revealed by compiler warnings.Wayne Davison2007-01-261-0/+10
* Mark an arg as UNUSED().Wayne Davison2007-01-261-1/+1
* Silenced a compiler warning by making an int unsigned.Wayne Davison2007-01-261-1/+1
* Fixed the error checking of mbrtowc() since its return vlaue can neverWayne Davison2007-01-261-1/+1
* unposted: sched deleted timed function twicePeter Stephenson2007-01-242-4/+5
* 23131: new tests for command substitutionPeter Stephenson2007-01-243-1/+89
* 23126, modified: bug in zle history inside $( and $((Peter Stephenson2007-01-232-9/+23
* 23122: bug with new sort stuffPeter Stephenson2007-01-222-6/+18
* 23119: lower case in sorting properlyPeter Stephenson2007-01-224-4/+67
* unposted; typoPeter Stephenson2007-01-211-1/+1
* 23118: improve sorting to make it work with localesPeter Stephenson2007-01-2115-221/+497
* 23117: strip out erroneous commas.Clint Adams2007-01-213-15/+16
* 23116: strip out erroneous commas.Clint Adams2007-01-212-7/+14
* 23115: ";|" at end of case clause causes later patterns to be testedPeter Stephenson2007-01-198-29/+101
* unposted: typo in calendar_scandate docPeter Stephenson2007-01-181-1/+1
* unposted: typo in calendar_scandate docPeter Stephenson2007-01-182-2/+3
* 23114: ${foo:s/bar/rod} brokenPeter Stephenson2007-01-182-1/+10
* users/11113: improve _todo.shPeter Stephenson2007-01-162-18/+18
* 23107, 23109: suppress parallel makes.Bart Schaefer2007-01-152-1/+11
* 23104: fix line numbers for DEBUGBEFORECMDPeter Stephenson2007-01-143-7/+41
* 23101: various combinations of ZERR with function returns were feature-riddenPeter Stephenson2007-01-123-1/+75
* users/11111: add DEBUG_BEFORE_CMD optionPeter Stephenson2007-01-095-1/+31
* 23098: printf multibyte character widthsPeter Stephenson2007-01-093-12/+75
* 23097: splitting of $'...' strings in completionPeter Stephenson2007-01-085-33/+77
* 23091: *roff problems noticed by doclifterPeter Stephenson2007-01-053-13/+17
* 20390: prefer ncurses to cursesPeter Stephenson2007-01-052-6/+21
* 23089: relax playlist glob pattern to work with newer versions.Clint Adams2007-01-042-1/+6
* 23088: printf formats and arguments need different octal escape sequencesPeter Stephenson2007-01-043-4/+9
* 23086: printf should handle octal escapes in the \0NNN formPeter Stephenson2007-01-043-2/+12