about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Remove: France ftp.cenatls.cena.dgac.frGeoff Wing2002-02-191-3/+3
| | | | Add: Netherlands ftp.demon.nl (Phil Pennock <pdp@nl.demon.net>)
* 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
| | | | the list.
* allow an argument containing only a single colon as a separator between ↵Sven Wischnowsky2002-02-183-2/+11
| | | | options to _arguments and specs (16669)
* fix group handling nothing should now possibly be added to the wrong group ↵Sven Wischnowsky2002-02-182-27/+22
| | | | again (16668)
* 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
| | | | | 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).
* 16625Wayne Davison2002-02-161-0/+5
|
* Optimized putoldhistentryontop() so that when resizehistents() calls itWayne Davison2002-02-161-14/+24
| | | | | repeatedly while HIST_EXPIRE_DUPS_FIRST is set, it doesn't re-scan the already-checked hist items (avoiding potentially slow operation).
* 16618Wayne Davison2002-02-161-0/+5
|
* Gergely Nagy, 16644: completion for cdcd.Clint Adams2002-02-143-1/+107
|
* unposted: METAFAQ distribution sites fixupGeoff Wing2002-02-141-0/+5
|
* Changed: uiarchive.uiuc.edu pathGeoff Wing2002-02-141-1/+1
|
* Remove: Australia ftp.ips.gov.auGeoff Wing2002-02-141-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>)
* Improved resizehistents() so that it honors HISTEXPIREDUPSFIRST.Wayne Davison2002-02-131-25/+33
|
* Two unposted tweaks.Wayne Davison2002-02-121-0/+7
|
* 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
|
* Add a special-dirs example.Bart Schaefer2002-02-122-0/+12
|
* add -x option (to be passed on to compadd) to _description and friends; make ↵Sven Wischnowsky2002-02-128-57/+60
| | | | _message respect any -[12VJ] options it gets, adding the message to that group (16609)
* unposted: improve apm and screen handlingClint Adams2002-02-092-4/+15
|
* 16590: use a prefix match instead of a "fuzzy-exact" match.Clint Adams2002-02-082-1/+6
|
* fix for displaying matches in groups via _describe; go back to displaying ↵Sven Wischnowsky2002-02-072-1/+16
| | | | one match per line when lines get too long (16582)
* unposted: Colin Walters's prompt, adapted for the theme systemClint Adams2002-02-073-0/+32
|
* 16577: don't return a single dot as the path head of a slash.Clint Adams2002-02-062-2/+11
|
* 16568: get listing of entire directory for approximation and other purposes.Clint Adams2002-02-052-7/+4
|
* 16566: show ls -F classifiers as display strings.Clint Adams2002-02-052-8/+21
|
* 16556: No error on `print >&-'.Bart Schaefer2002-02-042-10/+22
|
* 16555: add | to bracket expression, 2>/dev/nullClint Adams2002-02-042-6/+6
|
* 16553: differentiate between files and directories during remote scp completion.Clint Adams2002-02-042-2/+12
|
* Fixed some problems with _cvs and flags. Fixed _perl to complete a scriptFelix Rosencrantz2002-02-043-5/+13
| | | | args with _normal.
* 16540: short options and local filesClint Adams2002-02-032-1/+25
|
* Akinori Musha: 16534: a few bug fixes and some wording fixesOliver Kiddle2002-02-012-22/+35
|
* use RPS2 to put states on the rightOliver Kiddle2002-01-312-0/+5
|
* 16494: extract outermost words with negative arguments to %_ and add %^Oliver Kiddle2002-01-312-7/+50
|
* 16493: correct typosOliver Kiddle2002-01-312-7/+9
|
* 16492: add RPROMPT2 variable for right prompts in multi-line commandsOliver Kiddle2002-01-314-3/+23
|
* * 16527: Src/Zle/zle_refresh.c: Don't lose the rprompt whenAndrew Main2002-01-312-1/+6
| | | | clearing an otherwise-blank line.
* fixlet to avoid an empty string in an array; cause completion after cd ↵Sven Wischnowsky2002-01-302-0/+8
| | | | without any matches to not report that there were no matches (16515)
* 16514: initscript completion fixesClint Adams2002-01-302-2/+9
|
* slight improvement for 16500 to allow completion after ./<TAB> in all cases ↵Sven Wischnowsky2002-01-282-6/+6
| | | | (16507)
* 16503: warn on fclose or fflush errors in bin_print.Clint Adams2002-01-272-76/+87
|
* 16500: don't complete executable files in the current directory if "." is ↵Clint Adams2002-01-272-1/+16
| | | | not in path.
* 16419 (_arguments syntax doc), 16435 (hash crash).Bart Schaefer2002-01-261-0/+7
|
* 16419: Improve _arguments syntax summary.Bart Schaefer2002-01-261-1/+1
|
* 16435: Fix core dump in `hash'.Bart Schaefer2002-01-261-1/+1
|
* 16489: Test/C01arith.ztst: default output for whole numbersPeter Stephenson2002-01-232-1/+6
| | | | as floats now has `.' at the end, c.f. 16423.