about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* 23176: apply the (X) parameter flag to the (#) flag; fix comment typo.Bart Schaefer2007-02-253-9/+31
|
* 23186: _ip completion and regex handling additionsPeter Stephenson2007-02-254-1/+656
|
* 23185: qemu completion improvements.Clint Adams2007-02-252-11/+25
|
* changelog typoClint Adams2007-02-241-1/+1
|
* 23183: Completion/Unix/Command/_qemu: completion for qemu.Clint Adams2007-02-242-0/+50
|
* 23183 complete comma-separated list of directories/modules for --added-modules.Clint Adams2007-02-222-2/+20
|
* unposted: document some limitations of utils.cPeter Stephenson2007-02-182-0/+15
|
* 23182: _arguments problem with --with-foo[=BAR] specifiersPeter Stephenson2007-02-162-1/+11
|
* 23178: update for modern versions of make-kpkg.Clint Adams2007-02-142-5/+30
|
* 23177: better formatting of unprintable multibyte characters under 256Peter Stephenson2007-02-142-1/+8
|
* 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
| | | | make sorting of printed hash tables more consistent
* 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 ↵Clint Adams2007-01-292-2/+28
| | | | which we had already been completing.
* 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
| | | | be < 0 -- it returns MB_INVALID, (size_t)-1, which is a positive value.
* 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
|