about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 16823: complete for values of GZIP and any *PATH or *path parametersOliver Kiddle2002-03-145-6/+19
* 16821+16831: _gzip, _compress, _bzip2 complete after redirectionsPeter Stephenson2002-03-144-3/+10
* remove that -T option to compdef again and instead use comma-separated sub-co...Sven Wischnowsky2002-03-1323-312/+293
* 16804: completion for sccsOliver Kiddle2002-03-113-1/+137
* 16803: option descriptionsOliver Kiddle2002-03-113-96/+87
* 16789: completion for netcatClint Adams2002-03-102-0/+37
* document the impossibility of timing builtinsClint Adams2002-03-102-0/+6
* Fix parsing of binary infix operators of test builtin.Bart Schaefer2002-03-072-3/+12
* Stop mentioning long-dead globbing bug.Bart Schaefer2002-03-071-4/+0
* 16779: Completion/Unix/Command/_mysqldiff,Adam Spiers2002-03-073-1/+38
* 16778: completion by Istvan Sebestyen for irssi.Clint Adams2002-03-073-1/+52
* don't try to build the redirection string for the loops (for, foreach, select...Sven Wischnowsky2002-03-072-1/+4
* make zrecompile show the error messages from zcompile unless the -q option is...Sven Wischnowsky2002-03-072-9/+19
* 16769: Completion/Unix/Command/_gcc: fix typoAdam Spiers2002-03-062-1/+5
* unposted: usual fixups for .distfiles zsh-4.1.0-dev-4Peter Stephenson2002-03-054-2/+8
* unposted: Config/version.mk: 4.1.0-dev-4Peter Stephenson2002-03-052-2/+4
* 16767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo,Peter Stephenson2002-03-055-23/+189
* 16759: Src/builtin.c: from Eric Norum <eric.norum@usask.ca>:Peter Stephenson2002-03-042-5/+14
* allow different sets of completion definitions selected with option -T to com...Sven Wischnowsky2002-03-0422-300/+471
* add $redirections array to completion system parameters, containing informati...Sven Wischnowsky2002-03-016-25/+82
* 16748: Fix infinite loop introduced by 16464.Bart Schaefer2002-03-012-1/+6
* allow nterruption of empty while-loops with ^C (16711)Sven Wischnowsky2002-02-252-31/+50
* make _message inhibit insertion of matches unless there are faked ones (16710)Sven Wischnowsky2002-02-253-1/+7
* make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ch...Sven Wischnowsky2002-02-259-32/+34
* 16703Wayne Davison2002-02-221-0/+9
* Improved the output of the "history" command with a 1-line history buffer,Wayne Davison2002-02-221-10/+15
* In putoldhistentryontop(), ensure that we can't return with "next" set toWayne Davison2002-02-221-2/+3
* 16620, 16697: add a and n parameter expansion flagsOliver Kiddle2002-02-224-51/+114
* 16689: list some things to do.Clint Adams2002-02-213-1/+8
* 16688: clarify the pseudo-randomness of RANDOM.Clint Adams2002-02-212-1/+11
* Fix sed expression to correctly extract option names from ~/.pinerc file.Bart Schaefer2002-02-212-1/+6
* 16678Wayne Davison2002-02-201-0/+4
* Yet another fix for prepnexthistent().Wayne Davison2002-02-201-1/+2
* 16619, 16676: add -c, -l and -p options to the dirs builtinOliver Kiddle2002-02-206-27/+65
* 16673: add langinfo module as an interface to locale information.Clint Adams2002-02-197-2/+613
* unposted: METAFAQ distribution sites fixupGeoff Wing2002-02-191-0/+3
* Remove: France ftp.cenatls.cena.dgac.frGeoff Wing2002-02-191-3/+3
* 16635: make sure we display lists in singlelinezle modeGeoff Wing2002-02-192-2/+7
* 16672Wayne Davison2002-02-181-0/+5
* 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-183-2/+11
* fix group handling nothing should now possibly be added to the wrong group ag...Sven Wischnowsky2002-02-182-27/+22
* fix test for prefix-needed (16667)Sven Wischnowsky2002-02-182-3/+7
* 16662: use parameter expansion instead of grep, sed, and seq.Clint Adams2002-02-172-3/+8
* users/4678Wayne Davison2002-02-161-0/+5
* When savehistfile() rewrites the history file, there was a potential forWayne Davison2002-02-161-1/+2
* 16625Wayne Davison2002-02-161-0/+5
* Optimized putoldhistentryontop() so that when resizehistents() calls itWayne Davison2002-02-161-14/+24
* 16618Wayne Davison2002-02-161-0/+5
* Gergely Nagy, 16644: completion for cdcd.Clint Adams2002-02-143-1/+107