index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2002-02-12
Add a special-dirs example.
Bart Schaefer
2
-0
/
+12
2002-02-12
add -x option (to be passed on to compadd) to _description and friends; make ...
Sven Wischnowsky
8
-57
/
+60
2002-02-09
unposted: improve apm and screen handling
Clint Adams
2
-4
/
+15
2002-02-08
16590: use a prefix match instead of a "fuzzy-exact" match.
Clint Adams
2
-1
/
+6
2002-02-07
fix for displaying matches in groups via _describe; go back to displaying one...
Sven Wischnowsky
2
-1
/
+16
2002-02-07
unposted: Colin Walters's prompt, adapted for the theme system
Clint Adams
3
-0
/
+32
2002-02-06
16577: don't return a single dot as the path head of a slash.
Clint Adams
2
-2
/
+11
2002-02-05
16568: get listing of entire directory for approximation and other purposes.
Clint Adams
2
-7
/
+4
2002-02-05
16566: show ls -F classifiers as display strings.
Clint Adams
2
-8
/
+21
2002-02-04
16556: No error on `print >&-'.
Bart Schaefer
2
-10
/
+22
2002-02-04
16555: add | to bracket expression, 2>/dev/null
Clint Adams
2
-6
/
+6
2002-02-04
16553: differentiate between files and directories during remote scp completion.
Clint Adams
2
-2
/
+12
2002-02-04
Fixed some problems with _cvs and flags. Fixed _perl to complete a script
Felix Rosencrantz
3
-5
/
+13
2002-02-03
16540: short options and local files
Clint Adams
2
-1
/
+25
2002-02-01
Akinori Musha: 16534: a few bug fixes and some wording fixes
Oliver Kiddle
2
-22
/
+35
2002-01-31
use RPS2 to put states on the right
Oliver Kiddle
2
-0
/
+5
2002-01-31
16494: extract outermost words with negative arguments to %_ and add %^
Oliver Kiddle
2
-7
/
+50
2002-01-31
16493: correct typos
Oliver Kiddle
2
-7
/
+9
2002-01-31
16492: add RPROMPT2 variable for right prompts in multi-line commands
Oliver Kiddle
4
-3
/
+23
2002-01-31
* 16527: Src/Zle/zle_refresh.c: Don't lose the rprompt when
Andrew Main
2
-1
/
+6
2002-01-30
fixlet to avoid an empty string in an array; cause completion after cd withou...
Sven Wischnowsky
2
-0
/
+8
2002-01-30
16514: initscript completion fixes
Clint Adams
2
-2
/
+9
2002-01-28
slight improvement for 16500 to allow completion after ./<TAB> in all cases (...
Sven Wischnowsky
2
-6
/
+6
2002-01-27
16503: warn on fclose or fflush errors in bin_print.
Clint Adams
2
-76
/
+87
2002-01-27
16500: don't complete executable files in the current directory if "." is not...
Clint Adams
2
-1
/
+16
2002-01-26
16419 (_arguments syntax doc), 16435 (hash crash).
Bart Schaefer
1
-0
/
+7
2002-01-26
16419: Improve _arguments syntax summary.
Bart Schaefer
1
-1
/
+1
2002-01-26
16435: Fix core dump in `hash'.
Bart Schaefer
1
-1
/
+1
2002-01-23
16489: Test/C01arith.ztst: default output for whole numbers
Peter Stephenson
2
-1
/
+6
2002-01-22
16487: Src/glob.c: bug in 16486 when a qualifier in a set
Peter Stephenson
2
-1
/
+4
2002-01-22
16486: Doc/Zsh/expn.yo, Src/glob.c, Src/pattern.c: support
Peter Stephenson
4
-493
/
+699
2002-01-22
add new generic fake style and changes to the C-code for that (different impl...
Sven Wischnowsky
15
-59
/
+113
2002-01-21
allow arguments to be given to functions used by compdef (actually, the strin...
Sven Wischnowsky
6
-15
/
+40
2002-01-18
*** empty log message ***
Oliver Kiddle
1
-1
/
+1
2002-01-17
use pager style instead of $EDITOR and fix bad substitution in exclusion lists
Oliver Kiddle
5
-42
/
+49
2002-01-16
unposted: remove ansi2knr from distfiles
Clint Adams
2
-1
/
+3
2002-01-16
16463: apt-cache showsrc completion
Clint Adams
2
-0
/
+6
2002-01-16
16461: a number of minor completion function updates
Oliver Kiddle
22
-44
/
+90
2002-01-14
16449: new chkconfig completion for both the RedHat and IRIX commands
Oliver Kiddle
2
-0
/
+38
2002-01-14
16448: math assignment bug introduced by 15291, 15292
Peter Stephenson
2
-1
/
+11
2002-01-14
16443: fix urpmi.addmedia --distrib; set cache policy just once
Andrey Borzenkov
2
-11
/
+17
2002-01-13
16437: changes for new urpi in cooker
Andrey Borzenkov
2
-100
/
+118
2002-01-10
allow manual pages to be shown separated by section with new separate-section...
Sven Wischnowsky
4
-2
/
+39
2002-01-10
16423: append a `.' to converted floating point output
Peter Stephenson
2
-0
/
+9
2002-01-09
16422: zcalc non-default base output
Peter Stephenson
2
-1
/
+6
2002-01-08
fix completion after var+= to use value context (16418)
Sven Wischnowsky
3
-1
/
+7
2002-01-08
don't report _arguments-specs more than once (not even shared options with mu...
Sven Wischnowsky
2
-1
/
+13
2002-01-07
make sure auto menu isn't started accidentially when bashautolist is set (16408)
Sven Wischnowsky
2
-1
/
+5
2002-01-07
fix nested _tags-loops by re-initialising the outer one when leaving the inne...
Sven Wischnowsky
2
-2
/
+6
2002-01-07
fixes for completion of signal names with SIG prefix and for completing comma...
Sven Wischnowsky
5
-10
/
+27
[next]