summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Expand)AuthorFilesLines
2002-03-0516767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo,Peter Stephenson1-23/+115
2002-03-0416759: Src/builtin.c: from Eric Norum <eric.norum@usask.ca>:Peter Stephenson1-5/+7
2002-03-01add $redirections array to completion system parameters, containing informati...Sven Wischnowsky5-25/+74
2002-02-25allow nterruption of empty while-loops with ^C (16711)Sven Wischnowsky1-31/+47
2002-02-25make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ch...Sven Wischnowsky1-4/+0
2002-02-22Improved the output of the "history" command with a 1-line history buffer,Wayne Davison1-10/+15
2002-02-22In putoldhistentryontop(), ensure that we can't return with "next" set toWayne Davison1-2/+3
2002-02-2216620, 16697: add a and n parameter expansion flagsOliver Kiddle2-51/+100
2002-02-20Yet another fix for prepnexthistent().Wayne Davison1-1/+2
2002-02-2016619, 16676: add -c, -l and -p options to the dirs builtinOliver Kiddle1-21/+28
2002-02-1916673: add langinfo module as an interface to locale information.Clint Adams3-0/+566
2002-02-1916635: make sure we display lists in singlelinezle modeGeoff Wing1-2/+2
2002-02-18Fixed a just-introduced bug in prepnexthistent() when curline is inWayne Davison1-4/+5
2002-02-18allow an argument containing only a single colon as a separator between optio...Sven Wischnowsky1-0/+2
2002-02-18fix group handling nothing should now possibly be added to the wrong group ag...Sven Wischnowsky1-27/+19
2002-02-16When savehistfile() rewrites the history file, there was a potential forWayne Davison1-1/+2
2002-02-16Optimized putoldhistentryontop() so that when resizehistents() calls itWayne Davison1-14/+24
2002-02-13Improved resizehistents() so that it honors HISTEXPIREDUPSFIRST.Wayne Davison1-25/+33
2002-02-12Silenced a compiler warning.Wayne Davison1-1/+1
2002-02-12The minimum size of histsiz (aka HISTSIZE) should be 1, not 2.Wayne Davison1-2/+2
2002-02-07fix for displaying matches in groups via _describe; go back to displaying one...Sven Wischnowsky1-1/+10
2002-02-0616577: don't return a single dot as the path head of a slash.Clint Adams1-1/+5
2002-02-0416556: No error on `print >&-'.Bart Schaefer1-10/+17
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
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
2002-01-2216486: Doc/Zsh/expn.yo, Src/glob.c, Src/pattern.c: supportPeter Stephenson2-493/+660
2002-01-22add new generic fake style and changes to the C-code for that (different impl...Sven Wischnowsky5-50/+43
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
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 mu...Sven Wischnowsky1-1/+8
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
2001-12-2116372: allow signal names to be prefixed by `SIG' with kill builtin and fixOliver Kiddle1-5/+19
2001-12-2016332: remove ansi2knr.c from our repository due to licenceGeoff Wing3-430/+3
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