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
*
28202: unmetafy line for reversemenucomplete
Peter Stephenson
2010-08-31
1
-0
/
+2
*
27441: add "sa" for suffix alias completion highlighting
Peter Stephenson
2009-11-30
1
-6
/
+24
*
27085: add accept-search handling to scrollist keymap
Peter Stephenson
2009-07-01
1
-0
/
+2
*
27080: it wasnt possible to exit menu selection cleanly
Peter Stephenson
2009-07-01
1
-2
/
+18
*
26373: initialise variable in menu completion in attempt to prevent crash
Peter Stephenson
2009-01-20
1
-0
/
+1
*
25389: rearrange precedence of ZLS_COLORS alternatives.
Bart Schaefer
2008-08-06
1
-15
/
+15
*
25266: always use EXTENDED_GLOB for patterns in ZLS_COLORS
Peter Stephenson
2008-07-05
1
-0
/
+6
*
25051: add colour sequences to formatting strings in completion
Peter Stephenson
2008-05-16
1
-0
/
+30
*
25006, 25009: fix "or" orphaned symlink highlighting
Peter Stephenson
2008-05-12
1
-33
/
+46
*
24951: implement ZLS_COLORS ln=target
Peter Stephenson
2008-05-06
1
-28
/
+62
*
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
[next]