index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Completion
/
Builtins
Age
Commit message (
Expand
)
Author
Files
Lines
2001-04-02
moved to Completion/Zsh/Command/_compdef
Sven Wischnowsky
1
-52
/
+0
2001-04-02
moved to Completion/Zsh/Command/_command
Sven Wischnowsky
1
-10
/
+0
2001-04-02
moved to Completion/Zsh/Command/_cd
Sven Wischnowsky
1
-54
/
+0
2001-04-02
moved to Completion/Zsh/Command/_builtin
Sven Wischnowsky
1
-11
/
+0
2001-04-02
moved to Completion/Zsh/Command/_bindkey
Sven Wischnowsky
1
-40
/
+0
2001-04-02
moved to Completion/Zsh/Command/_autoload
Sven Wischnowsky
1
-10
/
+0
2001-04-02
moved to Completion/Zsh/Type/_jobs_fg
Sven Wischnowsky
1
-3
/
+0
2001-04-02
moved to Completion/Zsh/Type/_jobs_bg
Sven Wischnowsky
1
-3
/
+0
2001-04-02
moved to Completion/Zsh/Type/_directory_stack
Sven Wischnowsky
1
-51
/
+0
2001-04-02
moved to Completion/Zsh/Type/_vars
Sven Wischnowsky
1
-25
/
+0
2001-04-02
moved to Completion/Zsh/Type/_limits
Sven Wischnowsky
1
-3
/
+0
2001-04-02
moved to Completion/Zsh/Type/_functions
Sven Wischnowsky
1
-5
/
+0
2001-04-02
moved to Completion/Zsh/Type/_arrays
Sven Wischnowsky
1
-5
/
+0
2001-04-02
moved to Completion/Zsh/Type/_aliases
Sven Wischnowsky
1
-17
/
+0
2001-04-02
moved to Completion/Base/Utility/_nothing
Sven Wischnowsky
1
-3
/
+0
2001-04-01
various doc fixes and minor completion function changes, most of which
Oliver Kiddle
16
-61
/
+82
2001-03-27
comment out looking up the prefix-needed style when completing directory stac...
Sven Wischnowsky
1
-4
/
+14
2001-03-26
13779/13783: fixes from Michal Politowski
Clint Adams
1
-1
/
+1
2001-03-26
_pids shouldn't start menu completion if the current word starts with a hyphe...
Sven Wischnowsky
1
-1
/
+1
2001-03-23
don't auto-start menu completion after a `%' when completing pids or jobs (13...
Sven Wischnowsky
1
-1
/
+1
2001-03-05
new _expand_aliases to, well, expand aliases (13566)
Sven Wischnowsky
1
-4
/
+14
2001-02-26
change $words[1] to $service in some more places (13534)
Sven Wischnowsky
5
-9
/
+16
2001-02-22
13520: use services and shorten description in _vars_eq
Peter Stephenson
1
-3
/
+3
2000-11-27
Add missing quote.
Bart Schaefer
1
-1
/
+1
2000-11-08
aloow value `pattern' for insert-unambiguous style to preserve patterns in th...
Sven Wischnowsky
1
-1
/
+6
2000-10-12
rename fake style to fake-files (12973)
Sven Wischnowsky
1
-2
/
+2
2000-10-11
*** empty log message ***
Sven Wischnowsky
1
-0
/
+1
2000-10-11
add _all_matcher completer and supporting C-code for adding a special match r...
Sven Wischnowsky
1
-4
/
+9
2000-10-10
*** empty log message ***
Sven Wischnowsky
2
-12
/
+9
2000-10-06
more option setting cleanup; remove some unnecessary setopts, remove N qualif...
Sven Wischnowsky
4
-4
/
+4
2000-09-11
Redo _zle using _arguments; fix typos.
Bart Schaefer
1
-8
/
+75
2000-09-07
more sensible value (12769)
Sven Wischnowsky
1
-19
/
+26
2000-08-21
use return value (12682)
Sven Wischnowsky
1
-0
/
+2
2000-08-18
enhance _zmodload to use _arguments (12677)
Oliver Kiddle
1
-17
/
+42
2000-08-16
remove unnecessary local
Sven Wischnowsky
1
-3
/
+2
2000-08-15
12650: don't show aliased modules if there aren't any
Peter Stephenson
1
-2
/
+5
2000-08-15
call ps only once and be more intelligent when finding the PIDs (12640)
Sven Wischnowsky
2
-14
/
+16
2000-08-15
small improvement to allow lists where the pid is not in the first column (12...
Sven Wischnowsky
1
-2
/
+2
2000-08-14
Andrej, 12614: DLL is a shared library suffix.
Bart Schaefer
1
-1
/
+1
2000-08-10
add -g option to _parameters to restrict type of parameters completed (12583)
Oliver Kiddle
3
-7
/
+16
2000-08-09
new completion for read builtin (12578)
Oliver Kiddle
3
-5
/
+23
2000-08-08
12561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,
Peter Stephenson
1
-2
/
+9
2000-08-02
12486: new completion caching layer
Adam Spiers
1
-0
/
+2
2000-07-05
mention more standard tags in documentation and fix some typos (12177)
Oliver Kiddle
1
-4
/
+3
2000-06-22
allow subscripts for compadd -[ak]; new style for history completion; better ...
Sven Wischnowsky
2
-3
/
+5
2000-06-20
a bit of security for compinit (avoid using things writable by others); avoid...
Sven Wischnowsky
1
-1
/
+1
2000-06-19
allow _expand to expand braces; better detection of braces to complete in C (...
Sven Wischnowsky
1
-8
/
+35
2000-05-31
use compadd -[ak] (11549)
Sven Wischnowsky
17
-44
/
+62
2000-05-29
fixes for _arguments with sets; make _zpty not use sets (11624)
Sven Wischnowsky
1
-14
/
+39
2000-05-28
use of _arguments for completion of a couple more builtins (11615)
Oliver Kiddle
2
-7
/
+49
[next]