index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
/
compcore.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-30
43531: Completion: Fix some false positives in the logic for "are these two c...
Daniel Shahaf
1
-3
/
+1
2018-07-31
43219 (except term{cap,info}.c): fix several memory leaks
Jun-ichi Takimoto
1
-0
/
+2
2018-05-31
42870: another improvement of 'compset -q'
Jun-ichi Takimoto
1
-4
/
+6
2018-05-25
42809: slightly improve 'compset -q'
Jun-ichi Takimoto
1
-3
/
+6
2018-05-11
42185: safety when removing separators in completion
dana
1
-1
/
+2
2017-06-17
41242: zstrbcmp(...) removed in favor of zstrcmp(..., SORTIT_IGNORING_BACKSLA...
Barton E. Schaefer
1
-1
/
+3
2016-11-16
39945: allow further tab presses to move on to menu completion even when comp...
Oliver Kiddle
1
-0
/
+1
2016-11-05
39829: when compstate[insert] is emptied by the completion function and AUTO_...
Oliver Kiddle
1
-2
/
+8
2016-11-03
39805: internal: Document some compadd internals.
Daniel Shahaf
1
-2
/
+10
2016-11-03
39802: internal: Document and simplify multiquote().
Daniel Shahaf
1
-5
/
+17
2016-09-20
39383: compadd: Restrict previous patch to the case where $PREFIX includes ch...
Daniel Shahaf
1
-2
/
+4
2016-09-20
39372: compadd: Match -P prefix all-or-nothing rather than greedily.
Daniel Shahaf
1
-4
/
+7
2016-09-11
39252: internal: quotestring: Drop the 'e' parameter, which no caller uses.
Daniel Shahaf
1
-1
/
+1
2016-03-07
38043: allow any completion widget to cycle matches for menu completion to fi...
Oliver Kiddle
1
-7
/
+1
2015-07-06
35704: compadd -E 0 should imply -J and -2
Oliver Kiddle
1
-2
/
+2
2015-06-29
35627: make reverse-menu-complete start with the last match in
Oliver Kiddle
1
-4
/
+2
2015-05-23
35127#1: Fix _describe/compdescribe problem with unsorted groups
Daniel Shahaf
1
-4
/
+5
2015-01-09
Rearrange context saving.
Peter Stephenson
1
-2
/
+2
2015-01-06
34115: compcore: Fix size argument to zfree
Mikael Magnusson
1
-1
/
+1
2014-12-11
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
1
-1
/
+1
2014-10-02
33320 (cf. PWS 33311): revert 33069, fix lexing of bangchar during completion
Barton E. Schaefer
1
-0
/
+2
2014-01-28
32303: simplistic completion after $x:
Peter Stephenson
1
-0
/
+14
2013-10-24
31882: Insulate completion widget against environment.
Peter Stephenson
1
-4
/
+1
2012-02-09
30193: remnulargs() after poking into string in case length changes
Bart Schaefer
1
-1
/
+1
2011-08-03
29644: work around _describe bug, plus cosmetic tweaks
Peter Stephenson
1
-1
/
+2
2011-06-19
29491: remove some variables set but not used
Peter Stephenson
1
-4
/
+2
2011-06-04
29459: Further fixes for parameter flag completion,
Peter Stephenson
1
-2
/
+4
2011-06-03
29452: allow completion of parameter flags
Peter Stephenson
1
-3
/
+13
2011-05-14
29268: extra dupstring() for value to be used in completion match group
Peter Stephenson
1
-1
/
+1
2011-05-14
29267: add -enable-zsh-debug and use for debugging completion matcher groups
Peter Stephenson
1
-0
/
+31
2011-02-18
28772: Update regions in region highlight dynamically
Peter Stephenson
1
-6
/
+2
2010-12-14
lexsave/lexrestore lexflags
Peter Stephenson
1
-2
/
+2
2010-12-14
28528: Rearrange zleparse to lexflags
Peter Stephenson
1
-3
/
+3
2010-12-06
28486: $compstate[parameter] needs untokenizing
Peter Stephenson
1
-0
/
+11
2010-07-29
<hamer@hamer.org.ua>: 28104: fix completion crash due to NULL pointer.
Peter Stephenson
1
-1
/
+1
2009-01-13
Back off 26270 (accept-and-menu-complete).
Peter Stephenson
1
-1
/
+0
2009-01-09
26270: allow accept-and-menu-complete work with _vallues as well
Andrey Borzenkov
1
-0
/
+1
2008-09-26
25744: dynamic named directories and further doshfunc() simplification
Peter Stephenson
1
-1
/
+1
2008-09-16
25677: add %x and %I prompt escapes for shell source code debugging
Peter Stephenson
1
-3
/
+3
2008-07-07
25267: ambiguous pattern matching fix: missing log
Peter Stephenson
1
-1
/
+1
2008-07-06
25267: fix problem with menu on ambiguous completion without matching
Peter Stephenson
1
-0
/
+39
2008-05-06
24951: implement ZLS_COLORS ln=target
Peter Stephenson
1
-2
/
+9
2008-04-13
24808: initial support for combining characters in zle
Peter Stephenson
1
-4
/
+4
2007-11-28
24127: bug in matcher specs with left anchor and partial words
Peter Stephenson
1
-9
/
+9
2007-06-27
23670: rationalise some linked list functions
Peter Stephenson
1
-19
/
+2
2007-01-21
23118: improve sorting to make it work with locales
Peter Stephenson
1
-3
/
+4
2007-01-08
23097: splitting of $'...' strings in completion
Peter Stephenson
1
-23
/
+32
2006-12-08
23036: three more fixes for completion using $'...'
Peter Stephenson
1
-0
/
+1
2006-12-03
Incomplete improvements for $'...' in completion
Peter Stephenson
1
-24
/
+197
2006-10-05
22819: improved internal use of string quotation,
Peter Stephenson
1
-39
/
+124
[next]