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
2000-05-25
fix for special-dirs when used with -g patterns (11570)
Sven Wischnowsky
2
-6
/
+11
2000-05-25
better cursor-movement in menu-selection (11569)
Sven Wischnowsky
2
-3
/
+16
2000-05-25
11567: FD_CLOEXEC in zftp.c
Peter Stephenson
2
-6
/
+7
2000-05-25
force listing in _complete_debug; make complist with list-scrolling stopt at ...
Sven Wischnowsky
4
-13
/
+33
2000-05-24
11561: no RC_QUOTES in $'..'
Peter Stephenson
3
-2
/
+7
2000-05-24
11560: Doc/Zsh/expn.yo: pipes are pipes even if plumbing isn't.
Peter Stephenson
2
-4
/
+8
2000-05-24
11554: Rearrange _arguments doc some more.
Bart Schaefer
2
-133
/
+181
2000-05-24
fix for comparguments to make -s have an effect again (11552)
Sven Wischnowsky
3
-3
/
+7
2000-05-24
11548: -h flag for ispell
Clint Adams
2
-2
/
+8
2000-05-23
11542: Doc/Zsh/compsys.yo: more wording `improvements'
Peter Stephenson
2
-200
/
+221
2000-05-23
minor completion fixes (11541)
Oliver Kiddle
4
-17
/
+39
2000-05-23
Minor completion fixes (11541)
Oliver Kiddle
2
-1
/
+5
2000-05-23
Suffix handling improvements for url completion (11539)
Oliver Kiddle
3
-16
/
+23
2000-05-23
11537: new _complete_tag function
Peter Stephenson
4
-1
/
+76
2000-05-23
doc clarifications for zparseopts (11536)
Sven Wischnowsky
2
-2
/
+24
2000-05-23
add -[ak] options to compadd (11533)
Sven Wischnowsky
6
-12
/
+77
2000-05-23
add -E option to zparseopts (11530)
Sven Wischnowsky
3
-11
/
+50
2000-05-23
use `set -A' instead of `eval' in more places (11525)
Sven Wischnowsky
6
-12
/
+17
2000-05-23
fix for read -q without a shout (11524)
Sven Wischnowsky
2
-2
/
+4
2000-05-23
save and restore more variables in bufferwords(); move gotword() into core (1...
Sven Wischnowsky
8
-34
/
+98
2000-05-22
Don't lose empty arguments (11517)
Oliver Kiddle
2
-2
/
+6
2000-05-22
11516: Completion/Core/compinstall: menu selection
Peter Stephenson
2
-13
/
+26
2000-05-22
11515: Fix infinite loop.
Bart Schaefer
2
-1
/
+3
2000-05-22
11508: Add texipage() to printindex().
Bart Schaefer
2
-0
/
+3
2000-05-22
11485, 11488: Relocate "Compatibility" and "Restricted Shell" docs.
Bart Schaefer
10
-38
/
+83
2000-05-22
make sure wouldinstab is set before calling docomplete() (11503)
Sven Wischnowsky
2
-1
/
+14
2000-05-22
Completion/Linux/_rpm: --buildarch is like --target
Chmouel Boudjnah
2
-1
/
+5
2000-05-22
another fix for `select=long*' in menu style (11500)
Sven Wischnowsky
2
-1
/
+5
2000-05-22
fix for select-long-list in menu style (11497)
Sven Wischnowsky
2
-4
/
+7
2000-05-22
fix for clines in suffix (11496)
Sven Wischnowsky
3
-4
/
+11
2000-05-22
be more careful when decided if to insert tabs instead of completing (11493)
Sven Wischnowsky
5
-5
/
+10
2000-05-22
remove -h option from zstyle (11490)
Sven Wischnowsky
3
-12
/
+9
2000-05-22
pat(-) in long-option patterns to say that argument should be completed only ...
Sven Wischnowsky
5
-378
/
+423
2000-05-22
fix for a-a-m-c in menu selection; scroll explanations onto screen again (11...
Sven Wischnowsky
3
-34
/
+60
2000-05-22
Missing () in a tt().
Bart Schaefer
2
-1
/
+3
2000-05-22
11483: Fix formatting and other small errors.
Bart Schaefer
2
-17
/
+27
2000-05-21
11478; 3.1.7-pre-4
Peter Stephenson
10
-204
/
+220
2000-05-20
11477: Alphabetize itemized lists.
Bart Schaefer
2
-602
/
+606
2000-05-20
11473: Turn off xtrace while printing PS4.
Bart Schaefer
2
-1
/
+7
2000-05-19
Do a better job of completing suffixes in netscape remote commands (11471)
Oliver Kiddle
3
-17
/
+28
2000-05-19
ChangeLog entry for zsh-users/3066, already committed:
Peter Stephenson
1
-0
/
+3
2000-05-19
11467: [#<base>] syntax for output base
Peter Stephenson
6
-11
/
+62
2000-05-19
Fix _su to use user's shell for completion after -c again
Oliver Kiddle
2
-3
/
+7
2000-05-19
11469: Locally unset the errexit option and ZERR trap.
Bart Schaefer
3
-0
/
+9
2000-05-19
11461: Make "read" interruptible even when used in the tail of a pipeline.
Bart Schaefer
2
-4
/
+16
2000-05-19
fix for unambiguous string insertion (11466)
Sven Wischnowsky
2
-2
/
+4
2000-05-19
don't use $match for something different than (#b)ackrefs (11464)
Sven Wischnowsky
11
-218
/
+286
2000-05-18
Add missing file name to log message.
Bart Schaefer
1
-1
/
+2
2000-05-18
fix for completion of `netscape -remote' (11460)
Sven Wischnowsky
2
-9
/
+6
2000-05-18
allow _main_complete to call an arbitrary command given as arguments (11459)
Sven Wischnowsky
3
-4
/
+29
[next]