index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
/
complist.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-04-17
users/11421: %{...%} was broken in completion listings
Peter Stephenson
1
-4
/
+2
2007-04-02
23258: fix debugging added in 23248
Peter Stephenson
1
-1
/
+2
2007-03-30
unposted: better fix for complist line wrap from 23248
Peter Stephenson
1
-4
/
+5
2007-03-29
23248: Completion listing problem with lines nearly screen width
Peter Stephenson
1
-0
/
+6
2007-02-06
unposted: uninitialised variable could result from 23144
Peter Stephenson
1
-1
/
+1
2007-02-02
23144: Felix Eckhofer <felix@tribut.de>: NULL pointer in complist.c
Peter Stephenson
1
-0
/
+3
2006-10-30
22924: a couple more metafy_line()/unmetafy_line() problems
Peter Stephenson
1
-0
/
+2
2006-09-21
22753: minor character bugs spotted on Cygwin
Peter Stephenson
1
-2
/
+2
2006-08-20
22651: failed to unmetafy bytes for output
Peter Stephenson
1
-3
/
+13
2006-08-17
22612: comment the static variables
Peter Stephenson
1
-3
/
+83
2006-08-15
22611: bug scrolling wide completion list
Peter Stephenson
1
-5
/
+1
2006-08-14
22605: bug in complist wide character fixes introduced infinite loop
Peter Stephenson
1
-0
/
+2
2006-08-11
22599: use wide character widths in completion
Peter Stephenson
1
-24
/
+49
2006-08-10
22597: back off two column-subtraction hunks
Peter Stephenson
1
-2
/
+6
2006-08-10
22595: paranoid bounds-checking on some
Bart Schaefer
1
-9
/
+9
2006-08-09
22594: Attempt to fix some off-by-one errors for completion lists
Peter Stephenson
1
-7
/
+32
2006-08-07
unposted: badly positioned declaration in complist.c
Peter Stephenson
1
-1
/
+3
2006-08-07
22589: bug with long lines in menu selection
Peter Stephenson
1
-0
/
+4
2006-08-03
rationalise mb<->wc conversions to use restartable form
Peter Stephenson
1
-1
/
+4
2006-05-30
22474: use variable argument lists to improve error message handling
Peter Stephenson
1
-2
/
+1
2006-01-13
Got rid of some superfluous STOUC() calls (such as the ones I added
Wayne Davison
1
-1
/
+1
2006-01-12
- When mbrtowc() returns -2 when given all the remaining chars in a
Wayne Davison
1
-9
/
+11
2006-01-11
Tweaked the code to handle mbrtowc() converting '\0' the same way as
Wayne Davison
1
-11
/
+20
2006-01-09
The return value of mbrtowc() is a size_t (unsigned), so don't
Wayne Davison
1
-15
/
+10
2005-12-10
22069: completion listings didn't get unmetafied
Peter Stephenson
1
-7
/
+9
2005-11-15
Got rid of some unsigned-char/char pointer casts.
Wayne Davison
1
-19
/
+17
2005-10-28
21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;
Peter Stephenson
1
-3
/
+3
2005-10-13
21870: bad INULL() definition
Peter Stephenson
1
-1
/
+1
2005-10-04
21821, 21822: fix two infinite loops
Bart Schaefer
1
-2
/
+8
2005-10-02
minor tidy-ups
Peter Stephenson
1
-1
/
+2
2005-09-29
21784: Improved character widths for formatted multibyte character output
Peter Stephenson
1
-54
/
+128
2005-09-27
21769: fix some consequences of 21730 in completion lists
Peter Stephenson
1
-2
/
+4
2005-08-10
21593: character arrays wrongly declared with ZLE_UNICODE_SUPPORT
Peter Stephenson
1
-1
/
+1
2005-08-10
21592: browsing new directory from menu selection crashed
Peter Stephenson
1
-0
/
+3
2005-08-10
c.f. 21590: metafy_line()/unmetafy_line() now support wide characters
Peter Stephenson
1
-58
/
+76
2005-04-24
Optimise length calculations for ${...//.../...}
Peter Stephenson
1
-2
/
+2
2005-02-24
20861: Fix statusline in Unicode, apart from isearch
Peter Stephenson
1
-16
/
+33
2005-02-23
20856: use VARARR for multibyte string.
Peter Stephenson
1
-1
/
+2
2005-02-23
20854: more Unicode stuff.
Peter Stephenson
1
-6
/
+17
2005-02-18
20822: Initial code for Unicode/multibyte input
Peter Stephenson
1
-3
/
+5
2005-01-14
c.f. 20675: improve zle as a basis for Unicode.
Peter Stephenson
1
-45
/
+45
2004-10-18
20500: Unmetafy patterns where possible and other minor pattern fixes
Peter Stephenson
1
-2
/
+2
2004-10-14
20482: but with completion inside interactive completion
Peter Stephenson
1
-1
/
+49
2004-06-02
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
1
-4
/
+4
2004-03-08
19553: rename c in zle to lastchar
Peter Stephenson
1
-4
/
+4
2004-02-19
Silenced some compiler warnings about uninitialized variables.
Wayne Davison
1
-4
/
+4
2003-08-05
18926: problem accepting filename require metafication with menu selection
Peter Stephenson
1
-0
/
+4
2003-05-14
18513: Work around crash on resize in menu selection
Peter Stephenson
1
-1
/
+15
2003-05-05
18476: Fix menu selection on Linux console
Andrey Borzenkov
1
-3
/
+3
2002-07-05
improve interactive mode when there are no matches left (alow to go back with...
Sven Wischnowsky
1
-10
/
+30
[next]