summaryrefslogtreecommitdiff
path: root/Src/Zle
AgeCommit message (Collapse)AuthorFilesLines
2005-08-1821664: unmetafy ztat() argumentAndrey Borzenkov2-20/+19
2005-08-1821663: check for string overflowAndrey Borzenkov1-4/+5
2005-08-17Got rid of an empty #ifdef/#else/#endif.Wayne Davison1-4/+0
2005-08-16Fixed bug in do_comp_vars() when *compprefix is a metified char.Wayne Davison1-3/+1
2005-08-1621642: remove redundant checksAndrey Borzenkov1-16/+4
2005-08-16Moved declaration of char pointer var to comply withWayne Davison1-2/+2
restrictions of standard C.
2005-08-1621631: make sure an unmetafied string is passed to ztat to determine file type.Clint Adams1-1/+8
2005-08-1521627: fix recursive ZLE from completion callAndrey Borzenkov1-3/+22
2005-08-1521622: fix recursive completion call in zrefresh()Andrey Borzenkov1-1/+6
2005-08-1521619: define wide versions of zarrdup, zputs, niceztrlen.Clint Adams1-0/+10
2005-08-1521616: typoPeter Stephenson1-1/+1
2005-08-1521610: Turn on ZLE_UNICODE_SUPPORT and fix a few related problems.Peter Stephenson3-12/+34
2005-08-12For gcc, use static inline functions in place of the ZS_str*Wayne Davison1-4/+16
macros so that we get type-checking without pointer-signedness warnings.
2005-08-1221603: wchar/multibyte conversion of cursor position when at end of linePeter Stephenson1-2/+7
2005-08-11Changed several instances of ZWC() used on a string to ZWS().Wayne Davison2-5/+5
2005-08-1021596: fix run-help, which-command, accept-and-menu-completePeter Stephenson2-6/+16
2005-08-1021593: character arrays wrongly declared with ZLE_UNICODE_SUPPORTPeter Stephenson2-2/+2
2005-08-1021592: browsing new directory from menu selection crashedPeter Stephenson1-0/+3
2005-08-10c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson13-521/+886
2005-08-09Fixes from Thorsten Dahlheimer.Peter Stephenson1-0/+13
21578: mkmakemod.sh didn't exit on cleanup. 21582: fix failure status of zmodload -R. 21583: fix circularity test of zmodload -A.
2005-07-2821541: remove some warnings from ZLE_UNICODE_SUPPORTPeter Stephenson6-14/+41
2005-07-26Moving the PROMPT_SP code earlier in the scheme of things so thatWayne Davison1-23/+1
it can take affect prior to things like the mail-check output.
2005-07-15Implement the new PROMPT_SP option.Wayne Davison1-1/+23
2005-07-1221428: Travis: fix crash on bad compvalues callBart Schaefer1-1/+2
2005-07-0621402: Fix crash with case-insensitive matching.Peter Stephenson1-4/+16
2005-05-23users/8856, users/8863: which-command stuffPeter Stephenson1-1/+4
2005-04-24Optimise length calculations for ${...//.../...}Peter Stephenson1-2/+2
2005-04-2220162: in printlist() don't output new line if we haven't printed anythingGeoff Wing1-4/+3
2005-04-08 * 21125: Src/Zle/zle_main.c: do an initial conversion when zle is loaded.Clint Adams1-0/+1
2005-04-08 * 21124: Src/Zle/zle_main.c, Src/init.c, Src/params.c: have zle cache aClint Adams1-0/+18
wide-char version of WORDCHARS each time it's changed (when ZLE_UNICODE_SUPPORT is defined).
2005-03-2121045: fix some uses of Meta characters in completionPeter Stephenson2-8/+38
2005-03-2121042: limitations with execute-named-commandPeter Stephenson1-0/+2
2005-03-1821014: remember_edits() was brokenPeter Stephenson1-1/+3
2005-03-1520978: don't propagate EOF from recursive editsPeter 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-03-04correct 20928Peter Stephenson1-1/+1
2005-03-0420928: null terminate screen lines in zle_refresh.cPeter Stephenson1-2/+8
2005-02-2620872: fix ZS_{icntrl,tolower} vs. ZC_{incntrl,tolower} confusionAndrey Borzenkov3-11/+12
2005-02-2520869: more small Unicode tweaksPeter Stephenson7-29/+33
2005-02-2520863: fix history (i)searching for UnicodePeter Stephenson3-141/+325
2005-02-2420866: fix deliberate errors in 20861Peter Stephenson1-1/+4
2005-02-2420861: Fix statusline in Unicode, apart from isearchPeter Stephenson8-57/+99
2005-02-2320857: rewrite zle_refresh to use wide characters.Andrey Borzenkov2-169/+224
2005-02-2320856: use VARARR for multibyte string.Peter Stephenson1-1/+2
2005-02-2320854: more Unicode stuff.Peter Stephenson11-164/+192
2005-02-2220845: fix mbstate_t usage in getrestcharAndrey Borzenkov2-13/+8
2005-02-22Andrej: 20838: get ZLE_UNICODE_SUPPORT basically workingPeter Stephenson5-16/+25
2005-02-2120833: typo: int_t -> wint_tPeter Stephenson1-1/+1
2005-02-1820828: typos in 20822Peter Stephenson2-2/+2