summaryrefslogtreecommitdiff
path: root/Src/Zle/compctl.c
AgeCommit message (Expand)AuthorFilesLines
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
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
2002-05-21fix for file-type-tests in nested quotes and don't count space file-type-char...Sven Wischnowsky1-1/+1
2002-01-22add new generic fake style and changes to the C-code for that (different impl...Sven Wischnowsky1-3/+3
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
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
2000-05-04don't list when all matches look the same; force-list style to give users con...Sven Wischnowsky1-1/+2
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