Age | Commit message (Expand) | Author | Files | Lines |
2001-03-06 | another fix for completion matching, CLF_MISS in the wrong cline struct (13575) | Sven Wischnowsky | 2 | -0/+11 |
2001-03-06 | unposted: change my address to bor@zsh.org | Andrey Borzenkov | 2 | -1/+4 |
2001-03-06 | 13544, 13568 (Peter): + syntax for matchers in matcher-list to augment | Andrey Borzenkov | 6 | -21/+82 |
2001-03-05 | new _expand_aliases to, well, expand aliases (13566) | Sven Wischnowsky | 4 | -4/+117 |
2001-03-05 | fix for matching control, try harder to merge separately completed parts to a... | Sven Wischnowsky | 4 | -5/+34 |
2001-03-04 | latest FAQ | Peter Stephenson | 2 | -57/+105 |
2001-03-04 | News and contributors for 4.0.1 | Peter Stephenson | 3 | -1/+86 |
2001-02-28 | Use ksh-style deref of $_comp_options in case of ksharrays. | Bart Schaefer | 8 | -7/+18 |
2001-02-28 | Work when ksh_arrays is set but before the setopt takes effect (13555) | Oliver Kiddle | 2 | -1/+6 |
2001-02-28 | add `aliases' option to be able to disable alias expansion (13554) | Sven Wischnowsky | 9 | -10/+27 |
2001-02-27 | Message for _vars_eq, 13520 | Peter Stephenson | 1 | -0/+6 |
2001-02-26 | some small functions for completing sub-commands (generic function, init scri... | Sven Wischnowsky | 5 | -0/+26 |
2001-02-26 | change $words[1] to $service in some more places (13534) | Sven Wischnowsky | 8 | -11/+24 |
2001-02-26 | properly restore noaliases in bufferwords() (13530) | Sven Wischnowsky | 2 | -1/+6 |
2001-02-22 | 13520: use services and shorten description in _vars_eq | Peter Stephenson | 1 | -3/+3 |
2001-02-20 | more (|un)queue_signals(), this time for the job control builtins (13509) | Sven Wischnowsky | 2 | -0/+15 |
2001-02-19 | 13280: NewImproved handling of colon modifiers w.r.t. paths | Peter Stephenson | 5 | -29/+83 |
2001-02-18 | ?## fix from 13497 and site name change from Geoff | Peter Stephenson | 3 | -3/+15 |
2001-02-16 | Fix "${=foo=$@}". | Bart Schaefer | 2 | -5/+9 |
2001-02-16 | make `compdef foo=bar' use the service defined for `bar' if there is any (13494) | Sven Wischnowsky | 2 | -0/+6 |
2001-02-16 | Partial sh emulation fixs for ${1+"$@"} and "${foo=$@}". | Bart Schaefer | 2 | -1/+23 |
2001-02-15 | unposted: corrected date in ChangeLog | Andrey Borzenkov | 1 | -1/+1 |
2001-02-14 | unposted: remove unused variable declaration | Clint Adams | 2 | -1/+2 |
2001-02-14 | 13478: whence shouldn't segfault on an empty path component | Clint Adams | 2 | -4/+8 |
2001-02-14 | 13473: clean config.modules, fix CSH_NULL_GLOB doc | Peter Stephenson | 3 | -2/+8 |
2001-02-14 | 13323: handle multi-line buffers in edit-command-line widget | Clint Adams | 2 | -3/+10 |
2001-02-14 | Updated to 4.0.1-pre-1 | Peter Stephenson | 1 | -2/+2 |
2001-02-13 | 13431: better check for shared libraries. | Andrey Borzenkov | 7 | -63/+139 |
2001-02-13 | try to make the -t option of zpty smarter (13462) | Sven Wischnowsky | 2 | -5/+14 |
2001-02-13 | wehn using glob_complete, don't treat everything starting with a tilde as a p... | Sven Wischnowsky | 2 | -1/+6 |
2001-02-13 | Add 'glob' to $_comp_options. | Bart Schaefer | 2 | -0/+5 |
2001-02-09 | two small fixes to _multi_parts; one more place where a caller-supplied -S ca... | Sven Wischnowsky | 2 | -2/+8 |
2001-02-08 | add completion for newsgroups (13448) | Oliver Kiddle | 5 | -4/+19 |
2001-02-08 | fix _gzip to work for zcat again (13445) | Oliver Kiddle | 2 | -1/+5 |
2001-02-08 | 13449: "make clean" cleans up after killed tests. | Bart Schaefer | 2 | -1/+4 |
2001-02-08 | 13442: Use +Z to suppress loading of ZLE modules when testing. | Bart Schaefer | 3 | -2/+9 |
2001-02-02 | unposted: fix patterns previous patch | Andrey Borzenkov | 2 | -2/+5 |
2001-02-02 | Peter:13427: filename-quoting fix in _expand | Sven Wischnowsky | 2 | -1/+9 |
2001-02-01 | Changes references to sunsite.auc.dk to just sunsite.dk (13422) | Oliver Kiddle | 6 | -19/+23 |
2001-02-01 | new completion function for the tin newsreader (13420) | Oliver Kiddle | 2 | -0/+57 |
2001-01-31 | 13412: avoid duplicates in subdirecory list for recursive build | Andrey Borzenkov | 2 | -1/+12 |
2001-01-29 | unposted: correct typo in commit message | Andrey Borzenkov | 1 | -1/+5 |
2001-01-28 | zsh-workers/13395: Added code to test compstate[insert_positions], value of i... | Felix Rosencrantz | 1 | -0/+5 |
2001-01-28 | zsh-workers/13395: Added code to test compstate[insert_positions], value of i... | Felix Rosencrantz | 2 | -3/+141 |
2001-01-26 | 13389: normalize path in cd_do_chdir on Cygwin to get rid of DOS names | Andrey Borzenkov | 2 | -6/+28 |
2001-01-25 | fix for mergin two CLF_MID entries in cline lists (with two equal prefixes it... | Sven Wischnowsky | 2 | -1/+5 |
2001-01-25 | make signal queueing variables be exported to modules (13384) | Sven Wischnowsky | 2 | -3/+8 |
2001-01-22 | *** empty log message *** | Sven Wischnowsky | 2 | -5/+4 |
2001-01-19 | 13370: avoid in-place modification of environments variables when importing. | Andrey Borzenkov | 2 | -46/+57 |
2001-01-19 | 13380: replace AC_CHECK_LIB(...,tgetent) with AC_SEARCH_LIBS(tgetent,...) | Andrey Borzenkov | 2 | -7/+9 |