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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Completion
Commit message (
Expand
)
Author
Age
Files
Lines
*
add -x option (to be passed on to compadd) to _description and friends; make ...
Sven Wischnowsky
2002-02-12
6
-48
/
+34
*
16590: use a prefix match instead of a "fuzzy-exact" match.
Clint Adams
2002-02-08
1
-1
/
+1
*
16568: get listing of entire directory for approximation and other purposes.
Clint Adams
2002-02-05
1
-7
/
+1
*
16566: show ls -F classifiers as display strings.
Clint Adams
2002-02-05
1
-8
/
+16
*
16555: add | to bracket expression, 2>/dev/null
Clint Adams
2002-02-04
1
-4
/
+4
*
16553: differentiate between files and directories during remote scp completion.
Clint Adams
2002-02-04
1
-2
/
+7
*
Fixed some problems with _cvs and flags. Fixed _perl to complete a script
Felix Rosencrantz
2002-02-04
2
-5
/
+6
*
16540: short options and local files
Clint Adams
2002-02-03
1
-1
/
+20
*
Akinori Musha: 16534: a few bug fixes and some wording fixes
Oliver Kiddle
2002-02-01
1
-21
/
+29
*
fixlet to avoid an empty string in an array; cause completion after cd withou...
Sven Wischnowsky
2002-01-30
1
-0
/
+2
*
16514: initscript completion fixes
Clint Adams
2002-01-30
1
-2
/
+2
*
slight improvement for 16500 to allow completion after ./<TAB> in all cases (...
Sven Wischnowsky
2002-01-28
1
-6
/
+1
*
16500: don't complete executable files in the current directory if "." is not...
Clint Adams
2002-01-27
1
-1
/
+10
*
add new generic fake style and changes to the C-code for that (different impl...
Sven Wischnowsky
2002-01-22
8
-8
/
+34
*
allow arguments to be given to functions used by compdef (actually, the strin...
Sven Wischnowsky
2002-01-21
4
-14
/
+18
*
*** empty log message ***
Oliver Kiddle
2002-01-18
1
-1
/
+1
*
use pager style instead of $EDITOR and fix bad substitution in exclusion lists
Oliver Kiddle
2002-01-17
4
-42
/
+40
*
16463: apt-cache showsrc completion
Clint Adams
2002-01-16
1
-0
/
+1
*
16461: a number of minor completion function updates
Oliver Kiddle
2002-01-16
21
-44
/
+75
*
16449: new chkconfig completion for both the RedHat and IRIX commands
Oliver Kiddle
2002-01-14
1
-0
/
+33
*
16443: fix urpmi.addmedia --distrib; set cache policy just once
Andrey Borzenkov
2002-01-14
1
-11
/
+12
*
16437: changes for new urpi in cooker
Andrey Borzenkov
2002-01-13
1
-100
/
+113
*
allow manual pages to be shown separated by section with new separate-section...
Sven Wischnowsky
2002-01-10
2
-2
/
+23
*
fix nested _tags-loops by re-initialising the outer one when leaving the inne...
Sven Wischnowsky
2002-01-07
1
-2
/
+3
*
fixes for completion of signal names with SIG prefix and for completing comma...
Sven Wischnowsky
2002-01-07
3
-9
/
+17
*
users/4483: with "cvs add" et al., complete names of locally removed (but
Bart Schaefer
2002-01-06
1
-1
/
+1
*
16398: updated zstyle completion and related cleanup
Oliver Kiddle
2002-01-04
5
-65
/
+121
*
16397: use nul instead of colon to avoid problems with _value: functions
Oliver Kiddle
2002-01-03
1
-21
/
+16
*
16396: fix argument handling bugs
Oliver Kiddle
2002-01-03
1
-6
/
+10
*
16393: completion for Christoph Martin's apt-show-versions script.
Clint Adams
2002-01-03
2
-1
/
+22
*
users/4561: fix code for finding the zipfile's name in the current command-line
Oliver Kiddle
2002-01-02
1
-4
/
+2
*
16384: new completion for xli/xloadimage and factor out completion of X visuals
Oliver Kiddle
2002-01-02
8
-6
/
+99
*
16375: command completion for fsh
Clint Adams
2001-12-26
2
-0
/
+24
*
16372: allow signal names to be prefixed by `SIG' with kill builtin and fix
Oliver Kiddle
2001-12-21
1
-1
/
+2
*
add missing description argument in _values calls (16366)
Oliver Kiddle
2001-12-19
3
-5
/
+6
*
new ifconfig completion (16366)
Oliver Kiddle
2001-12-19
4
-2
/
+106
*
16349: completion for make-kpkg
Clint Adams
2001-12-17
2
-1
/
+25
*
16336: use apt-cache --generate pkgnames instead of dumpavail
Clint Adams
2001-12-14
1
-3
/
+1
*
16335: apt-cache -g, --all-names, --recurse, pkgnames, dotty, policy completions
Clint Adams
2001-12-14
1
-1
/
+7
*
allow tag-order to select order of files and urls (16323)
Oliver Kiddle
2001-12-12
2
-11
/
+2
*
allow tag-order to select order of files and urls (16330)
Oliver Kiddle
2001-12-12
4
-28
/
+30
*
16327: glob for udebs as well as debs
Clint Adams
2001-12-11
1
-15
/
+15
*
16326: completion for mozilla, some more web browsers in webbrowser
Clint Adams
2001-12-11
3
-1
/
+101
*
16325: update for wget 1.8
Oliver Kiddle
2001-12-11
1
-11
/
+18
*
new mtools completion
Oliver Kiddle
2001-12-11
2
-1
/
+157
*
16320: factor out file system completion to new function
Oliver Kiddle
2001-12-11
4
-37
/
+60
*
16315: completion for spamassassin
Clint Adams
2001-12-09
2
-1
/
+16
*
users/4503: don't complete source or header files after gcc -o
Peter Stephenson
2001-12-07
1
-1
/
+1
*
users/4519: complete files in all argument positions for zip (bug fix)
Oliver Kiddle
2001-12-06
1
-1
/
+1
*
16293: completion for arping
Clint Adams
2001-11-29
2
-1
/
+21
[next]