index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
/
compctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-30
Fix some compiler warnings in Zle
Peter Stephenson
1
-1
/
+1
2014-08-04
32958: bitwise logic fix
Miles Ohlrich
1
-1
/
+1
2014-02-02
32340: improve error messages for "read -c" / "read -l"
Barton E. Schaefer
1
-1
/
+1
2013-04-20
31272: Avoid double free, get_compctl should not free its arguments.
Bart Schaefer
1
-1
/
+0
2011-05-19
29307, 29308 + replies: Fix some doubled words in docs and comments.
Mikael Magnusson
1
-1
/
+1
2011-05-14
29267: add -enable-zsh-debug and use for debugging completion matcher groups
Peter Stephenson
1
-0
/
+5
2010-12-14
lexsave/lexrestore lexflags
Peter Stephenson
1
-4
/
+4
2010-12-14
28528: Rearrange zleparse to lexflags
Peter Stephenson
1
-5
/
+5
2008-11-11
26027: free pprogc before it goes out of scope in makecomplistflags.
Clint Adams
1
-0
/
+1
2008-09-26
25744: dynamic named directories and further doshfunc() simplification
Peter Stephenson
1
-2
/
+2
2008-09-16
25677: add %x and %I prompt escapes for shell source code debugging
Peter Stephenson
1
-6
/
+6
2007-10-03
23900: Better handling of NO_EQUALS in old completion
Peter Stephenson
1
-1
/
+1
2007-07-06
23665: autoloading of module features and related tweaks
Peter Stephenson
1
-4
/
+4
2007-05-28
see 23479: add initial features support for modules
Peter Stephenson
1
-3
/
+25
2007-04-27
23337: fix unmetafication for stat() of files in compctl
Peter Stephenson
1
-1
/
+6
2006-12-03
Incomplete improvements for $'...' in completion
Peter Stephenson
1
-1
/
+1
2006-10-16
string quoting in compctl used QT_NONE instead of QT_BACKSLASH
Peter Stephenson
1
-1
/
+2
2006-10-05
22819: improved internal use of string quotation,
Peter Stephenson
1
-28
/
+67
2006-09-11
22660: unmetafy directory for opendir() etc. in compctl
Peter Stephenson
1
-6
/
+16
2006-05-30
22474: use variable argument lists to improve error message handling
Peter Stephenson
1
-71
/
+54
2006-03-07
Changed some structures to avoid gcc's type-punned warnings.
Wayne Davison
1
-9
/
+9
2005-11-15
Got rid of some unsigned-char/char pointer casts.
Wayne Davison
1
-7
/
+7
2005-10-13
21871: replace INULL() by inull()
Peter Stephenson
1
-1
/
+1
2005-08-10
c.f. 21590: metafy_line()/unmetafy_line() now support wide characters
Peter Stephenson
1
-33
/
+43
2005-01-14
c.f. 20675: improve zle as a basis for Unicode.
Peter Stephenson
1
-31
/
+31
2004-12-07
20605: Use separate structure with get/set/unset methods fro parameters.
Peter Stephenson
1
-2
/
+2
2004-09-09
20331: Use internal zlong variables for consistency
Peter Stephenson
1
-1
/
+1
2004-06-02
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
1
-8
/
+8
2004-05-28
Silenced one signed/unsigned comparison compiler warning.
Wayne Davison
1
-1
/
+1
2004-02-15
19422: fix crash resulting from passing a long option to compctl
Oliver Kiddle
1
-1
/
+1
2003-11-13
19242: Make job table dynamically reallocatable.
Peter Stephenson
1
-1
/
+1
2003-10-29
a la 19209: zcalloc -> zshcalloc
Peter Stephenson
1
-15
/
+15
2002-08-27
17582: Improved option argument handling.
Peter Stephenson
1
-17
/
+17
2002-05-21
fix for file-type-tests in nested quotes and don't count space file-type-char...
Sven Wischnowsky
1
-1
/
+1
2002-01-22
add new generic fake style and changes to the C-code for that (different impl...
Sven Wischnowsky
1
-3
/
+3
2001-11-28
16269: Fix crash on reserved-word completion.
Bart Schaefer
1
-1
/
+1
2001-02-28
add `aliases' option to be able to disable alias expansion (13554)
Sven Wischnowsky
1
-3
/
+4
2001-01-18
*** empty log message ***
Sven Wischnowsky
1
-2
/
+2
2001-01-16
fix for ol' compctl when completing hash keys (13364)
Sven Wischnowsky
1
-1
/
+4
2000-06-22
allow subscripts for compadd -[ak]; new style for history completion; better ...
Sven Wischnowsky
1
-2
/
+3
2000-06-07
optimise command lookup in old and new completion (user/3124)
Sven Wischnowsky
1
-2
/
+5
2000-05-30
Wayne: Fix two history bugs that were causing the
Bart Schaefer
1
-1
/
+1
2000-05-04
don't list when all matches look the same; force-list style to give users con...
Sven Wischnowsky
1
-1
/
+2
2000-04-13
comment the `#if's for group numbers in $compstate[insert] (10725)
Sven Wischnowsky
1
-0
/
+1
2000-04-12
comment out the code to allow $compstate[insert] to select the group (10690)
Sven Wischnowsky
1
-64
/
+2916
1999-04-15
Initial revision
Tanaka Akira
1
-0
/
+1085