about summary refs log tree commit diff
path: root/Src/Zle
Commit message (Collapse)AuthorAgeFilesLines
...
* 21610: Turn on ZLE_UNICODE_SUPPORT and fix a few related problems.Peter Stephenson2005-08-153-12/+34
|
* For gcc, use static inline functions in place of the ZS_str*Wayne Davison2005-08-121-4/+16
| | | | | macros so that we get type-checking without pointer-signedness warnings.
* 21603: wchar/multibyte conversion of cursor position when at end of linePeter Stephenson2005-08-121-2/+7
|
* Changed several instances of ZWC() used on a string to ZWS().Wayne Davison2005-08-112-5/+5
|
* 21596: fix run-help, which-command, accept-and-menu-completePeter Stephenson2005-08-102-6/+16
|
* 21593: character arrays wrongly declared with ZLE_UNICODE_SUPPORTPeter Stephenson2005-08-102-2/+2
|
* 21592: browsing new directory from menu selection crashedPeter Stephenson2005-08-101-0/+3
|
* c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson2005-08-1013-521/+886
|
* Fixes from Thorsten Dahlheimer.Peter Stephenson2005-08-091-0/+13
| | | | | | 21578: mkmakemod.sh didn't exit on cleanup. 21582: fix failure status of zmodload -R. 21583: fix circularity test of zmodload -A.
* 21541: remove some warnings from ZLE_UNICODE_SUPPORTPeter Stephenson2005-07-286-14/+41
|
* Moving the PROMPT_SP code earlier in the scheme of things so thatWayne Davison2005-07-261-23/+1
| | | | it can take affect prior to things like the mail-check output.
* Implement the new PROMPT_SP option.Wayne Davison2005-07-151-1/+23
|
* 21428: Travis: fix crash on bad compvalues callBart Schaefer2005-07-121-1/+2
|
* 21402: Fix crash with case-insensitive matching.Peter Stephenson2005-07-061-4/+16
|
* users/8856, users/8863: which-command stuffPeter Stephenson2005-05-231-1/+4
|
* Optimise length calculations for ${...//.../...}Peter Stephenson2005-04-241-2/+2
|
* 20162: in printlist() don't output new line if we haven't printed anythingGeoff Wing2005-04-221-4/+3
|
* * 21125: Src/Zle/zle_main.c: do an initial conversion when zle is loaded.Clint Adams2005-04-081-0/+1
|
* * 21124: Src/Zle/zle_main.c, Src/init.c, Src/params.c: have zle cache aClint Adams2005-04-081-0/+18
| | | | | wide-char version of WORDCHARS each time it's changed (when ZLE_UNICODE_SUPPORT is defined).
* 21045: fix some uses of Meta characters in completionPeter Stephenson2005-03-212-8/+38
|
* 21042: limitations with execute-named-commandPeter Stephenson2005-03-211-0/+2
|
* 21014: remember_edits() was brokenPeter Stephenson2005-03-181-1/+3
|
* 20978: don't propagate EOF from recursive editsPeter Stephenson2005-03-151-1/+1
|
* 20966: fix crash in execute-named-commandPeter Stephenson2005-03-111-4/+6
|
* 20945: rename statics to avoid clash with globalsPeter Stephenson2005-03-071-29/+29
|
* correct 20928Peter Stephenson2005-03-041-1/+1
|
* 20928: null terminate screen lines in zle_refresh.cPeter Stephenson2005-03-041-2/+8
|
* 20872: fix ZS_{icntrl,tolower} vs. ZC_{incntrl,tolower} confusionAndrey Borzenkov2005-02-263-11/+12
|
* 20869: more small Unicode tweaksPeter Stephenson2005-02-257-29/+33
|
* 20863: fix history (i)searching for UnicodePeter Stephenson2005-02-253-141/+325
|
* 20866: fix deliberate errors in 20861Peter Stephenson2005-02-241-1/+4
|
* 20861: Fix statusline in Unicode, apart from isearchPeter Stephenson2005-02-248-57/+99
|
* 20857: rewrite zle_refresh to use wide characters.Andrey Borzenkov2005-02-232-169/+224
|
* 20856: use VARARR for multibyte string.Peter Stephenson2005-02-231-1/+2
|
* 20854: more Unicode stuff.Peter Stephenson2005-02-2311-164/+192
|
* 20845: fix mbstate_t usage in getrestcharAndrey Borzenkov2005-02-222-13/+8
|
* Andrej: 20838: get ZLE_UNICODE_SUPPORT basically workingPeter Stephenson2005-02-225-16/+25
|
* 20833: typo: int_t -> wint_tPeter Stephenson2005-02-211-1/+1
|
* 20828: typos in 20822Peter Stephenson2005-02-182-2/+2
|
* 20822: Initial code for Unicode/multibyte inputPeter Stephenson2005-02-1812-122/+466
| | | | 20823: Debugging test in stat wrong for 64-bit systems
* * 20753: use ZS_memmove instead of memmove.Clint Adams2005-01-261-2/+1
|
* 20752: fix access to ZLE parametersPeter Stephenson2005-01-266-34/+46
|
* * 20751: Src/Zle/zle_refresh.c: use '?' for character conversion errorClint Adams2005-01-261-2/+2
|
* * 20747: some wide char support in the zle refresh code.Clint Adams2005-01-261-16/+36
|
* 20750: fix hang with 20742Peter Stephenson2005-01-261-2/+9
|
* 20742: More Unicode conversion stuff.Peter Stephenson2005-01-255-112/+273
|
* * 20736: Src/Zle/zle_utils.c: change zlegetline() to return a metafied string.Clint Adams2005-01-221-7/+2
|
* * 2073x: Src/Zle/zle_utils.c, Src/hist.c: modify zlegetline() and zlegetlineClint Adams2005-01-221-1/+26
| | | | | caller so that the octet-based and wide-character versions should return the same string.
* * 20718: Src/Zle/zle_utils.c: minor cleanup for proto-Unicode stuff.Clint Adams2005-01-161-6/+1
|
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-1416-1022/+1062
| | | | unposted: update version to 4.2.3-dev-1