summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-03-11Add completion for lftpChmouel Boudjnah2-0/+9
2001-03-11Various new, improved, fixed or updated functions (13600)Oliver Kiddle18-61/+420
2001-03-11zsh-workers 13562,13598,13599Bart Schaefer1-0/+11
2001-03-11Use _normal completion following the name of a shell script.Bart Schaefer1-0/+5
2001-03-11Handle quoted whitespace in glob expansions.Bart Schaefer1-1/+2
2001-03-11Better handling of multi-line buffers.Bart Schaefer1-5/+2
2001-03-08Dist more filesPeter Stephenson5-5/+11
2001-03-084.0.1-pre-2Peter Stephenson2-2/+6
2001-03-08try to find out the sub commands to complete in _init_d (13591)Sven Wischnowsky2-1/+23
2001-03-08Another testcase that covers the bug mentioned in workers/13563. The case is ↵Felix Rosencrantz2-0/+13
based on a bug mentioned in workers/13320
2001-03-07Minor errors in 54compmatch doc stringsBart Schaefer2-2/+6
2001-03-07two optimisationsSven Wischnowsky4-30/+39
2001-03-07unposted: support build with GCC on ReliantUNIXAndrey Borzenkov3-25/+51
2001-03-06don't complete w3m from _webbrowser now we have _w3m (unposted)Oliver Kiddle2-3/+4
2001-03-06include _w3m in .distfilesOliver Kiddle2-1/+5
2001-03-06unposted: complete for w3mClint Adams2-0/+52
2001-03-06make the parser use real memory for the ecbuf to avoid having hrealloc() ↵Sven Wischnowsky3-7/+25
throw away lots of memory (13576)
2001-03-06another fix for completion matching, CLF_MISS in the wrong cline struct (13575)Sven Wischnowsky2-0/+11
2001-03-06unposted: change my address to bor@zsh.orgAndrey Borzenkov2-1/+4
2001-03-0613544, 13568 (Peter): + syntax for matchers in matcher-list to augmentAndrey Borzenkov6-21/+82
previous list
2001-03-05new _expand_aliases to, well, expand aliases (13566)Sven Wischnowsky4-4/+117
2001-03-05fix for matching control, try harder to merge separately completed parts to ↵Sven Wischnowsky4-5/+34
avoid losing user-typed characters (13565)
2001-03-04latest FAQPeter Stephenson2-57/+105
2001-03-04News and contributors for 4.0.1Peter Stephenson3-1/+86
2001-02-28Use ksh-style deref of $_comp_options in case of ksharrays.Bart Schaefer8-7/+18
2001-02-28Work when ksh_arrays is set but before the setopt takes effect (13555)Oliver Kiddle2-1/+6
2001-02-28add `aliases' option to be able to disable alias expansion (13554)Sven Wischnowsky9-10/+27
2001-02-27Message for _vars_eq, 13520Peter Stephenson1-0/+6
2001-02-26some small functions for completing sub-commands (generic function, init ↵Sven Wischnowsky5-0/+26
scripts, apachectl) (13536)
2001-02-26change $words[1] to $service in some more places (13534)Sven Wischnowsky8-11/+24
2001-02-26properly restore noaliases in bufferwords() (13530)Sven Wischnowsky2-1/+6
2001-02-2213520: use services and shorten description in _vars_eqPeter Stephenson1-3/+3
2001-02-20more (|un)queue_signals(), this time for the job control builtins (13509)Sven Wischnowsky2-0/+15
2001-02-1913280: NewImproved handling of colon modifiers w.r.t. pathsPeter Stephenson5-29/+83
2001-02-18?## fix from 13497 and site name change from GeoffPeter Stephenson3-3/+15
2001-02-16Fix "${=foo=$@}".Bart Schaefer2-5/+9
2001-02-16make `compdef foo=bar' use the service defined for `bar' if there is any (13494)Sven Wischnowsky2-0/+6
2001-02-16Partial sh emulation fixs for ${1+"$@"} and "${foo=$@}".Bart Schaefer2-1/+23
2001-02-15unposted: corrected date in ChangeLogAndrey Borzenkov1-1/+1
2001-02-14unposted: remove unused variable declarationClint Adams2-1/+2
2001-02-1413478: whence shouldn't segfault on an empty path componentClint Adams2-4/+8
2001-02-1413473: clean config.modules, fix CSH_NULL_GLOB docPeter Stephenson3-2/+8
2001-02-1413323: handle multi-line buffers in edit-command-line widgetClint Adams2-3/+10
2001-02-14Updated to 4.0.1-pre-1Peter Stephenson1-2/+2
2001-02-1313431: better check for shared libraries.Andrey Borzenkov7-63/+139
2001-02-13try to make the -t option of zpty smarter (13462)Sven Wischnowsky2-5/+14
2001-02-13wehn using glob_complete, don't treat everything starting with a tilde as a ↵Sven Wischnowsky2-1/+6
pattern (13459)
2001-02-13Add 'glob' to $_comp_options.Bart Schaefer2-0/+5
2001-02-09two small fixes to _multi_parts; one more place where a caller-supplied -S ↵Sven Wischnowsky2-2/+8
can be used and fix for the code deciding which prefix to use (13450)
2001-02-08add completion for newsgroups (13448)Oliver Kiddle5-4/+19