summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2002-01-3116494: extract outermost words with negative arguments to %_ and add %^Oliver Kiddle1-7/+46
2002-01-3116493: correct typosOliver Kiddle1-7/+7
2002-01-3116492: add RPROMPT2 variable for right prompts in multi-line commandsOliver Kiddle2-3/+9
2002-01-31* 16527: Src/Zle/zle_refresh.c: Don't lose the rprompt whenAndrew Main1-1/+1
clearing an otherwise-blank line.
2002-01-2716503: warn on fclose or fflush errors in bin_print.Clint Adams1-76/+84
2002-01-2616435: Fix core dump in `hash'.Bart Schaefer1-1/+1
2002-01-2216487: Src/glob.c: bug in 16486 when a qualifier in a setPeter Stephenson1-1/+1
consisted only of flags which were handled globally.
2002-01-2216486: Doc/Zsh/expn.yo, Src/glob.c, Src/pattern.c: supportPeter Stephenson2-493/+660
(#q...) EXTENDED_GLOB syntax for qualifiers. May be chained, ignored by pattern matching code.
2002-01-22add new generic fake style and changes to the C-code for that (different ↵Sven Wischnowsky5-50/+43
implementation of compadd -x) (16483)
2002-01-16unposted: remove ansi2knr from distfilesClint Adams1-1/+1
2002-01-1416448: math assignment bug introduced by 15291, 15292Peter Stephenson1-1/+5
2002-01-1016423: append a `.' to converted floating point outputPeter Stephenson1-0/+2
to stop it looking like an integer
2002-01-08fix completion after var+= to use value context (16418)Sven Wischnowsky2-1/+4
2002-01-08don't report _arguments-specs more than once (not even shared options with ↵Sven Wischnowsky1-1/+8
multiple sets) (16417)
2002-01-07make sure auto menu isn't started accidentially when bashautolist is set (16408)Sven Wischnowsky1-1/+2
2002-01-0616400, 16401: preserve empty words that result from brace expansion.Bart Schaefer1-5/+12
2002-01-0615746: remove (with #if) an incorrect optimization in the maildir versionBart Schaefer1-1/+6
of mailstat().
2001-12-2116372: allow signal names to be prefixed by `SIG' with kill builtin and fixOliver Kiddle1-5/+19
problem with no argument to kill -n and -s options
2001-12-2016332: remove ansi2knr.c from our repository due to licenceGeoff Wing3-430/+3
differences. Adjust the build process accordingly. configure will now abort if the user requests ansi2knr but no ansi2knr is available. ansi2knr is available from the main distribution site and most mirrors
2001-12-1816364: further to 16351, except specials from having their value clearedOliver Kiddle1-1/+4
2001-12-18small fix to += code from 16353Oliver Kiddle1-4/+4
2001-12-18unposted: back out idiotic patchClint Adams1-1/+1
2001-12-18unposted: initialize save to NULL to avoid compiler warning.Clint Adams1-1/+1
2001-12-1816361: include <stdio.h> to avoid implicit declarations.Clint Adams1-0/+4
2001-12-1716353: add += parameter assignmentsOliver Kiddle6-22/+156
2001-12-1716357: change (n) to (u) so (n) can be reserved. for numeric sorting.Clint Adams1-1/+1
2001-12-17fix bug in parameter unset code that caused seg fault (16351)Oliver Kiddle1-1/+2
2001-12-17ref 16347: tweaksClint Adams2-2/+1
2001-12-1616345: (n) flag to remove duplicate array values during expansion.Clint Adams2-0/+30
2001-11-2816269: Fix crash on reserved-word completion.Bart Schaefer1-1/+1
2001-11-2116249: Clear here-documents on parse error.Bart Schaefer1-3/+22
2001-11-15Add Mandrake completion directory to installChmouel Boudjnah1-1/+1
2001-11-1516241: new rand48(param) math functionPeter Stephenson1-0/+106
2001-11-0916228: allow widths and precisions to work with printf's %b format specifierOliver Kiddle1-19/+27
2001-11-0616224: add -n option to kill and complete options from _killOliver Kiddle1-14/+25
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 Kiddle1-1/+16
2001-11-0116197: `limit' accepts `unlimited'.Bart Schaefer1-8/+14
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 Stephenson2-6/+15
TCP control fd is no longer valid, but we still need to remove the session cleanly.
2001-10-2616172: freehostent -> zfreehostent to avoid name clashPeter Stephenson2-4/+4
2001-10-2615793: Src/Modules/zftp.c: require zsh/net/tcp explicitly.Peter Stephenson1-1/+2
15171: Doc/Zsh/zftpsys.yo: minor changes of phrasing
2001-10-2516145: try to handle identical RLIMIT_RSS and RLIMIT_VMEM better.Peter Stephenson1-7/+7
2001-10-2416063: add transientrprompt option to remove right prompt fromGeoff Wing4-8/+34
display when accepting commands
2001-10-23Fix infinite loop on `case' with xtrace.Bart Schaefer1-3/+2
2001-10-23zero %n value when reusing printf format (16122)Oliver Kiddle1-1/+2
2001-10-22Pavel Roskin <proski@gnu.org>: compilation for QNXPeter Stephenson1-0/+6