index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Completion
Commit message (
Expand
)
Author
Age
Files
Lines
*
handle killall5
Oliver Kiddle
2002-08-19
1
-2
/
+2
*
complete for ifup and ifdown commands
Oliver Kiddle
2002-08-19
1
-1
/
+1
*
users/5266: with the call-command style parse ant -projecthelp to get targets
Oliver Kiddle
2002-08-19
1
-11
/
+68
*
complete also for the nail command
Oliver Kiddle
2002-08-19
1
-1
/
+1
*
nedit 5.3 adds a -version option
Oliver Kiddle
2002-08-19
1
-10
/
+12
*
Valgrind version 1.0.0 was released.
Felix Rosencrantz
2002-08-19
1
-38
/
+47
*
17535: use-perl style for _make
Peter Stephenson
2002-08-14
1
-2
/
+18
*
17206 (Bruno Bonfils), 17207 (Oliver): completion for auto-apt
Clint Adams
2002-08-10
2
-0
/
+58
*
17522: clean up a few things
Oliver Kiddle
2002-08-09
4
-85
/
+55
*
17522: also handle tkinfo
Oliver Kiddle
2002-08-09
1
-7
/
+19
*
17521: new completion for ant
Oliver Kiddle
2002-08-09
2
-1
/
+39
*
17509: complete .xhtml files as well as .html files.
Clint Adams
2002-08-07
1
-1
/
+1
*
17508: complete local files after file://localhost/ .
Clint Adams
2002-08-06
1
-0
/
+1
*
17507: Completion/Unix/Type/_urls: complete local files after file:/// .
Clint Adams
2002-08-06
1
-0
/
+1
*
17499: BSD pkg_* tools now support bzip2'd packages
Oliver Kiddle
2002-08-05
1
-3
/
+3
*
Unposted: fix typo in 17496.
Peter Stephenson
2002-08-02
1
-1
/
+1
*
17496: update for new options in GNU diff 2.8.1
Oliver Kiddle
2002-08-01
1
-18
/
+20
*
17484: fix option check and add missing #autoload tag
Oliver Kiddle
2002-07-26
2
-1
/
+2
*
17478: new tags for sarge.
Clint Adams
2002-07-24
1
-2
/
+4
*
17476: Matt Zimmerman's completion for GNU GLOBAL.
Clint Adams
2002-07-22
3
-0
/
+55
*
* 17459: Completion/Unix/Command/_cvs: exclude file which have
Tanaka Akira
2002-07-16
1
-1
/
+1
*
don't display _dispatch as one of the called functions (17438)
Sven Wischnowsky
2002-07-08
1
-3
/
+3
*
keep globbing quiet in _path_files; check if group/user exists in _chown (17393)
Sven Wischnowsky
2002-07-02
2
-3
/
+6
*
17391: complete files after dpkg -S.
Clint Adams
2002-07-01
1
-10
/
+14
*
add new sepcial context -assign-parameter- for completing the parameter in an...
Sven Wischnowsky
2002-07-01
2
-1
/
+4
*
two new modes for menu selection: incremental search and interactive (17366)
Sven Wischnowsky
2002-06-26
2
-1
/
+15
*
users/5073: use typeset to get function names for compdump
Bart Schaefer
2002-06-23
1
-7
/
+3
*
Usual .distfiles tidy-up
zsh-4.1.0-dev-5
Peter Stephenson
2002-06-17
1
-1
/
+1
*
17266: check `manpath` even when $MANPATH is set.
Clint Adams
2002-05-31
1
-8
/
+12
*
fix for use of (z) parameter modifier; the first word in the parameter is par...
Sven Wischnowsky
2002-05-29
1
-2
/
+4
*
add handling for the other texinfo commands (besides info)
Oliver Kiddle
2002-05-28
1
-53
/
+145
*
17244: don't complete udebs for dpkg -i or --unpack
Clint Adams
2002-05-28
1
-2
/
+2
*
17234: don't call _path_files with empty ().
Clint Adams
2002-05-26
1
-1
/
+5
*
17225: $=CVSIGNORE instead of $CVSIGNORE
Clint Adams
2002-05-25
1
-1
/
+1
*
unposted: use zstyle again now when it works
Andrey Borzenkov
2002-05-23
1
-4
/
+3
*
17125, 17159 (Oliver): info completion
Andrey Borzenkov
2002-05-23
2
-1
/
+54
*
for automatic long options completion, use the string after the equal signs (...
Sven Wischnowsky
2002-05-23
1
-8
/
+23
*
rename max-match-length style to max-matches-width (17213)
Sven Wischnowsky
2002-05-23
2
-4
/
+4
*
17211: respect $CVSIGNORE.
Clint Adams
2002-05-23
1
-0
/
+1
*
let _init_d use a pre-pattern (17193)
Sven Wischnowsky
2002-05-21
1
-1
/
+3
*
fix removal of automatically added specs (from the -- option) for which a use...
Sven Wischnowsky
2002-05-21
2
-3
/
+3
*
better splitting of -g-strings; this failed when patterns contained spaces (1...
Sven Wischnowsky
2002-05-21
1
-2
/
+2
*
(17021) Added _valgrind, completion function for Julian Seward's Linux-based ...
Felix Rosencrantz
2002-05-20
2
-1
/
+49
*
Function for Tom Lord's arch SCM tool. It still has many problems,
Felix Rosencrantz
2002-05-20
2
-1
/
+1948
*
fix for _arguments: don't use argument-tag when completing options; fix for _...
Sven Wischnowsky
2002-05-14
2
-2
/
+6
*
allow users to give the maximum number of display-columns the matches should ...
Sven Wischnowsky
2002-05-14
2
-3
/
+10
*
unposted: fix context name; do not set style by default until it works
Andrey Borzenkov
2002-05-12
1
-3
/
+4
*
17075, 17076: _urpmi and chkconfig/services
Andrey Borzenkov
2002-05-08
7
-121
/
+217
*
17074: mondoarchive completion
Andrey Borzenkov
2002-05-08
2
-0
/
+57
*
fix _arguments' -s option (17078)
Sven Wischnowsky
2002-05-06
1
-4
/
+2
[next]