summaryrefslogtreecommitdiff
path: root/Src/Zle/compctl.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-3053335: Remove unused dupstring_glen() functionOliver Kiddle1-2/+2
2020-01-0945269: Fix misspellings in completions and elsewhere.Jens Schleusener1-1/+1
2019-12-1044997: GLOB_COMPLETE fix for compctl file completion.Peter Stephenson1-1/+21
2019-06-2044435: Handling digita arguments for :h and :t.Peter Stephenson1-1/+1
2019-04-1044202: Rewrite to use memmove() for possibly overlapping copyPeter Stephenson1-5/+3
2019-01-0343969: untokenize Dash for compctl with GLOB_SUBST setPeter Stephenson1-0/+9
2018-03-2442519, CVE-2018-1083: check bounds on PATH_MAX-sized buffer used for file com...Oliver Kiddle1-0/+6
2018-03-2142487: Fix pointer problems in compctl.Peter Stephenson1-32/+32
2017-06-2741368: Add missing unqueue_signals() to compctl.Peter Stephenson1-0/+2
2017-01-2940453: signal handler safety for callers of patcompile(PAT_STATIC), which is ...Barton E. Schaefer1-7/+25
2016-11-1739958: Add extra byte to PATH_MAX allocations.Peter Stephenson1-1/+1
2016-09-29unposted: Update findcmd() in Zle.Peter Stephenson1-3/+4
2016-09-1139252: internal: quotestring: Drop the 'e' parameter, which no caller uses.Daniel Shahaf1-10/+10
2016-01-3037838: use UNUSED() consistentlyJun-ichi Takimoto1-1/+1
2015-11-1137092: make nested ${(P)name} properly refer to parameter on returnPeter Stephenson1-2/+2
2015-06-2935627: make reverse-menu-complete start with the last match inOliver Kiddle1-1/+1
2015-01-1834322: bug with interface to parsestr() etc.Peter Stephenson1-2/+2
2015-01-09Rearrange context saving.Peter Stephenson1-4/+4
2015-01-0634120: compctl, jobs: Check contents instead of arrayMikael Magnusson1-1/+1
2015-01-0634104: compctl: Remove pointless checkMikael Magnusson1-1/+1
2014-12-1133876: etc.: Separate errors and keyboards interruptsPeter Stephenson1-5/+5
2014-09-30Fix some compiler warnings in ZlePeter Stephenson1-1/+1
2014-08-0432958: bitwise logic fixMiles Ohlrich1-1/+1
2014-02-0232340: improve error messages for "read -c" / "read -l"Barton E. Schaefer1-1/+1
2013-04-2031272: Avoid double free, get_compctl should not free its arguments.Bart Schaefer1-1/+0
2011-05-1929307, 29308 + replies: Fix some doubled words in docs and comments.Mikael Magnusson1-1/+1
2011-05-1429267: add -enable-zsh-debug and use for debugging completion matcher groupsPeter Stephenson1-0/+5
2010-12-14lexsave/lexrestore lexflagsPeter Stephenson1-4/+4
2010-12-1428528: Rearrange zleparse to lexflagsPeter Stephenson1-5/+5
2008-11-1126027: free pprogc before it goes out of scope in makecomplistflags.Clint Adams1-0/+1
2008-09-2625744: dynamic named directories and further doshfunc() simplificationPeter Stephenson1-2/+2
2008-09-1625677: add %x and %I prompt escapes for shell source code debuggingPeter Stephenson1-6/+6
2007-10-0323900: Better handling of NO_EQUALS in old completionPeter Stephenson1-1/+1
2007-07-0623665: autoloading of module features and related tweaksPeter Stephenson1-4/+4
2007-05-28see 23479: add initial features support for modulesPeter Stephenson1-3/+25
2007-04-2723337: fix unmetafication for stat() of files in compctlPeter Stephenson1-1/+6
2006-12-03Incomplete improvements for $'...' in completionPeter Stephenson1-1/+1
2006-10-16string quoting in compctl used QT_NONE instead of QT_BACKSLASHPeter Stephenson1-1/+2
2006-10-0522819: improved internal use of string quotation,Peter Stephenson1-28/+67
2006-09-1122660: unmetafy directory for opendir() etc. in compctlPeter Stephenson1-6/+16
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson1-71/+54
2006-03-07Changed some structures to avoid gcc's type-punned warnings.Wayne Davison1-9/+9
2005-11-15Got rid of some unsigned-char/char pointer casts.Wayne Davison1-7/+7
2005-10-1321871: replace INULL() by inull()Peter Stephenson1-1/+1
2005-08-10c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson1-33/+43
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-31/+31
2004-12-0720605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson1-2/+2
2004-09-0920331: Use internal zlong variables for consistencyPeter Stephenson1-1/+1
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-8/+8
2004-05-28Silenced one signed/unsigned comparison compiler warning.Wayne Davison1-1/+1