index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2001-03-15
users/3671: Completion/User/_java: tweak for colon-separated paths
Peter Stephenson
2
-0
/
+6
2001-03-15
fix default colour for directories (3674)
Sven Wischnowsky
2
-1
/
+5
2001-03-14
13633: don't use termcap cursor keys if single key which is already bound
Peter Stephenson
2
-1
/
+19
2001-03-13
Add D qualifier in _rcs.
Bart Schaefer
2
-1
/
+4
2001-03-13
Unify completion for ncftp and lftp in _ncftp
Bart Schaefer
4
-10
/
+13
2001-03-13
13611, 13615: Bind cursor keys using termcap, including in viins.
Peter Stephenson
5
-25
/
+95
2001-03-12
spelling corrections (13610)
Oliver Kiddle
13
-51
/
+62
2001-03-12
fix to declare tmp variable as local
Oliver Kiddle
1
-1
/
+1
2001-03-12
Oups bad changelog.
Chmouel Boudjnah
1
-1
/
+2
2001-03-12
New tar options -j.
Chmouel Boudjnah
3
-3
/
+15
2001-03-12
fix filename quoting in _zip and don't use _hosts for lftp
Oliver Kiddle
3
-5
/
+13
2001-03-12
Add _lftp.
Bart Schaefer
1
-1
/
+1
2001-03-11
Add completion for lftp
Chmouel Boudjnah
2
-0
/
+9
2001-03-11
Various new, improved, fixed or updated functions (13600)
Oliver Kiddle
18
-61
/
+420
2001-03-11
zsh-workers 13562,13598,13599
Bart Schaefer
1
-0
/
+11
2001-03-11
Use _normal completion following the name of a shell script.
Bart Schaefer
1
-0
/
+5
2001-03-11
Handle quoted whitespace in glob expansions.
Bart Schaefer
1
-1
/
+2
2001-03-11
Better handling of multi-line buffers.
Bart Schaefer
1
-5
/
+2
2001-03-08
Dist more files
Peter Stephenson
5
-5
/
+11
2001-03-08
4.0.1-pre-2
Peter Stephenson
2
-2
/
+6
2001-03-08
try to find out the sub commands to complete in _init_d (13591)
Sven Wischnowsky
2
-1
/
+23
2001-03-08
Another testcase that covers the bug mentioned in workers/13563. The case is ↵
Felix Rosencrantz
2
-0
/
+13
based on a bug mentioned in workers/13320
2001-03-07
Minor errors in 54compmatch doc strings
Bart Schaefer
2
-2
/
+6
2001-03-07
two optimisations
Sven Wischnowsky
4
-30
/
+39
2001-03-07
unposted: support build with GCC on ReliantUNIX
Andrey Borzenkov
3
-25
/
+51
2001-03-06
don't complete w3m from _webbrowser now we have _w3m (unposted)
Oliver Kiddle
2
-3
/
+4
2001-03-06
include _w3m in .distfiles
Oliver Kiddle
2
-1
/
+5
2001-03-06
unposted: complete for w3m
Clint Adams
2
-0
/
+52
2001-03-06
make the parser use real memory for the ecbuf to avoid having hrealloc() ↵
Sven Wischnowsky
3
-7
/
+25
throw away lots of memory (13576)
2001-03-06
another fix for completion matching, CLF_MISS in the wrong cline struct (13575)
Sven Wischnowsky
2
-0
/
+11
2001-03-06
unposted: change my address to bor@zsh.org
Andrey Borzenkov
2
-1
/
+4
2001-03-06
13544, 13568 (Peter): + syntax for matchers in matcher-list to augment
Andrey Borzenkov
6
-21
/
+82
previous list
2001-03-05
new _expand_aliases to, well, expand aliases (13566)
Sven Wischnowsky
4
-4
/
+117
2001-03-05
fix for matching control, try harder to merge separately completed parts to ↵
Sven Wischnowsky
4
-5
/
+34
avoid losing user-typed characters (13565)
2001-03-04
latest FAQ
Peter Stephenson
2
-57
/
+105
2001-03-04
News and contributors for 4.0.1
Peter Stephenson
3
-1
/
+86
2001-02-28
Use ksh-style deref of $_comp_options in case of ksharrays.
Bart Schaefer
8
-7
/
+18
2001-02-28
Work when ksh_arrays is set but before the setopt takes effect (13555)
Oliver Kiddle
2
-1
/
+6
2001-02-28
add `aliases' option to be able to disable alias expansion (13554)
Sven Wischnowsky
9
-10
/
+27
2001-02-27
Message for _vars_eq, 13520
Peter Stephenson
1
-0
/
+6
2001-02-26
some small functions for completing sub-commands (generic function, init ↵
Sven Wischnowsky
5
-0
/
+26
scripts, apachectl) (13536)
2001-02-26
change $words[1] to $service in some more places (13534)
Sven Wischnowsky
8
-11
/
+24
2001-02-26
properly restore noaliases in bufferwords() (13530)
Sven Wischnowsky
2
-1
/
+6
2001-02-22
13520: use services and shorten description in _vars_eq
Peter Stephenson
1
-3
/
+3
2001-02-20
more (|un)queue_signals(), this time for the job control builtins (13509)
Sven Wischnowsky
2
-0
/
+15
2001-02-19
13280: NewImproved handling of colon modifiers w.r.t. paths
Peter Stephenson
5
-29
/
+83
2001-02-18
?## fix from 13497 and site name change from Geoff
Peter Stephenson
3
-3
/
+15
2001-02-16
Fix "${=foo=$@}".
Bart Schaefer
2
-5
/
+9
2001-02-16
make `compdef foo=bar' use the service defined for `bar' if there is any (13494)
Sven Wischnowsky
2
-0
/
+6
2001-02-16
Partial sh emulation fixs for ${1+"$@"} and "${foo=$@}".
Bart Schaefer
2
-1
/
+23
[next]