about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* .distfiles additions zsh-3.1.9-dev-1Peter Stephenson2000-06-193-2/+5
* users/3189: zmv fixesPeter Stephenson2000-06-193-13/+34
* restore ZLS_COLORS when possible; better group-name handling in ZLS_COLORS (3...Sven Wischnowsky2000-06-194-7/+30
* 11966: double brackets around comparison to prevent 'command not found: no'Clint Adams2000-06-182-1/+6
* Fix parsing of := for magicequalsubst.Bart Schaefer2000-06-172-3/+10
* 11959: Completion/User/_urls: make it magicequalsubst aware.Tanaka Akira2000-06-173-2/+4
* 11958: Completion/User/_java: new completion for Java.Tanaka Akira2000-06-172-0/+519
* Add a test for cascaded case statement.Bart Schaefer2000-06-172-0/+18
* 11956: Fix off-by-one error.Bart Schaefer2000-06-172-4/+10
* 11951: _dpkg tweak for install and record-availClint Adams2000-06-162-2/+10
* allow completion after `a{{b,c},'; fix for closing brace re-insertion when co...Sven Wischnowsky2000-06-164-10/+7
* enhance ignore-line to ignore all/current/other word(s) (11938)Sven Wischnowsky2000-06-163-10/+25
* zstyle -e option; change math-styles to boolean ones; change defaults for _ex...Sven Wischnowsky2000-06-166-111/+135
* more security in completion matching (11924)Sven Wischnowsky2000-06-152-2/+4
* 11908: compmatch testsPeter Stephenson2000-06-152-0/+19
* as 11916: ChangeLog splitPeter Stephenson2000-06-152-11269/+11274
* make _files try each pattern only once (and stop after `*') (11915)Sven Wischnowsky2000-06-153-2/+16
* Delete stray whitespace.Bart Schaefer2000-06-151-1/+0
* fix for _arguments, it took non-option strings as options (11910)Sven Wischnowsky2000-06-152-3/+17
* 11906: yet two more saving trap bugsPeter Stephenson2000-06-142-8/+20
* Handle new suffix style with arrays (11903)Oliver Kiddle2000-06-142-1/+5
* 11902: SIGWINCH local trap testPeter Stephenson2000-06-142-0/+11
* 11901: two more trap saving bugsPeter Stephenson2000-06-142-1/+9
* 11895: trap exit problem when exiting from function scopePeter Stephenson2000-06-142-2/+7
* *** empty log message ***Sven Wischnowsky2000-06-141-1/+1
* *** empty log message ***Sven Wischnowsky2000-06-141-1/+1
* nix kaboom with `time time' (?)Sven Wischnowsky2000-06-142-5/+17
* better fix for menu selection on dumb terminal (11885?)Sven Wischnowsky2000-06-142-3/+8
* Added article number for 11882.Clint Adams2000-06-131-1/+1
* 11877: ChangeLog onlyPeter Stephenson2000-06-131-1/+1
* ?????: dpkg completion improvementsClint Adams2000-06-132-15/+44
* Added patch numbers to Sven's entries.Clint Adams2000-06-131-5/+5
* make -A take a pattern as argument to match non-arguments; allow single-lette...Sven Wischnowsky2000-06-133-43/+76
* new _generic widget to call completion with $WIDGET in function field of cont...Sven Wischnowsky2000-06-133-0/+33
* allow insert-tab to contain `pending[=num]' to handle the case when there is ...Sven Wischnowsky2000-06-132-4/+24
* new style `suffix'; use accept-exact style in _expand (?)Sven Wischnowsky2000-06-133-7/+35
* fix for longer capability strings (sunsite still not responding, sigh)Sven Wischnowsky2000-06-132-7/+14
* Make PRINT_* flags unique againPeter Stephenson2000-06-132-5/+9
* fixes for calling compfiles, for completing words with special characters; ma...Sven Wischnowsky2000-06-135-40/+204
* 11867: restrict typeset -H applicationPeter Stephenson2000-06-125-5/+15
* 11866: More ANSI color stuff; preserve more state during prompt previewing.Bart Schaefer2000-06-113-95/+195
* Alexandre: Fix colored listings crash (article number attribution may beBart Schaefer2000-06-112-1/+6
* 11861: Completion/User/_cvs: fix -a use for compadd.Tanaka Akira2000-06-112-1/+5
* 11850: Fix crash in menu-select on dumb terminals. Also, a ChangeLog entryBart Schaefer2000-06-102-0/+15
* 11838: typeset -HPeter Stephenson2000-06-097-24/+38
* 11839: endtrapscope() null pointer dereference preventionClint Adams2000-06-092-1/+6
* fix for menu-completion when another completion came right after it (11836)Sven Wischnowsky2000-06-093-0/+5
* improve _path_files, move some code into C, try to optimise glob patterns and...Sven Wischnowsky2000-06-093-47/+314
* avoid bug in IRIX's sed and use new -K option to zparseopts in _urlsOliver Kiddle2000-06-083-3/+8
* 11820: metafication of command line argumentsPeter Stephenson2000-06-082-10/+36