index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2000-06-29
don't expand partially typed parameter expansions (12118)
Sven Wischnowsky
2
-3
/
+8
2000-06-29
change suffix style to still do expansion if the suffix contains something to...
Sven Wischnowsky
3
-2
/
+7
2000-06-29
even more fun with the menu style (no=num, yes=long-list, reverse meaning of ...
Sven Wischnowsky
3
-10
/
+39
2000-06-29
quote brace-strings (12113)
Sven Wischnowsky
3
-10
/
+20
2000-06-28
12112: Don't make namedirs out of hash elements.
Bart Schaefer
2
-1
/
+7
2000-06-28
make _complete return the right value (12109)
Sven Wischnowsky
2
-10
/
+12
2000-06-28
fix for list-colors handling (12107)
Sven Wischnowsky
3
-2
/
+8
2000-06-28
reset _comp_mesg (saying whether there were messages) appropriately (12105)
Sven Wischnowsky
2
-0
/
+4
2000-06-28
misc
Sven Wischnowsky
3
-5
/
+10
2000-06-28
make _oldlist not use the dummy match added for the warning (12099)
Sven Wischnowsky
2
-1
/
+4
2000-06-28
make a-a-i-n-h in menu selection work with one match; better undo behaviour f...
Sven Wischnowsky
4
-4
/
+19
2000-06-28
12086: Alphabetize.
Bart Schaefer
1
-26
/
+30
2000-06-28
12086: Alphabetize new entries in compsys.yo; stick users/ on article number
Bart Schaefer
1
-5
/
+10
2000-06-27
menu style accepts yes=x to start menu completion if there are at least x mat...
Sven Wischnowsky
3
-21
/
+37
2000-06-27
Andrej: don't close slave if not yet open (12084)
Sven Wischnowsky
2
-1
/
+2
2000-06-27
document _use_lo (12082)
Sven Wischnowsky
2
-0
/
+37
2000-06-27
Andrej: 12081: zpty under cygwin
Peter Stephenson
2
-2
/
+11
2000-06-26
unposted: move poll_read
Peter Stephenson
3
-89
/
+105
2000-06-26
12076: better saving in file in compinstall
Peter Stephenson
2
-14
/
+23
2000-06-26
12074: Remove one more reference to compfmt; add missing menu items.
Bart Schaefer
3
-1
/
+19
2000-06-26
12073: read -t to test for available input before reading
Peter Stephenson
4
-17
/
+164
2000-06-26
default completion even if there are options (3208)
Sven Wischnowsky
2
-6
/
+5
2000-06-26
fix for completer lookup in _ignored (12070)
Sven Wischnowsky
2
-2
/
+7
2000-06-26
remove compfmt; a bit of explanation for compfiles and compgroups (12068)
Sven Wischnowsky
3
-51
/
+15
2000-06-26
typo in _history; missing free()s in zle_tricky.c (12067)
Sven Wischnowsky
3
-1
/
+6
2000-06-26
missing allocation of list for option arguments (12066)
Sven Wischnowsky
2
-0
/
+10
2000-06-25
12063: Assorted typo-squashing and reformatting.
Bart Schaefer
5
-75
/
+131
2000-06-23
12044: read -A bug
Peter Stephenson
2
-1
/
+16
2000-06-23
compinit some more (12043)
Sven Wischnowsky
2
-5
/
+5
2000-06-23
even more compiinit stuff, change prompt, search for insecure parent dirs (12...
Sven Wischnowsky
2
-5
/
+22
2000-06-22
12040: typeset -r bug
Peter Stephenson
2
-1
/
+8
2000-06-22
Fix comptest interaction with compinit.
Bart Schaefer
2
-1
/
+8
2000-06-22
followup to compinit-security patch (12033)
Sven Wischnowsky
2
-11
/
+21
2000-06-22
*** empty log message ***
Sven Wischnowsky
1
-1
/
+5
2000-06-22
allow subscripts for compadd -[ak]; new style for history completion; better ...
Sven Wischnowsky
19
-93
/
+209
2000-06-22
12027: mutt smarts for _mailboxes
Clint Adams
2
-4
/
+21
2000-06-22
12024: handle multiple mailboxes lines in muttrc
Clint Adams
2
-1
/
+7
2000-06-21
* 12019: Completion/User/_ssh: upgrade to the last openssh
Chmouel Boudjnah
2
-6
/
+29
2000-06-21
make history completion use I{PREF,SUF}FIX (12011)
Sven Wischnowsky
4
-0
/
+18
2000-06-20
AIX dependency fix
Oliver Kiddle
2
-5
/
+9
2000-06-20
12000: zmv: emulate -R to unset MARKDIRS
Peter Stephenson
2
-1
/
+6
2000-06-20
*** empty log message ***
Sven Wischnowsky
1
-1
/
+14
2000-06-20
a bit of security for compinit (avoid using things writable by others); avoid...
Sven Wischnowsky
4
-166
/
+112
2000-06-19
make undo break out of menu selection if nothing to undo inside it (11992)
Sven Wischnowsky
2
-1
/
+4
2000-06-19
_arguments: small fix for -s and new `!...' for things not to complete (but t...
Sven Wischnowsky
4
-13
/
+42
2000-06-19
update comptest to not set ZLS_COLORS directly (11982)
Sven Wischnowsky
2
-5
/
+8
2000-06-19
more careful when optimising patterns in compfiles (11981)
Sven Wischnowsky
2
-2
/
+5
2000-06-19
new match spec characters bBeE, match only word/line not both (11977)
Sven Wischnowsky
9
-19
/
+70
2000-06-19
allow _expand to expand braces; better detection of braces to complete in C (...
Sven Wischnowsky
6
-18
/
+83
2000-06-19
improve filename completion; use accept-exact for in-path completion; new fak...
Sven Wischnowsky
5
-54
/
+233
[next]