index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Completion
/
User
Age
Commit message (
Expand
)
Author
Files
Lines
2000-05-26
11599: check for d&x bits on @INC directories in _perl_modules
Clint Adams
1
-0
/
+2
2000-05-24
11548: -h flag for ispell
Clint Adams
1
-2
/
+3
2000-05-23
minor completion fixes (11541)
Oliver Kiddle
4
-17
/
+39
2000-05-23
Suffix handling improvements for url completion (11539)
Oliver Kiddle
2
-16
/
+18
2000-05-19
Do a better job of completing suffixes in netscape remote commands (11471)
Oliver Kiddle
2
-17
/
+23
2000-05-19
Fix _su to use user's shell for completion after -c again
Oliver Kiddle
1
-3
/
+3
2000-05-19
don't use $match for something different than (#b)ackrefs (11464)
Sven Wischnowsky
3
-3
/
+3
2000-05-18
fix for completion of `netscape -remote' (11460)
Sven Wischnowsky
1
-9
/
+3
2000-05-16
Fix typos and remove RCS Id strings.
Bart Schaefer
1
-1
/
+1
2000-05-16
11415: Completion/User/_cvs: follow the new matcher-list behaviour.
Tanaka Akira
1
-1
/
+1
2000-05-16
11396: Completion/User/_look: display a message when
Tanaka Akira
1
-3
/
+6
2000-05-16
11394: Completion/User/_cvs: rewrite filename completion
Tanaka Akira
1
-142
/
+151
2000-05-15
11393: Completion/User/_diff_options: use `=-'.
Tanaka Akira
1
-2
/
+2
2000-05-11
Back out 11327 and make the correct fix in _groups (redirect ypcat to stderr)
Oliver Kiddle
1
-1
/
+1
2000-05-10
Fix breakage from 11195 (11300)
Oliver Kiddle
1
-2
/
+2
2000-05-10
revert 11280
Tanaka Akira
1
-1
/
+1
2000-05-09
11280: Completion/User/_make: suppress an error with closed stdin
Tanaka Akira
2
-2
/
+2
2000-05-08
11194, 11200, 11214
Peter Stephenson
1
-11
/
+8
2000-05-06
add _look.
Tanaka Akira
1
-1
/
+2
2000-05-05
11219: Completion/User/_cvs, Completion/User/_diff_options: add
Tanaka Akira
2
-148
/
+298
2000-05-05
11213: Completion/User/_cvs: don't complete files which is
Tanaka Akira
1
-3
/
+7
2000-05-05
11204: Completion/User/_look: use more precise explanation and
Tanaka Akira
1
-2
/
+3
2000-05-05
completion function cleanup for `_arguments' with the `-C' option and using i...
Sven Wischnowsky
17
-220
/
+280
2000-05-05
11190: Completion/User/_look: new completion for look.
Tanaka Akira
1
-0
/
+18
2000-05-05
Use one function for compression/decompression programs and new lzop completion
Oliver Kiddle
8
-22
/
+166
2000-05-03
allow `-' in exclusion lists for _arguments, to avoid completing all options ...
Sven Wischnowsky
5
-20
/
+27
2000-05-03
11106: Completion/User/_mount: fix glob for device files.
Tanaka Akira
1
-1
/
+1
2000-05-02
completion cleanup, mostly _wanted and $expl (11049)
Sven Wischnowsky
4
-5
/
+4
2000-05-01
don't fail on nonexistent ~/.nedit file.
Bart Schaefer
1
-1
/
+1
2000-05-01
Use of _arguments in _bzip2 (11041)
Oliver Kiddle
3
-6
/
+57
2000-04-30
11033: 3.1.7-pre-2
Peter Stephenson
1
-2
/
+3
2000-04-30
completion for joe
Clint Adams
1
-0
/
+38
2000-04-28
Tanaka: printer-detection moved to new _printers; used by _enscript (11001)
Sven Wischnowsky
4
-58
/
+63
2000-04-28
10980: Tanaka's enscript completion.
Bart Schaefer
1
-0
/
+146
2000-04-27
use $words[1] to call make in _make and throw away stderr and use _call (10977)
Sven Wischnowsky
1
-1
/
+1
2000-04-27
document _wanted -C; fix for call to _wanted in _urls (10965)
Sven Wischnowsky
1
-1
/
+1
2000-04-27
added warning to _perl_modules for when perl not found on path (10949)
Adam Spiers
1
-0
/
+1
2000-04-26
new file
Sven Wischnowsky
1
-0
/
+20
2000-04-26
*** empty log message ***
Sven Wischnowsky
1
-2
/
+2
2000-04-26
better perl module completion from Adam (10892)
Sven Wischnowsky
1
-22
/
+37
2000-04-26
new completion for GNU zip from Tanaka (10890)
Sven Wischnowsky
2
-5
/
+81
2000-04-25
Things that are in the ChangeLog but that somehow didn't get changed.
Bart Schaefer
1
-1
/
+1
2000-04-14
missing `+'s in _diffoptions (10760)
Sven Wischnowsky
1
-9
/
+9
2000-04-13
remove the `pids' tag, use `processes' instead (10733)
Sven Wischnowsky
1
-3
/
+6
2000-04-12
10706: Andrej: Fix quoting in awk args.
Bart Schaefer
1
-1
/
+1
2000-04-12
10700: Andrej: Support Pyramid's internationalized manpaths.
Bart Schaefer
1
-6
/
+37
2000-04-11
10680: spelling corrections in _diff_options
Clint Adams
1
-32
/
+39
2000-04-11
_make uses $words[1] for command name (10635)
Sven Wischnowsky
1
-6
/
+6
2000-04-11
_wanted now tests both tags and labels; change places where _wanted was calle...
Sven Wischnowsky
16
-769
/
+845
2000-04-10
10628: Check for GNU make using "_call version ..." as was done for GNU diff.
Bart Schaefer
1
-4
/
+21
[next]