summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2000-12-18Back out 13285.Bart Schaefer3-6/+11
2000-12-1713288: cast pointers for arg 2 of ztrapread/writeClint Adams2-3/+6
2000-12-1713287: dpkg -i can take multiple argumentsClint Adams2-2/+7
2000-12-16unposted: add _mere to .distfilesClint Adams2-7/+11
2000-12-1613285: use vi-up and -down in vicmd modeClint Adams3-47/+69
2000-12-15* 13281: Functions/Misc/mere: new implementation.Tanaka Akira3-3/+91
Completion/User/_mere: new completion function for mere.
2000-12-1313250: _dict completionClint Adams3-1/+72
2000-12-06Rename waitjob() to zwaitjob().Peter Stephenson2-4/+9
2000-12-0613243: fix for make distclean - no more Makefile in Functions and CompletionAndrey Borzenkov2-2/+5
2000-12-0613242: don't segfault on $terminfo[nonexistentcap]Clint Adams2-1/+6
2000-12-05Fix distribution filesPeter Stephenson3-6/+5
2000-12-053.1.9-dev-8Peter Stephenson2-2/+8
2000-12-05terminfo tweaksPeter Stephenson2-2/+2
2000-12-05Joel Smith: 13230: avoid name clashes with Linux kernelPeter Stephenson7-89/+95
2000-12-05Include mod_term*.yo in doc source.Bart Schaefer2-0/+5
2000-12-0513227: terminfo module fixesClint Adams4-50/+67
2000-12-04Fix --enable-function-subdirs for new config.modules system.Peter Stephenson6-9/+15
2000-12-04$# docPeter Stephenson2-1/+10
2000-12-04installfns bitsPeter Stephenson3-23/+25
2000-12-0313216: docs for tc/ti modulesClint Adams6-8/+53
2000-12-0313215: echotc, echoti, terminfoClint Adams6-72/+384
2000-11-30Function installation information now in config.modulesPeter Stephenson11-307/+89