about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Updated to 4.0.1-pre-1 zsh-4.0.1-pre-1Peter Stephenson2001-02-141-2/+2
|
* 13431: better check for shared libraries.Andrey Borzenkov2001-02-137-63/+139
|
* try to make the -t option of zpty smarter (13462)Sven Wischnowsky2001-02-132-5/+14
|
* wehn using glob_complete, don't treat everything starting with a tilde as a ↵Sven Wischnowsky2001-02-132-1/+6
| | | | pattern (13459)
* Add 'glob' to $_comp_options.Bart Schaefer2001-02-132-0/+5
|
* two small fixes to _multi_parts; one more place where a caller-supplied -S ↵Sven Wischnowsky2001-02-092-2/+8
| | | | can be used and fix for the code deciding which prefix to use (13450)
* add completion for newsgroups (13448)Oliver Kiddle2001-02-085-4/+19
|
* fix _gzip to work for zcat again (13445)Oliver Kiddle2001-02-082-1/+5
|
* 13449: "make clean" cleans up after killed tests.Bart Schaefer2001-02-082-1/+4
|
* 13442: Use +Z to suppress loading of ZLE modules when testing.Bart Schaefer2001-02-083-2/+9
|
* unposted: fix patterns previous patchAndrey Borzenkov2001-02-022-2/+5
|
* Peter:13427: filename-quoting fix in _expandSven Wischnowsky2001-02-022-1/+9
|
* Changes references to sunsite.auc.dk to just sunsite.dk (13422)Oliver Kiddle2001-02-016-19/+23
|
* new completion function for the tin newsreader (13420)Oliver Kiddle2001-02-012-0/+57
|
* 13412: avoid duplicates in subdirecory list for recursive buildAndrey Borzenkov2001-01-312-1/+12
|
* unposted: correct typo in commit messageAndrey Borzenkov2001-01-291-1/+5
|
* zsh-workers/13395: Added code to test compstate[insert_positions], value of ↵Felix Rosencrantz2001-01-281-0/+5
| | | | insert_positions are now reported
* zsh-workers/13395: Added code to test compstate[insert_positions], value of ↵Felix Rosencrantz2001-01-282-3/+141
| | | | insert_positions are now reported
* 13389: normalize path in cd_do_chdir on Cygwin to get rid of DOS namesAndrey Borzenkov2001-01-262-6/+28
|
* fix for mergin two CLF_MID entries in cline lists (with two equal prefixes ↵Sven Wischnowsky2001-01-252-1/+5
| | | | it thought there were characters missing) (13388)
* make signal queueing variables be exported to modules (13384)Sven Wischnowsky2001-01-252-3/+8
|
* *** empty log message ***Sven Wischnowsky2001-01-222-5/+4
|
* 13370: avoid in-place modification of environments variables when importing.Andrey Borzenkov2001-01-192-46/+57
| | | | | Zsh tried to free unallocated memory when importing colon arrays. Removed redundant replenv().
* 13380: replace AC_CHECK_LIB(...,tgetent) with AC_SEARCH_LIBS(tgetent,...)Andrey Borzenkov2001-01-192-7/+9
| | | | to make it possible to override default library selected
* *** empty log message ***Sven Wischnowsky2001-01-187-11/+30
|
* 13302: division by zeroPeter Stephenson2001-01-182-8/+48
|
* remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky2001-01-1628-266/+546
| | | | signal handlers are only executed when it is safe to run them (13365)
* fix for ol' compctl when completing hash keys (13364)Sven Wischnowsky2001-01-162-1/+9
|
* two more fixes for completion matching and reporting interesting positions ↵Sven Wischnowsky2001-01-153-7/+25
| | | | (13349)
* add completion for ls and ([ef]|)grep (13347)Sven Wischnowsky2001-01-154-1/+169
|
* add `services', allowing easier re-use of (parts of) completion functions ↵Sven Wischnowsky2001-01-1533-73/+161
| | | | (13346)
* fix for 13339 (report each position only once) and fixlet for matching: a ↵Sven Wischnowsky2001-01-123-11/+27
| | | | case where missing characters weren't remembered (13343)
* *** empty log message ***Sven Wischnowsky2001-01-117-37/+196
|
* Etc/MACHINES: format leading spaces to tabsGeoff Wing2001-01-102-22/+26
|
* fix cursor positioning with partial-word match specs using `**' (13336)Sven Wischnowsky2001-01-104-33/+52
|
* fix for listpacked for matches as long as screen is wide (minus added ↵Sven Wischnowsky2001-01-083-4/+12
| | | | spaces); more security when freeing matches: make sure current menu match pointer isn't used afterwards (13331)
* Builds on SCO UnixWare 2.1.3Peter Stephenson2001-01-072-0/+8
|
* 13315: ignore parens and leading paths on killall completionClint Adams2000-12-272-1/+4
|
* 13314: don't complete hyphen-prefixed commands for killallClint Adams2000-12-272-1/+6
|
* 13312: killall gets long filenames from procpsClint Adams2000-12-262-1/+6
|
* unposted: thinko in configure.in for determination of jobtable sizeClint Adams2000-12-232-1/+3
|
* 13310: apt-cache typo in --names-onlyClint Adams2000-12-232-1/+6
|
* Back out 13285.Bart Schaefer2000-12-183-6/+11
|
* 13288: cast pointers for arg 2 of ztrapread/writeClint Adams2000-12-172-3/+6
|
* 13287: dpkg -i can take multiple argumentsClint Adams2000-12-172-2/+7
|
* unposted: add _mere to .distfilesClint Adams2000-12-162-7/+11
|
* 13285: use vi-up and -down in vicmd modeClint Adams2000-12-163-47/+69
|
* * 13281: Functions/Misc/mere: new implementation.Tanaka Akira2000-12-153-3/+91
| | | | Completion/User/_mere: new completion function for mere.
* 13250: _dict completionClint Adams2000-12-133-1/+72
|
* Rename waitjob() to zwaitjob().Peter Stephenson2000-12-062-4/+9
|