about summary refs log tree commit diff
path: root/Src/Zle/zle_tricky.c
Commit message (Expand)AuthorAgeFilesLines
* 23900: Better handling of NO_EQUALS in old completionPeter Stephenson2007-10-031-0/+7
* 23809: expand $'...' in completion wordPeter Stephenson2007-08-301-1/+84
* 23488: tidy up module interface and documentationPeter Stephenson2007-05-291-1/+1
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-1/+1
* 23246: fix completions of redirections that occur before the command wordPeter Stephenson2007-03-281-4/+15
* 23172: typo displaying multiline explanation stringsPeter Stephenson2007-02-131-1/+2
* Fixed the error checking of mbrtowc() since its return vlaue can neverWayne Davison2007-01-261-1/+1
* 23118: improve sorting to make it work with localesPeter Stephenson2007-01-211-11/+9
* 23036: three more fixes for completion using $'...'Peter Stephenson2006-12-081-0/+10
* Incomplete improvements for $'...' in completionPeter Stephenson2006-12-031-14/+36
* 22950: fix reverse-menu-complete as start of completionPeter Stephenson2006-11-021-2/+8
* 22911: use QT_BACKSLASH if instring is QT_NONEPeter Stephenson2006-10-251-1/+2
* 22819: improved internal use of string quotation,Peter Stephenson2006-10-051-26/+72
* 22713: word end in math completion context was screwyPeter Stephenson2006-09-151-1/+1
* 22651: failed to unmetafy bytes for outputPeter Stephenson2006-08-201-4/+16
* 22643: completing in math contextPeter Stephenson2006-08-201-0/+2
* 22599: use wide character widths in completionPeter Stephenson2006-08-111-9/+18
* 22597: back off two column-subtraction hunksPeter Stephenson2006-08-101-1/+6
* 22594: Attempt to fix some off-by-one errors for completion listsPeter Stephenson2006-08-091-1/+2
* rationalise mb<->wc conversions to use restartable formPeter Stephenson2006-08-031-5/+9
* 22575: multibyte fixes for bslashquote(), getzlequery()Peter Stephenson2006-08-011-1/+1
* 22544: Improve use of ztype tests for multibyte characters. AddPeter Stephenson2006-07-101-34/+70
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-1/+1
* Changed some structures to avoid gcc's type-punned warnings.Wayne Davison2006-03-071-3/+3
* Call makecommaspecial() when we notice we're completing insideWayne Davison2006-02-131-0/+5
* - Use "mbs" for the multi-byte state variable name (for consistency).Wayne Davison2006-01-121-5/+5
* The return value of mbrtowc() is a size_t (unsigned), so don'tWayne Davison2006-01-111-5/+7
* Got rid of two unneeded "(char *)" casts.Wayne Davison2005-11-181-2/+2
* Changed zlemetaline into a normal char pointer, not unsigned char.Wayne Davison2005-11-151-39/+35
* 21971: multibyte version of pfxlen()Peter Stephenson2005-11-011-1/+43
* - Changed a couple pointers from "char *" to "unsigned char *" inWayne Davison2005-11-011-19/+16
* 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson2005-10-281-5/+5
* 21871: replace INULL() by inull()Peter Stephenson2005-10-131-3/+3
* 21784: Improved character widths for formatted multibyte character outputPeter Stephenson2005-09-291-4/+4
* 21596: fix run-help, which-command, accept-and-menu-completePeter Stephenson2005-08-101-0/+2
* c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson2005-08-101-174/+245
* 21541: remove some warnings from ZLE_UNICODE_SUPPORTPeter Stephenson2005-07-281-0/+10
* users/8856, users/8863: which-command stuffPeter Stephenson2005-05-231-1/+4
* 20854: more Unicode stuff.Peter Stephenson2005-02-231-2/+11
* Andrej: 20838: get ZLE_UNICODE_SUPPORT basically workingPeter Stephenson2005-02-221-4/+4
* 20828: typos in 20822Peter Stephenson2005-02-181-1/+1
* 20822: Initial code for Unicode/multibyte inputPeter Stephenson2005-02-181-1/+16
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-141-151/+158
* * 20657: Src/Zle/zle_tricky.c: sort completions partially based on LC_COLLAT...Clint Adams2005-01-111-0/+4
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-7/+7
* Silenced two signed/unsigned comparison compiler warnings.Wayne Davison2004-05-281-2/+2
* 19595: rename DO to DOLOOP to avoid conflict with curses.h on Tru64 5.1Oliver Kiddle2004-03-111-1/+1
* 19553: rename c in zle to lastcharPeter Stephenson2004-03-081-6/+6
* fix typo in comment (17569)Sven Wischnowsky2002-08-201-1/+1
* fix default completion module loading, use compctl if it hasn't been loaded a...Sven Wischnowsky2002-08-201-1/+10