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
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
2006-07-30
22565: Fix bug after failed menucompletion with accept-and-menu-complete?
Peter Stephenson
1
-2
/
+2
2006-07-10
22544: Improve use of ztype tests for multibyte characters. Add
Peter Stephenson
1
-5
/
+11
2006-03-07
22328, modified: add -o option to compadd
Peter Stephenson
1
-2
/
+2
2006-02-20
Optimized away a recently-added call to strlen().
Wayne Davison
1
-1
/
+1
2006-02-19
Made the realocation of the line buffer in add_match_data() use a
Wayne Davison
1
-8
/
+9
2006-02-18
The code in add_match_data() that looks for invalid characters
Wayne Davison
1
-25
/
+26
2006-02-13
Made add_match_data() look for invalid multibyte chars in the
Wayne Davison
1
-4
/
+61
2005-11-15
Got rid of some unsigned-char/char pointer casts.
Wayne Davison
1
-4
/
+4
2005-10-13
21871: replace INULL() by inull()
Peter Stephenson
1
-1
/
+1
2005-08-18
21664: unmetafy ztat() argument
Andrey Borzenkov
1
-9
/
+2
2005-08-16
21642: remove redundant checks
Andrey Borzenkov
1
-16
/
+4
2005-08-16
Moved declaration of char pointer var to comply with
Wayne Davison
1
-2
/
+2
2005-08-16
21631: make sure an unmetafied string is passed to ztat to determine file type.
Clint Adams
1
-1
/
+8
2005-08-15
21627: fix recursive ZLE from completion call
Andrey Borzenkov
1
-3
/
+22
2005-08-10
c.f. 21590: metafy_line()/unmetafy_line() now support wide characters
Peter Stephenson
1
-32
/
+54
2005-03-21
21045: fix some uses of Meta characters in completion
Peter Stephenson
1
-2
/
+2
2005-01-14
c.f. 20675: improve zle as a basis for Unicode.
Peter Stephenson
1
-33
/
+33
2004-11-05
fix "compadd -k assoc1 assoc2"
Bart Schaefer
1
-2
/
+3
2004-06-02
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
1
-3
/
+3
2004-05-28
Silenced three signed/unsigned comparison compiler warnings.
Wayne Davison
1
-3
/
+3
[next]