about summary refs log tree commit diff
path: root/Src/Zle/zle_utils.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed some compiler warnings about signed/unsigned comparisons.Wayne Davison2005-10-311-2/+2
* 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson2005-10-281-7/+7
* 21890: fix segmentation error in left prompt truncation and a couple of minorPeter Stephenson2005-10-191-1/+2
* 21784: Improved character widths for formatted multibyte character outputPeter Stephenson2005-09-291-4/+61
* 21603: wchar/multibyte conversion of cursor position when at end of linePeter Stephenson2005-08-121-2/+7
* c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson2005-08-101-53/+176
* 21541: remove some warnings from ZLE_UNICODE_SUPPORTPeter Stephenson2005-07-281-2/+14
* 20872: fix ZS_{icntrl,tolower} vs. ZC_{incntrl,tolower} confusionAndrey Borzenkov2005-02-261-2/+2
* 20869: more small Unicode tweaksPeter Stephenson2005-02-251-3/+3
* 20863: fix history (i)searching for UnicodePeter Stephenson2005-02-251-11/+59
* 20854: more Unicode stuff.Peter Stephenson2005-02-231-39/+35
* 20845: fix mbstate_t usage in getrestcharAndrey Borzenkov2005-02-221-3/+3
* Andrej: 20838: get ZLE_UNICODE_SUPPORT basically workingPeter Stephenson2005-02-221-7/+8
* 20822: Initial code for Unicode/multibyte inputPeter Stephenson2005-02-181-7/+7
* 20752: fix access to ZLE parametersPeter Stephenson2005-01-261-4/+12
* 20750: fix hang with 20742Peter Stephenson2005-01-261-2/+9
* 20742: More Unicode conversion stuff.Peter Stephenson2005-01-251-80/+237
* * 20736: Src/Zle/zle_utils.c: change zlegetline() to return a metafied string.Clint Adams2005-01-221-7/+2
* * 2073x: Src/Zle/zle_utils.c, Src/hist.c: modify zlegetline() and zlegetlineClint Adams2005-01-221-1/+26
* * 20718: Src/Zle/zle_utils.c: minor cleanup for proto-Unicode stuff.Clint Adams2005-01-161-6/+1
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-141-48/+79
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-3/+3
* zsh-users/7160: Check and fix mod_export entries.Peter Stephenson2004-03-121-1/+1
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-291-1/+1
* 18139: Improve $killring interface; can now change length. EmptyPeter Stephenson2003-01-271-6/+12
* avoid adding empty strings to the kill ring (13767)Sven Wischnowsky2001-03-261-0/+3
* Andrej: Dynamic loading on cygwinPeter Stephenson2000-08-021-1/+1
* AIX dependency fixesOliver Kiddle2000-07-041-1/+1
* scrolling in completion lists and menu-selection, version1Sven Wischnowsky2000-04-171-14/+19
* Updated from list as far as 10376Peter Stephenson2000-04-011-43/+49
* Initial revisionTanaka Akira1999-04-151-0/+650