| Commit message (Expand) | Author | Age | Files | Lines |
* | Dist more files zsh-4.0.2-pre-2 | Peter Stephenson | 2001-03-08 | 1 | -0/+4 |
* | 4.0.1-pre-2 | Peter Stephenson | 2001-03-08 | 1 | -0/+4 |
* | try to find out the sub commands to complete in _init_d (13591) | Sven Wischnowsky | 2001-03-08 | 1 | -0/+5 |
* | Another testcase that covers the bug mentioned in workers/13563. The case is ... | Felix Rosencrantz | 2001-03-08 | 1 | -0/+6 |
* | Minor errors in 54compmatch doc strings | Bart Schaefer | 2001-03-07 | 1 | -0/+4 |
* | two optimisations | Sven Wischnowsky | 2001-03-07 | 1 | -0/+7 |
* | unposted: support build with GCC on ReliantUNIX | Andrey Borzenkov | 2001-03-07 | 1 | -0/+6 |
* | don't complete w3m from _webbrowser now we have _w3m (unposted) | Oliver Kiddle | 2001-03-06 | 1 | -2/+3 |
* | include _w3m in .distfiles | Oliver Kiddle | 2001-03-06 | 1 | -0/+4 |
* | unposted: complete for w3m | Clint Adams | 2001-03-06 | 1 | -0/+4 |
* | make the parser use real memory for the ecbuf to avoid having hrealloc() thro... | Sven Wischnowsky | 2001-03-06 | 1 | -0/+3 |
* | another fix for completion matching, CLF_MISS in the wrong cline struct (13575) | Sven Wischnowsky | 2001-03-06 | 1 | -0/+5 |
* | unposted: change my address to bor@zsh.org | Andrey Borzenkov | 2001-03-06 | 1 | -0/+3 |
* | 13544, 13568 (Peter): + syntax for matchers in matcher-list to augment | Andrey Borzenkov | 2001-03-06 | 1 | -0/+9 |
* | new _expand_aliases to, well, expand aliases (13566) | Sven Wischnowsky | 2001-03-05 | 1 | -0/+3 |
* | fix for matching control, try harder to merge separately completed parts to a... | Sven Wischnowsky | 2001-03-05 | 1 | -0/+7 |
* | latest FAQ | Peter Stephenson | 2001-03-04 | 1 | -0/+2 |
* | News and contributors for 4.0.1 | Peter Stephenson | 2001-03-04 | 1 | -0/+5 |
* | Use ksh-style deref of $_comp_options in case of ksharrays. | Bart Schaefer | 2001-02-28 | 1 | -0/+11 |
* | Work when ksh_arrays is set but before the setopt takes effect (13555) | Oliver Kiddle | 2001-02-28 | 1 | -0/+5 |
* | add `aliases' option to be able to disable alias expansion (13554) | Sven Wischnowsky | 2001-02-28 | 1 | -0/+7 |
* | 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 | 1 | -0/+5 |
* | change $words[1] to $service in some more places (13534) | Sven Wischnowsky | 2001-02-26 | 1 | -0/+6 |
* | properly restore noaliases in bufferwords() (13530) | Sven Wischnowsky | 2001-02-26 | 1 | -0/+4 |
* | more (|un)queue_signals(), this time for the job control builtins (13509) | Sven Wischnowsky | 2001-02-20 | 1 | -0/+5 |
* | 13280: NewImproved handling of colon modifiers w.r.t. paths | Peter Stephenson | 2001-02-19 | 1 | -0/+6 |
* | ?## fix from 13497 and site name change from Geoff | Peter Stephenson | 2001-02-18 | 1 | -0/+6 |
* | Fix "${=foo=$@}". | Bart Schaefer | 2001-02-16 | 1 | -1/+5 |
* | make `compdef foo=bar' use the service defined for `bar' if there is any (13494) | Sven Wischnowsky | 2001-02-16 | 1 | -0/+5 |
* | Partial sh emulation fixs for ${1+"$@"} and "${foo=$@}". | Bart Schaefer | 2001-02-16 | 1 | -0/+7 |
* | unposted: corrected date in ChangeLog | Andrey Borzenkov | 2001-02-15 | 1 | -1/+1 |
* | unposted: remove unused variable declaration | Clint Adams | 2001-02-14 | 1 | -0/+2 |
* | 13478: whence shouldn't segfault on an empty path component | Clint Adams | 2001-02-14 | 1 | -0/+4 |
* | 13473: clean config.modules, fix CSH_NULL_GLOB doc | Peter Stephenson | 2001-02-14 | 1 | -0/+6 |
* | 13323: handle multi-line buffers in edit-command-line widget | Clint Adams | 2001-02-14 | 1 | -0/+4 |
* | 13431: better check for shared libraries. | Andrey Borzenkov | 2001-02-13 | 1 | -0/+9 |
* | try to make the -t option of zpty smarter (13462) | Sven Wischnowsky | 2001-02-13 | 1 | -0/+3 |
* | wehn using glob_complete, don't treat everything starting with a tilde as a p... | Sven Wischnowsky | 2001-02-13 | 1 | -0/+5 |
* | Add 'glob' to $_comp_options. | Bart Schaefer | 2001-02-13 | 1 | -0/+4 |
* | two small fixes to _multi_parts; one more place where a caller-supplied -S ca... | Sven Wischnowsky | 2001-02-09 | 1 | -0/+6 |
* | add completion for newsgroups (13448) | Oliver Kiddle | 2001-02-08 | 1 | -0/+4 |
* | fix _gzip to work for zcat again (13445) | Oliver Kiddle | 2001-02-08 | 1 | -0/+4 |
* | 13449: "make clean" cleans up after killed tests. | Bart Schaefer | 2001-02-08 | 1 | -0/+3 |
* | 13442: Use +Z to suppress loading of ZLE modules when testing. | Bart Schaefer | 2001-02-08 | 1 | -0/+6 |
* | unposted: fix patterns previous patch | Andrey Borzenkov | 2001-02-02 | 1 | -0/+4 |
* | Peter:13427: filename-quoting fix in _expand | Sven Wischnowsky | 2001-02-02 | 1 | -0/+5 |
* | Changes references to sunsite.auc.dk to just sunsite.dk (13422) | Oliver Kiddle | 2001-02-01 | 1 | -0/+4 |
* | new completion function for the tin newsreader (13420) | Oliver Kiddle | 2001-02-01 | 1 | -0/+5 |
* | 13412: avoid duplicates in subdirecory list for recursive build | Andrey Borzenkov | 2001-01-31 | 1 | -0/+5 |