summaryrefslogtreecommitdiff
path: root/Src/Zle/compcore.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-2625744: dynamic named directories and further doshfunc() simplificationPeter Stephenson1-1/+1
2008-09-1625677: add %x and %I prompt escapes for shell source code debuggingPeter Stephenson1-3/+3
2008-07-0725267: ambiguous pattern matching fix: missing logPeter Stephenson1-1/+1
2008-07-0625267: fix problem with menu on ambiguous completion without matchingPeter Stephenson1-0/+39
2008-05-0624951: implement ZLS_COLORS ln=targetPeter Stephenson1-2/+9
2008-04-1324808: initial support for combining characters in zlePeter Stephenson1-4/+4
2007-11-2824127: bug in matcher specs with left anchor and partial wordsPeter Stephenson1-9/+9
2007-06-2723670: rationalise some linked list functionsPeter Stephenson1-19/+2
2007-01-2123118: improve sorting to make it work with localesPeter Stephenson1-3/+4
2007-01-0823097: splitting of $'...' strings in completionPeter Stephenson1-23/+32
2006-12-0823036: three more fixes for completion using $'...'Peter Stephenson1-0/+1
2006-12-03Incomplete improvements for $'...' in completionPeter Stephenson1-24/+197
2006-10-0522819: improved internal use of string quotation,Peter Stephenson1-39/+124
2006-07-3022565: Fix bug after failed menucompletion with accept-and-menu-complete?Peter Stephenson1-2/+2
2006-07-1022544: Improve use of ztype tests for multibyte characters. AddPeter Stephenson1-5/+11
2006-03-0722328, modified: add -o option to compaddPeter Stephenson1-2/+2
2006-02-20Optimized away a recently-added call to strlen().Wayne Davison1-1/+1
2006-02-19Made the realocation of the line buffer in add_match_data() use aWayne Davison1-8/+9
2006-02-18The code in add_match_data() that looks for invalid charactersWayne Davison1-25/+26
2006-02-13Made add_match_data() look for invalid multibyte chars in theWayne Davison1-4/+61
2005-11-15Got rid of some unsigned-char/char pointer casts.Wayne Davison1-4/+4
2005-10-1321871: replace INULL() by inull()Peter Stephenson1-1/+1
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