about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* allow arguments to be specified in printf format specifications (16080)Oliver Kiddle2001-10-181-0/+5
|
* 16078: zip -rClint Adams2001-10-171-0/+5
|
* don't use _comp_ignore while building paths, only at end (16076)Sven Wischnowsky2001-10-171-0/+5
|
* add sourceforge to metafaqPeter Stephenson2001-10-161-0/+4
|
* fix return code and tests of printf and comment above bslashquote func (16064)Oliver Kiddle2001-10-161-0/+6
|
* 16062: use O_EXCL when opening a temporary file.Clint Adams2001-10-161-0/+5
|
* 16059Wayne Davison2001-10-151-0/+5
|
* use arithmetic evaluation for numeric arguments to printf (16042)Oliver Kiddle2001-10-151-1/+6
|
* for caching of compiled patterns: remember that singsub() might modify the ↵Sven Wischnowsky2001-10-151-0/+6
| | | | string it gets, compare with unmodified string (16041)
* Remove <arpa/telnet.h> from tcp.c.Bart Schaefer2001-10-141-0/+3
|
* Fix typos.Bart Schaefer2001-10-141-1/+6
|
* Save/restore state around DEBUG trap call.Bart Schaefer2001-10-131-0/+6
|
* use expanded paths (expand style with value prefix) only when we are at the ↵Sven Wischnowsky2001-10-111-0/+6
| | | | last matcher spec (16002)
* 16006: use styles for mail directory, pine directory, and muttrc.Clint Adams2001-10-101-0/+4
|
* 16005: Completion/Unix/Command/_mount: check /etc/filesystems under Linux.Clint Adams2001-10-101-0/+5
|
* enable dynamic libraries on MacOS X is the dlcompat library is installedOliver Kiddle2001-10-101-0/+6
|
* 16000: completion for debchange(dch)Clint Adams2001-10-101-0/+6
|
* change file completion default to offer globbed files and directories on ↵Sven Wischnowsky2001-10-091-0/+6
| | | | first try (15995)
* 15994: Completion/compinstall: handle list-suffixes; make prompts at end ofPeter Stephenson2001-10-091-0/+5
| | | | function more transparent.
* hide all but one match with the same string in the list even for unsorted ↵Sven Wischnowsky2001-10-091-0/+5
| | | | groups (15991)
* remove duplicated includes which caused problems on IRIX 5 (15987)Oliver Kiddle2001-10-081-0/+3
|
* update _wget for v1.7, _sysctl for darwin, _webbrowser for galeon etc (15983)Oliver Kiddle2001-10-081-1/+8
|
* zcalc base display fixPeter Stephenson2001-10-081-0/+2
|
* Minor wording change.Peter Stephenson2001-10-081-0/+4
|
* add print -f option, %n format specifier and tests for print/printf (15973)Oliver Kiddle2001-10-081-0/+7
|
* forgot thisPeter Stephenson2001-10-081-0/+9
|
* 15964: use SOCKLEN_TAndrey Borzenkov2001-10-081-0/+4
|
* Norbert Koch: 15954: fix variable name inconsistencyClint Adams2001-10-061-0/+5
|
* expand style in compinstallPeter Stephenson2001-10-051-0/+4
|
* add printf builtin (15851, 15948)Oliver Kiddle2001-10-051-0/+5
|
* fix calculation of number of columns needed with list_packed (15946)Sven Wischnowsky2001-10-051-0/+3
|
* make _cd use only one call to _alternative, including completions from ↵Sven Wischnowsky2001-10-051-0/+4
| | | | _tilde (using the named-directories tag) (15945)
* make expand style (file completion) work again; no more special behaviour ↵Sven Wischnowsky2001-10-051-0/+6
| | | | with menu completion; try to make docs clearer (15944)
* unposted: note typo change in Doc/Zsh/options.yoGeoff Wing2001-10-051-0/+4
|
* 15941: complete reiserfs mount options.Clint Adams2001-10-051-0/+3
|
* 15940: complete -o utf8 for mount -t vfat.Clint Adams2001-10-051-0/+3
|
* 15939: complete xfs mount options (for Linux).Clint Adams2001-10-051-0/+3
|
* 15938: complete ext3 mount optionsClint Adams2001-10-051-0/+5
|
* 15919: use LinkLists in place of somewhat equivalent codeClint Adams2001-10-021-0/+5
|
* test EXIT trap fixPeter Stephenson2001-10-011-3/+7
|
* 15915: completion for bts scriptClint Adams2001-09-301-0/+5
|
* Zftp control connection management cleanup.Bart Schaefer2001-09-281-0/+3
|
* Module dependencies for unloading in tests.Bart Schaefer2001-09-281-0/+5
|
* fix build and test problems in Mac OS X (15882)Oliver Kiddle2001-09-271-0/+5
|
* 15886: use select if poll is not available, or complain if neither are availableClint Adams2001-09-271-0/+6
|
* .distfiles fixes for 4.1.0-dev-2 zsh-4.1.0-dev-2Peter Stephenson2001-09-271-0/+7
|
* Equivalence of $(...) and `...` in ${(e)...}.Bart Schaefer2001-09-251-0/+5
|
* 15869Sven Wischnowsky2001-09-251-4/+1
|
* job text building code couldn't handle empty sublists (as in `coproc || ↵Sven Wischnowsky2001-09-251-0/+3
| | | | test') (15868)
* job text building code couldn't handle empty sublists (as in `coproc || ↵Sven Wischnowsky2001-09-251-0/+5
| | | | test') (15868)