summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2002-02-0616577: don't return a single dot as the path head of a slash.Clint Adams2-2/+11
2002-02-0516568: get listing of entire directory for approximation and other purposes.Clint Adams2-7/+4
2002-02-0516566: show ls -F classifiers as display strings.Clint Adams2-8/+21
2002-02-0416556: No error on `print >&-'.Bart Schaefer2-10/+22
2002-02-0416555: add | to bracket expression, 2>/dev/nullClint Adams2-6/+6
2002-02-0416553: differentiate between files and directories during remote scp completion.Clint Adams2-2/+12
2002-02-04Fixed some problems with _cvs and flags. Fixed _perl to complete a scriptFelix Rosencrantz3-5/+13
args with _normal.
2002-02-0316540: short options and local filesClint Adams2-1/+25
2002-02-01Akinori Musha: 16534: a few bug fixes and some wording fixesOliver Kiddle2-22/+35
2002-01-31use RPS2 to put states on the rightOliver Kiddle2-0/+5
2002-01-3116494: extract outermost words with negative arguments to %_ and add %^Oliver Kiddle2-7/+50
2002-01-3116493: correct typosOliver Kiddle2-7/+9
2002-01-3116492: add RPROMPT2 variable for right prompts in multi-line commandsOliver Kiddle4-3/+23
2002-01-31* 16527: Src/Zle/zle_refresh.c: Don't lose the rprompt whenAndrew Main2-1/+6
clearing an otherwise-blank line.
2002-01-30fixlet to avoid an empty string in an array; cause completion after cd ↵Sven Wischnowsky2-0/+8
without any matches to not report that there were no matches (16515)
2002-01-3016514: initscript completion fixesClint Adams2-2/+9
2002-01-28slight improvement for 16500 to allow completion after ./<TAB> in all cases ↵Sven Wischnowsky2-6/+6
(16507)
2002-01-2716503: warn on fclose or fflush errors in bin_print.Clint Adams2-76/+87
2002-01-2716500: don't complete executable files in the current directory if "." is ↵Clint Adams2-1/+16
not in path.
2002-01-2616419 (_arguments syntax doc), 16435 (hash crash).Bart Schaefer1-0/+7
2002-01-2616419: Improve _arguments syntax summary.Bart Schaefer1-1/+1
2002-01-2616435: Fix core dump in `hash'.Bart Schaefer1-1/+1
2002-01-2316489: Test/C01arith.ztst: default output for whole numbersPeter Stephenson2-1/+6
as floats now has `.' at the end, c.f. 16423.
2002-01-2216487: Src/glob.c: bug in 16486 when a qualifier in a setPeter Stephenson2-1/+4
consisted only of flags which were handled globally.
2002-01-2216486: Doc/Zsh/expn.yo, Src/glob.c, Src/pattern.c: supportPeter Stephenson4-493/+699
(#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 Wischnowsky15-59/+113
implementation of compadd -x) (16483)
2002-01-21allow arguments to be given to functions used by compdef (actually, the ↵Sven Wischnowsky6-15/+40
strings are eval'uated, so this should be powerful enough) (16472)
2002-01-18*** empty log message ***Oliver Kiddle1-1/+1
2002-01-17use pager style instead of $EDITOR and fix bad substitution in exclusion listsOliver Kiddle5-42/+49
2002-01-16unposted: remove ansi2knr from distfilesClint Adams2-1/+3
2002-01-1616463: apt-cache showsrc completionClint Adams2-0/+6
2002-01-1616461: a number of minor completion function updatesOliver Kiddle22-44/+90