summaryrefslogtreecommitdiff
path: root/Src/Zle/compctl.c
AgeCommit message (Collapse)AuthorFilesLines
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