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
/
Zsh
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
26756: handle completion following :s modifier
Peter Stephenson
2009-03-19
1
-4
/
+4
*
26746: tweak history modifier completion
Peter Stephenson
2009-03-17
1
-0
/
+2
*
26713: add #autoload
Bart Schaefer
2009-03-13
1
-0
/
+2
*
26671: various minor attribute tidy ups
Peter Stephenson
2009-03-03
1
-1
/
+1
*
Mikael Magnusson: 26670: add zsh/attr module
Peter Stephenson
2009-03-03
2
-0
/
+35
*
26022: fix on Solaris where /proc/$$/fd exists but doesn't contain symlinks
Oliver Kiddle
2008-11-10
1
-2
/
+2
*
add completion of globbing flags
Oliver Kiddle
2008-11-10
3
-3
/
+37
*
unposted: add _tcpsys
Peter Stephenson
2008-10-30
1
-0
/
+49
*
unposted: belatedly sort out some distfiles
Peter Stephenson
2008-10-29
1
-7
/
+45
*
unposted: off-by-one error looking for dynamic directory name in completion
Peter Stephenson
2008-10-02
1
-1
/
+1
*
25777: argument to gdbmsetfn()
Peter Stephenson
2008-09-30
1
-2
/
+3
*
25733: stub function for dynamic directory name completion
Peter Stephenson
2008-09-29
3
-1
/
+18
*
Jörg Sommer <joerg@alea.gnuu.de>: 25598/25599:
Peter Stephenson
2008-09-03
1
-1
/
+1
*
25553: add aoss to compdef line.
Clint Adams
2008-08-30
1
-1
/
+1
*
Alexey I. Froloff: 25459: add list-dirs-first style.
Peter Stephenson
2008-08-21
1
-0
/
+1
*
25276: use autoload -z for zsh-autoload functions
Peter Stephenson
2008-07-11
1
-2
/
+2
*
zcalc completion idiosyncracies with :!
Peter Stephenson
2008-06-13
1
-8
/
+6
*
improved zcalc escapes and completion
Peter Stephenson
2008-06-13
2
-4
/
+98
*
25132: zstyle completion updates
Peter Stephenson
2008-06-03
1
-53
/
+96
*
25131: typo with b:zstat loading zstat
Peter Stephenson
2008-06-03
1
-1
/
+1
*
24806: more assoc subscript completion + typos
Peter Stephenson
2008-04-09
1
-1
/
+1
*
24804: fix quoting of assoc array subscripts in completion
Peter Stephenson
2008-04-09
1
-2
/
+4
*
24775: improve _cd option handling
Peter Stephenson
2008-03-28
1
-4
/
+29
*
unposted: fix some .distfiles and .cvsignore stuff
Peter Stephenson
2008-03-15
1
-4
/
+19
*
24588: tweak glob qualifier completion
Peter Stephenson
2008-02-23
2
-14
/
+9
*
24585: completion for glob qualifiers plus
Peter Stephenson
2008-02-23
4
-0
/
+357
*
24239: _subscript added too many backslashes
Peter Stephenson
2007-12-13
1
-1
/
+1
*
23783: use _path_commands.
Clint Adams
2007-08-19
5
-10
/
+11
*
23485: feature completion and autoloading
Peter Stephenson
2007-05-29
1
-28
/
+50
*
see 23479: add initial features support for modules
Peter Stephenson
2007-05-28
3
-4
/
+3
*
22972: limit autoload completion to functions not yet registered.
Peter Stephenson
2006-11-06
1
-2
/
+5
*
22418: completion for GNU env.
Clint Adams
2006-04-13
1
-1
/
+1
*
users/1097: rehash style for external commands
Peter Stephenson
2006-03-06
1
-0
/
+2
*
21315: make completion functions give precendence to descriptions passed as
Oliver Kiddle
2005-06-08
12
-19
/
+19
*
21306: add -s option to _disable
Doug Kearns
2005-06-08
1
-3
/
+4
*
21302: make sure expl is declared local in completion functions
Doug Kearns
2005-06-08
1
-0
/
+2
*
unposted: fix typo in _dirs opt description
Doug Kearns
2005-06-07
1
-1
/
+1
*
Fix typos in some descriptions.
Bart Schaefer
2004-06-24
1
-3
/
+3
*
20077: fix completion of reserved words
Oliver Kiddle
2004-06-18
2
-2
/
+2
*
* 19863: Completion/Zsh/Type/_command_names, Doc/Zsh/compsys.yo:
Clint Adams
2004-05-01
1
-0
/
+8
*
* 19845: Completion/Debian/Command/_apt-move: apt-move
Clint Adams
2004-04-28
1
-7
/
+7
*
19767, 19785: store flags for -z and -k options to autoload allowing the
Oliver Kiddle
2004-04-20
3
-37
/
+48
*
19790: complete functions after -a and allow multiple -z/-k options
Oliver Kiddle
2004-04-17
1
-14
/
+17
*
19648: complete -t and -n options
Oliver Kiddle
2004-03-17
1
-10
/
+13
*
19387: add (-.) glob qualifier to globs where only files are directly applicable
Oliver Kiddle
2004-01-21
2
-2
/
+2
*
19364: new completions for aptitude, getent and catcgsegv
Oliver Kiddle
2004-01-14
1
-1
/
+1
*
19244: various completion function fixes and updates
Oliver Kiddle
2003-11-14
2
-2
/
+2
*
19021: in command position, try to complete directories once and once only
Oliver Kiddle
2003-09-03
1
-2
/
+3
*
19019: only complete aliases of the appropriate type for the alias builtin
Oliver Kiddle
2003-09-03
2
-9
/
+13
*
19014: add alias -s suf=handler
Peter Stephenson
2003-09-03
5
-2
/
+27
[prev]
[next]