| Commit message (Expand) | Author | Age | Files | Lines |
* | 22765: rename some MB_ macros to WC_ for consistency. | Peter Stephenson | 2006-09-23 | 1 | -2/+2 |
* | 22727: "use 'exit' to exit" was suboptimal | Peter Stephenson | 2006-09-17 | 1 | -0/+1 |
* | 22676, 22678: extend sched and make it able to run events when waiting for | Peter Stephenson | 2006-09-10 | 1 | -153/+306 |
* | 22556: Multibyte separators and delimiters | Peter Stephenson | 2006-07-24 | 1 | -12/+20 |
* | 22474: use variable argument lists to improve error message handling | Peter Stephenson | 2006-05-30 | 1 | -12/+11 |
* | Made implied "int" on new static variable explicit (which silences | Wayne Davison | 2006-05-30 | 1 | -1/+1 |
* | 22464: bad recursion if error in prompt substitution | Peter Stephenson | 2006-05-26 | 1 | -4/+9 |
* | 22431: set WIDGET etc. more consistently when executing zle functions | Peter Stephenson | 2006-04-25 | 1 | -4/+14 |
* | Changed some structures to avoid gcc's type-punned warnings. | Wayne Davison | 2006-03-07 | 1 | -3/+3 |
* | - When mbrtowc() returns -2 when given all the remaining chars in a | Wayne Davison | 2006-01-12 | 1 | -7/+7 |
* | The return value of mbrtowc() is a size_t (unsigned), so don't | Wayne Davison | 2006-01-11 | 1 | -3/+6 |
* | 22014: argument-base, insert-unicode-char | Peter Stephenson | 2005-11-24 | 1 | -0/+1 |
* | Changed zleread() to return a normal char pointer, not unsigned char. | Wayne Davison | 2005-11-15 | 1 | -8/+7 |
* | 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT; | Peter Stephenson | 2005-10-28 | 1 | -8/+8 |
* | minor tidy-ups | Peter Stephenson | 2005-10-02 | 1 | -1/+0 |
* | 21784: Improved character widths for formatted multibyte character output | Peter Stephenson | 2005-09-29 | 1 | -4/+4 |
* | 21736: improve tests for word and identifier characters with multibyte input | Peter Stephenson | 2005-09-20 | 1 | -19/+0 |
* | 21720: fix getrestchar() some more | Peter Stephenson | 2005-09-09 | 1 | -1/+2 |
* | 21709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on i... | Peter Stephenson | 2005-09-09 | 1 | -9/+38 |
* | c.f. 21590: metafy_line()/unmetafy_line() now support wide characters | Peter Stephenson | 2005-08-10 | 1 | -0/+5 |
* | Fixes from Thorsten Dahlheimer. | Peter Stephenson | 2005-08-09 | 1 | -0/+13 |
* | 21541: remove some warnings from ZLE_UNICODE_SUPPORT | Peter Stephenson | 2005-07-28 | 1 | -2/+3 |
* | Moving the PROMPT_SP code earlier in the scheme of things so that | Wayne Davison | 2005-07-26 | 1 | -23/+1 |
* | Implement the new PROMPT_SP option. | Wayne Davison | 2005-07-15 | 1 | -1/+23 |
* | * 21125: Src/Zle/zle_main.c: do an initial conversion when zle is loaded. | Clint Adams | 2005-04-08 | 1 | -0/+1 |
* | * 21124: Src/Zle/zle_main.c, Src/init.c, Src/params.c: have zle cache a | Clint Adams | 2005-04-08 | 1 | -0/+18 |
* | 21042: limitations with execute-named-command | Peter Stephenson | 2005-03-21 | 1 | -0/+2 |
* | 20978: don't propagate EOF from recursive edits | Peter Stephenson | 2005-03-15 | 1 | -1/+1 |
* | 20869: more small Unicode tweaks | Peter Stephenson | 2005-02-25 | 1 | -2/+2 |
* | 20861: Fix statusline in Unicode, apart from isearch | Peter Stephenson | 2005-02-24 | 1 | -3/+3 |
* | 20854: more Unicode stuff. | Peter Stephenson | 2005-02-23 | 1 | -5/+5 |
* | 20845: fix mbstate_t usage in getrestchar | Andrey Borzenkov | 2005-02-22 | 1 | -10/+5 |
* | Andrej: 20838: get ZLE_UNICODE_SUPPORT basically working | Peter Stephenson | 2005-02-22 | 1 | -3/+5 |
* | 20822: Initial code for Unicode/multibyte input | Peter Stephenson | 2005-02-18 | 1 | -17/+134 |
* | 20752: fix access to ZLE parameters | Peter Stephenson | 2005-01-26 | 1 | -1/+1 |
* | 20742: More Unicode conversion stuff. | Peter Stephenson | 2005-01-25 | 1 | -10/+11 |
* | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 2005-01-14 | 1 | -20/+27 |
* | In zleread(), initialize the first byte of the "line" buffer to '\0' | Wayne Davison | 2004-10-17 | 1 | -0/+1 |
* | 20398: allow clean exit from within widget function | Peter Stephenson | 2004-09-21 | 1 | -1/+7 |
* | 20388: tweak ignoreeof behavior on user-defined widgets to match docs. | Bart Schaefer | 2004-09-20 | 1 | -1/+7 |
* | 20387: revised algorithm for the fix in 20363. | Bart Schaefer | 2004-09-20 | 1 | -15/+9 |
* | 20363: Src/init.c, Src/Zle/zle_main.c | Peter Stephenson | 2004-09-13 | 1 | -4/+14 |
* | 20300: fix spurious EOF from ^C | Peter Stephenson | 2004-09-02 | 1 | -5/+12 |
* | 20153: make zle-line-init run after the first zrefresh() | Peter Stephenson | 2004-07-13 | 1 | -2/+3 |
* | 20149: improve prompt-reset code | Peter Stephenson | 2004-07-11 | 1 | -8/+9 |
* | 20126: tidy up before 4.2.1 | Peter Stephenson | 2004-07-02 | 1 | -2/+8 |
* | 7650: new reset-prompt zle widget | Peter Stephenson | 2004-07-01 | 1 | -0/+16 |
* | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2004-06-02 | 1 | -9/+9 |
* | 19840: vared takes one normal argument | Peter Stephenson | 2004-04-27 | 1 | -6/+1 |
* | 19837: restore vared -e | Peter Stephenson | 2004-04-27 | 1 | -1/+1 |