summaryrefslogtreecommitdiff
path: root/Src/Zle/compcore.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-0233320 (cf. PWS 33311): revert 33069, fix lexing of bangchar during completionBarton E. Schaefer1-0/+2
2014-01-2832303: simplistic completion after $x:Peter Stephenson1-0/+14
2013-10-2431882: Insulate completion widget against environment.Peter Stephenson1-4/+1
2012-02-0930193: remnulargs() after poking into string in case length changesBart Schaefer1-1/+1
2011-08-0329644: work around _describe bug, plus cosmetic tweaksPeter Stephenson1-1/+2
2011-06-1929491: remove some variables set but not usedPeter Stephenson1-4/+2
2011-06-0429459: Further fixes for parameter flag completion,Peter Stephenson1-2/+4
2011-06-0329452: allow completion of parameter flagsPeter Stephenson1-3/+13
2011-05-1429268: extra dupstring() for value to be used in completion match groupPeter Stephenson1-1/+1
2011-05-1429267: add -enable-zsh-debug and use for debugging completion matcher groupsPeter Stephenson1-0/+31
2011-02-1828772: Update regions in region highlight dynamicallyPeter Stephenson1-6/+2
2010-12-14lexsave/lexrestore lexflagsPeter Stephenson1-2/+2
2010-12-1428528: Rearrange zleparse to lexflagsPeter Stephenson1-3/+3
2010-12-0628486: $compstate[parameter] needs untokenizingPeter Stephenson1-0/+11
2010-07-29<hamer@hamer.org.ua>: 28104: fix completion crash due to NULL pointer.Peter Stephenson1-1/+1
2009-01-13Back off 26270 (accept-and-menu-complete).Peter Stephenson1-1/+0
2009-01-0926270: allow accept-and-menu-complete work with _vallues as wellAndrey Borzenkov1-0/+1
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