| Commit message (Expand) | Author | Age | Files | Lines |
* | Version 3.1.7-pre-3 zsh-3.1.7-pre-3 | Peter Stephenson | 2000-05-08 | 1 | -2/+2 |
* | 11194, 11200, 11214 | Peter Stephenson | 2000-05-08 | 7 | -42/+106 |
* | make _expand call _complete when called from _expand_word; add ignore-line st... | Sven Wischnowsky | 2000-05-08 | 5 | -3/+28 |
* | misc. completion cleanups and changes (11242) | Sven Wischnowsky | 2000-05-08 | 14 | -61/+203 |
* | 11236: Handle tabs between options and their descriptions when parsing --help. | Bart Schaefer | 2000-05-06 | 2 | -4/+9 |
* | add _look. | Tanaka Akira | 2000-05-06 | 1 | -1/+2 |
* | 11224: Util/mkdisttree.sh: problem with pattern matching `.' in | Tanaka Akira | 2000-05-06 | 2 | -1/+4 |
* | 11223: Completion/Base/_regex_arguments, Completion/Debian/_apt, | Tanaka Akira | 2000-05-06 | 6 | -103/+158 |
* | 11219: Completion/User/_cvs, Completion/User/_diff_options: add | Tanaka Akira | 2000-05-05 | 3 | -148/+303 |
* | Small doc fix and AIX dependency fix | Oliver Kiddle | 2000-05-05 | 3 | -2/+7 |
* | 11213: Completion/User/_cvs: don't complete files which is | Tanaka Akira | 2000-05-05 | 2 | -3/+10 |
* | 11204: Completion/User/_look: use more precise explanation and | Tanaka Akira | 2000-05-05 | 2 | -2/+8 |
* | 11196: zmv enhancements | Peter Stephenson | 2000-05-05 | 2 | -16/+108 |
* | CONTRIBUTORS fixes | Peter Stephenson | 2000-05-05 | 2 | -3/+8 |
* | completion function cleanup for `_arguments' with the `-C' option and using i... | Sven Wischnowsky | 2000-05-05 | 25 | -238/+318 |
* | some more memory initialisation after allocation; shouldn't possibly have don... | Sven Wischnowsky | 2000-05-05 | 3 | -4/+14 |
* | 11190: Completion/User/_look: new completion for look. | Tanaka Akira | 2000-05-05 | 2 | -0/+22 |
* | make _message independent of when it is called (11188) | Sven Wischnowsky | 2000-05-05 | 3 | -5/+8 |
* | 11185: Update contributors list for 3.1.7 | Peter Stephenson | 2000-05-05 | 2 | -10/+103 |
* | use `eval' in nslookup for pager, in case someone has PAGER='less -foo' or so... | Sven Wischnowsky | 2000-05-05 | 2 | -1/+6 |
* | Use one function for compression/decompression programs and new lzop completion | Oliver Kiddle | 2000-05-05 | 9 | -22/+173 |
* | make zpty -r stoppable even when SIGINT is caught (and the handler calls retu... | Sven Wischnowsky | 2000-05-05 | 2 | -1/+4 |
* | make nslookup page it's output if too long for screen (11177) | Sven Wischnowsky | 2000-05-05 | 2 | -25/+37 |
* | Wayne: fix for print -s when called from widget; added lines are not immediat... | Sven Wischnowsky | 2000-05-05 | 3 | -26/+49 |
* | fix for completion arguments of options, don't use all of them at once (11172) | Sven Wischnowsky | 2000-05-05 | 2 | -11/+20 |
* | fix for jobs -l -d, check if directory of job is already set (11170) | Sven Wischnowsky | 2000-05-05 | 2 | -1/+6 |
* | 11166: Completion/Base/_regex_arguments: remove debugging code. | Tanaka Akira | 2000-05-04 | 2 | -2/+3 |
* | 11165: Completion/Base/_regex_arguments, Completion/Debian/_apt, | Tanaka Akira | 2000-05-04 | 7 | -704/+1213 |
* | 11157: Completion/Core/_requested: fail if _all_labels is failed. | Tanaka Akira | 2000-05-04 | 2 | -1/+5 |
* | close dump file descriptors in children (11151) | Sven Wischnowsky | 2000-05-04 | 4 | -0/+22 |
* | 11147: TRAPZERR tests | Peter Stephenson | 2000-05-04 | 2 | -1/+33 |
* | parse_subst_string() should use modified version of `len' (11145) | Sven Wischnowsky | 2000-05-04 | 2 | -3/+7 |
* | make pty the controlling terminal of their commands (11144) | Sven Wischnowsky | 2000-05-04 | 2 | -40/+78 |
* | save and restore `len' in lexsave/restore (11142) | Sven Wischnowsky | 2000-05-04 | 2 | -0/+5 |
* | don't list when all matches look the same; force-list style to give users con... | Sven Wischnowsky | 2000-05-04 | 6 | -7/+56 |
* | Use akr@zsh.org instead of akr@m17n.org. | Tanaka Akira | 2000-05-04 | 1 | -3/+3 |
* | 11137: Test/07cond.ztst: detect block device file using find. | Tanaka Akira | 2000-05-04 | 2 | -5/+5 |
* | Fix my e-mail address. | Bart Schaefer | 2000-05-04 | 1 | -2/+2 |
* | 11136: Reorganize history expansion doc. | Bart Schaefer | 2000-05-04 | 2 | -85/+112 |
* | 11126: typos | Peter Stephenson | 2000-05-03 | 2 | -2/+6 |
* | allow `-' in exclusion lists for _arguments, to avoid completing all options ... | Sven Wischnowsky | 2000-05-03 | 9 | -24/+44 |
* | fix for the (z) flag: report partial word (like `"foo', without a closing quo... | Sven Wischnowsky | 2000-05-03 | 3 | -1/+15 |
* | Andrej: handle -t option in _zcompile (11067) | Sven Wischnowsky | 2000-05-03 | 2 | -8/+11 |
* | new (z) parameter flag to do shell-word splitting on the value (11113) | Sven Wischnowsky | 2000-05-03 | 6 | -5/+68 |
* | remove backslashes before `$' in _expand when `substitute' is unset; fix for ... | Sven Wischnowsky | 2000-05-03 | 3 | -6/+15 |
* | add _xauth. | Tanaka Akira | 2000-05-03 | 1 | -1/+2 |
* | 11109: Completion/X/_xauth: new completion for xauth. | Tanaka Akira | 2000-05-03 | 2 | -0/+117 |
* | 11106: Completion/User/_mount: fix glob for device files. | Tanaka Akira | 2000-05-03 | 2 | -2/+6 |
* | 11096: Use C locale for tests | Peter Stephenson | 2000-05-03 | 3 | -2/+12 |
* | more doc fixes (11094) | Sven Wischnowsky | 2000-05-03 | 2 | -5/+9 |