summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-11-1516254: complete map names after ypmatchPeter Stephenson3-2/+45
16255: options for default output base for zcalc
2001-11-15Add Mandrake completion directory to installChmouel Boudjnah2-1/+6
2001-11-1516241: new rand48(param) math functionPeter Stephenson4-1/+147
2001-11-1416247: Mandrake _urpmi completionAndrey Borzenkov2-0/+116
2001-11-0916228: allow widths and precisions to work with printf's %b format specifierOliver Kiddle3-22/+36
2001-11-06fix for IRIXOliver Kiddle2-0/+8
2001-11-0616224: add -n option to kill and complete options from _killOliver Kiddle6-30/+59
2001-11-0316094,16158,16201,16215 (see log entries)Bart Schaefer1-0/+17
2001-11-0316094: zopenmax() need only return the highest-numbered open descriptorBart Schaefer1-5/+25
2001-11-0316201: introduce the PM_NAMEDDIR flagBart Schaefer2-1/+6
2001-11-0316158: interpret TAB as "yes" only in spckword()Bart Schaefer1-3/+4
16201: introduce the PM_NAMEDDIR flag
2001-11-0316215: save and restore mult_isarr in singsub()Bart Schaefer1-0/+2
2001-11-0216198: add %j prompt expansion and j test character for no. of jobs in promptOliver Kiddle4-18/+49
2001-11-0216177: also look in /usr/lib/locale/TZ for time zonesOliver Kiddle2-1/+6
2001-11-0116197: `limit' accepts `unlimited'.Bart Schaefer5-16/+37
2001-10-2616184Wayne Davison1-0/+5
2001-10-26Improved readhistline() to reject binary data better. (16184)Wayne Davison1-15/+18
2001-10-2616176: Src/Modules/tcp.c, Src/Modules/zftp.c: after fdclose(),Peter Stephenson3-6/+21
TCP control fd is no longer valid, but we still need to remove the session cleanly.
2001-10-2616174: complete value of $TZOliver Kiddle5-6/+19
2001-10-2616172: freehostent -> zfreehostent to avoid name clashPeter Stephenson3-4/+7
2001-10-2615793: Src/Modules/zftp.c: require zsh/net/tcp explicitly.Peter Stephenson3-8/+17
15171: Doc/Zsh/zftpsys.yo: minor changes of phrasing
2001-10-2516145: try to handle identical RLIMIT_RSS and RLIMIT_VMEM better.Peter Stephenson2-7/+12
2001-10-24Fix for texi2html 1.64Peter Stephenson3-2/+9
2001-10-2416063: add transientrprompt optionGeoff Wing1-0/+6
2001-10-2416063: add transientrprompt option to remove right prompt fromGeoff Wing5-8/+39
display when accepting commands
2001-10-23Fix infinite loop on `case' with xtrace.Bart Schaefer2-3/+7
2001-10-23zero %n value when reusing printf format (16122)Oliver Kiddle3-1/+12
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