Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-11-24 | 22014: argument-base, insert-unicode-char | Peter Stephenson | 1 | -16/+72 | |
2005-11-15 | Got rid of some compiler warnings about comparisons between signed | Wayne Davison | 1 | -5/+6 | |
and unsigned variables. | |||||
2005-11-15 | Got rid of some unsigned-char/char pointer casts. | Wayne Davison | 1 | -15/+10 | |
2005-11-07 | users/9638: tweaks for FCEDIT etc. | Peter Stephenson | 1 | -45/+164 | |
21986: rewrite completion suffixes for wide characters | |||||
2005-11-02 | users/9610: handle digit argument when copying words | Peter Stephenson | 1 | -11/+29 | |
2005-11-02 | 21973: typo caused digitargument() not to work | Peter Stephenson | 1 | -2/+2 | |
2005-11-01 | - A few changes in light of the new ZLE_CHAR_T and ZLE_STRING_T. | Wayne Davison | 1 | -20/+11 | |
- Use idigit() in place of some former '0' - '9' range checks. - Simplified some multibyte conditional code by using ZC_icntrl() and LASTFULLCHAR. | |||||
2005-10-28 | 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT; | Peter Stephenson | 1 | -5/+5 | |
use multibyte versions of nicechar wherever possible. | |||||
2005-09-09 | 21722: fix multibyte word stuff | Peter Stephenson | 1 | -2/+2 | |
2005-09-09 | 21717: Src/Zle/zle_misc.c: fix execute-named-command and -where-is | Peter Stephenson | 1 | -1/+1 | |
with multibyte support | |||||
2005-09-09 | 21709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on ↵ | Peter Stephenson | 1 | -1/+1 | |
invalid characters or EOF | |||||
2005-08-15 | 21616: typo | Peter Stephenson | 1 | -1/+1 | |
2005-08-15 | 21610: Turn on ZLE_UNICODE_SUPPORT and fix a few related problems. | Peter Stephenson | 1 | -2/+17 | |
2005-08-10 | c.f. 21590: metafy_line()/unmetafy_line() now support wide characters | Peter Stephenson | 1 | -8/+15 | |
2005-07-28 | 21541: remove some warnings from ZLE_UNICODE_SUPPORT | Peter Stephenson | 1 | -1/+1 | |
2005-03-11 | 20966: fix crash in execute-named-command | Peter Stephenson | 1 | -4/+6 | |
2005-03-07 | 20945: rename statics to avoid clash with globals | Peter Stephenson | 1 | -29/+29 | |
2005-02-24 | 20866: fix deliberate errors in 20861 | Peter Stephenson | 1 | -1/+4 | |
2005-02-24 | 20861: Fix statusline in Unicode, apart from isearch | Peter Stephenson | 1 | -24/+37 | |
2005-02-23 | 20854: more Unicode stuff. | Peter Stephenson | 1 | -44/+49 | |
2005-02-22 | Andrej: 20838: get ZLE_UNICODE_SUPPORT basically working | Peter Stephenson | 1 | -2/+6 | |
2005-02-18 | 20828: typos in 20822 | Peter Stephenson | 1 | -1/+1 | |
2005-02-18 | 20822: Initial code for Unicode/multibyte input | Peter Stephenson | 1 | -35/+104 | |
20823: Debugging test in stat wrong for 64-bit systems | |||||
2005-01-25 | 20742: More Unicode conversion stuff. | Peter Stephenson | 1 | -3/+4 | |
2005-01-14 | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 1 | -104/+104 | |
unposted: update version to 4.2.3-dev-1 | |||||
2004-06-02 | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 1 | -23/+23 | |
2004-03-12 | zsh-users/7160: Check and fix mod_export entries. | Peter Stephenson | 1 | -1/+1 | |
2004-03-08 | 19553: rename c in zle to lastchar | Peter Stephenson | 1 | -22/+23 | |
2003-07-29 | Don't crash if alt-y is typed twice in a row without a prior ctrl-y. | Wayne Davison | 1 | -1/+3 | |
2003-02-27 | 18313: NULL pointer dereference if yank-pop after a single yank | Peter Stephenson | 1 | -1/+1 | |
2003-01-27 | 18139: Improve $killring interface; can now change length. Empty | Peter Stephenson | 1 | -12/+57 | |
strings in $killring are ignored when yank-popping. Yank-popping is more consistent about looping and using the original cutbuffer. | |||||
2001-09-03 | 15734: zle -K option to select a keymap, and zle KEYMAP parameter to | Andrew Main | 1 | -1/+3 | |
examine the current selection. | |||||
2001-08-28 | handle possible NULL pointer returned from bufferwords() (15717) | Sven Wischnowsky | 1 | -6/+6 | |
2000-05-10 | AIX dependency fix | Oliver Kiddle | 1 | -1/+1 | |
2000-05-03 | new (z) parameter flag to do shell-word splitting on the value (11113) | Sven Wischnowsky | 1 | -1/+1 | |
2000-04-12 | new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing ↵ | Sven Wischnowsky | 1 | -137/+314 | |
to find word (10685) | |||||
1999-04-15 | Initial revision | Tanaka Akira | 1 | -0/+816 | |