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
/
compcore.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
49450: don't display explanation with compadd -x if any of -D, -A or -O are a...
Oliver Kiddle
2021-09-28
1
-1
/
+1
*
48790: COMPLETE_IN_WORD inside brace-param
Bart Schaefer
2021-05-15
1
-4
/
+24
*
47997: Disable XTRACE around user-defined completion widgets.
Bart Schaefer
2021-02-11
1
-0
/
+3
*
45729: internal: Add a second parameter to zlinklist2array(), analogously to ...
Daniel Shahaf
2020-05-03
1
-2
/
+2
*
45269: Fix misspellings in completions and elsewhere.
Jens Schleusener
2020-01-09
1
-1
/
+1
*
44274: allow finer control of completion match soring with compadd's -o option
Oliver Kiddle
2019-05-07
1
-22
/
+30
*
43531: Completion: Fix some false positives in the logic for "are these two c...
Daniel Shahaf
2018-09-30
1
-3
/
+1
*
43219 (except term{cap,info}.c): fix several memory leaks
Jun-ichi Takimoto
2018-07-31
1
-0
/
+2
*
42870: another improvement of 'compset -q'
Jun-ichi Takimoto
2018-05-31
1
-4
/
+6
*
42809: slightly improve 'compset -q'
Jun-ichi Takimoto
2018-05-25
1
-3
/
+6
*
42185: safety when removing separators in completion
dana
2018-05-11
1
-1
/
+2
*
41242: zstrbcmp(...) removed in favor of zstrcmp(..., SORTIT_IGNORING_BACKSLA...
Barton E. Schaefer
2017-06-17
1
-1
/
+3
*
39945: allow further tab presses to move on to menu completion even when comp...
Oliver Kiddle
2016-11-16
1
-0
/
+1
*
39829: when compstate[insert] is emptied by the completion function and AUTO_...
Oliver Kiddle
2016-11-05
1
-2
/
+8
*
39805: internal: Document some compadd internals.
Daniel Shahaf
2016-11-03
1
-2
/
+10
*
39802: internal: Document and simplify multiquote().
Daniel Shahaf
2016-11-03
1
-5
/
+17
*
39383: compadd: Restrict previous patch to the case where $PREFIX includes ch...
Daniel Shahaf
2016-09-20
1
-2
/
+4
*
39372: compadd: Match -P prefix all-or-nothing rather than greedily.
Daniel Shahaf
2016-09-20
1
-4
/
+7
*
39252: internal: quotestring: Drop the 'e' parameter, which no caller uses.
Daniel Shahaf
2016-09-11
1
-1
/
+1
*
38043: allow any completion widget to cycle matches for menu completion to fi...
Oliver Kiddle
2016-03-07
1
-7
/
+1
*
35704: compadd -E 0 should imply -J and -2
Oliver Kiddle
2015-07-06
1
-2
/
+2
*
35627: make reverse-menu-complete start with the last match in
Oliver Kiddle
2015-06-29
1
-4
/
+2
*
35127#1: Fix _describe/compdescribe problem with unsorted groups
Daniel Shahaf
2015-05-23
1
-4
/
+5
*
Rearrange context saving.
Peter Stephenson
2015-01-09
1
-2
/
+2
*
34115: compcore: Fix size argument to zfree
Mikael Magnusson
2015-01-06
1
-1
/
+1
*
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
2014-12-11
1
-1
/
+1
*
33320 (cf. PWS 33311): revert 33069, fix lexing of bangchar during completion
Barton E. Schaefer
2014-10-02
1
-0
/
+2
*
32303: simplistic completion after $x:
Peter Stephenson
2014-01-28
1
-0
/
+14
*
31882: Insulate completion widget against environment.
Peter Stephenson
2013-10-24
1
-4
/
+1
*
30193: remnulargs() after poking into string in case length changes
Bart Schaefer
2012-02-09
1
-1
/
+1
*
29644: work around _describe bug, plus cosmetic tweaks
Peter Stephenson
2011-08-03
1
-1
/
+2
*
29491: remove some variables set but not used
Peter Stephenson
2011-06-19
1
-4
/
+2
*
29459: Further fixes for parameter flag completion,
Peter Stephenson
2011-06-04
1
-2
/
+4
*
29452: allow completion of parameter flags
Peter Stephenson
2011-06-03
1
-3
/
+13
*
29268: extra dupstring() for value to be used in completion match group
Peter Stephenson
2011-05-14
1
-1
/
+1
*
29267: add -enable-zsh-debug and use for debugging completion matcher groups
Peter Stephenson
2011-05-14
1
-0
/
+31
*
28772: Update regions in region highlight dynamically
Peter Stephenson
2011-02-18
1
-6
/
+2
*
lexsave/lexrestore lexflags
Peter Stephenson
2010-12-14
1
-2
/
+2
*
28528: Rearrange zleparse to lexflags
Peter Stephenson
2010-12-14
1
-3
/
+3
*
28486: $compstate[parameter] needs untokenizing
Peter Stephenson
2010-12-06
1
-0
/
+11
*
<hamer@hamer.org.ua>: 28104: fix completion crash due to NULL pointer.
Peter Stephenson
2010-07-29
1
-1
/
+1
*
Back off 26270 (accept-and-menu-complete).
Peter Stephenson
2009-01-13
1
-1
/
+0
*
26270: allow accept-and-menu-complete work with _vallues as well
Andrey Borzenkov
2009-01-09
1
-0
/
+1
*
25744: dynamic named directories and further doshfunc() simplification
Peter Stephenson
2008-09-26
1
-1
/
+1
*
25677: add %x and %I prompt escapes for shell source code debugging
Peter Stephenson
2008-09-16
1
-3
/
+3
*
25267: ambiguous pattern matching fix: missing log
Peter Stephenson
2008-07-07
1
-1
/
+1
*
25267: fix problem with menu on ambiguous completion without matching
Peter Stephenson
2008-07-06
1
-0
/
+39
*
24951: implement ZLS_COLORS ln=target
Peter Stephenson
2008-05-06
1
-2
/
+9
*
24808: initial support for combining characters in zle
Peter Stephenson
2008-04-13
1
-4
/
+4
*
24127: bug in matcher specs with left anchor and partial words
Peter Stephenson
2007-11-28
1
-9
/
+9
[next]