summaryrefslogtreecommitdiff
path: root/Src
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-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
2005-08-01Silenced a compiler warning about a variable that might be usedWayne Davison1-1/+1
unassigned.
2005-08-0121552: Thorsten Dahlheimer: various fixes to print builtinPeter Stephenson1-31/+40
2005-08-01unposted: Perforce "attribute" commandPeter Stephenson1-1/+1
21551: FEATURES description for file<20-> 21546: oddities of subscripts when searching arrays 21544: ioctl() prototyping
2005-07-2821541: remove some warnings from ZLE_UNICODE_SUPPORTPeter Stephenson6-14/+41
2005-07-27The PROMPT_SP output should be prior to the job notifications too.Wayne Davison1-7/+7
2005-07-26Moved the PROMPT_SP output into preprompt() so that it takes effectWayne Davison1-0/+9
prior to things like precmd(), the mail-check output, etc.
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-2621529: move scriptdir to a scripts subdir, and don't include Scripts in fpath.Clint Adams1-3/+3
2005-07-26Fixed bin_print() to handle \c escapes as per POSIX (truncating theWayne Davison1-5/+16
output at the \c). (Based on a patch by Thorsten Dahlheimer.)
2005-07-26If getkeystring() finds a \c escape (when looking for such escapes),Wayne Davison1-1/+3
truncate the returned string at the escape.
2005-07-24The parsing of \c in $foo[(pws:\c:)1] should treat \c as an unknownWayne Davison1-1/+1
escape (resulting in a literal "c"), not remove the sequence (from a patch by Thorsten Dahlheimer).
2005-07-24Improved the function comment for getkeystring().Wayne Davison1-10/+11
2005-07-24Added missing "goto" in handling of 'c' escape (fix fromWayne Davison1-0/+2
Thorsten Dahlheimer).
2005-07-24An install fix for Cygwin from Thorsten Dahlheimer.Wayne Davison1-0/+1
2005-07-21unposted: bring various .distfiles up to datePeter Stephenson1-0/+1
2005-07-2021500: Add script and function as framework for new user stuff.Peter Stephenson1-2/+3