index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
/
computil.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-30
53335: Remove unused dupstring_glen() function
Oliver Kiddle
1
-9
/
+4
2023-10-16
51490: Use time_t for lastt which stores result of time(0)
Mikael Magnusson
1
-2
/
+2
2022-06-03
50325: revert 38150 and fix in calling function cfp_matcher_range() instead
Bart Schaefer
1
-1
/
+1
2021-12-16
49653: fix array indexing issue introduced with 49518 due to using decimal ra...
Oliver Kiddle
1
-3
/
+5
2021-12-14
49518: fix exclusions for mixed - and + stacked options
Oliver Kiddle
1
-10
/
+29
2021-10-23
49499 based on 49496 by Jun T.: fixes to option -A of _arguments
Oliver Kiddle
1
-8
/
+19
2020-05-03
45730: _arguments: Add the -0 flag, which makes $opt_args be populated sanely.
Daniel Shahaf
1
-5
/
+35
2020-05-03
45729: internal: Add a second parameter to zlinklist2array(), analogously to ...
Daniel Shahaf
1
-2
/
+2
2020-01-09
45269: Fix misspellings in completions and elsewhere.
Jens Schleusener
1
-1
/
+1
2018-11-09
43793: computil could overrun buffer
Kamil Dudka
1
-2
/
+2
2018-04-07
42600: error paths for _values leaked the exclusion list array
Oliver Kiddle
1
-0
/
+4
2018-04-05
42575: fix to not complete options in the argument to another option
Oliver Kiddle
1
-1
/
+1
2018-03-24
42501: avoid out of bound pointer (as 42487)
Jun-ichi Takimoto
1
-2
/
+2
2017-12-20
dana: 42145: Fix additional completion cases with option arguments.
dana
1
-1
/
+3
2017-11-04
41983: fix exclusion of long options with (-) on a normal argument
Oliver Kiddle
1
-1
/
+1
2017-10-07
41824: fix to not complete rest args from an _arguments set alongside the arg...
Oliver Kiddle
1
-16
/
+16
2017-09-28
41772: fix bug in handling of long options with _arguments' -A option
Oliver Kiddle
1
-1
/
+1
2017-03-08
40763: count wide characters and Cmatcher pointers more sanely in cfp_matcher...
Barton E. Schaefer
1
-6
/
+13
2017-01-29
40453: signal handler safety for callers of patcompile(PAT_STATIC), which is ...
Barton E. Schaefer
1
-0
/
+8
2017-01-15
40362: Fix setting of parameter values in compvalues
Peter Stephenson
1
-2
/
+2
2017-01-11
40321: _arguments option groups
Oliver Kiddle
1
-71
/
+120
2017-01-05
40269: handle option exclusion within current word for clumped options
Oliver Kiddle
1
-13
/
+13
2017-01-04
40227: handle _arguments sets and rest arguments starting with a dash
Oliver Kiddle
1
-11
/
+26
2017-01-04
40226: tidy up some of the _arguments set code
Oliver Kiddle
1
-70
/
+29
2016-12-22
40162: _arguments support for a match spec in combination with sets
Oliver Kiddle
1
-1
/
+1
2016-12-09
40129: revert 39611, add code comments and test cases for _arguments
Oliver Kiddle
1
-33
/
+58
2016-11-30
40043: fix computil.c indentation (cosmetic)
Peter Stephenson
1
-4
/
+4
2016-10-16
39500: compdescribe: perform on-screen-width computation using the "nice" len...
Daniel Shahaf
1
-9
/
+10
2016-10-13
39611: with _arguments sets completion stopped if one of the rest arguments s...
Oliver Kiddle
1
-1
/
+2
2016-10-03
39545: Add some missing unqueue_signals().
Peter Stephenson
1
-0
/
+1
2016-09-23
39412: Fix directory completion when $PWD:h contains parentheses, which are i...
Daniel Shahaf
1
-1
/
+4
2016-09-11
39252: internal: quotestring: Drop the 'e' parameter, which no caller uses.
Daniel Shahaf
1
-3
/
+3
2016-09-06
39173: _arguments: Escape colons and backslashes in $opt_args unambiguously.
Daniel Shahaf
1
-3
/
+9
2016-08-13
39026: pattern specified with _arguments' -A option shouldn't be checked agai...
Oliver Kiddle
1
-2
/
+4
2016-08-05
workers/38995 (in part): compfiles: Add reverse-engineered documentation brea...
Daniel Shahaf
1
-0
/
+15
2016-01-30
37838: use UNUSED() consistently
Jun-ichi Takimoto
1
-1
/
+1
2015-10-27
36974: fix some functions with empty argument lists
Peter Stephenson
1
-2
/
+2
2015-10-25
36911: '-optarg' should not match optspec '-opt='
Jun-ichi Takimoto
1
-2
/
+5
2015-07-05
35692: cfp_matcher_range used wrong raw character
Peter Stephenson
1
-1
/
+1
2015-05-23
35127#1: Fix _describe/compdescribe problem with unsorted groups
Daniel Shahaf
1
-3
/
+37
2015-01-06
34116: computil: Check for NULL before passing to strlen
Mikael Magnusson
1
-1
/
+2
2014-05-08
32600: in _arguments, "-" is not an option letter after another "-"
m0viefreak
1
-3
/
+7
2013-10-03
31784: better line width calculation for completion listings
Barton E. Schaefer
1
-25
/
+33
2013-10-03
31781: "compdescribe -i" clears the completion list column padding width
Barton E. Schaefer
1
-0
/
+1
2013-09-19
31737: same loop counter fix in get_cadef as get_cvdef.
Barton E. Schaefer
1
-1
/
+1
2013-09-19
31735: fix off-by-one in completion utility cache code.
Axel Beckert
1
-1
/
+1
2011-05-13
Danek: 29254: fix some compiler warnings
Peter Stephenson
1
-1
/
+0
2011-05-09
29165: use term.h globally if needed at all.
Peter Stephenson
1
-13
/
+16
2011-04-15
Fix compiler warning due to state.doff duplication.
Wayne Davison
1
-1
/
+1
2010-07-26
28102: use lstat() when checking ignore-parents
Peter Stephenson
1
-3
/
+12
[next]