about summary refs log tree commit diff
path: root/Src/Zle/complete.c
Commit message (Expand)AuthorAgeFilesLines
* 29859: compadd handles its own optionsPeter Stephenson2011-10-261-1/+1
* Back off 26270 (accept-and-menu-complete).Peter Stephenson2009-01-131-3/+1
* 26270: allow accept-and-menu-complete work with _vallues as wellAndrey Borzenkov2009-01-091-1/+3
* 26047: convert lower levels of completion matching to usePeter Stephenson2008-11-151-7/+9
* 25972: leaked and uninitialised memory found by valgrindPeter Stephenson2008-10-301-1/+1
* 25736: one more zsfree missing from 25667.Clint Adams2008-09-231-0/+1
* 25667: free mstr before returning from errors.Clint Adams2008-09-141-0/+3
* 25138(? mailing list stuck): rewrite of completion matching.Peter Stephenson2008-06-081-45/+143
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-061-7/+7
* 23562: add KSH_ZERO_SUBSCRIPT option and leave off by defaultPeter Stephenson2007-06-181-1/+1
* 23488: tidy up module interface and documentationPeter Stephenson2007-05-291-2/+3
* 23482: more typosPeter Stephenson2007-05-291-1/+1
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-8/+25
* 22819: improved internal use of string quotation,Peter Stephenson2006-10-051-1/+23
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-24/+23
* Changed some structures to avoid gcc's type-punned warnings.Wayne Davison2006-03-071-11/+11
* 22328, modified: add -o option to compaddPeter Stephenson2006-03-071-0/+3
* 21663: check for string overflowAndrey Borzenkov2005-08-181-4/+5
* Fixed bug in do_comp_vars() when *compprefix is a metified char.Wayne Davison2005-08-161-3/+1
* 21045: fix some uses of Meta characters in completionPeter Stephenson2005-03-211-6/+36
* 20605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson2004-12-071-54/+76
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-13/+13
* Silenced one signed/unsigned comparison compiler warning.Wayne Davison2004-05-281-1/+1
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-291-2/+2
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-2/+2
* in menu selection, use copies of comp{pre,suf}fix to make sure they exist; fi...Sven Wischnowsky2002-07-041-0/+6
* fix two memory leaks (found by Felix): pre-compiled patterns when re-defining...Sven Wischnowsky2002-04-241-0/+1
* add $redirections array to completion system parameters, containing informati...Sven Wischnowsky2002-03-011-6/+14
* test if hash table pointer is NULL to avoid SEGV with compstate=() (15705)Sven Wischnowsky2001-08-241-0/+3
* move pattern matching in the loop to make sure all match specs are used (15487)Sven Wischnowsky2001-07-251-2/+3
* make display for groups in _describe nicer; improve packing with list_packed;...Sven Wischnowsky2001-07-251-0/+18
* fix two memory leaks (at least I hope they are fixed) and some out-of-bound a...Sven Wischnowsky2001-05-311-1/+1
* *** empty log message ***Sven Wischnowsky2001-01-111-2/+28
* add _all_matcher completer and supporting C-code for adding a special match r...Sven Wischnowsky2000-10-111-1/+4
* new match spec characters bBeE, match only word/line not both (11977)Sven Wischnowsky2000-06-191-8/+13
* fixes for calling compfiles, for completing words with special characters; ma...Sven Wischnowsky2000-06-131-9/+20
* fix some memory leaks (thanks, Felix) (11722)Sven Wischnowsky2000-06-021-4/+6
* Changed the array "len" to be "end" -- a 1-relative index of the lastWayne Davison2000-06-021-1/+1
* Wayne: pattern.c unitialised varPeter Stephenson2000-05-311-2/+2
* add -[ak] options to compadd (11533)Sven Wischnowsky2000-05-231-0/+6
* add -x option to compadd to display message unconditionallySven Wischnowsky2000-05-021-2/+6
* fix for parse error with left-anchored patterns (10963)Sven Wischnowsky2000-04-271-1/+1
* renamed parameters for menu selection to MENUSELECT, MENUPROMPT and MENUSCROL...Sven Wischnowsky2000-04-271-7/+7
* allow to anchor on gaps between strings in matching control specs (10926)Sven Wischnowsky2000-04-261-1/+21
* scrolling in completion lists and menu-selection, version1Sven Wischnowsky2000-04-171-5/+6
* Updated from list as far as 10376Peter Stephenson2000-04-011-195/+241
* Initial revisionTanaka Akira1999-10-261-0/+1332