summaryrefslogtreecommitdiff
path: root/Src/Zle/complete.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-2629859: compadd handles its own optionsPeter Stephenson1-1/+1
2009-01-13Back off 26270 (accept-and-menu-complete).Peter Stephenson1-3/+1
2009-01-0926270: allow accept-and-menu-complete work with _vallues as wellAndrey Borzenkov1-1/+3
2008-11-1526047: convert lower levels of completion matching to usePeter Stephenson1-7/+9
2008-10-3025972: leaked and uninitialised memory found by valgrindPeter Stephenson1-1/+1
2008-09-2325736: one more zsfree missing from 25667.Clint Adams1-0/+1
2008-09-1425667: free mstr before returning from errors.Clint Adams1-0/+3
2008-06-0825138(? mailing list stuck): rewrite of completion matching.Peter Stephenson1-45/+143
2007-07-0623665: autoloading of module features and related tweaksPeter Stephenson1-7/+7
2007-06-1823562: add KSH_ZERO_SUBSCRIPT option and leave off by defaultPeter Stephenson1-1/+1
2007-05-2923488: tidy up module interface and documentationPeter Stephenson1-2/+3
2007-05-2923482: more typosPeter Stephenson1-1/+1
2007-05-28see 23479: add initial features support for modulesPeter Stephenson1-8/+25
2006-10-0522819: improved internal use of string quotation,Peter Stephenson1-1/+23
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson1-24/+23
2006-03-07Changed some structures to avoid gcc's type-punned warnings.Wayne Davison1-11/+11
2006-03-0722328, modified: add -o option to compaddPeter Stephenson1-0/+3
2005-08-1821663: check for string overflowAndrey Borzenkov1-4/+5
2005-08-16Fixed bug in do_comp_vars() when *compprefix is a metified char.Wayne Davison1-3/+1
2005-03-2121045: fix some uses of Meta characters in completionPeter Stephenson1-6/+36
2004-12-0720605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson1-54/+76
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-13/+13
2004-05-28Silenced one signed/unsigned comparison compiler warning.Wayne Davison1-1/+1
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson1-2/+2
2002-08-2717582: Improved option argument handling.Peter Stephenson1-2/+2
2002-07-04in menu selection, use copies of comp{pre,suf}fix to make sure they exist; fi...Sven Wischnowsky1-0/+6
2002-04-24fix two memory leaks (found by Felix): pre-compiled patterns when re-defining...Sven Wischnowsky1-0/+1
2002-03-01add $redirections array to completion system parameters, containing informati...Sven Wischnowsky1-6/+14
2001-08-24test if hash table pointer is NULL to avoid SEGV with compstate=() (15705)Sven Wischnowsky1-0/+3
2001-07-25move pattern matching in the loop to make sure all match specs are used (15487)Sven Wischnowsky1-2/+3
2001-07-25make display for groups in _describe nicer; improve packing with list_packed;...Sven Wischnowsky1-0/+18
2001-05-31fix two memory leaks (at least I hope they are fixed) and some out-of-bound a...Sven Wischnowsky1-1/+1
2001-01-11*** empty log message ***Sven Wischnowsky1-2/+28
2000-10-11add _all_matcher completer and supporting C-code for adding a special match r...Sven Wischnowsky1-1/+4
2000-06-19new match spec characters bBeE, match only word/line not both (11977)Sven Wischnowsky1-8/+13
2000-06-13fixes for calling compfiles, for completing words with special characters; ma...Sven Wischnowsky1-9/+20
2000-06-02fix some memory leaks (thanks, Felix) (11722)Sven Wischnowsky1-4/+6
2000-06-02Changed the array "len" to be "end" -- a 1-relative index of the lastWayne Davison1-1/+1
2000-05-31Wayne: pattern.c unitialised varPeter Stephenson1-2/+2
2000-05-23add -[ak] options to compadd (11533)Sven Wischnowsky1-0/+6
2000-05-02add -x option to compadd to display message unconditionallySven Wischnowsky1-2/+6
2000-04-27fix for parse error with left-anchored patterns (10963)Sven Wischnowsky1-1/+1
2000-04-27renamed parameters for menu selection to MENUSELECT, MENUPROMPT and MENUSCROL...Sven Wischnowsky1-7/+7
2000-04-26allow to anchor on gaps between strings in matching control specs (10926)Sven Wischnowsky1-1/+21
2000-04-17scrolling in completion lists and menu-selection, version1Sven Wischnowsky1-5/+6
2000-04-01Updated from list as far as 10376Peter Stephenson1-195/+241
1999-10-26Initial revisionTanaka Akira1-0/+1332