| Commit message (Expand) | Author | Age | Files | Lines |
* | use return value (12682) | Sven Wischnowsky | 2000-08-21 | 1 | -0/+2 |
* | enhance _zmodload to use _arguments (12677) | Oliver Kiddle | 2000-08-18 | 1 | -17/+42 |
* | remove unnecessary local | Sven Wischnowsky | 2000-08-16 | 1 | -3/+2 |
* | 12650: don't show aliased modules if there aren't any | Peter Stephenson | 2000-08-15 | 1 | -2/+5 |
* | call ps only once and be more intelligent when finding the PIDs (12640) | Sven Wischnowsky | 2000-08-15 | 2 | -14/+16 |
* | small improvement to allow lists where the pid is not in the first column (12... | Sven Wischnowsky | 2000-08-15 | 1 | -2/+2 |
* | Andrej, 12614: DLL is a shared library suffix. | Bart Schaefer | 2000-08-14 | 1 | -1/+1 |
* | add -g option to _parameters to restrict type of parameters completed (12583) | Oliver Kiddle | 2000-08-10 | 3 | -7/+16 |
* | new completion for read builtin (12578) | Oliver Kiddle | 2000-08-09 | 3 | -5/+23 |
* | 12561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo, | Peter Stephenson | 2000-08-08 | 1 | -2/+9 |
* | 12486: new completion caching layer | Adam Spiers | 2000-08-02 | 1 | -0/+2 |
* | mention more standard tags in documentation and fix some typos (12177) | Oliver Kiddle | 2000-07-05 | 1 | -4/+3 |
* | allow subscripts for compadd -[ak]; new style for history completion; better ... | Sven Wischnowsky | 2000-06-22 | 2 | -3/+5 |
* | a bit of security for compinit (avoid using things writable by others); avoid... | Sven Wischnowsky | 2000-06-20 | 1 | -1/+1 |
* | allow _expand to expand braces; better detection of braces to complete in C (... | Sven Wischnowsky | 2000-06-19 | 1 | -8/+35 |
* | use compadd -[ak] (11549) | Sven Wischnowsky | 2000-05-31 | 17 | -44/+62 |
* | fixes for _arguments with sets; make _zpty not use sets (11624) | Sven Wischnowsky | 2000-05-29 | 1 | -14/+39 |
* | use of _arguments for completion of a couple more builtins (11615) | Oliver Kiddle | 2000-05-28 | 2 | -7/+49 |
* | Split _arguments calls into sets to avoid long mutex lists (11579) | Oliver Kiddle | 2000-05-25 | 2 | -13/+27 |
* | 11444: add old-list and old-menu to _zstyle | Peter Stephenson | 2000-05-17 | 1 | -0/+2 |
* | one hunk of 11381: typo in _vars_eq | Peter Stephenson | 2000-05-16 | 1 | -1/+1 |
* | Add -L option to the hash builtin | Oliver Kiddle | 2000-05-15 | 2 | -1/+2 |
* | Use _arguments for hash completion and add + options for typeset (11347) | Oliver Kiddle | 2000-05-12 | 2 | -19/+40 |
* | complete using _arguments for typeset and its variants (11282) | Oliver Kiddle | 2000-05-09 | 1 | -8/+69 |
* | give control over insertion of tab when no non-blank character before cursor;... | Sven Wischnowsky | 2000-05-09 | 1 | -0/+1 |
* | make _expand call _complete when called from _expand_word; add ignore-line st... | Sven Wischnowsky | 2000-05-08 | 1 | -0/+1 |
* | misc. completion cleanups and changes (11242) | Sven Wischnowsky | 2000-05-08 | 2 | -6/+34 |
* | completion function cleanup for `_arguments' with the `-C' option and using i... | Sven Wischnowsky | 2000-05-05 | 5 | -6/+9 |
* | don't list when all matches look the same; force-list style to give users con... | Sven Wischnowsky | 2000-05-04 | 1 | -0/+1 |
* | Andrej: handle -t option in _zcompile (11067) | Sven Wischnowsky | 2000-05-03 | 1 | -8/+9 |
* | completion cleanup, mostly _wanted and $expl (11049) | Sven Wischnowsky | 2000-05-02 | 1 | -1/+1 |
* | make _arguments use more than one action when appropriate; add _argument_sets... | Sven Wischnowsky | 2000-04-25 | 4 | -8/+16 |
* | Add completion for file descriptors | Oliver Kiddle | 2000-04-20 | 1 | -4/+7 |
* | 10833: new print completion and complete nothing for clear and logname | Oliver Kiddle | 2000-04-19 | 3 | -4/+30 |
* | completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for new... | Sven Wischnowsky | 2000-04-18 | 1 | -0/+3 |
* | better completion after `=', everywhere (10780) | Sven Wischnowsky | 2000-04-17 | 2 | -6/+12 |
* | 10763: complete after : for typeset & friends | Clint Adams | 2000-04-14 | 1 | -2/+8 |
* | remove the `pids' tag, use `processes' instead (10733) | Sven Wischnowsky | 2000-04-13 | 1 | -4/+4 |
* | Use _arguments for bindkey completion and fix small typo in docs | Oliver Kiddle | 2000-04-12 | 1 | -6/+35 |
* | _wanted now tests both tags and labels; change places where _wanted was calle... | Sven Wischnowsky | 2000-04-11 | 11 | -64/+54 |
* | 10598: Fix typo; reformat styles documentation for readability. | Bart Schaefer | 2000-04-09 | 1 | -1/+1 |
* | renaming some styles | Sven Wischnowsky | 2000-04-05 | 1 | -9/+10 |
* | Add _emulate, _zcompile, _all_labels, _ignored, _next_label. | Bart Schaefer | 2000-04-04 | 1 | -3/+4 |
* | Updated from list as far as 10376 | Peter Stephenson | 2000-04-01 | 17 | -152/+437 |
* | Initial revision | Tanaka Akira | 2000-03-09 | 1 | -0/+23 |
* | Initial revision | Tanaka Akira | 1999-12-23 | 1 | -0/+177 |
* | Initial revision | Tanaka Akira | 1999-11-19 | 1 | -0/+36 |
* | Initial revision | Tanaka Akira | 1999-11-14 | 1 | -0/+28 |
* | Initial revision | Tanaka Akira | 1999-11-04 | 1 | -0/+18 |
* | zsh-workers:8515 | Tanaka Akira | 1999-11-03 | 1 | -3/+0 |