about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* default completion even if there are options (3208)Sven Wischnowsky2000-06-262-6/+5
* fix for completer lookup in _ignored (12070)Sven Wischnowsky2000-06-262-2/+7
* remove compfmt; a bit of explanation for compfiles and compgroups (12068)Sven Wischnowsky2000-06-263-51/+15
* typo in _history; missing free()s in zle_tricky.c (12067)Sven Wischnowsky2000-06-263-1/+6
* missing allocation of list for option arguments (12066)Sven Wischnowsky2000-06-262-0/+10
* 12063: Assorted typo-squashing and reformatting.Bart Schaefer2000-06-255-75/+131
* 12044: read -A bugPeter Stephenson2000-06-232-1/+16
* compinit some more (12043)Sven Wischnowsky2000-06-232-5/+5
* even more compiinit stuff, change prompt, search for insecure parent dirs (12...Sven Wischnowsky2000-06-232-5/+22
* 12040: typeset -r bugPeter Stephenson2000-06-222-1/+8
* Fix comptest interaction with compinit.Bart Schaefer2000-06-222-1/+8
* followup to compinit-security patch (12033)Sven Wischnowsky2000-06-222-11/+21
* *** empty log message ***Sven Wischnowsky2000-06-221-1/+5
* allow subscripts for compadd -[ak]; new style for history completion; better ...Sven Wischnowsky2000-06-2219-93/+209
* 12027: mutt smarts for _mailboxesClint Adams2000-06-222-4/+21
* 12024: handle multiple mailboxes lines in muttrcClint Adams2000-06-222-1/+7
* * 12019: Completion/User/_ssh: upgrade to the last opensshChmouel Boudjnah2000-06-212-6/+29
* make history completion use I{PREF,SUF}FIX (12011)Sven Wischnowsky2000-06-214-0/+18
* AIX dependency fixOliver Kiddle2000-06-202-5/+9
* 12000: zmv: emulate -R to unset MARKDIRSPeter Stephenson2000-06-202-1/+6
* *** empty log message ***Sven Wischnowsky2000-06-201-1/+14
* a bit of security for compinit (avoid using things writable by others); avoid...Sven Wischnowsky2000-06-204-166/+112
* make undo break out of menu selection if nothing to undo inside it (11992)Sven Wischnowsky2000-06-192-1/+4
* _arguments: small fix for -s and new `!...' for things not to complete (but t...Sven Wischnowsky2000-06-194-13/+42
* update comptest to not set ZLS_COLORS directly (11982)Sven Wischnowsky2000-06-192-5/+8
* more careful when optimising patterns in compfiles (11981)Sven Wischnowsky2000-06-192-2/+5
* new match spec characters bBeE, match only word/line not both (11977)Sven Wischnowsky2000-06-199-19/+70
* allow _expand to expand braces; better detection of braces to complete in C (...Sven Wischnowsky2000-06-196-18/+83
* improve filename completion; use accept-exact for in-path completion; new fak...Sven Wischnowsky2000-06-195-54/+233
* .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