about summary refs log tree commit diff
path: root/Src/Zle
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug in do_comp_vars() when *compprefix is a metified char.Wayne Davison2005-08-161-3/+1
* 21642: remove redundant checksAndrey Borzenkov2005-08-161-16/+4
* Moved declaration of char pointer var to comply withWayne Davison2005-08-161-2/+2
* 21631: make sure an unmetafied string is passed to ztat to determine file type.Clint Adams2005-08-161-1/+8
* 21627: fix recursive ZLE from completion callAndrey Borzenkov2005-08-151-3/+22
* 21622: fix recursive completion call in zrefresh()Andrey Borzenkov2005-08-151-1/+6
* 21619: define wide versions of zarrdup, zputs, niceztrlen.Clint Adams2005-08-151-0/+10
* 21616: typoPeter Stephenson2005-08-151-1/+1
* 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
* 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
* 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
* 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
* 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
* * 20753: use ZS_memmove instead of memmove.Clint Adams2005-01-261-2/+1
* 20752: fix access to ZLE parametersPeter Stephenson2005-01-266-34/+46