about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Version 3.1.7-pre-3 zsh-3.1.7-pre-3Peter Stephenson2000-05-081-2/+2
|
* 11194, 11200, 11214Peter Stephenson2000-05-087-42/+106
|
* make _expand call _complete when called from _expand_word; add ignore-line ↵Sven Wischnowsky2000-05-085-3/+28
| | | | style to ignore words already on the line (11244)
* misc. completion cleanups and changes (11242)Sven Wischnowsky2000-05-0814-61/+203
|
* 11236: Handle tabs between options and their descriptions when parsing --help.Bart Schaefer2000-05-062-4/+9
|
* add _look.Tanaka Akira2000-05-061-1/+2
|
* 11224: Util/mkdisttree.sh: problem with pattern matching `.' inTanaka Akira2000-05-062-1/+4
| | | | find.
* 11223: Completion/Base/_regex_arguments, Completion/Debian/_apt,Tanaka Akira2000-05-066-103/+158
| | | | | Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo: _regex_arguments use _alternative.
* 11219: Completion/User/_cvs, Completion/User/_diff_options: addTanaka Akira2000-05-053-148/+303
| | | | option description to `_cvs' and fix typo in _diff_options.
* Small doc fix and AIX dependency fixOliver Kiddle2000-05-053-2/+7
|
* 11213: Completion/User/_cvs: don't complete files which isTanaka Akira2000-05-052-3/+10
| | | | already on command line for `cvs add', `cvs remove' and `cvs commit'.
* 11204: Completion/User/_look: use more precise explanation andTanaka Akira2000-05-052-2/+8
| | | | complete an optional second argument.
* 11196: zmv enhancementsPeter Stephenson2000-05-052-16/+108
|
* CONTRIBUTORS fixesPeter Stephenson2000-05-052-3/+8
|
* completion function cleanup for `_arguments' with the `-C' option and using ↵Sven Wischnowsky2000-05-0525-238/+318
| | | | it's return value (11195)
* some more memory initialisation after allocation; shouldn't possibly have ↵Sven Wischnowsky2000-05-053-4/+14
| | | | done any harm (11193)
* 11190: Completion/User/_look: new completion for look.Tanaka Akira2000-05-052-0/+22
|
* make _message independent of when it is called (11188)Sven Wischnowsky2000-05-053-5/+8
|
* 11185: Update contributors list for 3.1.7Peter Stephenson2000-05-052-10/+103
|
* use `eval' in nslookup for pager, in case someone has PAGER='less -foo' or ↵Sven Wischnowsky2000-05-052-1/+6
| | | | some such (11186)
* Use one function for compression/decompression programs and new lzop completionOliver Kiddle2000-05-059-22/+173
|
* make zpty -r stoppable even when SIGINT is caught (and the handler calls ↵Sven Wischnowsky2000-05-052-1/+4
| | | | return or some such) (11181)
* make nslookup page it's output if too long for screen (11177)Sven Wischnowsky2000-05-052-25/+37
|
* Wayne: fix for print -s when called from widget; added lines are not ↵Sven Wischnowsky2000-05-053-26/+49
| | | | immediately available, though (11171)
* fix for completion arguments of options, don't use all of them at once (11172)Sven Wischnowsky2000-05-052-11/+20
|
* fix for jobs -l -d, check if directory of job is already set (11170)Sven Wischnowsky2000-05-052-1/+6
|
* 11166: Completion/Base/_regex_arguments: remove debugging code.Tanaka Akira2000-05-042-2/+3
|
* 11165: Completion/Base/_regex_arguments, Completion/Debian/_apt,Tanaka Akira2000-05-047-704/+1213
| | | | | Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo, Src/Modules/zutil.c: _regex_arguments support tag stuff.
* 11157: Completion/Core/_requested: fail if _all_labels is failed.Tanaka Akira2000-05-042-1/+5
|
* close dump file descriptors in children (11151)Sven Wischnowsky2000-05-044-0/+22
|
* 11147: TRAPZERR testsPeter Stephenson2000-05-042-1/+33
|
* parse_subst_string() should use modified version of `len' (11145)Sven Wischnowsky2000-05-042-3/+7
|
* make pty the controlling terminal of their commands (11144)Sven Wischnowsky2000-05-042-40/+78
|
* save and restore `len' in lexsave/restore (11142)Sven Wischnowsky2000-05-042-0/+5
|
* don't list when all matches look the same; force-list style to give users ↵Sven Wischnowsky2000-05-046-7/+56
| | | | control over this (11140)
* Use akr@zsh.org instead of akr@m17n.org.Tanaka Akira2000-05-041-3/+3
|
* 11137: Test/07cond.ztst: detect block device file using find.Tanaka Akira2000-05-042-5/+5
|
* Fix my e-mail address.Bart Schaefer2000-05-041-2/+2
|
* 11136: Reorganize history expansion doc.Bart Schaefer2000-05-042-85/+112
|
* 11126: typosPeter Stephenson2000-05-032-2/+6
|
* allow `-' in exclusion lists for _arguments, to avoid completing all options ↵Sven Wischnowsky2000-05-039-24/+44
| | | | (11121)
* fix for the (z) flag: report partial word (like `"foo', without a closing ↵Sven Wischnowsky2000-05-033-1/+15
| | | | quote); mention in manual that (z) is handled lately (11117)
* Andrej: handle -t option in _zcompile (11067)Sven Wischnowsky2000-05-032-8/+11
|
* new (z) parameter flag to do shell-word splitting on the value (11113)Sven Wischnowsky2000-05-036-5/+68
|
* remove backslashes before `$' in _expand when `substitute' is unset; fix for ↵Sven Wischnowsky2000-05-033-6/+15
| | | | clearing end-of-list lines in menu-selection (11110)
* add _xauth.Tanaka Akira2000-05-031-1/+2
|
* 11109: Completion/X/_xauth: new completion for xauth.Tanaka Akira2000-05-032-0/+117
|
* 11106: Completion/User/_mount: fix glob for device files.Tanaka Akira2000-05-032-2/+6
|
* 11096: Use C locale for testsPeter Stephenson2000-05-033-2/+12
|
* more doc fixes (11094)Sven Wischnowsky2000-05-032-5/+9
|