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
/
computil.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
43793: computil could overrun buffer
Kamil Dudka
2018-11-09
1
-2
/
+2
*
42600: error paths for _values leaked the exclusion list array
Oliver Kiddle
2018-04-07
1
-0
/
+4
*
42575: fix to not complete options in the argument to another option
Oliver Kiddle
2018-04-05
1
-1
/
+1
*
42501: avoid out of bound pointer (as 42487)
Jun-ichi Takimoto
2018-03-24
1
-2
/
+2
*
dana: 42145: Fix additional completion cases with option arguments.
dana
2017-12-20
1
-1
/
+3
*
41983: fix exclusion of long options with (-) on a normal argument
Oliver Kiddle
2017-11-04
1
-1
/
+1
*
41824: fix to not complete rest args from an _arguments set alongside the arg...
Oliver Kiddle
2017-10-07
1
-16
/
+16
*
41772: fix bug in handling of long options with _arguments' -A option
Oliver Kiddle
2017-09-28
1
-1
/
+1
*
40763: count wide characters and Cmatcher pointers more sanely in cfp_matcher...
Barton E. Schaefer
2017-03-08
1
-6
/
+13
*
40453: signal handler safety for callers of patcompile(PAT_STATIC), which is ...
Barton E. Schaefer
2017-01-29
1
-0
/
+8
*
40362: Fix setting of parameter values in compvalues
Peter Stephenson
2017-01-15
1
-2
/
+2
*
40321: _arguments option groups
Oliver Kiddle
2017-01-11
1
-71
/
+120
*
40269: handle option exclusion within current word for clumped options
Oliver Kiddle
2017-01-05
1
-13
/
+13
*
40227: handle _arguments sets and rest arguments starting with a dash
Oliver Kiddle
2017-01-04
1
-11
/
+26
*
40226: tidy up some of the _arguments set code
Oliver Kiddle
2017-01-04
1
-70
/
+29
*
40162: _arguments support for a match spec in combination with sets
Oliver Kiddle
2016-12-22
1
-1
/
+1
*
40129: revert 39611, add code comments and test cases for _arguments
Oliver Kiddle
2016-12-09
1
-33
/
+58
*
40043: fix computil.c indentation (cosmetic)
Peter Stephenson
2016-11-30
1
-4
/
+4
*
39500: compdescribe: perform on-screen-width computation using the "nice" len...
Daniel Shahaf
2016-10-16
1
-9
/
+10
*
39611: with _arguments sets completion stopped if one of the rest arguments s...
Oliver Kiddle
2016-10-13
1
-1
/
+2
*
39545: Add some missing unqueue_signals().
Peter Stephenson
2016-10-03
1
-0
/
+1
*
39412: Fix directory completion when $PWD:h contains parentheses, which are i...
Daniel Shahaf
2016-09-23
1
-1
/
+4
*
39252: internal: quotestring: Drop the 'e' parameter, which no caller uses.
Daniel Shahaf
2016-09-11
1
-3
/
+3
*
39173: _arguments: Escape colons and backslashes in $opt_args unambiguously.
Daniel Shahaf
2016-09-06
1
-3
/
+9
*
39026: pattern specified with _arguments' -A option shouldn't be checked agai...
Oliver Kiddle
2016-08-13
1
-2
/
+4
*
workers/38995 (in part): compfiles: Add reverse-engineered documentation brea...
Daniel Shahaf
2016-08-05
1
-0
/
+15
*
37838: use UNUSED() consistently
Jun-ichi Takimoto
2016-01-30
1
-1
/
+1
*
36974: fix some functions with empty argument lists
Peter Stephenson
2015-10-27
1
-2
/
+2
*
36911: '-optarg' should not match optspec '-opt='
Jun-ichi Takimoto
2015-10-25
1
-2
/
+5
*
35692: cfp_matcher_range used wrong raw character
Peter Stephenson
2015-07-05
1
-1
/
+1
*
35127#1: Fix _describe/compdescribe problem with unsorted groups
Daniel Shahaf
2015-05-23
1
-3
/
+37
*
34116: computil: Check for NULL before passing to strlen
Mikael Magnusson
2015-01-06
1
-1
/
+2
*
32600: in _arguments, "-" is not an option letter after another "-"
m0viefreak
2014-05-08
1
-3
/
+7
*
31784: better line width calculation for completion listings
Barton E. Schaefer
2013-10-03
1
-25
/
+33
*
31781: "compdescribe -i" clears the completion list column padding width
Barton E. Schaefer
2013-10-03
1
-0
/
+1
*
31737: same loop counter fix in get_cadef as get_cvdef.
Barton E. Schaefer
2013-09-19
1
-1
/
+1
*
31735: fix off-by-one in completion utility cache code.
Axel Beckert
2013-09-19
1
-1
/
+1
*
Danek: 29254: fix some compiler warnings
Peter Stephenson
2011-05-13
1
-1
/
+0
*
29165: use term.h globally if needed at all.
Peter Stephenson
2011-05-09
1
-13
/
+16
*
Fix compiler warning due to state.doff duplication.
Wayne Davison
2011-04-15
1
-1
/
+1
*
28102: use lstat() when checking ignore-parents
Peter Stephenson
2010-07-26
1
-3
/
+12
*
users/14732: Test X:/ rather than X: in Cygwin
Peter Stephenson
2010-01-22
1
-9
/
+34
*
27415: Src/Zle/computil.c: comparguments "*::..." descriptions could step
Bart Schaefer
2009-11-21
1
-0
/
+17
*
27218: don't unquote $line generated in comparguments for _arguments
Peter Stephenson
2009-08-17
1
-2
/
+16
*
27211: handle Cygwin device files & drives specially in compfiles
Peter Stephenson
2009-08-05
1
-8
/
+66
*
26047: convert lower levels of completion matching to use
Peter Stephenson
2008-11-15
1
-2
/
+2
*
25989: fix crash in matching
Peter Stephenson
2008-11-02
1
-36
/
+27
*
25940: delay !multi memory allocation until after possibility to error out an...
Clint Adams
2008-10-29
1
-7
/
+7
*
25912: fix another metafication bug in completion
Peter Stephenson
2008-10-18
1
-19
/
+39
*
25897: remove small bit of dead code in cfp_opt_pats.
Clint Adams
2008-10-14
1
-2
/
+2
[next]