index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
/
complist.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
22753: minor character bugs spotted on Cygwin
Peter Stephenson
2006-09-21
1
-2
/
+2
*
22651: failed to unmetafy bytes for output
Peter Stephenson
2006-08-20
1
-3
/
+13
*
22612: comment the static variables
Peter Stephenson
2006-08-17
1
-3
/
+83
*
22611: bug scrolling wide completion list
Peter Stephenson
2006-08-15
1
-5
/
+1
*
22605: bug in complist wide character fixes introduced infinite loop
Peter Stephenson
2006-08-14
1
-0
/
+2
*
22599: use wide character widths in completion
Peter Stephenson
2006-08-11
1
-24
/
+49
*
22597: back off two column-subtraction hunks
Peter Stephenson
2006-08-10
1
-2
/
+6
*
22595: paranoid bounds-checking on some
Bart Schaefer
2006-08-10
1
-9
/
+9
*
22594: Attempt to fix some off-by-one errors for completion lists
Peter Stephenson
2006-08-09
1
-7
/
+32
*
unposted: badly positioned declaration in complist.c
Peter Stephenson
2006-08-07
1
-1
/
+3
*
22589: bug with long lines in menu selection
Peter Stephenson
2006-08-07
1
-0
/
+4
*
rationalise mb<->wc conversions to use restartable form
Peter Stephenson
2006-08-03
1
-1
/
+4
*
22474: use variable argument lists to improve error message handling
Peter Stephenson
2006-05-30
1
-2
/
+1
*
Got rid of some superfluous STOUC() calls (such as the ones I added
Wayne Davison
2006-01-13
1
-1
/
+1
*
- When mbrtowc() returns -2 when given all the remaining chars in a
Wayne Davison
2006-01-12
1
-9
/
+11
*
Tweaked the code to handle mbrtowc() converting '\0' the same way as
Wayne Davison
2006-01-11
1
-11
/
+20
*
The return value of mbrtowc() is a size_t (unsigned), so don't
Wayne Davison
2006-01-09
1
-15
/
+10
*
22069: completion listings didn't get unmetafied
Peter Stephenson
2005-12-10
1
-7
/
+9
*
Got rid of some unsigned-char/char pointer casts.
Wayne Davison
2005-11-15
1
-19
/
+17
*
21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;
Peter Stephenson
2005-10-28
1
-3
/
+3
*
21870: bad INULL() definition
Peter Stephenson
2005-10-13
1
-1
/
+1
*
21821, 21822: fix two infinite loops
Bart Schaefer
2005-10-04
1
-2
/
+8
*
minor tidy-ups
Peter Stephenson
2005-10-02
1
-1
/
+2
*
21784: Improved character widths for formatted multibyte character output
Peter Stephenson
2005-09-29
1
-54
/
+128
*
21769: fix some consequences of 21730 in completion lists
Peter Stephenson
2005-09-27
1
-2
/
+4
*
21593: character arrays wrongly declared with ZLE_UNICODE_SUPPORT
Peter Stephenson
2005-08-10
1
-1
/
+1
*
21592: browsing new directory from menu selection crashed
Peter Stephenson
2005-08-10
1
-0
/
+3
*
c.f. 21590: metafy_line()/unmetafy_line() now support wide characters
Peter Stephenson
2005-08-10
1
-58
/
+76
*
Optimise length calculations for ${...//.../...}
Peter Stephenson
2005-04-24
1
-2
/
+2
*
20861: Fix statusline in Unicode, apart from isearch
Peter Stephenson
2005-02-24
1
-16
/
+33
*
20856: use VARARR for multibyte string.
Peter Stephenson
2005-02-23
1
-1
/
+2
*
20854: more Unicode stuff.
Peter Stephenson
2005-02-23
1
-6
/
+17
*
20822: Initial code for Unicode/multibyte input
Peter Stephenson
2005-02-18
1
-3
/
+5
*
c.f. 20675: improve zle as a basis for Unicode.
Peter Stephenson
2005-01-14
1
-45
/
+45
*
20500: Unmetafy patterns where possible and other minor pattern fixes
Peter Stephenson
2004-10-18
1
-2
/
+2
*
20482: but with completion inside interactive completion
Peter Stephenson
2004-10-14
1
-1
/
+49
*
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
2004-06-02
1
-4
/
+4
*
19553: rename c in zle to lastchar
Peter Stephenson
2004-03-08
1
-4
/
+4
*
Silenced some compiler warnings about uninitialized variables.
Wayne Davison
2004-02-19
1
-4
/
+4
*
18926: problem accepting filename require metafication with menu selection
Peter Stephenson
2003-08-05
1
-0
/
+4
*
18513: Work around crash on resize in menu selection
Peter Stephenson
2003-05-14
1
-1
/
+15
*
18476: Fix menu selection on Linux console
Andrey Borzenkov
2003-05-05
1
-3
/
+3
*
improve interactive mode when there are no matches left (alow to go back with...
Sven Wischnowsky
2002-07-05
1
-10
/
+30
*
in menu selection, use copies of comp{pre,suf}fix to make sure they exist; fi...
Sven Wischnowsky
2002-07-04
1
-19
/
+32
*
fix for interactive mode when menu selection is called via the menu-select wi...
Sven Wischnowsky
2002-07-03
1
-5
/
+5
*
two new modes for menu selection: incremental search and interactive (17366)
Sven Wischnowsky
2002-06-26
1
-39
/
+444
*
don't use optimised completion list display code after the list has been eras...
Sven Wischnowsky
2002-06-05
1
-1
/
+1
*
follow-up to 17222, make the optimisation work for some more keys again (17237)
Sven Wischnowsky
2002-05-27
1
-5
/
+7
*
we have to disable 17219 for some keys because their code doesn't set up the ...
Sven Wischnowsky
2002-05-24
1
-0
/
+7
*
make re-display in menu selection faster; redraw only the previously and newl...
Sven Wischnowsky
2002-05-24
1
-13
/
+96
[next]