summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
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
2005-07-2021498: Add zsh/newuser modulePeter Stephenson5-42/+194
2005-07-15Implement the new PROMPT_SP option.Wayne Davison1-1/+23
2005-07-15Reference 4 extra termcap items: save-cursor, restore-cursor, theWayne Davison1-5/+18
backspace character, and the ignore-newline-after-wrap flag.
2005-07-15Add "promptsp" to the optname optns[] array.Wayne Davison1-0/+1
2005-07-15Added the PROMPTSP option plus 3 new termcap definesWayne Davison1-1/+5
(TCSAVECURSOR, TCRESTRCURSOR, and TCBACKSPACE).
2005-07-1421466: mkdir -p didn't work with symlinksPeter Stephenson1-1/+1
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-06-2821391: only pass SIGINT and SIGQUIT from foreground processes to the shell.Peter Stephenson1-2/+4