| Commit message (Expand) | Author | Age | Files | Lines |
* | add `aliases' option to be able to disable alias expansion (13554) | Sven Wischnowsky | 2001-02-28 | 9 | -10/+27 |
* | Message for _vars_eq, 13520 | Peter Stephenson | 2001-02-27 | 1 | -0/+6 |
* | some small functions for completing sub-commands (generic function, init scri... | Sven Wischnowsky | 2001-02-26 | 5 | -0/+26 |
* | change $words[1] to $service in some more places (13534) | Sven Wischnowsky | 2001-02-26 | 8 | -11/+24 |
* | properly restore noaliases in bufferwords() (13530) | Sven Wischnowsky | 2001-02-26 | 2 | -1/+6 |
* | 13520: use services and shorten description in _vars_eq | Peter Stephenson | 2001-02-22 | 1 | -3/+3 |
* | more (|un)queue_signals(), this time for the job control builtins (13509) | Sven Wischnowsky | 2001-02-20 | 2 | -0/+15 |
* | 13280: NewImproved handling of colon modifiers w.r.t. paths | Peter Stephenson | 2001-02-19 | 5 | -29/+83 |
* | ?## fix from 13497 and site name change from Geoff | Peter Stephenson | 2001-02-18 | 3 | -3/+15 |
* | Fix "${=foo=$@}". | Bart Schaefer | 2001-02-16 | 2 | -5/+9 |
* | make `compdef foo=bar' use the service defined for `bar' if there is any (13494) | Sven Wischnowsky | 2001-02-16 | 2 | -0/+6 |
* | Partial sh emulation fixs for ${1+"$@"} and "${foo=$@}". | Bart Schaefer | 2001-02-16 | 2 | -1/+23 |
* | unposted: corrected date in ChangeLog | Andrey Borzenkov | 2001-02-15 | 1 | -1/+1 |
* | unposted: remove unused variable declaration | Clint Adams | 2001-02-14 | 2 | -1/+2 |
* | 13478: whence shouldn't segfault on an empty path component | Clint Adams | 2001-02-14 | 2 | -4/+8 |
* | 13473: clean config.modules, fix CSH_NULL_GLOB doc | Peter Stephenson | 2001-02-14 | 3 | -2/+8 |
* | 13323: handle multi-line buffers in edit-command-line widget | Clint Adams | 2001-02-14 | 2 | -3/+10 |
* | Updated to 4.0.1-pre-1 zsh-4.0.1-pre-1 | Peter Stephenson | 2001-02-14 | 1 | -2/+2 |
* | 13431: better check for shared libraries. | Andrey Borzenkov | 2001-02-13 | 7 | -63/+139 |
* | try to make the -t option of zpty smarter (13462) | Sven Wischnowsky | 2001-02-13 | 2 | -5/+14 |
* | wehn using glob_complete, don't treat everything starting with a tilde as a p... | Sven Wischnowsky | 2001-02-13 | 2 | -1/+6 |
* | Add 'glob' to $_comp_options. | Bart Schaefer | 2001-02-13 | 2 | -0/+5 |
* | two small fixes to _multi_parts; one more place where a caller-supplied -S ca... | Sven Wischnowsky | 2001-02-09 | 2 | -2/+8 |
* | add completion for newsgroups (13448) | Oliver Kiddle | 2001-02-08 | 5 | -4/+19 |
* | fix _gzip to work for zcat again (13445) | Oliver Kiddle | 2001-02-08 | 2 | -1/+5 |
* | 13449: "make clean" cleans up after killed tests. | Bart Schaefer | 2001-02-08 | 2 | -1/+4 |
* | 13442: Use +Z to suppress loading of ZLE modules when testing. | Bart Schaefer | 2001-02-08 | 3 | -2/+9 |
* | unposted: fix patterns previous patch | Andrey Borzenkov | 2001-02-02 | 2 | -2/+5 |
* | Peter:13427: filename-quoting fix in _expand | Sven Wischnowsky | 2001-02-02 | 2 | -1/+9 |
* | Changes references to sunsite.auc.dk to just sunsite.dk (13422) | Oliver Kiddle | 2001-02-01 | 6 | -19/+23 |
* | new completion function for the tin newsreader (13420) | Oliver Kiddle | 2001-02-01 | 2 | -0/+57 |
* | 13412: avoid duplicates in subdirecory list for recursive build | Andrey Borzenkov | 2001-01-31 | 2 | -1/+12 |
* | unposted: correct typo in commit message | Andrey Borzenkov | 2001-01-29 | 1 | -1/+5 |
* | zsh-workers/13395: Added code to test compstate[insert_positions], value of i... | Felix Rosencrantz | 2001-01-28 | 1 | -0/+5 |
* | zsh-workers/13395: Added code to test compstate[insert_positions], value of i... | Felix Rosencrantz | 2001-01-28 | 2 | -3/+141 |
* | 13389: normalize path in cd_do_chdir on Cygwin to get rid of DOS names | Andrey Borzenkov | 2001-01-26 | 2 | -6/+28 |
* | fix for mergin two CLF_MID entries in cline lists (with two equal prefixes it... | Sven Wischnowsky | 2001-01-25 | 2 | -1/+5 |
* | make signal queueing variables be exported to modules (13384) | Sven Wischnowsky | 2001-01-25 | 2 | -3/+8 |
* | *** empty log message *** | Sven Wischnowsky | 2001-01-22 | 2 | -5/+4 |
* | 13370: avoid in-place modification of environments variables when importing. | Andrey Borzenkov | 2001-01-19 | 2 | -46/+57 |
* | 13380: replace AC_CHECK_LIB(...,tgetent) with AC_SEARCH_LIBS(tgetent,...) | Andrey Borzenkov | 2001-01-19 | 2 | -7/+9 |
* | *** empty log message *** | Sven Wischnowsky | 2001-01-18 | 7 | -11/+30 |
* | 13302: division by zero | Peter Stephenson | 2001-01-18 | 2 | -8/+48 |
* | remove 13108 (trap queues); replace with signal queueing to ensure that user ... | Sven Wischnowsky | 2001-01-16 | 28 | -266/+546 |
* | fix for ol' compctl when completing hash keys (13364) | Sven Wischnowsky | 2001-01-16 | 2 | -1/+9 |
* | two more fixes for completion matching and reporting interesting positions (1... | Sven Wischnowsky | 2001-01-15 | 3 | -7/+25 |
* | add completion for ls and ([ef]|)grep (13347) | Sven Wischnowsky | 2001-01-15 | 4 | -1/+169 |
* | add `services', allowing easier re-use of (parts of) completion functions (13... | Sven Wischnowsky | 2001-01-15 | 33 | -73/+161 |
* | fix for 13339 (report each position only once) and fixlet for matching: a cas... | Sven Wischnowsky | 2001-01-12 | 3 | -11/+27 |
* | *** empty log message *** | Sven Wischnowsky | 2001-01-11 | 7 | -37/+196 |