summaryrefslogtreecommitdiff
path: root/Src/Zle/compctl.c
AgeCommit message (Collapse)AuthorFilesLines
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
add new LEXFLAGS_ZLE
2010-12-1428528: Rearrange zleparse to lexflagsPeter Stephenson1-5/+5
Add (z+n+)
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
tidy up interface to doshfunc()
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
plus completion bug fix with RCQUOTES
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
unposted: update version to 4.2.3-dev-1
2004-12-0720605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson1-2/+2
Separate justification width of parameters from base/precision.
2004-09-0920331: Use internal zlong variables for consistencyPeter Stephenson1-1/+1
20332: Add WIDGETSTYLE zle parameter
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
2004-02-1519422: fix crash resulting from passing a long option to compctlOliver Kiddle1-1/+1
2003-11-1319242: Make job table dynamically reallocatable.Peter Stephenson1-1/+1
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson1-15/+15
2002-08-2717582: Improved option argument handling.Peter Stephenson1-17/+17
unposted: Updated version to 4.1.0-dev-6 because of interface change.
2002-05-21fix for file-type-tests in nested quotes and don't count space ↵Sven Wischnowsky1-1/+1
file-type-character (17195)
2002-01-22add new generic fake style and changes to the C-code for that (different ↵Sven Wischnowsky1-3/+3
implementation of compadd -x) (16483)
2001-11-2816269: Fix crash on reserved-word completion.Bart Schaefer1-1/+1
2001-02-28add `aliases' option to be able to disable alias expansion (13554)Sven Wischnowsky1-3/+4
2001-01-18*** empty log message ***Sven Wischnowsky1-2/+2
2001-01-16fix for ol' compctl when completing hash keys (13364)Sven Wischnowsky1-1/+4
2000-06-22allow subscripts for compadd -[ak]; new style for history completion; better ↵Sven Wischnowsky1-2/+3
list-colors handling (12029)
2000-06-07optimise command lookup in old and new completion (user/3124)Sven Wischnowsky1-2/+5
2000-05-30Wayne: Fix two history bugs that were causing theBart Schaefer1-1/+1
failure of `print -s'.
2000-05-04don't list when all matches look the same; force-list style to give users ↵Sven Wischnowsky1-1/+2
control over this (11140)
2000-04-13comment the `#if's for group numbers in $compstate[insert] (10725)Sven Wischnowsky1-0/+1
2000-04-12comment out the code to allow $compstate[insert] to select the group (10690)Sven Wischnowsky1-64/+2916
1999-04-15Initial revisionTanaka Akira1-0/+1085