about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* allow arguments to be specified in printf format specifications (16080)Oliver Kiddle2001-10-184-42/+168
* 16078: zip -rClint Adams2001-10-172-1/+7
* Perl script for diffing ChangeLog files.Bart Schaefer2001-10-171-0/+116
* don't use _comp_ignore while building paths, only at end (16076)Sven Wischnowsky2001-10-172-4/+9
* add sourceforge to metafaqPeter Stephenson2001-10-162-0/+8
* fix return code and tests of printf and comment above bslashquote func (16064)Oliver Kiddle2001-10-164-19/+43
* 16062: use O_EXCL when opening a temporary file.Clint Adams2001-10-162-1/+6
* 16059Wayne Davison2001-10-151-0/+5
* Fix HIST_NO_SPACE when INTERACTIVE_COMMENTS is set and we get aWayne Davison2001-10-151-3/+3
* use arithmetic evaluation for numeric arguments to printf (16042)Oliver Kiddle2001-10-153-55/+87
* for caching of compiled patterns: remember that singsub() might modify the st...Sven Wischnowsky2001-10-153-3/+9
* Remove <arpa/telnet.h> from tcp.c.Bart Schaefer2001-10-142-14/+19
* Fix typos.Bart Schaefer2001-10-142-3/+8
* Save/restore state around DEBUG trap call.Bart Schaefer2001-10-132-2/+15
* use expanded paths (expand style with value prefix) only when we are at the l...Sven Wischnowsky2001-10-112-2/+12
* 16006: use styles for mail directory, pine directory, and muttrc.Clint Adams2001-10-103-10/+34
* 16005: Completion/Unix/Command/_mount: check /etc/filesystems under Linux.Clint Adams2001-10-102-4/+11
* enable dynamic libraries on MacOS X is the dlcompat library is installedOliver Kiddle2001-10-105-4/+23
* 16000: completion for debchange(dch)Clint Adams2001-10-103-1/+22
* change file completion default to offer globbed files and directories on firs...Sven Wischnowsky2001-10-093-19/+47
* 15994: Completion/compinstall: handle list-suffixes; make prompts at end ofPeter Stephenson2001-10-092-6/+36
* hide all but one match with the same string in the list even for unsorted gro...Sven Wischnowsky2001-10-092-0/+18
* remove duplicated includes which caused problems on IRIX 5 (15987)Oliver Kiddle2001-10-082-16/+3
* update _wget for v1.7, _sysctl for darwin, _webbrowser for galeon etc (15983)Oliver Kiddle2001-10-086-6/+19
* zcalc base display fixPeter Stephenson2001-10-082-1/+7
* Insert missing single quote.Bart Schaefer2001-10-081-1/+1
* Minor wording change.Peter Stephenson2001-10-082-1/+5
* add print -f option, %n format specifier and tests for print/printf (15973)Oliver Kiddle2001-10-087-91/+250
* forgot thisPeter Stephenson2001-10-081-0/+9
* 15931: EXIT traps from exit in subshell; 15965: glob -> zglobPeter Stephenson2001-10-084-4/+13
* 15964: use SOCKLEN_TAndrey Borzenkov2001-10-082-1/+6
* Norbert Koch: 15954: fix variable name inconsistencyClint Adams2001-10-062-1/+6
* expand style in compinstallPeter Stephenson2001-10-052-0/+55
* add printf builtin (15851, 15948)Oliver Kiddle2001-10-053-0/+197
* fix calculation of number of columns needed with list_packed (15946)Sven Wischnowsky2001-10-052-1/+7
* make _cd use only one call to _alternative, including completions from _tilde...Sven Wischnowsky2001-10-052-16/+20
* make expand style (file completion) work again; no more special behaviour wit...Sven Wischnowsky2001-10-053-9/+22
* unposted: note typo change in Doc/Zsh/options.yoGeoff Wing2001-10-051-0/+4
* s/AUTO_CONT/AUTO_CONTINUE/Geoff Wing2001-10-051-1/+1
* 15941: complete reiserfs mount options.Clint Adams2001-10-052-1/+15
* 15940: complete -o utf8 for mount -t vfat.Clint Adams2001-10-052-1/+5
* 15939: complete xfs mount options (for Linux).Clint Adams2001-10-052-1/+24
* 15938: complete ext3 mount optionsClint Adams2001-10-052-1/+12
* 15919: use LinkLists in place of somewhat equivalent codeClint Adams2001-10-024-72/+128
* test EXIT trap fixPeter Stephenson2001-10-012-3/+19
* 15915: completion for bts scriptClint Adams2001-09-303-1/+122
* Zftp control connection management cleanup.Bart Schaefer2001-09-282-19/+30
* Module dependencies for unloading in tests.Bart Schaefer2001-09-282-1/+10
* fix build and test problems in Mac OS X (15882)Oliver Kiddle2001-09-274-3/+10
* 15886: use select if poll is not available, or complain if neither are availableClint Adams2001-09-272-2/+31