summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2001-01-15add `services', allowing easier re-use of (parts of) completion functions ↵Sven Wischnowsky33-73/+161
(13346)
2001-01-12fix for 13339 (report each position only once) and fixlet for matching: a ↵Sven Wischnowsky3-11/+27
case where missing characters weren't remembered (13343)
2001-01-11*** empty log message ***Sven Wischnowsky7-37/+196
2001-01-10Etc/MACHINES: format leading spaces to tabsGeoff Wing2-22/+26
2001-01-10fix cursor positioning with partial-word match specs using `**' (13336)Sven Wischnowsky4-33/+52
2001-01-08fix for listpacked for matches as long as screen is wide (minus added ↵Sven Wischnowsky3-4/+12
spaces); more security when freeing matches: make sure current menu match pointer isn't used afterwards (13331)
2001-01-07Builds on SCO UnixWare 2.1.3Peter Stephenson2-0/+8
2000-12-2713315: ignore parens and leading paths on killall completionClint Adams2-1/+4
2000-12-2713314: don't complete hyphen-prefixed commands for killallClint Adams2-1/+6
2000-12-2613312: killall gets long filenames from procpsClint Adams2-1/+6
2000-12-23unposted: thinko in configure.in for determination of jobtable sizeClint Adams2-1/+3
2000-12-2313310: apt-cache typo in --names-onlyClint Adams2-1/+6