summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2001-02-08fix _gzip to work for zcat again (13445)Oliver Kiddle2-1/+5
2001-02-0813449: "make clean" cleans up after killed tests.Bart Schaefer2-1/+4
2001-02-0813442: Use +Z to suppress loading of ZLE modules when testing.Bart Schaefer3-2/+9
2001-02-02unposted: fix patterns previous patchAndrey Borzenkov2-2/+5
2001-02-02Peter:13427: filename-quoting fix in _expandSven Wischnowsky2-1/+9
2001-02-01Changes references to sunsite.auc.dk to just sunsite.dk (13422)Oliver Kiddle6-19/+23
2001-02-01new completion function for the tin newsreader (13420)Oliver Kiddle2-0/+57
2001-01-3113412: avoid duplicates in subdirecory list for recursive buildAndrey Borzenkov2-1/+12
2001-01-29unposted: correct typo in commit messageAndrey Borzenkov1-1/+5
2001-01-28zsh-workers/13395: Added code to test compstate[insert_positions], value of ↵Felix Rosencrantz1-0/+5
insert_positions are now reported
2001-01-28zsh-workers/13395: Added code to test compstate[insert_positions], value of ↵Felix Rosencrantz2-3/+141
insert_positions are now reported
2001-01-2613389: normalize path in cd_do_chdir on Cygwin to get rid of DOS namesAndrey Borzenkov2-6/+28
2001-01-25fix for mergin two CLF_MID entries in cline lists (with two equal prefixes ↵Sven Wischnowsky2-1/+5
it thought there were characters missing) (13388)
2001-01-25make signal queueing variables be exported to modules (13384)Sven Wischnowsky2-3/+8
2001-01-22*** empty log message ***Sven Wischnowsky2-5/+4
2001-01-1913370: avoid in-place modification of environments variables when importing.Andrey Borzenkov2-46/+57
Zsh tried to free unallocated memory when importing colon arrays. Removed redundant replenv().
2001-01-1913380: replace AC_CHECK_LIB(...,tgetent) with AC_SEARCH_LIBS(tgetent,...)Andrey Borzenkov2-7/+9
to make it possible to override default library selected
2001-01-18*** empty log message ***Sven Wischnowsky7-11/+30
2001-01-1813302: division by zeroPeter Stephenson2-8/+48
2001-01-16remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky28-266/+546
signal handlers are only executed when it is safe to run them (13365)
2001-01-16fix for ol' compctl when completing hash keys (13364)Sven Wischnowsky2-1/+9
2001-01-15two more fixes for completion matching and reporting interesting positions ↵Sven Wischnowsky3-7/+25
(13349)
2001-01-15add completion for ls and ([ef]|)grep (13347)Sven Wischnowsky4-1/+169