index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
/
compctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-30
53335: Remove unused dupstring_glen() function
Oliver Kiddle
1
-2
/
+2
2020-01-09
45269: Fix misspellings in completions and elsewhere.
Jens Schleusener
1
-1
/
+1
2019-12-10
44997: GLOB_COMPLETE fix for compctl file completion.
Peter Stephenson
1
-1
/
+21
2019-06-20
44435: Handling digita arguments for :h and :t.
Peter Stephenson
1
-1
/
+1
2019-04-10
44202: Rewrite to use memmove() for possibly overlapping copy
Peter Stephenson
1
-5
/
+3
2019-01-03
43969: untokenize Dash for compctl with GLOB_SUBST set
Peter Stephenson
1
-0
/
+9
2018-03-24
42519, CVE-2018-1083: check bounds on PATH_MAX-sized buffer used for file com...
Oliver Kiddle
1
-0
/
+6
2018-03-21
42487: Fix pointer problems in compctl.
Peter Stephenson
1
-32
/
+32
2017-06-27
41368: Add missing unqueue_signals() to compctl.
Peter Stephenson
1
-0
/
+2
2017-01-29
40453: signal handler safety for callers of patcompile(PAT_STATIC), which is ...
Barton E. Schaefer
1
-7
/
+25
2016-11-17
39958: Add extra byte to PATH_MAX allocations.
Peter Stephenson
1
-1
/
+1
2016-09-29
unposted: Update findcmd() in Zle.
Peter Stephenson
1
-3
/
+4
2016-09-11
39252: internal: quotestring: Drop the 'e' parameter, which no caller uses.
Daniel Shahaf
1
-10
/
+10
2016-01-30
37838: use UNUSED() consistently
Jun-ichi Takimoto
1
-1
/
+1
2015-11-11
37092: make nested ${(P)name} properly refer to parameter on return
Peter Stephenson
1
-2
/
+2
2015-06-29
35627: make reverse-menu-complete start with the last match in
Oliver Kiddle
1
-1
/
+1
2015-01-18
34322: bug with interface to parsestr() etc.
Peter Stephenson
1
-2
/
+2
2015-01-09
Rearrange context saving.
Peter Stephenson
1
-4
/
+4
2015-01-06
34120: compctl, jobs: Check contents instead of array
Mikael Magnusson
1
-1
/
+1
2015-01-06
34104: compctl: Remove pointless check
Mikael Magnusson
1
-1
/
+1
2014-12-11
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
1
-5
/
+5
2014-09-30
Fix some compiler warnings in Zle
Peter Stephenson
1
-1
/
+1
2014-08-04
32958: bitwise logic fix
Miles Ohlrich
1
-1
/
+1
2014-02-02
32340: improve error messages for "read -c" / "read -l"
Barton E. Schaefer
1
-1
/
+1
2013-04-20
31272: Avoid double free, get_compctl should not free its arguments.
Bart Schaefer
1
-1
/
+0
2011-05-19
29307, 29308 + replies: Fix some doubled words in docs and comments.
Mikael Magnusson
1
-1
/
+1
2011-05-14
29267: add -enable-zsh-debug and use for debugging completion matcher groups
Peter Stephenson
1
-0
/
+5
2010-12-14
lexsave/lexrestore lexflags
Peter Stephenson
1
-4
/
+4
2010-12-14
28528: Rearrange zleparse to lexflags
Peter Stephenson
1
-5
/
+5
2008-11-11
26027: free pprogc before it goes out of scope in makecomplistflags.
Clint Adams
1
-0
/
+1
2008-09-26
25744: dynamic named directories and further doshfunc() simplification
Peter Stephenson
1
-2
/
+2
2008-09-16
25677: add %x and %I prompt escapes for shell source code debugging
Peter Stephenson
1
-6
/
+6
2007-10-03
23900: Better handling of NO_EQUALS in old completion
Peter Stephenson
1
-1
/
+1
2007-07-06
23665: autoloading of module features and related tweaks
Peter Stephenson
1
-4
/
+4
2007-05-28
see 23479: add initial features support for modules
Peter Stephenson
1
-3
/
+25
2007-04-27
23337: fix unmetafication for stat() of files in compctl
Peter Stephenson
1
-1
/
+6
2006-12-03
Incomplete improvements for $'...' in completion
Peter Stephenson
1
-1
/
+1
2006-10-16
string quoting in compctl used QT_NONE instead of QT_BACKSLASH
Peter Stephenson
1
-1
/
+2
2006-10-05
22819: improved internal use of string quotation,
Peter Stephenson
1
-28
/
+67
2006-09-11
22660: unmetafy directory for opendir() etc. in compctl
Peter Stephenson
1
-6
/
+16
2006-05-30
22474: use variable argument lists to improve error message handling
Peter Stephenson
1
-71
/
+54
2006-03-07
Changed some structures to avoid gcc's type-punned warnings.
Wayne Davison
1
-9
/
+9
2005-11-15
Got rid of some unsigned-char/char pointer casts.
Wayne Davison
1
-7
/
+7
2005-10-13
21871: replace INULL() by inull()
Peter Stephenson
1
-1
/
+1
2005-08-10
c.f. 21590: metafy_line()/unmetafy_line() now support wide characters
Peter Stephenson
1
-33
/
+43
2005-01-14
c.f. 20675: improve zle as a basis for Unicode.
Peter Stephenson
1
-31
/
+31
2004-12-07
20605: Use separate structure with get/set/unset methods fro parameters.
Peter Stephenson
1
-2
/
+2
2004-09-09
20331: Use internal zlong variables for consistency
Peter Stephenson
1
-1
/
+1
2004-06-02
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
1
-8
/
+8
2004-05-28
Silenced one signed/unsigned comparison compiler warning.
Wayne Davison
1
-1
/
+1
[next]