summaryrefslogtreecommitdiff
path: root/Src/Zle/compcore.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-1821664: unmetafy ztat() argumentAndrey Borzenkov1-9/+2
2005-08-1621642: remove redundant checksAndrey Borzenkov1-16/+4
2005-08-16Moved declaration of char pointer var to comply withWayne Davison1-2/+2
2005-08-1621631: make sure an unmetafied string is passed to ztat to determine file type.Clint Adams1-1/+8
2005-08-1521627: fix recursive ZLE from completion callAndrey Borzenkov1-3/+22
2005-08-10c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson1-32/+54
2005-03-2121045: fix some uses of Meta characters in completionPeter Stephenson1-2/+2
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-33/+33
2004-11-05fix "compadd -k assoc1 assoc2"Bart Schaefer1-2/+3
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-3/+3
2004-05-28Silenced three signed/unsigned comparison compiler warnings.Wayne Davison1-3/+3
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson1-7/+7
2003-08-1118938: Export some data symbols.Peter Stephenson1-1/+1
2002-07-04in menu selection, use copies of comp{pre,suf}fix to make sure they exist; fi...Sven Wischnowsky1-0/+4
2002-07-01add new sepcial context -assign-parameter- for completing the parameter in an...Sven Wischnowsky1-0/+2
2002-06-26two new modes for menu selection: incremental search and interactive (17366)Sven Wischnowsky1-1/+1
2002-05-21fix for file-type-tests in nested quotes and don't count space file-type-char...Sven Wischnowsky1-3/+23
2002-05-21fix for completion in nested quotes where the sub-word ends in a backslash (1...Sven Wischnowsky1-2/+6
2002-05-15follow-up to 17135, backslash-quoted backslashes in double quotes weren't rig...Sven Wischnowsky1-5/+16
2002-05-13fix for unquoting with `compset -q' with singly and doubly quoted strings (17...Sven Wischnowsky1-12/+87
2002-03-01add $redirections array to completion system parameters, containing informati...Sven Wischnowsky1-4/+20
2002-02-25make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ch...Sven Wischnowsky1-4/+0
2002-02-18fix group handling nothing should now possibly be added to the wrong group ag...Sven Wischnowsky1-27/+19
2002-01-22add new generic fake style and changes to the C-code for that (different impl...Sven Wischnowsky1-37/+25
2002-01-07make sure auto menu isn't started accidentially when bashautolist is set (16408)Sven Wischnowsky1-1/+2
2001-10-09hide all but one match with the same string in the list even for unsorted gro...Sven Wischnowsky1-0/+13
2001-08-20undo most of 15650, do that in shell code (15669)Sven Wischnowsky1-10/+4
2001-08-1715650Sven Wischnowsky1-4/+10
2001-07-25fixlet for 15477, don't let it remove consecutive dummy matches (15482)Sven Wischnowsky1-1/+1
2001-07-25make display for groups in _describe nicer; improve packing with list_packed;...Sven Wischnowsky1-28/+41
2001-07-10(15357)Sven Wischnowsky1-1/+1
2001-02-28add `aliases' option to be able to disable alias expansion (13554)Sven Wischnowsky1-2/+2
2001-01-18*** empty log message ***Sven Wischnowsky1-5/+6
2001-01-16remove 13108 (trap queues); replace with signal queueing to ensure that user ...Sven Wischnowsky1-5/+11
2001-01-08fix for listpacked for matches as long as screen is wide (minus added spaces)...Sven Wischnowsky1-0/+1
2000-10-11add _all_matcher completer and supporting C-code for adding a special match r...Sven Wischnowsky1-39/+44
2000-10-11make user defined completion widgets leave menu selection without accepting t...Sven Wischnowsky1-3/+5
2000-10-04don't forget a displayed list when starting menu completion (12884)Sven Wischnowsky1-1/+4
2000-08-11fixes for completion in math contexts (12592)Sven Wischnowsky1-3/+3
2000-07-18don't let duplicate matches keep us from recognising exact matches if they pr...Sven Wischnowsky1-1/+1
2000-07-04AIX dependency fixesOliver Kiddle1-1/+4
2000-07-03change format style with warnings tag, don't add descriptions as matches; mak...Sven Wischnowsky1-2/+4
2000-06-28make a-a-i-n-h in menu selection work with one match; better undo behaviour f...Sven Wischnowsky1-2/+5
2000-06-22allow subscripts for compadd -[ak]; new style for history completion; better ...Sven Wischnowsky1-29/+43
2000-06-19improve filename completion; use accept-exact for in-path completion; new fak...Sven Wischnowsky1-2/+2
2000-06-09fix for menu-completion when another completion came right after it (11836)Sven Wischnowsky1-0/+1
2000-06-07hopefully more consistent beeping with menu-selection (11794)Sven Wischnowsky1-6/+7
2000-06-03Felix, 11734: Memory leak and doc error.Bart Schaefer1-0/+1
2000-06-02fix some memory leaks (thanks, Felix) (11722)Sven Wischnowsky1-0/+1
2000-05-31allow display of only messages via $compstate[list]=messages (11688)Sven Wischnowsky1-5/+6