about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed a just-introduced bug in prepnexthistent() when curline is inWayne Davison2002-02-181-4/+5
* allow an argument containing only a single colon as a separator between optio...Sven Wischnowsky2002-02-181-0/+2
* fix group handling nothing should now possibly be added to the wrong group ag...Sven Wischnowsky2002-02-181-27/+19
* When savehistfile() rewrites the history file, there was a potential forWayne Davison2002-02-161-1/+2
* Optimized putoldhistentryontop() so that when resizehistents() calls itWayne Davison2002-02-161-14/+24
* Improved resizehistents() so that it honors HISTEXPIREDUPSFIRST.Wayne Davison2002-02-131-25/+33
* Silenced a compiler warning.Wayne Davison2002-02-121-1/+1
* The minimum size of histsiz (aka HISTSIZE) should be 1, not 2.Wayne Davison2002-02-121-2/+2
* fix for displaying matches in groups via _describe; go back to displaying one...Sven Wischnowsky2002-02-071-1/+10
* 16577: don't return a single dot as the path head of a slash.Clint Adams2002-02-061-1/+5
* 16556: No error on `print >&-'.Bart Schaefer2002-02-041-10/+17
* 16494: extract outermost words with negative arguments to %_ and add %^Oliver Kiddle2002-01-311-7/+46
* 16493: correct typosOliver Kiddle2002-01-311-7/+7
* 16492: add RPROMPT2 variable for right prompts in multi-line commandsOliver Kiddle2002-01-312-3/+9
* * 16527: Src/Zle/zle_refresh.c: Don't lose the rprompt whenAndrew Main2002-01-311-1/+1
* 16503: warn on fclose or fflush errors in bin_print.Clint Adams2002-01-271-76/+84
* 16435: Fix core dump in `hash'.Bart Schaefer2002-01-261-1/+1
* 16487: Src/glob.c: bug in 16486 when a qualifier in a setPeter Stephenson2002-01-221-1/+1
* 16486: Doc/Zsh/expn.yo, Src/glob.c, Src/pattern.c: supportPeter Stephenson2002-01-222-493/+660
* add new generic fake style and changes to the C-code for that (different impl...Sven Wischnowsky2002-01-225-50/+43
* unposted: remove ansi2knr from distfilesClint Adams2002-01-161-1/+1
* 16448: math assignment bug introduced by 15291, 15292Peter Stephenson2002-01-141-1/+5
* 16423: append a `.' to converted floating point outputPeter Stephenson2002-01-101-0/+2
* fix completion after var+= to use value context (16418)Sven Wischnowsky2002-01-082-1/+4
* don't report _arguments-specs more than once (not even shared options with mu...Sven Wischnowsky2002-01-081-1/+8
* make sure auto menu isn't started accidentially when bashautolist is set (16408)Sven Wischnowsky2002-01-071-1/+2
* 16400, 16401: preserve empty words that result from brace expansion.Bart Schaefer2002-01-061-5/+12
* 15746: remove (with #if) an incorrect optimization in the maildir versionBart Schaefer2002-01-061-1/+6
* 16372: allow signal names to be prefixed by `SIG' with kill builtin and fixOliver Kiddle2001-12-211-5/+19
* 16332: remove ansi2knr.c from our repository due to licenceGeoff Wing2001-12-203-430/+3
* 16364: further to 16351, except specials from having their value clearedOliver Kiddle2001-12-181-1/+4
* small fix to += code from 16353Oliver Kiddle2001-12-181-4/+4
* unposted: back out idiotic patchClint Adams2001-12-181-1/+1
* unposted: initialize save to NULL to avoid compiler warning.Clint Adams2001-12-181-1/+1
* 16361: include <stdio.h> to avoid implicit declarations.Clint Adams2001-12-181-0/+4
* 16353: add += parameter assignmentsOliver Kiddle2001-12-176-22/+156
* 16357: change (n) to (u) so (n) can be reserved. for numeric sorting.Clint Adams2001-12-171-1/+1
* fix bug in parameter unset code that caused seg fault (16351)Oliver Kiddle2001-12-171-1/+2
* ref 16347: tweaksClint Adams2001-12-172-2/+1
* 16345: (n) flag to remove duplicate array values during expansion.Clint Adams2001-12-162-0/+30
* 16269: Fix crash on reserved-word completion.Bart Schaefer2001-11-281-1/+1
* 16249: Clear here-documents on parse error.Bart Schaefer2001-11-211-3/+22
* Add Mandrake completion directory to installChmouel Boudjnah2001-11-151-1/+1
* 16241: new rand48(param) math functionPeter Stephenson2001-11-151-0/+106
* 16228: allow widths and precisions to work with printf's %b format specifierOliver Kiddle2001-11-091-19/+27
* 16224: add -n option to kill and complete options from _killOliver Kiddle2001-11-061-14/+25
* 16094: zopenmax() need only return the highest-numbered open descriptorBart Schaefer2001-11-031-5/+25
* 16201: introduce the PM_NAMEDDIR flagBart Schaefer2001-11-032-1/+6
* 16158: interpret TAB as "yes" only in spckword()Bart Schaefer2001-11-031-3/+4
* 16215: save and restore mult_isarr in singsub()Bart Schaefer2001-11-031-0/+2