summaryrefslogtreecommitdiff
path: root/Src/Zle
AgeCommit message (Expand)AuthorFilesLines
2005-10-1321871: replace INULL() by inull()Peter Stephenson3-5/+5
2005-10-1321870: bad INULL() definitionPeter Stephenson1-1/+1
2005-10-0421821, 21822: fix two infinite loopsBart Schaefer1-2/+8
2005-10-02minor tidy-upsPeter Stephenson3-2/+86
2005-09-2921784: Improved character widths for formatted multibyte character outputPeter Stephenson8-80/+241
2005-09-2921770: tweak 21760 to avoid conflicts with global bindingsBart Schaefer1-3/+2
2005-09-2721769: fix some consequences of 21730 in completion listsPeter Stephenson1-2/+4
2005-09-2621764: unmetafication mangle zle history linesPeter Stephenson1-1/+5
2005-09-2421760: fix test for sequence prefixes in the local keymap in getkeymapcmd()Bart Schaefer1-6/+12
2005-09-2021736: improve tests for word and identifier characters with multibyte inputPeter Stephenson2-25/+1
2005-09-1721731: handle multibyte characters in prompts correctlyPeter Stephenson1-12/+37
2005-09-0921722: fix multibyte word stuffPeter Stephenson3-45/+50
2005-09-0921720: fix getrestchar() some morePeter Stephenson1-1/+2
2005-09-0921717: Src/Zle/zle_misc.c: fix execute-named-command and -where-isPeter Stephenson1-1/+1
2005-09-0921709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on i...Peter Stephenson4-12/+41
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
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
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
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
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
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