about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* 16487: Src/glob.c: bug in 16486 when a qualifier in a setPeter Stephenson2002-01-222-1/+4
| | | | consisted only of flags which were handled globally.
* 16486: Doc/Zsh/expn.yo, Src/glob.c, Src/pattern.c: supportPeter Stephenson2002-01-224-493/+699
| | | | | (#q...) EXTENDED_GLOB syntax for qualifiers. May be chained, ignored by pattern matching code.
* add new generic fake style and changes to the C-code for that (different ↵Sven Wischnowsky2002-01-2215-59/+113
| | | | implementation of compadd -x) (16483)
* allow arguments to be given to functions used by compdef (actually, the ↵Sven Wischnowsky2002-01-216-15/+40
| | | | strings are eval'uated, so this should be powerful enough) (16472)
* *** empty log message ***Oliver Kiddle2002-01-181-1/+1
|
* use pager style instead of $EDITOR and fix bad substitution in exclusion listsOliver Kiddle2002-01-175-42/+49
|
* unposted: remove ansi2knr from distfilesClint Adams2002-01-162-1/+3
|
* 16463: apt-cache showsrc completionClint Adams2002-01-162-0/+6
|
* 16461: a number of minor completion function updatesOliver Kiddle2002-01-1622-44/+90
|
* 16449: new chkconfig completion for both the RedHat and IRIX commandsOliver Kiddle2002-01-142-0/+38
|
* 16448: math assignment bug introduced by 15291, 15292Peter Stephenson2002-01-142-1/+11
|
* 16443: fix urpmi.addmedia --distrib; set cache policy just onceAndrey Borzenkov2002-01-142-11/+17
|
* 16437: changes for new urpi in cookerAndrey Borzenkov2002-01-132-100/+118
|
* allow manual pages to be shown separated by section with new ↵Sven Wischnowsky2002-01-104-2/+39
| | | | separate-sections style (16426)
* 16423: append a `.' to converted floating point outputPeter Stephenson2002-01-102-0/+9
| | | | to stop it looking like an integer
* 16422: zcalc non-default base outputPeter Stephenson2002-01-092-1/+6
|
* fix completion after var+= to use value context (16418)Sven Wischnowsky2002-01-083-1/+7
|
* don't report _arguments-specs more than once (not even shared options with ↵Sven Wischnowsky2002-01-082-1/+13
| | | | multiple sets) (16417)
* make sure auto menu isn't started accidentially when bashautolist is set (16408)Sven Wischnowsky2002-01-072-1/+5
|
* fix nested _tags-loops by re-initialising the outer one when leaving the ↵Sven Wischnowsky2002-01-072-2/+6
| | | | inner one (16407)
* fixes for completion of signal names with SIG prefix and for completing ↵Sven Wischnowsky2002-01-075-10/+27
| | | | command names instead of pids (16406)
* Log entries for 15746, users/4483, 16400.Bart Schaefer2002-01-061-0/+11
|
* 16400, 16401: preserve empty words that result from brace expansion.Bart Schaefer2002-01-061-5/+12
|
* users/4483: with "cvs add" et al., complete names of locally removed (butBart Schaefer2002-01-061-1/+1
| | | | not committed) files.
* 15746: remove (with #if) an incorrect optimization in the maildir versionBart Schaefer2002-01-061-1/+6
| | | | of mailstat().
* Remarks on the "exec" builtin with redirection using the close-on-exec flagBart Schaefer2002-01-061-0/+11
| | | | on descriptors.
* 16398: updated zstyle completion and related cleanupOliver Kiddle2002-01-048-69/+172
|
* 16397: use nul instead of colon to avoid problems with _value: functionsOliver Kiddle2002-01-032-21/+19
|