summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_misc.c
AgeCommit message (Collapse)AuthorFilesLines
2005-11-2422014: argument-base, insert-unicode-charPeter Stephenson1-16/+72
2005-11-15Got rid of some compiler warnings about comparisons between signedWayne Davison1-5/+6
and unsigned variables.
2005-11-15Got rid of some unsigned-char/char pointer casts.Wayne Davison1-15/+10
2005-11-07users/9638: tweaks for FCEDIT etc.Peter Stephenson1-45/+164
21986: rewrite completion suffixes for wide characters
2005-11-02users/9610: handle digit argument when copying wordsPeter Stephenson1-11/+29
2005-11-0221973: typo caused digitargument() not to workPeter Stephenson1-2/+2
2005-11-01- A few changes in light of the new ZLE_CHAR_T and ZLE_STRING_T.Wayne Davison1-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-2821943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson1-5/+5
use multibyte versions of nicechar wherever possible.
2005-09-0921722: fix multibyte word stuffPeter Stephenson1-2/+2
2005-09-0921717: Src/Zle/zle_misc.c: fix execute-named-command and -where-isPeter Stephenson1-1/+1
with multibyte support
2005-09-0921709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on ↵Peter Stephenson1-1/+1
invalid characters or EOF
2005-08-1521616: typoPeter Stephenson1-1/+1
2005-08-1521610: Turn on ZLE_UNICODE_SUPPORT and fix a few related problems.Peter Stephenson1-2/+17
2005-08-10c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson1-8/+15
2005-07-2821541: remove some warnings from ZLE_UNICODE_SUPPORTPeter Stephenson1-1/+1
2005-03-1120966: fix crash in execute-named-commandPeter Stephenson1-4/+6
2005-03-0720945: rename statics to avoid clash with globalsPeter Stephenson1-29/+29
2005-02-2420866: fix deliberate errors in 20861Peter Stephenson1-1/+4
2005-02-2420861: Fix statusline in Unicode, apart from isearchPeter Stephenson1-24/+37
2005-02-2320854: more Unicode stuff.Peter Stephenson1-44/+49
2005-02-22Andrej: 20838: get ZLE_UNICODE_SUPPORT basically workingPeter Stephenson1-2/+6
2005-02-1820828: typos in 20822Peter Stephenson1-1/+1
2005-02-1820822: Initial code for Unicode/multibyte inputPeter Stephenson1-35/+104
20823: Debugging test in stat wrong for 64-bit systems
2005-01-2520742: More Unicode conversion stuff.Peter Stephenson1-3/+4
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-104/+104
unposted: update version to 4.2.3-dev-1
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-23/+23
2004-03-12zsh-users/7160: Check and fix mod_export entries.Peter Stephenson1-1/+1
2004-03-0819553: rename c in zle to lastcharPeter Stephenson1-22/+23
2003-07-29Don't crash if alt-y is typed twice in a row without a prior ctrl-y.Wayne Davison1-1/+3
2003-02-2718313: NULL pointer dereference if yank-pop after a single yankPeter Stephenson1-1/+1
2003-01-2718139: Improve $killring interface; can now change length. EmptyPeter Stephenson1-12/+57
strings in $killring are ignored when yank-popping. Yank-popping is more consistent about looping and using the original cutbuffer.
2001-09-0315734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main1-1/+3
examine the current selection.
2001-08-28handle possible NULL pointer returned from bufferwords() (15717)Sven Wischnowsky1-6/+6
2000-05-10AIX dependency fixOliver Kiddle1-1/+1
2000-05-03new (z) parameter flag to do shell-word splitting on the value (11113)Sven Wischnowsky1-1/+1
2000-04-12new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing ↵Sven Wischnowsky1-137/+314
to find word (10685)
1999-04-15Initial revisionTanaka Akira1-0/+816