summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-03-0616769: Completion/Unix/Command/_gcc: fix typoAdam Spiers2-1/+5
2002-03-05unposted: usual fixups for .distfilesPeter Stephenson4-2/+8
2002-03-05unposted: Config/version.mk: 4.1.0-dev-4Peter Stephenson2-2/+4
2002-03-0516767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo,Peter Stephenson5-23/+189
Functions/Zle/copy-earlier-word: Enhance insert-last-word to pick different lines from the history (including the current line) and different words from that line. Add copy-earlier-word as suggested by Dominik Vogt to copy words from either the current line, or (following an insert-last-word) a previous history line.
2002-03-0416759: Src/builtin.c: from Eric Norum <eric.norum@usask.ca>:Peter Stephenson2-5/+14
cd prints output whenever the target directory is not obvious to the user. This confuses scripts, so restrict it to interactive mode.
2002-03-04allow different sets of completion definitions selected with option -T to ↵Sven Wischnowsky22-300/+471
compdef; use this for parameter values and redirections (16755)
2002-03-01add $redirections array to completion system parameters, containing ↵Sven Wischnowsky6-25/+82
information about all redirections on the line; make this and compstate[redirect] contain the file descriptor number (16751)
2002-03-0116748: Fix infinite loop introduced by 16464.Bart Schaefer2-1/+6
2002-02-25allow nterruption of empty while-loops with ^C (16711)Sven Wischnowsky2-31/+50
2002-02-25make _message inhibit insertion of matches unless there are faked ones (16710)Sven Wischnowsky3-1/+7
2002-02-25make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ↵Sven Wischnowsky9-32/+34
change uses of _guard (16708)
2002-02-2216703Wayne Davison1-0/+9
2002-02-22Improved the output of the "history" command with a 1-line history buffer,Wayne Davison1-10/+15
and also improved the error handling of explicitly-specified first/last values.
2002-02-22In putoldhistentryontop(), ensure that we can't return with "next" set toWayne Davison1-2/+3
the value we just put on top.
2002-02-2216620, 16697: add a and n parameter expansion flagsOliver Kiddle4-51/+114
2002-02-2116689: list some things to do.Clint Adams3-1/+8
2002-02-2116688: clarify the pseudo-randomness of RANDOM.Clint Adams2-1/+11
2002-02-21Fix sed expression to correctly extract option names from ~/.pinerc file.Bart Schaefer2-1/+6
2002-02-2016678Wayne Davison1-0/+4
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 Kiddle6-27/+65
2002-02-1916673: add langinfo module as an interface to locale information.Clint Adams7-2/+613
2002-02-19unposted: METAFAQ distribution sites fixupGeoff Wing1-0/+3
2002-02-19Remove: France ftp.cenatls.cena.dgac.frGeoff Wing1-3/+3
Add: Netherlands ftp.demon.nl (Phil Pennock <pdp@nl.demon.net>)
2002-02-1916635: make sure we display lists in singlelinezle modeGeoff Wing2-2/+7
2002-02-1816672Wayne Davison1-0/+5
2002-02-18Fixed a just-introduced bug in prepnexthistent() when curline is inWayne Davison1-4/+5
the list.
2002-02-18allow an argument containing only a single colon as a separator between ↵Sven Wischnowsky3-2/+11
options to _arguments and specs (16669)
2002-02-18fix group handling nothing should now possibly be added to the wrong group ↵Sven Wischnowsky2-27/+22
again (16668)
2002-02-18fix test for prefix-needed (16667)Sven Wischnowsky2-3/+7
2002-02-1716662: use parameter expansion instead of grep, sed, and seq.Clint Adams2-3/+8
2002-02-16users/4678Wayne Davison1-0/+5
2002-02-16When savehistfile() rewrites the history file, there was a potential forWayne Davison1-1/+2
losing the entire history file if we couldn't lock the file for reading (it timed out) but we could lock the file for write (and wrote nothing).
2002-02-1616625Wayne Davison1-0/+5
2002-02-16Optimized putoldhistentryontop() so that when resizehistents() calls itWayne Davison1-14/+24
repeatedly while HIST_EXPIRE_DUPS_FIRST is set, it doesn't re-scan the already-checked hist items (avoiding potentially slow operation).
2002-02-1616618Wayne Davison1-0/+5
2002-02-14Gergely Nagy, 16644: completion for cdcd.Clint Adams3-1/+107
2002-02-14unposted: METAFAQ distribution sites fixupGeoff Wing1-0/+5
2002-02-14Changed: uiarchive.uiuc.edu pathGeoff Wing1-1/+1
2002-02-14Remove: Australia ftp.ips.gov.auGeoff Wing1-8/+7
Italy ftp.unina.it Japan ftp.nisiq.net USA FTP foad.org Add: Japan ftp.ayamura.org (Ayamura Kikuchi <ayamura@ayamura.org>) Korea linux.sarang.net (<mirror@linux.sarang.net>) USA HTTP zsh.disillusion.org (Guido Fortunati <zuez@disillusion.org>)
2002-02-13Improved resizehistents() so that it honors HISTEXPIREDUPSFIRST.Wayne Davison1-25/+33
2002-02-12Two unposted tweaks.Wayne Davison1-0/+7
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-12Add a special-dirs example.Bart Schaefer2-0/+12
2002-02-12add -x option (to be passed on to compadd) to _description and friends; make ↵Sven Wischnowsky8-57/+60
_message respect any -[12VJ] options it gets, adding the message to that group (16609)
2002-02-09unposted: improve apm and screen handlingClint Adams2-4/+15
2002-02-0816590: use a prefix match instead of a "fuzzy-exact" match.Clint Adams2-1/+6
2002-02-07fix for displaying matches in groups via _describe; go back to displaying ↵Sven Wischnowsky2-1/+16
one match per line when lines get too long (16582)
2002-02-07unposted: Colin Walters's prompt, adapted for the theme systemClint Adams3-0/+32