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
2014-03-03
32436: allow = to be used in ZLS_COLORS patterns if it is quoted or inside pa...
Oliver Kiddle
1
-2
/
+15
2014-01-18
32283: fix crash in menu selection when number of terminal lines is small
Barton E. Schaefer
1
-1
/
+1
2011-09-18
users/16375: initialise nrefs on each loop in match tests
Peter Stephenson
1
-4
/
+6
2011-06-19
29491: remove some variables set but not used
Peter Stephenson
1
-5
/
+3
2011-05-14
29267: add -enable-zsh-debug and use for debugging completion matcher groups
Peter Stephenson
1
-0
/
+20
2011-05-09
29165: use term.h globally if needed at all.
Peter Stephenson
1
-64
/
+68
2011-04-24
Jun T.: 29031: increment global minfo state when inserting characters
Bart Schaefer
1
-0
/
+2
2010-08-31
28202: unmetafy line for reversemenucomplete
Peter Stephenson
1
-0
/
+2
2009-11-30
27441: add "sa" for suffix alias completion highlighting
Peter Stephenson
1
-6
/
+24
2009-07-01
27085: add accept-search handling to scrollist keymap
Peter Stephenson
1
-0
/
+2
2009-07-01
27080: it wasnt possible to exit menu selection cleanly
Peter Stephenson
1
-2
/
+18
2009-01-20
26373: initialise variable in menu completion in attempt to prevent crash
Peter Stephenson
1
-0
/
+1
2008-08-06
25389: rearrange precedence of ZLS_COLORS alternatives.
Bart Schaefer
1
-15
/
+15
2008-07-05
25266: always use EXTENDED_GLOB for patterns in ZLS_COLORS
Peter Stephenson
1
-0
/
+6
2008-05-16
25051: add colour sequences to formatting strings in completion
Peter Stephenson
1
-0
/
+30
2008-05-12
25006, 25009: fix "or" orphaned symlink highlighting
Peter Stephenson
1
-33
/
+46
2008-05-06
24951: implement ZLS_COLORS ln=target
Peter Stephenson
1
-28
/
+62
2008-04-22
24861 (with tweaks): logic to use alternative wcwidth() if needed;
Peter Stephenson
1
-1
/
+1
2008-04-20
24853: use metafied strings for inner loops over history
Peter Stephenson
1
-24
/
+7
2008-04-20
24851: support colour codes for from current GNU ls
Andrey Borzenkov
1
-17
/
+39
2008-04-13
24808: initial support for combining characters in zle
Peter Stephenson
1
-6
/
+6
2008-03-28
24777: bug clearing up after menu selection
Peter Stephenson
1
-1
/
+10
2008-02-28
24672: fix(?) crash resizing window during menu-select
Peter Stephenson
1
-3
/
+7
2008-02-15
24554: reduce accumulated memory listing in completion listing
Peter Stephenson
1
-200
/
+219
2007-08-30
23807: fix interactive completion mode
Peter Stephenson
1
-0
/
+10
2007-07-06
23665: autoloading of module features and related tweaks
Peter Stephenson
1
-4
/
+5
2007-05-28
see 23479: add initial features support for modules
Peter Stephenson
1
-2
/
+25
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
[next]