summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2005-09-2421760: fix test for sequence prefixes in the local keymap in getkeymapcmd()Bart Schaefer1-6/+12
2005-09-2321758: optimise =(<<<...) to run within the shell.Peter Stephenson1-13/+54
2005-09-22Stephen Rueger: 21744: unconditionally assume that \t or \n are not part of ↵Clint Adams1-1/+1
multi-byte characters.
2005-09-20The PROMPT_SP code now ensures that PROMPT_PERCENT is enabled whenWayne Davison1-1/+5
it uses promptexpand() to expand some percent strings. (21739)
2005-09-20unposted: fix wcsiidentPeter Stephenson1-1/+1
2005-09-2021737: unmetafy wordchars before looking for multibyte charactersPeter Stephenson1-5/+8
2005-09-2021736: improve tests for word and identifier characters with multibyte inputPeter Stephenson6-35/+97
2005-09-1721731: handle multibyte characters in prompts correctlyPeter Stephenson2-37/+133
2005-09-1721730: fix metafication of nicechar and pwdPeter Stephenson2-16/+34
2005-09-0921722: fix multibyte word stuffPeter Stephenson4-45/+86
2005-09-0921720: fix getrestchar() some morePeter Stephenson1-1/+2
2005-09-09adapted from 21719: add some mod_exportsPeter Stephenson3-4/+5
2005-09-0921717: Src/Zle/zle_misc.c: fix execute-named-command and -where-isPeter Stephenson1-1/+1
with multibyte support
2005-09-0921709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on ↵Peter Stephenson6-16/+45
invalid characters or EOF
2005-09-0621701: Negative subscripts of scalars before start were brokenPeter Stephenson1-1/+4
2005-08-2221678: Unsetting tied parameters caused various crashesPeter Stephenson1-3/+16
2005-08-1821664: unmetafy ztat() argumentAndrey Borzenkov2-20/+19
2005-08-1821663: check for string overflowAndrey Borzenkov1-4/+5
2005-08-1821661: fix glob bug introduced in 21655Peter Stephenson1-1/+1
2005-08-1721655: bug in ${..//../${..//../..}}Peter Stephenson1-23/+22
2005-08-17Got rid of an empty #ifdef/#else/#endif.Wayne Davison1-4/+0
2005-08-17Marked some #ifdef ZLE_UNICODE_SUPPORT lines (and their #endif lines)Wayne Davison2-0/+10
with /**/ so that they would get copied to the .epro file.
2005-08-16Now that ZLE_UNICODE_SUPPORT is defined by configure, tweaked theWayne Davison1-12/+8
multibyte #ifdef logic a little here to honor its setting.
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 Adams3-0/+127
2005-08-1521609: fixed a readlink() call in statfullpath().Wayne Davison1-2/+4
2005-08-1521616: typoPeter Stephenson1-1/+1
2005-08-1521610: Turn on ZLE_UNICODE_SUPPORT and fix a few related problems.Peter Stephenson4-13/+35
2005-08-1521366: LONG_LIST_JOBS applies to more places where job listings are printedBart Schaefer1-8/+12
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 Stephenson16-553/+931
2005-08-10Make printf %s handle an embedded null (21579).Wayne Davison1-7/+10
2005-08-09Fixes from Thorsten Dahlheimer.Peter Stephenson3-14/+28
21578: mkmakemod.sh didn't exit on cleanup. 21582: fix failure status of zmodload -R. 21583: fix circularity test of zmodload -A.
2005-08-0921577 (adapted): Dan Bullok: improved window resize handling, againPeter Stephenson2-1/+5
2005-08-0921581: Thorsten Dahlheimer: Src/builtin.c: fixed error outputWayne Davison1-5/+12
for unknown signal names when using "trap -".
2005-08-08Fixed a recently-introduced bug where printf %b with an empty argWayne Davison1-1/+1
would output a single space instead of nothing.
2005-08-08unposted: unnecessary variable in 21575Peter Stephenson1-1/+1
2005-08-0821575 plus unposted: Add WARN_CREATE_GLOBAL optionPeter Stephenson4-13/+41
2005-08-0821567: Dan Bullok: trashzle on updating window sizePeter Stephenson1-1/+1
2005-08-0221557: Thorsten Dahlheimer: BRACE_CCL fixPeter Stephenson1-1/+1