Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-04-09 | 22408: support for multibyte characters in patterns | Peter Stephenson | 1 | -18/+0 | |
2006-03-20 | thinko fix | Clint Adams | 1 | -1/+1 | |
2006-03-20 | 22371: use only alphanumerics and underscores as word characters with vi ↵ | Clint Adams | 1 | -0/+2 | |
bindings. | |||||
2006-02-09 | Define ZS_memchr() as either wmemchr() or memchr(). | Wayne Davison | 1 | -0/+2 | |
2005-11-24 | 22014: argument-base, insert-unicode-char | Peter Stephenson | 1 | -0/+1 | |
2005-11-15 | The non-multibyte version of ZWS() doesn't need to force a cast anymore. | Wayne Davison | 1 | -2/+2 | |
2005-11-07 | users/9638: tweaks for FCEDIT etc. | Peter Stephenson | 1 | -1/+15 | |
21986: rewrite completion suffixes for wide characters | |||||
2005-11-01 | Changed the non-wide version of: ZLE_CHAR_T into a "char" (formerly | Wayne Davison | 1 | -4/+4 | |
an "int"), and ZLE_STRING_T into a "char *" (formerly an "unsigned char *"). | |||||
2005-11-01 | - Defined some new ZC_i<type> macros, such as ZC_ilower, ZC_inblank, | Wayne Davison | 1 | -3/+13 | |
ZC_iupper, etc. - Fixed ZC_iblank to not return true when given a newline. | |||||
2005-10-28 | 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT; | Peter Stephenson | 1 | -7/+3 | |
use multibyte versions of nicechar wherever possible. | |||||
2005-09-29 | 21784: Improved character widths for formatted multibyte character output | Peter Stephenson | 1 | -4/+24 | |
2005-09-20 | 21736: improve tests for word and identifier characters with multibyte input | Peter Stephenson | 1 | -6/+1 | |
2005-09-09 | 21722: fix multibyte word stuff | Peter Stephenson | 1 | -0/+3 | |
2005-08-15 | 21619: define wide versions of zarrdup, zputs, niceztrlen. | Clint Adams | 1 | -0/+10 | |
2005-08-12 | For gcc, use static inline functions in place of the ZS_str* | Wayne Davison | 1 | -4/+16 | |
macros so that we get type-checking without pointer-signedness warnings. | |||||
2005-08-10 | c.f. 21590: metafy_line()/unmetafy_line() now support wide characters | Peter Stephenson | 1 | -0/+13 | |
2005-02-25 | 20869: more small Unicode tweaks | Peter Stephenson | 1 | -2/+4 | |
2005-02-25 | 20863: fix history (i)searching for Unicode | Peter Stephenson | 1 | -0/+14 | |
2005-02-24 | 20861: Fix statusline in Unicode, apart from isearch | Peter Stephenson | 1 | -1/+3 | |
2005-02-23 | 20857: rewrite zle_refresh to use wide characters. | Andrey Borzenkov | 1 | -0/+14 | |
2005-02-23 | 20854: more Unicode stuff. | Peter Stephenson | 1 | -30/+6 | |
2005-02-22 | Andrej: 20838: get ZLE_UNICODE_SUPPORT basically working | Peter Stephenson | 1 | -0/+2 | |
2005-02-21 | 20833: typo: int_t -> wint_t | Peter Stephenson | 1 | -1/+1 | |
2005-02-18 | 20822: Initial code for Unicode/multibyte input | Peter Stephenson | 1 | -0/+69 | |
20823: Debugging test in stat wrong for 64-bit systems | |||||
2005-01-26 | 20752: fix access to ZLE parameters | Peter Stephenson | 1 | -0/+6 | |
2005-01-25 | 20742: More Unicode conversion stuff. | Peter Stephenson | 1 | -6/+11 | |
2005-01-14 | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 1 | -5/+0 | |
unposted: update version to 4.2.3-dev-1 | |||||
2003-01-27 | 18139: Improve $killring interface; can now change length. Empty | Peter Stephenson | 1 | -1/+1 | |
strings in $killring are ignored when yank-popping. Yank-popping is more consistent about looping and using the original cutbuffer. | |||||
2000-05-23 | save and restore more variables in bufferwords(); move gotword() into core ↵ | Sven Wischnowsky | 1 | -9/+68 | |
(11523) | |||||
1999-04-15 | Initial revision | Tanaka Akira | 1 | -0/+137 | |