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-04-27
ensure $PWD is prepended to cache-names for long options in _arguments (10974)
Sven Wischnowsky
2
-1
/
+6
2000-04-27
10971: **/... always globbed dots
Peter Stephenson
2
-0
/
+7
2000-04-27
fix for automatic option-argument completion with partially typed option in _...
Sven Wischnowsky
2
-3
/
+5
2000-04-27
document _wanted -C; fix for call to _wanted in _urls (10965)
Sven Wischnowsky
3
-2
/
+9
2000-04-27
fix for parse error with left-anchored patterns (10963)
Sven Wischnowsky
2
-1
/
+4
2000-04-27
make menu-selection handle undefined-key (10961)
Sven Wischnowsky
2
-0
/
+5
2000-04-27
*** empty log message ***
Sven Wischnowsky
1
-1
/
+1
2000-04-27
renamed parameters for menu selection to MENUSELECT, MENUPROMPT and MENUSCROL...
Sven Wischnowsky
9
-74
/
+93
2000-04-27
added warning to _perl_modules for when perl not found on path (10949)
Adam Spiers
2
-0
/
+6
2000-04-26
ensure options are set as expected in _history_complete_word and _bash_comple...
Sven Wischnowsky
3
-2
/
+12
2000-04-26
new file
Sven Wischnowsky
1
-0
/
+20
2000-04-26
*** empty log message ***
Sven Wischnowsky
2
-5
/
+6
2000-04-26
better perl module completion from Adam (10892)
Sven Wischnowsky
2
-22
/
+40
2000-04-26
new completion for GNU zip from Tanaka (10890)
Sven Wischnowsky
3
-5
/
+88
2000-04-26
new completion function for xset from Tanaka (10885)
Sven Wischnowsky
1
-0
/
+197
2000-04-26
allow to anchor on gaps between strings in matching control specs (10926)
Sven Wischnowsky
5
-40
/
+125
2000-04-26
faster test for `*'-patterns in matching control; prefer direct character mat...
Sven Wischnowsky
2
-4
/
+42
2000-04-26
fix for matching control; improve merging cline lists (10924)
Sven Wischnowsky
2
-9
/
+24
2000-04-26
better default value for list-prompt style (10923)
Sven Wischnowsky
2
-1
/
+4
2000-04-26
file-sort made $fignore fail (10922)
Sven Wischnowsky
2
-13
/
+17
2000-04-25
don't show empty hidden matches even in menu-selection (10917)
Sven Wischnowsky
3
-4
/
+22
2000-04-25
re-calculate number of line with mark when needed; make default prompts more ...
Sven Wischnowsky
3
-2
/
+22
2000-04-25
forgotten fix for _arguments using multiple actions (10915)
Sven Wischnowsky
2
-2
/
+5
2000-04-25
don't always ignore backslashes in paths when testing file type (10912)
Sven Wischnowsky
2
-0
/
+6
2000-04-25
small fix for _requested to be able to use _all_labels from within it (10910)
Sven Wischnowsky
4
-3
/
+13
2000-04-25
report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ...
Sven Wischnowsky
4
-9
/
+40
2000-04-25
make _arguments use more than one action when appropriate; add _argument_sets...
Sven Wischnowsky
13
-169
/
+473
2000-04-25
Things that are in the ChangeLog but that somehow didn't get changed.
Bart Schaefer
2
-2
/
+2
2000-04-25
10900: Depend modules-bltin upon config.status rather than upon Makefile.
Bart Schaefer
2
-32
/
+94
2000-04-20
don't remove *all* .zwc files, keep the first one (10881)
Sven Wischnowsky
2
-1
/
+6
2000-04-20
fix off-by-one error in scrolled menu-selections (10868)
Sven Wischnowsky
2
-10
/
+14
2000-04-20
Add new completions for AIX commands
Oliver Kiddle
10
-0
/
+110
2000-04-20
new completions for FreeBSD commands (10861)
Sven Wischnowsky
5
-0
/
+144
2000-04-20
default values for styles in _expand_word, listing expansions with ^Xd, _expa...
Sven Wischnowsky
4
-10
/
+67
2000-04-20
Add completion for file descriptors
Oliver Kiddle
4
-6
/
+38
2000-04-19
add zstyle+ (this is the *real* 3.1.7-pre-1)
Peter Stephenson
2
-3
/
+5
2000-04-19
Test additions; 3.1.7-pre-1
Peter Stephenson
6
-4
/
+536
2000-04-19
Ollivier Robert: 10844: prefer curses to termcap on HPUX 11
Peter Stephenson
2
-1
/
+6
2000-04-19
10833: new print completion and complete nothing for clear and logname
Oliver Kiddle
4
-4
/
+36
2000-04-19
10830: Doc/Makefile.in: don't force dvips to use 300 dpi.
Peter Stephenson
2
-57
/
+213
2000-04-19
ensure zsh/compctl (ick!) module is loaded when zle is loaded from init file ...
Sven Wischnowsky
3
-181
/
+1463
2000-04-19
default for list-prompt style, %[MLP] use fixed-width strings, %[mlp] use var...
Sven Wischnowsky
5
-32
/
+85
2000-04-18
fix completion after ~<num> (10812)
Sven Wischnowsky
2
-1
/
+12
2000-04-18
handle list-prompt in compinstall
Peter Stephenson
2
-3
/
+25
2000-04-18
change suffix added when completing an assigned value (10807)
Sven Wischnowsky
2
-2
/
+5
2000-04-18
10802: typo
Peter Stephenson
2
-1
/
+5
2000-04-18
completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for new...
Sven Wischnowsky
7
-44
/
+132
2000-04-18
fix to get newlines in non-job-texts (I'm sooo stupid)
Sven Wischnowsky
1
-2
/
+6
2000-04-18
fix to get newlines in non-job-texts (I'm sooo stupid) (10799)
Sven Wischnowsky
1
-0
/
+3
2000-04-18
join_clines() tested the wrong variable (10798)
Sven Wischnowsky
2
-2
/
+7
[next]