about summary refs log tree commit diff
path: root/Src/Zle/compcore.c
Commit message (Expand)AuthorAgeFilesLines
* 25744: dynamic named directories and further doshfunc() simplificationPeter Stephenson2008-09-261-1/+1
* 25677: add %x and %I prompt escapes for shell source code debuggingPeter Stephenson2008-09-161-3/+3
* 25267: ambiguous pattern matching fix: missing logPeter Stephenson2008-07-071-1/+1
* 25267: fix problem with menu on ambiguous completion without matchingPeter Stephenson2008-07-061-0/+39
* 24951: implement ZLS_COLORS ln=targetPeter Stephenson2008-05-061-2/+9
* 24808: initial support for combining characters in zlePeter Stephenson2008-04-131-4/+4
* 24127: bug in matcher specs with left anchor and partial wordsPeter Stephenson2007-11-281-9/+9
* 23670: rationalise some linked list functionsPeter Stephenson2007-06-271-19/+2
* 23118: improve sorting to make it work with localesPeter Stephenson2007-01-211-3/+4
* 23097: splitting of $'...' strings in completionPeter Stephenson2007-01-081-23/+32
* 23036: three more fixes for completion using $'...'Peter Stephenson2006-12-081-0/+1
* Incomplete improvements for $'...' in completionPeter Stephenson2006-12-031-24/+197
* 22819: improved internal use of string quotation,Peter Stephenson2006-10-051-39/+124
* 22565: Fix bug after failed menucompletion with accept-and-menu-complete?Peter Stephenson2006-07-301-2/+2
* 22544: Improve use of ztype tests for multibyte characters. AddPeter Stephenson2006-07-101-5/+11
* 22328, modified: add -o option to compaddPeter Stephenson2006-03-071-2/+2
* Optimized away a recently-added call to strlen().Wayne Davison2006-02-201-1/+1
* Made the realocation of the line buffer in add_match_data() use aWayne Davison2006-02-191-8/+9
* The code in add_match_data() that looks for invalid charactersWayne Davison2006-02-181-25/+26
* Made add_match_data() look for invalid multibyte chars in theWayne Davison2006-02-131-4/+61
* Got rid of some unsigned-char/char pointer casts.Wayne Davison2005-11-151-4/+4
* 21871: replace INULL() by inull()Peter Stephenson2005-10-131-1/+1
* 21664: unmetafy ztat() argumentAndrey Borzenkov2005-08-181-9/+2
* 21642: remove redundant checksAndrey Borzenkov2005-08-161-16/+4
* Moved declaration of char pointer var to comply withWayne Davison2005-08-161-2/+2
* 21631: make sure an unmetafied string is passed to ztat to determine file type.Clint Adams2005-08-161-1/+8
* 21627: fix recursive ZLE from completion callAndrey Borzenkov2005-08-151-3/+22
* c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson2005-08-101-32/+54
* 21045: fix some uses of Meta characters in completionPeter Stephenson2005-03-211-2/+2
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-141-33/+33
* fix "compadd -k assoc1 assoc2"Bart Schaefer2004-11-051-2/+3
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-3/+3
* Silenced three signed/unsigned comparison compiler warnings.Wayne Davison2004-05-281-3/+3
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-291-7/+7
* 18938: Export some data symbols.Peter Stephenson2003-08-111-1/+1
* in menu selection, use copies of comp{pre,suf}fix to make sure they exist; fi...Sven Wischnowsky2002-07-041-0/+4
* add new sepcial context -assign-parameter- for completing the parameter in an...Sven Wischnowsky2002-07-011-0/+2
* two new modes for menu selection: incremental search and interactive (17366)Sven Wischnowsky2002-06-261-1/+1
* fix for file-type-tests in nested quotes and don't count space file-type-char...Sven Wischnowsky2002-05-211-3/+23
* fix for completion in nested quotes where the sub-word ends in a backslash (1...Sven Wischnowsky2002-05-211-2/+6
* follow-up to 17135, backslash-quoted backslashes in double quotes weren't rig...Sven Wischnowsky2002-05-151-5/+16
* fix for unquoting with `compset -q' with singly and doubly quoted strings (17...Sven Wischnowsky2002-05-131-12/+87
* add $redirections array to completion system parameters, containing informati...Sven Wischnowsky2002-03-011-4/+20
* make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ch...Sven Wischnowsky2002-02-251-4/+0
* fix group handling nothing should now possibly be added to the wrong group ag...Sven Wischnowsky2002-02-181-27/+19
* add new generic fake style and changes to the C-code for that (different impl...Sven Wischnowsky2002-01-221-37/+25
* make sure auto menu isn't started accidentially when bashautolist is set (16408)Sven Wischnowsky2002-01-071-1/+2
* hide all but one match with the same string in the list even for unsorted gro...Sven Wischnowsky2001-10-091-0/+13
* undo most of 15650, do that in shell code (15669)Sven Wischnowsky2001-08-201-10/+4
* 15650Sven Wischnowsky2001-08-171-4/+10