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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
/
complist.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
24861 (with tweaks): logic to use alternative wcwidth() if needed;
Peter Stephenson
2008-04-22
1
-1
/
+1
*
24853: use metafied strings for inner loops over history
Peter Stephenson
2008-04-20
1
-24
/
+7
*
24851: support colour codes for from current GNU ls
Andrey Borzenkov
2008-04-20
1
-17
/
+39
*
24808: initial support for combining characters in zle
Peter Stephenson
2008-04-13
1
-6
/
+6
*
24777: bug clearing up after menu selection
Peter Stephenson
2008-03-28
1
-1
/
+10
*
24672: fix(?) crash resizing window during menu-select
Peter Stephenson
2008-02-28
1
-3
/
+7
*
24554: reduce accumulated memory listing in completion listing
Peter Stephenson
2008-02-15
1
-200
/
+219
*
23807: fix interactive completion mode
Peter Stephenson
2007-08-30
1
-0
/
+10
*
23665: autoloading of module features and related tweaks
Peter Stephenson
2007-07-06
1
-4
/
+5
*
see 23479: add initial features support for modules
Peter Stephenson
2007-05-28
1
-2
/
+25
*
users/11421: %{...%} was broken in completion listings
Peter Stephenson
2007-04-17
1
-4
/
+2
*
23258: fix debugging added in 23248
Peter Stephenson
2007-04-02
1
-1
/
+2
*
unposted: better fix for complist line wrap from 23248
Peter Stephenson
2007-03-30
1
-4
/
+5
*
23248: Completion listing problem with lines nearly screen width
Peter Stephenson
2007-03-29
1
-0
/
+6
*
unposted: uninitialised variable could result from 23144
Peter Stephenson
2007-02-06
1
-1
/
+1
*
23144: Felix Eckhofer <felix@tribut.de>: NULL pointer in complist.c
Peter Stephenson
2007-02-02
1
-0
/
+3
*
22924: a couple more metafy_line()/unmetafy_line() problems
Peter Stephenson
2006-10-30
1
-0
/
+2
*
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
[next]