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
*
Avoid invalid access with isearch in completion list
Maxime de Roucy
2017-07-04
1
-5
/
+7
*
40305: fix some problems redisplaying command line after interrupt.
Peter Stephenson
2017-01-10
1
-1
/
+2
*
39725: more metafication of patterns.
Barton E. Schaefer
2016-10-25
1
-2
/
+3
*
39723: metafy string passed to pattern in complist.
Peter Stephenson
2016-10-25
1
-0
/
+1
*
39715: Handle multibyte characters in complist listing
Peter Stephenson
2016-10-23
1
-5
/
+12
*
38043: allow any completion widget to cycle matches for menu completion to fi...
Oliver Kiddle
2016-03-07
1
-1
/
+1
*
37961: fix crash on bad memory access
Barton E. Schaefer
2016-02-14
1
-8
/
+22
*
37927: recreate local keymaps as necessary in case the user has deleted them
Barton E. Schaefer
2016-02-13
1
-21
/
+34
*
37868: add 'static' to file local variables
Jun-ichi Takimoto
2016-02-03
1
-1
/
+1
*
37643: Reset interrupt on key input in menu selection.
Peter Stephenson
2016-01-15
1
-0
/
+6
*
36974: fix some functions with empty argument lists
Peter Stephenson
2015-10-27
1
-3
/
+3
*
36682: expand pattern interface to optimise unmetafication
Peter Stephenson
2015-09-28
1
-2
/
+3
*
36641: fix multibyte handling in incremental search during menu selection
Barton E. Schaefer
2015-09-26
1
-1
/
+1
*
unposted: typo in comment
Mikael Magnusson
2015-09-06
1
-1
/
+1
*
35826: add getsparam_u() to return unmetafied string, use it for a number of ...
Barton E. Schaefer
2015-07-22
1
-2
/
+2
*
35627: make reverse-menu-complete start with the last match in
Oliver Kiddle
2015-06-29
1
-0
/
+1
*
35623: fix menu-selection where initial selection
Oliver Kiddle
2015-06-29
1
-0
/
+3
*
35550: fix backspace in interactive menu-select
Jun-ichi Takimoto
2015-06-25
1
-2
/
+2
*
35474, 35492: support the bracketed paste mode of newer terminal emulators
Oliver Kiddle
2015-06-19
1
-35
/
+44
*
35487, 35496: don't reinstate previous incremental search string
Oliver Kiddle
2015-06-19
1
-1
/
+3
*
Add non-metafied character length handling.
Peter Stephenson
2015-06-12
1
-1
/
+1
*
34144: allocate origline by ztrdup(), not by dupstring()
Jun-ichi Takimoto
2015-01-07
1
-2
/
+4
*
34119: complist: Fix leak of string in clnicezputs
Mikael Magnusson
2015-01-06
1
-0
/
+2
*
33978: avoid infinite loop in interactive mode
Jun-ichi Takimoto
2014-12-18
1
-1
/
+3
*
33818: fix types passed to sizeof detected by coverity as being wrong
Oliver Kiddle
2014-11-30
1
-2
/
+2
*
33563: Completion/Base/Core/_main_complete, Src/Zle/complist.c: fix thinko in...
Barton E. Schaefer
2014-10-29
1
-6
/
+6
*
32436: allow = to be used in ZLS_COLORS patterns if it is quoted or inside pa...
Oliver Kiddle
2014-03-03
1
-2
/
+15
*
32283: fix crash in menu selection when number of terminal lines is small
Barton E. Schaefer
2014-01-18
1
-1
/
+1
*
users/16375: initialise nrefs on each loop in match tests
Peter Stephenson
2011-09-18
1
-4
/
+6
*
29491: remove some variables set but not used
Peter Stephenson
2011-06-19
1
-5
/
+3
*
29267: add -enable-zsh-debug and use for debugging completion matcher groups
Peter Stephenson
2011-05-14
1
-0
/
+20
*
29165: use term.h globally if needed at all.
Peter Stephenson
2011-05-09
1
-64
/
+68
*
Jun T.: 29031: increment global minfo state when inserting characters
Bart Schaefer
2011-04-24
1
-0
/
+2
*
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
[next]