about summary refs log tree commit diff
path: root/Src/Zle/zle_misc.c
Commit message (Expand)AuthorAgeFilesLines
...
* 20861: Fix statusline in Unicode, apart from isearchPeter Stephenson2005-02-241-24/+37
* 20854: more Unicode stuff.Peter Stephenson2005-02-231-44/+49
* Andrej: 20838: get ZLE_UNICODE_SUPPORT basically workingPeter Stephenson2005-02-221-2/+6
* 20828: typos in 20822Peter Stephenson2005-02-181-1/+1
* 20822: Initial code for Unicode/multibyte inputPeter Stephenson2005-02-181-35/+104
* 20742: More Unicode conversion stuff.Peter Stephenson2005-01-251-3/+4
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-141-104/+104
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-23/+23
* zsh-users/7160: Check and fix mod_export entries.Peter Stephenson2004-03-121-1/+1
* 19553: rename c in zle to lastcharPeter Stephenson2004-03-081-22/+23
* Don't crash if alt-y is typed twice in a row without a prior ctrl-y.Wayne Davison2003-07-291-1/+3
* 18313: NULL pointer dereference if yank-pop after a single yankPeter Stephenson2003-02-271-1/+1
* 18139: Improve $killring interface; can now change length. EmptyPeter Stephenson2003-01-271-12/+57
* 15734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main2001-09-031-1/+3
* handle possible NULL pointer returned from bufferwords() (15717)Sven Wischnowsky2001-08-281-6/+6
* AIX dependency fixOliver Kiddle2000-05-101-1/+1
* new (z) parameter flag to do shell-word splitting on the value (11113)Sven Wischnowsky2000-05-031-1/+1
* new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing t...Sven Wischnowsky2000-04-121-137/+314
* Initial revisionTanaka Akira1999-04-151-0/+816