index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
/
compresult.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-23
m0viefreak: users/18655,18657,18660: assorted auto-removable suffix fixes
m0viefreak
1
-1
/
+1
2011-05-14
29267: add -enable-zsh-debug and use for debugging completion matcher groups
Peter Stephenson
1
-6
/
+73
2011-05-09
29165: use term.h globally if needed at all.
Peter Stephenson
1
-34
/
+39
2011-02-18
28772: Update regions in region highlight dynamically
Peter Stephenson
1
-2
/
+7
2010-08-15
28167: reset more variables on invalidating completion list
Peter Stephenson
1
-0
/
+2
2009-04-24
26876 with updated documentation: add ZLE_{REMOVE,SPACE}_SUFFIX_CHARS
Peter Stephenson
1
-4
/
+4
2009-01-13
Back off 26270 (accept-and-menu-complete).
Peter Stephenson
1
-13
/
+11
2009-01-09
26270: allow accept-and-menu-complete work with _vallues as well
Andrey Borzenkov
1
-11
/
+13
2008-05-07
24959: crash with ^D in compctl
Peter Stephenson
1
-6
/
+6
2008-04-13
24808: initial support for combining characters in zle
Peter Stephenson
1
-6
/
+6
2008-02-14
24551: Free heap memory after every ZLE command
Peter Stephenson
1
-0
/
+1
2007-08-22
23794: fix crash completing on "foo$" (quotes significant)
Peter Stephenson
1
-1
/
+1
2007-05-28
23478: crash in reverse-menu-complete if no completion
Peter Stephenson
1
-0
/
+3
2006-10-30
22924: a couple more metafy_line()/unmetafy_line() problems
Peter Stephenson
1
-2
/
+11
2006-10-30
obscure crash with hasbrpsfx()
Peter Stephenson
1
-2
/
+12
2006-10-07
22831: use CM_SPACE in compdescribe
Andrey Borzenkov
1
-4
/
+0
2006-10-06
22820: this time, fix handling of long accumulated completion line
Peter Stephenson
1
-2
/
+2
2006-10-06
10791: fix handling of long accumulated completion line
Peter Stephenson
1
-1
/
+1
2006-08-11
22599: use wide character widths in completion
Peter Stephenson
1
-14
/
+23
2006-08-09
22594: Attempt to fix some off-by-one errors for completion lists
Peter Stephenson
1
-0
/
+1
2006-08-01
22575: multibyte fixes for bslashquote(), getzlequery()
Peter Stephenson
1
-1
/
+1
2006-03-07
Changed some structures to avoid gcc's type-punned warnings.
Wayne Davison
1
-1
/
+1
2005-11-15
Got rid of some unsigned-char/char pointer casts.
Wayne Davison
1
-5
/
+5
2005-11-07
users/9638: tweaks for FCEDIT etc.
Peter Stephenson
1
-8
/
+22
2005-10-28
21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;
Peter Stephenson
1
-4
/
+4
2005-09-29
21784: Improved character widths for formatted multibyte character output
Peter Stephenson
1
-2
/
+10
2005-08-18
21664: unmetafy ztat() argument
Andrey Borzenkov
1
-11
/
+17
2005-08-10
21596: fix run-help, which-command, accept-and-menu-complete
Peter Stephenson
1
-6
/
+14
2005-08-10
c.f. 21590: metafy_line()/unmetafy_line() now support wide characters
Peter Stephenson
1
-127
/
+148
2005-04-22
20162: in printlist() don't output new line if we haven't printed anything
Geoff Wing
1
-4
/
+3
2005-01-14
c.f. 20675: improve zle as a basis for Unicode.
Peter Stephenson
1
-123
/
+123
2004-07-12
unposted: improve 20150 by setting pointer to NULL
Peter Stephenson
1
-0
/
+3
2004-07-11
20149: improve prompt-reset code
Peter Stephenson
1
-0
/
+3
2004-06-02
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
1
-5
/
+5
2004-03-05
19474: fix a calculation when displaying completions which are
Geoff Wing
1
-2
/
+2
2003-02-06
18191: from Greg Klanderman: compctl -y didn't respect list arrangement
Peter Stephenson
1
-0
/
+7
2003-01-13
18059: allow compadd -r and -R with default space suffix
Peter Stephenson
1
-1
/
+1
2002-07-30
make sure invalidatelist() isn't called hwen we are inside menu selection and...
Sven Wischnowsky
1
-1
/
+1
2002-06-26
two new modes for menu selection: incremental search and interactive (17366)
Sven Wischnowsky
1
-6
/
+11
2002-05-21
fix for file-type-tests in nested quotes and don't count space file-type-char...
Sven Wischnowsky
1
-50
/
+37
2002-01-22
add new generic fake style and changes to the C-code for that (different impl...
Sven Wischnowsky
1
-6
/
+9
2001-10-05
fix calculation of number of columns needed with list_packed (15946)
Sven Wischnowsky
1
-1
/
+4
2001-08-08
Got rid of unused variables.
Wayne Davison
1
-1
/
+1
2001-07-27
(15509)
Sven Wischnowsky
1
-195
/
+123
2001-07-25
make display for groups in _describe nicer; improve packing with list_packed;...
Sven Wischnowsky
1
-11
/
+39
2001-07-18
add list-grouped option to make options and such be grouped together if they ...
Sven Wischnowsky
1
-34
/
+37
2001-05-28
fix for cursor positioning with that -y option of compctl (display strings) (...
Sven Wischnowsky
1
-13
/
+22
2001-03-27
try to make _h_c_w smarter at the beginning and end of the list; avoid list-b...
Sven Wischnowsky
1
-1
/
+1
2001-03-05
fix for matching control, try harder to merge separately completed parts to a...
Sven Wischnowsky
1
-2
/
+2
2001-01-22
*** empty log message ***
Sven Wischnowsky
1
-1
/
+1
[next]