Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-08-07 | users/4092 | Wayne Davison | 1 | -0/+5 | |
2001-08-07 | When rewriting the history file, set histactive to 0 and restore it | Wayne Davison | 1 | -0/+5 | |
when we're done. This prevents the loss of the file's last line when a signal causes us to rewrite it. Also restore the value of histsiz. | |||||
2001-08-07 | use _x_display when setting $DISPLAY and fix bug in enable completion (15594) | Oliver Kiddle | 3 | -2/+8 | |
2001-08-07 | corrections only | Oliver Kiddle | 1 | -3/+3 | |
2001-08-07 | Mention FPATH semantics. | Bart Schaefer | 1 | -0/+5 | |
2001-08-07 | A list of "standard shell features" that will require changes to zsh | Bart Schaefer | 1 | -0/+48 | |
behavior for compatibility. | |||||
2001-08-07 | do not complete aliases in equals expansion any more (15590) | Oliver Kiddle | 2 | -7/+6 | |
2001-08-07 | make _dd not use already used specs; fix for selecting stuff to complete in ↵ | Sven Wischnowsky | 4 | -14/+39 | |
_describe; fix for correction and _describe with grouped lists (15588) | |||||
2001-08-07 | 15586: remove =alias expansion, leaving only =cmd. | Peter Stephenson | 3 | -12/+7 | |
2001-08-07 | 15585: bash-style up- and down-case words | Peter Stephenson | 4 | -2/+29 | |
2001-08-07 | 15583: ignore CVS directories for a all function installations | Peter Stephenson | 2 | -1/+8 | |
2001-08-07 | increment zwc fie version (which means changing the magic number) (15584) | Sven Wischnowsky | 2 | -2/+7 | |
2001-08-06 | correct mistake with 15574 | Oliver Kiddle | 1 | -1/+1 | |
2001-08-06 | correction (unposted) | Oliver Kiddle | 1 | -1/+1 | |
2001-08-06 | share descriptions for long/short opts in more completions and other changes | Oliver Kiddle | 14 | -276/+287 | |
2001-08-03 | new BSD completion and fix _chown for symlinks | Oliver Kiddle | 5 | -13/+65 | |
2001-07-31 | 15551: complete presumably compressed files for gzip -t and -l | Clint Adams | 2 | -1/+8 | |
2001-07-31 | fix for changed listing layout (15549) | Sven Wischnowsky | 2 | -1/+5 | |
2001-07-30 | (15526) | Sven Wischnowsky | 3 | -4/+19 | |
2001-07-27 | 15511: zcalc tweaks | Peter Stephenson | 3 | -2/+17 | |
2001-07-27 | (15509) | Sven Wischnowsky | 4 | -232/+226 | |
2001-07-27 | 15507: new zcalc function | Peter Stephenson | 4 | -1/+187 | |
15508: cvs tag didn't complete tags despite it's claim. | |||||
2001-07-26 | fix posixbuiltins test to allow for an external `print' command (15503) | Oliver Kiddle | 2 | -2/+7 | |
2001-07-26 | 15498: zle doc fix | Peter Stephenson | 3 | -11/+33 | |
2001-07-25 | Fix typo. | Bart Schaefer | 2 | -1/+3 | |
2001-07-25 | More index entry etc. cleanup. | Bart Schaefer | 2 | -38/+55 | |
2001-07-25 | move pattern matching in the loop to make sure all match specs are used (15487) | Sven Wischnowsky | 3 | -45/+54 | |
2001-07-25 | some more places where list-separator should be used (15485) | Sven Wischnowsky | 5 | -16/+27 | |
2001-07-25 | another fix for 15477 (separator strings); add list-separator style (15484) | Sven Wischnowsky | 9 | -16/+41 | |
2001-07-25 | fixlet for 15477, don't let it remove consecutive dummy matches (15482) | Sven Wischnowsky | 4 | -4/+10 | |
2001-07-25 | make display for groups in _describe nicer; improve packing with ↵ | Sven Wischnowsky | 9 | -158/+506 | |
list_packed; leave space for type character (list_types) only in groups with at least one file name (15477) | |||||
2001-07-24 | remove nulargs in here strings (15470) | Sven Wischnowsky | 2 | -0/+7 | |
2001-07-24 | Fix errors introduced by 15354. | Bart Schaefer | 3 | -3/+7 | |
2001-07-24 | improve user/host completion before a @ (15468) | Sven Wischnowsky | 2 | -0/+7 | |
2001-07-20 | 15432: New bash-transpose-words widget | Peter Stephenson | 3 | -2/+18 | |
2001-07-20 | don't use compsuffix when it might be freed; use the right variable in that ↵ | Sven Wischnowsky | 2 | -5/+12 | |
loop there, dammit (15433) | |||||
2001-07-19 | yet another followup to 15497; make _describe filter out non-matching ↵ | Sven Wischnowsky | 3 | -3/+53 | |
strings before calling compdescribe, otherwise some matches will be hiddens (15415) | |||||
2001-07-18 | fix for 15407; there may be sets without matches (15409) | Sven Wischnowsky | 2 | -2/+6 | |
2001-07-18 | add list-grouped option to make options and such be grouped together if they ↵ | Sven Wischnowsky | 7 | -159/+284 | |
have the same description; matches with line-display strings can be hidden; hi and du capabalities in complist are only used if set by the user (15407) | |||||
2001-07-18 | add support for -R option (15402) | Sven Wischnowsky | 2 | -0/+14 | |
2001-07-17 | use colon separator for BSD (15393) | Oliver Kiddle | 2 | -1/+6 | |
2001-07-17 | add preserve-prefix style to keep pathname prefix unchanged (15400) | Sven Wischnowsky | 3 | -0/+21 | |
2001-07-13 | accidentally committed 15278 | Andrey Borzenkov | 1 | -1/+3 | |
2001-07-13 | 15390: Cygwin support | Andrey Borzenkov | 3 | -1/+57 | |
2001-07-13 | make _files not use its own description if there is one from a calling ↵ | Sven Wischnowsky | 3 | -3/+18 | |
function; improve -P-prefix handling in _path_files (15389) | |||||
2001-07-12 | Explain the effect of CORRECT on HASH_CMDS et al. | Bart Schaefer | 2 | -3/+11 | |
2001-07-10 | (15357) | Sven Wischnowsky | 4 | -3/+20 | |
2001-07-10 | Better indexing and misc. cleanup in the first tenth or so of the doc. | Bart Schaefer | 14 | -107/+186 | |
2001-07-10 | remove not only numeric suffixes, but also `.n' and the like (15352) | Sven Wischnowsky | 2 | -3/+7 | |
2001-07-09 | 15334: use string "(eval)" as script name in debugging messages in eval's | Peter Stephenson | 12 | -60/+73 | |