about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* latest FAQPeter Stephenson2001-03-041-0/+2
|
* News and contributors for 4.0.1Peter Stephenson2001-03-041-0/+5
|
* Use ksh-style deref of $_comp_options in case of ksharrays.Bart Schaefer2001-02-281-0/+11
|
* Work when ksh_arrays is set but before the setopt takes effect (13555)Oliver Kiddle2001-02-281-0/+5
|
* add `aliases' option to be able to disable alias expansion (13554)Sven Wischnowsky2001-02-281-0/+7
|
* Message for _vars_eq, 13520Peter Stephenson2001-02-271-0/+6
|
* some small functions for completing sub-commands (generic function, init ↵Sven Wischnowsky2001-02-261-0/+5
| | | | scripts, apachectl) (13536)
* change $words[1] to $service in some more places (13534)Sven Wischnowsky2001-02-261-0/+6
|
* properly restore noaliases in bufferwords() (13530)Sven Wischnowsky2001-02-261-0/+4
|
* more (|un)queue_signals(), this time for the job control builtins (13509)Sven Wischnowsky2001-02-201-0/+5
|
* 13280: NewImproved handling of colon modifiers w.r.t. pathsPeter Stephenson2001-02-191-0/+6
|
* ?## fix from 13497 and site name change from GeoffPeter Stephenson2001-02-181-0/+6
|
* Fix "${=foo=$@}".Bart Schaefer2001-02-161-1/+5
|
* make `compdef foo=bar' use the service defined for `bar' if there is any (13494)Sven Wischnowsky2001-02-161-0/+5
|
* Partial sh emulation fixs for ${1+"$@"} and "${foo=$@}".Bart Schaefer2001-02-161-0/+7
|
* unposted: corrected date in ChangeLogAndrey Borzenkov2001-02-151-1/+1
|
* unposted: remove unused variable declarationClint Adams2001-02-141-0/+2
|
* 13478: whence shouldn't segfault on an empty path componentClint Adams2001-02-141-0/+4
|
* 13473: clean config.modules, fix CSH_NULL_GLOB docPeter Stephenson2001-02-141-0/+6
|
* 13323: handle multi-line buffers in edit-command-line widgetClint Adams2001-02-141-0/+4
|
* 13431: better check for shared libraries.Andrey Borzenkov2001-02-131-0/+9
|
* try to make the -t option of zpty smarter (13462)Sven Wischnowsky2001-02-131-0/+3
|
* wehn using glob_complete, don't treat everything starting with a tilde as a ↵Sven Wischnowsky2001-02-131-0/+5
| | | | pattern (13459)
* Add 'glob' to $_comp_options.Bart Schaefer2001-02-131-0/+4
|
* two small fixes to _multi_parts; one more place where a caller-supplied -S ↵Sven Wischnowsky2001-02-091-0/+6
| | | | can be used and fix for the code deciding which prefix to use (13450)
* add completion for newsgroups (13448)Oliver Kiddle2001-02-081-0/+4
|
* fix _gzip to work for zcat again (13445)Oliver Kiddle2001-02-081-0/+4
|
* 13449: "make clean" cleans up after killed tests.Bart Schaefer2001-02-081-0/+3
|
* 13442: Use +Z to suppress loading of ZLE modules when testing.Bart Schaefer2001-02-081-0/+6
|
* unposted: fix patterns previous patchAndrey Borzenkov2001-02-021-0/+4
|
* Peter:13427: filename-quoting fix in _expandSven Wischnowsky2001-02-021-0/+5
|
* Changes references to sunsite.auc.dk to just sunsite.dk (13422)Oliver Kiddle2001-02-011-0/+4
|
* new completion function for the tin newsreader (13420)Oliver Kiddle2001-02-011-0/+5
|
* 13412: avoid duplicates in subdirecory list for recursive buildAndrey Borzenkov2001-01-311-0/+5
|
* 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
* 13389: normalize path in cd_do_chdir on Cygwin to get rid of DOS namesAndrey Borzenkov2001-01-261-0/+5
|
* fix for mergin two CLF_MID entries in cline lists (with two equal prefixes ↵Sven Wischnowsky2001-01-251-0/+4
| | | | it thought there were characters missing) (13388)
* make signal queueing variables be exported to modules (13384)Sven Wischnowsky2001-01-251-0/+5
|
* 13370: avoid in-place modification of environments variables when importing.Andrey Borzenkov2001-01-191-0/+5
| | | | | 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-191-0/+6
| | | | to make it possible to override default library selected
* *** empty log message ***Sven Wischnowsky2001-01-181-0/+7
|
* 13302: division by zeroPeter Stephenson2001-01-181-0/+4
|
* remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky2001-01-161-0/+11
| | | | 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-161-0/+5
|
* two more fixes for completion matching and reporting interesting positions ↵Sven Wischnowsky2001-01-151-0/+3
| | | | (13349)
* add completion for ls and ([ef]|)grep (13347)Sven Wischnowsky2001-01-151-0/+4
|
* add `services', allowing easier re-use of (parts of) completion functions ↵Sven Wischnowsky2001-01-151-0/+20
| | | | (13346)
* fix for 13339 (report each position only once) and fixlet for matching: a ↵Sven Wischnowsky2001-01-121-0/+6
| | | | case where missing characters weren't remembered (13343)
* *** empty log message ***Sven Wischnowsky2001-01-111-0/+8
|