summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-10-22Pavel Roskin <proski@gnu.org>: compilation for QNXPeter Stephenson3-1/+15
2001-10-22Report error on setting a limit to a string that os not a decimal number.Bart Schaefer2-41/+111
2001-10-2216092: Completion/Unix/Command/_mysql_utils: don't override settings in ↵Adam Spiers2-3/+8
~/.my.cnf
2001-10-20Fix segfault in checkrmall().Bart Schaefer2-0/+7
2001-10-19fix: make _describe handle (...) arguments correctly; use _file_descriptors ↵Sven Wischnowsky4-5/+28
after -t in conditions; don't display empty descriptions in _file_descriptors (16085)
2001-10-18allow arguments to be specified in printf format specifications (16080)Oliver Kiddle4-42/+168
2001-10-1716078: zip -rClint Adams2-1/+7
2001-10-17Perl script for diffing ChangeLog files.Bart Schaefer1-0/+116
2001-10-17don't use _comp_ignore while building paths, only at end (16076)Sven Wischnowsky2-4/+9
2001-10-16add sourceforge to metafaqPeter Stephenson2-0/+8
2001-10-16fix return code and tests of printf and comment above bslashquote func (16064)Oliver Kiddle4-19/+43
2001-10-1616062: use O_EXCL when opening a temporary file.Clint Adams2-1/+6
2001-10-1516059Wayne Davison1-0/+5
2001-10-15Fix HIST_NO_SPACE when INTERACTIVE_COMMENTS is set and we get aWayne Davison1-3/+3
comment.
2001-10-15use arithmetic evaluation for numeric arguments to printf (16042)Oliver Kiddle3-55/+87
2001-10-15for caching of compiled patterns: remember that singsub() might modify the ↵Sven Wischnowsky3-3/+9
string it gets, compare with unmodified string (16041)
2001-10-14Remove <arpa/telnet.h> from tcp.c.Bart Schaefer2-14/+19
2001-10-14Fix typos.Bart Schaefer2-3/+8
2001-10-13Save/restore state around DEBUG trap call.Bart Schaefer2-2/+15
2001-10-11use expanded paths (expand style with value prefix) only when we are at the ↵Sven Wischnowsky2-2/+12
last matcher spec (16002)
2001-10-1016006: use styles for mail directory, pine directory, and muttrc.Clint Adams3-10/+34
2001-10-1016005: Completion/Unix/Command/_mount: check /etc/filesystems under Linux.Clint Adams2-4/+11
2001-10-10enable dynamic libraries on MacOS X is the dlcompat library is installedOliver Kiddle5-4/+23
2001-10-1016000: completion for debchange(dch)Clint Adams3-1/+22
2001-10-09change file completion default to offer globbed files and directories on ↵Sven Wischnowsky3-19/+47
first try (15995)
2001-10-0915994: Completion/compinstall: handle list-suffixes; make prompts at end ofPeter Stephenson2-6/+36
function more transparent.
2001-10-09hide all but one match with the same string in the list even for unsorted ↵Sven Wischnowsky2-0/+18
groups (15991)
2001-10-08remove duplicated includes which caused problems on IRIX 5 (15987)Oliver Kiddle2-16/+3
2001-10-08update _wget for v1.7, _sysctl for darwin, _webbrowser for galeon etc (15983)Oliver Kiddle6-6/+19
2001-10-08zcalc base display fixPeter Stephenson2-1/+7
2001-10-08Insert missing single quote.Bart Schaefer1-1/+1
2001-10-08Minor wording change.Peter Stephenson2-1/+5
2001-10-08add print -f option, %n format specifier and tests for print/printf (15973)Oliver Kiddle7-91/+250
2001-10-08forgot thisPeter Stephenson1-0/+9
2001-10-0815931: EXIT traps from exit in subshell; 15965: glob -> zglobPeter Stephenson4-4/+13
2001-10-0815964: use SOCKLEN_TAndrey Borzenkov2-1/+6
2001-10-06Norbert Koch: 15954: fix variable name inconsistencyClint Adams2-1/+6
2001-10-05expand style in compinstallPeter Stephenson2-0/+55
2001-10-05add printf builtin (15851, 15948)Oliver Kiddle3-0/+197
2001-10-05fix calculation of number of columns needed with list_packed (15946)Sven Wischnowsky2-1/+7
2001-10-05make _cd use only one call to _alternative, including completions from ↵Sven Wischnowsky2-16/+20
_tilde (using the named-directories tag) (15945)
2001-10-05make expand style (file completion) work again; no more special behaviour ↵Sven Wischnowsky3-9/+22
with menu completion; try to make docs clearer (15944)
2001-10-05unposted: note typo change in Doc/Zsh/options.yoGeoff Wing1-0/+4
2001-10-05s/AUTO_CONT/AUTO_CONTINUE/Geoff Wing1-1/+1
2001-10-0515941: complete reiserfs mount options.Clint Adams2-1/+15
2001-10-0515940: complete -o utf8 for mount -t vfat.Clint Adams2-1/+5
2001-10-0515939: complete xfs mount options (for Linux).Clint Adams2-1/+24
2001-10-0515938: complete ext3 mount optionsClint Adams2-1/+12
2001-10-0215919: use LinkLists in place of somewhat equivalent codeClint Adams4-72/+128
2001-10-01test EXIT trap fixPeter Stephenson2-3/+19