summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-06-27Andrej: don't close slave if not yet open (12084)Sven Wischnowsky2-1/+2
2000-06-27document _use_lo (12082)Sven Wischnowsky2-0/+37
2000-06-27Andrej: 12081: zpty under cygwinPeter Stephenson2-2/+11
2000-06-26unposted: move poll_readPeter Stephenson3-89/+105
2000-06-2612076: better saving in file in compinstallPeter Stephenson2-14/+23
2000-06-2612074: Remove one more reference to compfmt; add missing menu items.Bart Schaefer3-1/+19
2000-06-2612073: read -t to test for available input before readingPeter Stephenson4-17/+164
2000-06-26default completion even if there are options (3208)Sven Wischnowsky2-6/+5
2000-06-26fix for completer lookup in _ignored (12070)Sven Wischnowsky2-2/+7
2000-06-26remove compfmt; a bit of explanation for compfiles and compgroups (12068)Sven Wischnowsky3-51/+15
2000-06-26typo in _history; missing free()s in zle_tricky.c (12067)Sven Wischnowsky3-1/+6
2000-06-26missing allocation of list for option arguments (12066)Sven Wischnowsky2-0/+10
2000-06-2512063: Assorted typo-squashing and reformatting.Bart Schaefer5-75/+131
2000-06-2312044: read -A bugPeter Stephenson2-1/+16
2000-06-23compinit some more (12043)Sven Wischnowsky2-5/+5
2000-06-23even more compiinit stuff, change prompt, search for insecure parent dirs (12...Sven Wischnowsky2-5/+22
2000-06-2212040: typeset -r bugPeter Stephenson2-1/+8
2000-06-22Fix comptest interaction with compinit.Bart Schaefer2-1/+8
2000-06-22followup to compinit-security patch (12033)Sven Wischnowsky2-11/+21
2000-06-22*** empty log message ***Sven Wischnowsky1-1/+5
2000-06-22allow subscripts for compadd -[ak]; new style for history completion; better ...Sven Wischnowsky19-93/+209
2000-06-2212027: mutt smarts for _mailboxesClint Adams2-4/+21
2000-06-2212024: handle multiple mailboxes lines in muttrcClint Adams2-1/+7
2000-06-21* 12019: Completion/User/_ssh: upgrade to the last opensshChmouel Boudjnah2-6/+29
2000-06-21make history completion use I{PREF,SUF}FIX (12011)Sven Wischnowsky4-0/+18
2000-06-20AIX dependency fixOliver Kiddle2-5/+9
2000-06-2012000: zmv: emulate -R to unset MARKDIRSPeter Stephenson2-1/+6
2000-06-20*** empty log message ***Sven Wischnowsky1-1/+14
2000-06-20a bit of security for compinit (avoid using things writable by others); avoid...Sven Wischnowsky4-166/+112
2000-06-19make undo break out of menu selection if nothing to undo inside it (11992)Sven Wischnowsky2-1/+4
2000-06-19_arguments: small fix for -s and new `!...' for things not to complete (but t...Sven Wischnowsky4-13/+42
2000-06-19update comptest to not set ZLS_COLORS directly (11982)Sven Wischnowsky2-5/+8
2000-06-19more careful when optimising patterns in compfiles (11981)Sven Wischnowsky2-2/+5
2000-06-19new match spec characters bBeE, match only word/line not both (11977)Sven Wischnowsky9-19/+70
2000-06-19allow _expand to expand braces; better detection of braces to complete in C (...Sven Wischnowsky6-18/+83
2000-06-19improve filename completion; use accept-exact for in-path completion; new fak...Sven Wischnowsky5-54/+233
2000-06-19.distfiles additionsPeter Stephenson3-2/+5
2000-06-19users/3189: zmv fixesPeter Stephenson3-13/+34
2000-06-19restore ZLS_COLORS when possible; better group-name handling in ZLS_COLORS (3...Sven Wischnowsky4-7/+30
2000-06-1811966: double brackets around comparison to prevent 'command not found: no'Clint Adams2-1/+6
2000-06-17Fix parsing of := for magicequalsubst.Bart Schaefer2-3/+10
2000-06-1711959: Completion/User/_urls: make it magicequalsubst aware.Tanaka Akira3-2/+4
2000-06-1711958: Completion/User/_java: new completion for Java.Tanaka Akira2-0/+519
2000-06-17Add a test for cascaded case statement.Bart Schaefer2-0/+18
2000-06-1711956: Fix off-by-one error.Bart Schaefer2-4/+10
2000-06-1611951: _dpkg tweak for install and record-availClint Adams2-2/+10
2000-06-16allow completion after `a{{b,c},'; fix for closing brace re-insertion when co...Sven Wischnowsky4-10/+7
2000-06-16enhance ignore-line to ignore all/current/other word(s) (11938)Sven Wischnowsky3-10/+25
2000-06-16zstyle -e option; change math-styles to boolean ones; change defaults for _ex...Sven Wischnowsky6-111/+135
2000-06-15more security in completion matching (11924)Sven Wischnowsky2-2/+4