index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2000-10-14
Document tty mode restoration.
Bart Schaefer
1
-0
/
+6
2000-10-13
two completion matching fixes; wrong (path) prefix matching (removed path com...
Sven Wischnowsky
1
-0
/
+6
2000-10-12
remove possibility for func() entries in tag-order style, can be done using z...
Sven Wischnowsky
1
-0
/
+4
2000-10-12
rename fake style to fake-files (12973)
Sven Wischnowsky
1
-0
/
+6
2000-10-11
12958: configure fix for NCR compiler
Andrey Borzenkov
1
-0
/
+4
2000-10-11
add _all_matcher completer and supporting C-code for adding a special match r...
Sven Wischnowsky
1
-0
/
+8
2000-10-11
make user defined completion widgets leave menu selection without accepting t...
Sven Wischnowsky
1
-0
/
+6
2000-10-10
follow-up to 12942, only a missing redirection (12948)
Sven Wischnowsky
1
-0
/
+3
2000-10-10
add fake-parameters style to allow completing parameters which are not yet se...
Sven Wischnowsky
1
-0
/
+6
2000-10-10
*** empty log message ***
Sven Wischnowsky
1
-1
/
+1
2000-10-10
temporarily remove global aliases to avoid error message inside the evals (12...
Sven Wischnowsky
1
-0
/
+3
2000-10-10
follow-up to 12930, make it first try exact character matches, but enable it ...
Sven Wischnowsky
1
-0
/
+6
2000-10-09
Tiny clarification.
Bart Schaefer
1
-1
/
+1
2000-10-09
prefer exact character matches over match specs (so that `nom' can match `nom...
Sven Wischnowsky
1
-0
/
+5
2000-10-06
search for *.tif file, too (12919)
Sven Wischnowsky
1
-0
/
+3
2000-10-06
more option setting cleanup; remove some unnecessary setopts, remove N qualif...
Sven Wischnowsky
1
-0
/
+12
2000-10-06
Other places where `unsetopt cshnullglob' is needed.
Bart Schaefer
1
-0
/
+11
2000-10-05
autoload --> automount
Bart Schaefer
1
-1
/
+1
2000-10-05
cleanup for 12896 (12901)
Sven Wischnowsky
1
-0
/
+2
2000-10-05
unset cshnullglob (12899)
Sven Wischnowsky
1
-0
/
+2
2000-10-05
don't return invalid Eprog after parse error (12898)
Sven Wischnowsky
1
-0
/
+2
2000-10-05
comparguments: don't use rest-argument-specification if it was inactivated (1...
Sven Wischnowsky
1
-0
/
+3
2000-10-05
cleanup (12896)
Sven Wischnowsky
1
-0
/
+4
2000-10-05
complete after autoloaded directories (a rather ugly hack); remove old code i...
Sven Wischnowsky
1
-0
/
+8
2000-10-04
* 12886: Completion/User/_cvs: make _cvs_vendor_branches to handle
Tanaka Akira
1
-0
/
+5
2000-10-04
don't stop parsing too early when completing inside a command substitution (1...
Sven Wischnowsky
1
-0
/
+3
2000-10-04
don't forget a displayed list when starting menu completion (12884)
Sven Wischnowsky
1
-0
/
+5
2000-10-04
* 12872: Completion/User/_cvs: Fix modules completion when a cvsroot
Tanaka Akira
1
-0
/
+8
2000-10-02
Change some zerr to zwarn for consistency.
Bart Schaefer
1
-0
/
+8
2000-10-01
unposted: remove unused variable declaration from ztat()
Clint Adams
1
-0
/
+4
2000-09-27
12863: remove ztrdupstrip, use VARARR in ztat
Clint Adams
1
-0
/
+5
2000-09-26
Tweak to STTY fix.
Bart Schaefer
1
-0
/
+1
2000-09-25
Fix STTY parameter.
Bart Schaefer
1
-0
/
+4
2000-09-22
12860: don't limit size of pwd in job table
Clint Adams
1
-0
/
+3
2000-09-22
12859: dynamically-allocate buffer in ztat(), ztrdupstring()
Clint Adams
1
-0
/
+6
2000-09-21
Fiddle with _expand_word and its doc.
Bart Schaefer
1
-0
/
+6
2000-09-20
12848: Doc/Zsh/zle.yo: Alphabetize list of parameters
Andrey Borzenkov
1
-0
/
+2
2000-09-20
12842 with corrections of Bart: Doc/Zsh/contrib.yo: Clarify digest file usage.
Andrey Borzenkov
1
-0
/
+5
2000-09-19
12847: dynamically allocate buf and z in bin_whence()
Clint Adams
1
-0
/
+3
2000-09-19
12846: moved simple string manipulation functions to string.c
Clint Adams
1
-0
/
+4
2000-09-19
12845: dynamically allocate pbuf in domove()
Clint Adams
1
-0
/
+4
2000-09-18
12835: Alphabetize special parameters list
Andrey Borzenkov
1
-1
/
+5
2000-09-18
12836: bin_ln now independent of PATH_MAX
Clint Adams
1
-0
/
+5
2000-09-18
Back out 12814.
Bart Schaefer
1
-0
/
+5
2000-09-18
Improve upon some of the PATH_MAX changes.
Bart Schaefer
1
-0
/
+6
2000-09-18
12828: dynamically allocate 'dir' in mailstat
Clint Adams
1
-0
/
+2
2000-09-18
12827: dynamically allocate 'file' in mailstat
Clint Adams
1
-0
/
+4
2000-09-18
unposted: define mailstat as a macro if MAILDIR_SUPPORT is undefined
Clint Adams
1
-0
/
+3
2000-09-18
12823: use zsh heap in lieu of perm. heap in bin_dot
Clint Adams
1
-0
/
+3
2000-09-17
12821: bin_dot is now independent of PATH_MAX
Clint Adams
1
-0
/
+4
[prev]
[next]