index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
/
complete.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-11
52189: ignore compadd -M if -U also specified as they don't make sense together
Oliver Kiddle
1
-1
/
+3
2022-12-16
51212: remove STOUC() macro
Oliver Kiddle
1
-1
/
+1
2021-10-30
49528: allow multiple -D options to compadd
Oliver Kiddle
1
-3
/
+18
2021-09-08
unposted: add/remove UNUSED() for some function parameters
Jun-ichi Takimoto
1
-1
/
+1
2020-01-09
45269: Fix misspellings in completions and elsewhere.
Jens Schleusener
1
-1
/
+1
2019-05-08
44275: Fix compset -p/-s multibyte inconsistency and documentation
dana
1
-1
/
+1
2019-05-07
44274: allow finer control of completion match soring with compadd's -o option
Oliver Kiddle
1
-5
/
+54
2018-04-07
42605: properly free the vi registers hash
Oliver Kiddle
1
-1
/
+2
2018-03-24
42501: avoid out of bound pointer (as 42487)
Jun-ichi Takimoto
1
-4
/
+2
2017-10-11
41835: handle multibyte characters with compset -p and -s
Oliver Kiddle
1
-11
/
+37
2017-01-30
40469: change strategy from 40453 to use patcompile(PAT_HEAPDUP) instead of s...
Barton E. Schaefer
1
-12
/
+2
2017-01-29
40453: signal handler safety for callers of patcompile(PAT_STATIC), which is ...
Barton E. Schaefer
1
-0
/
+10
2016-12-03
40067: internal: Document 'cmatcher', parse_cmatcher(), 'comptoend', unsetpar...
Daniel Shahaf
1
-2
/
+10
2016-11-03
39804: internal: Document matchspec flags.
Daniel Shahaf
1
-4
/
+4
2016-11-03
39803: internal: Document bin_compadd().
Daniel Shahaf
1
-10
/
+10
2016-11-03
39802: internal: Document and simplify multiquote().
Daniel Shahaf
1
-1
/
+1
2016-09-06
39181: Add PM_SINGLE and use for compstate.
Peter Stephenson
1
-2
/
+3
2016-09-04
unposted: internals: Document zshcompwid(1) parameter implementations.
Daniel Shahaf
1
-1
/
+19
2016-06-22
38714: add x: syntax to match specs to make it possible to disable match spec...
Oliver Kiddle
1
-0
/
+10
2016-03-11
38135: internal: bin_compadd: Add a few comments.
Daniel Shahaf
1
-0
/
+3
2015-07-07
unposted: remove compiler error in completion code
Peter Stephenson
1
-1
/
+2
2015-07-06
35704: compadd -E 0 should imply -J and -2
Oliver Kiddle
1
-1
/
+1
2015-07-02
35665: better handling for command line completion match handling
Han Pingtian
1
-3
/
+6
2015-06-29
35627: make reverse-menu-complete start with the last match in
Oliver Kiddle
1
-2
/
+0
2011-10-26
29859: compadd handles its own options
Peter Stephenson
1
-1
/
+1
2009-01-13
Back off 26270 (accept-and-menu-complete).
Peter Stephenson
1
-3
/
+1
2009-01-09
26270: allow accept-and-menu-complete work with _vallues as well
Andrey Borzenkov
1
-1
/
+3
2008-11-15
26047: convert lower levels of completion matching to use
Peter Stephenson
1
-7
/
+9
2008-10-30
25972: leaked and uninitialised memory found by valgrind
Peter Stephenson
1
-1
/
+1
2008-09-23
25736: one more zsfree missing from 25667.
Clint Adams
1
-0
/
+1
2008-09-14
25667: free mstr before returning from errors.
Clint Adams
1
-0
/
+3
2008-06-08
25138(? mailing list stuck): rewrite of completion matching.
Peter Stephenson
1
-45
/
+143
2007-07-06
23665: autoloading of module features and related tweaks
Peter Stephenson
1
-7
/
+7
2007-06-18
23562: add KSH_ZERO_SUBSCRIPT option and leave off by default
Peter Stephenson
1
-1
/
+1
2007-05-29
23488: tidy up module interface and documentation
Peter Stephenson
1
-2
/
+3
2007-05-29
23482: more typos
Peter Stephenson
1
-1
/
+1
2007-05-28
see 23479: add initial features support for modules
Peter Stephenson
1
-8
/
+25
2006-10-05
22819: improved internal use of string quotation,
Peter Stephenson
1
-1
/
+23
2006-05-30
22474: use variable argument lists to improve error message handling
Peter Stephenson
1
-24
/
+23
2006-03-07
Changed some structures to avoid gcc's type-punned warnings.
Wayne Davison
1
-11
/
+11
2006-03-07
22328, modified: add -o option to compadd
Peter Stephenson
1
-0
/
+3
2005-08-18
21663: check for string overflow
Andrey Borzenkov
1
-4
/
+5
2005-08-16
Fixed bug in do_comp_vars() when *compprefix is a metified char.
Wayne Davison
1
-3
/
+1
2005-03-21
21045: fix some uses of Meta characters in completion
Peter Stephenson
1
-6
/
+36
2004-12-07
20605: Use separate structure with get/set/unset methods fro parameters.
Peter Stephenson
1
-54
/
+76
2004-06-02
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
1
-13
/
+13
2004-05-28
Silenced one signed/unsigned comparison compiler warning.
Wayne Davison
1
-1
/
+1
2003-10-29
a la 19209: zcalloc -> zshcalloc
Peter Stephenson
1
-2
/
+2
2002-08-27
17582: Improved option argument handling.
Peter Stephenson
1
-2
/
+2
2002-07-04
in menu selection, use copies of comp{pre,suf}fix to make sure they exist; fi...
Sven Wischnowsky
1
-0
/
+6
[next]