summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_utils.c
AgeCommit message (Expand)AuthorFilesLines
2005-02-2620872: fix ZS_{icntrl,tolower} vs. ZC_{incntrl,tolower} confusionAndrey Borzenkov1-2/+2
2005-02-2520869: more small Unicode tweaksPeter Stephenson1-3/+3
2005-02-2520863: fix history (i)searching for UnicodePeter Stephenson1-11/+59
2005-02-2320854: more Unicode stuff.Peter Stephenson1-39/+35
2005-02-2220845: fix mbstate_t usage in getrestcharAndrey Borzenkov1-3/+3
2005-02-22Andrej: 20838: get ZLE_UNICODE_SUPPORT basically workingPeter Stephenson1-7/+8
2005-02-1820822: Initial code for Unicode/multibyte inputPeter Stephenson1-7/+7
2005-01-2620752: fix access to ZLE parametersPeter Stephenson1-4/+12
2005-01-2620750: fix hang with 20742Peter Stephenson1-2/+9
2005-01-2520742: More Unicode conversion stuff.Peter Stephenson1-80/+237
2005-01-22 * 20736: Src/Zle/zle_utils.c: change zlegetline() to return a metafied string.Clint Adams1-7/+2
2005-01-22 * 2073x: Src/Zle/zle_utils.c, Src/hist.c: modify zlegetline() and zlegetlineClint Adams1-1/+26
2005-01-16 * 20718: Src/Zle/zle_utils.c: minor cleanup for proto-Unicode stuff.Clint Adams1-6/+1
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-48/+79
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-3/+3
2004-03-12zsh-users/7160: Check and fix mod_export entries.Peter Stephenson1-1/+1
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson1-1/+1
2003-01-2718139: Improve $killring interface; can now change length. EmptyPeter Stephenson1-6/+12
2001-03-26avoid adding empty strings to the kill ring (13767)Sven Wischnowsky1-0/+3
2000-08-02Andrej: Dynamic loading on cygwinPeter Stephenson1-1/+1
2000-07-04AIX dependency fixesOliver Kiddle1-1/+1
2000-04-17scrolling in completion lists and menu-selection, version1Sven Wischnowsky1-14/+19
2000-04-01Updated from list as far as 10376Peter Stephenson1-43/+49
1999-04-15Initial revisionTanaka Akira1-0/+650