about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Pavel Roskin <proski@gnu.org>: compilation for QNXPeter Stephenson2001-10-223-1/+15
|
* Report error on setting a limit to a string that os not a decimal number.Bart Schaefer2001-10-222-41/+111
|
* 16092: Completion/Unix/Command/_mysql_utils: don't override settings in ↵Adam Spiers2001-10-222-3/+8
| | | | ~/.my.cnf
* Fix segfault in checkrmall().Bart Schaefer2001-10-202-0/+7
|
* fix: make _describe handle (...) arguments correctly; use _file_descriptors ↵Sven Wischnowsky2001-10-194-5/+28
| | | | after -t in conditions; don't display empty descriptions in _file_descriptors (16085)
* 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
| | | | comment.
* 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 ↵Sven Wischnowsky2001-10-153-3/+9
| | | | string it gets, compare with unmodified string (16041)
* 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 ↵Sven Wischnowsky2001-10-112-2/+12
| | | | last matcher spec (16002)
* 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 ↵Sven Wischnowsky2001-10-093-19/+47
| | | | first try (15995)
* 15994: Completion/compinstall: handle list-suffixes; make prompts at end ofPeter Stephenson2001-10-092-6/+36
| | | | function more transparent.
* hide all but one match with the same string in the list even for unsorted ↵Sven Wischnowsky2001-10-092-0/+18
| | | | groups (15991)
* 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 ↵Sven Wischnowsky2001-10-052-16/+20
| | | | _tilde (using the named-directories tag) (15945)
* make expand style (file completion) work again; no more special behaviour ↵Sven Wischnowsky2001-10-053-9/+22
| | | | with menu completion; try to make docs clearer (15944)
* 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
|