summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
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
2005-06-2121317: fix bug where recursive glob within e qualifier would hang the shellOliver Kiddle1-1/+0
2005-06-1721352: Harald van Dijk: handle null after % in printf format specifierOliver Kiddle1-1/+1
2005-06-13Prevent double precmd during "fc -e -"Bart Schaefer1-1/+1
2005-06-01unposted: need const for result of getsigname()Peter Stephenson1-1/+1
2005-06-0121296: Add ERR alias for ZERR where possible.Peter Stephenson3-27/+48
"trap" reports alias names.
2005-05-2321270: don't use poll() on ApplePeter Stephenson1-0/+9
2005-05-23users/8856, users/8863: which-command stuffPeter Stephenson1-1/+4
2005-05-11Joerg Sonnenberger: 21252: Dragonfly BSD supportOliver Kiddle1-5/+3
2005-05-09Add [[:IFS:]] etc. tests.Peter Stephenson1-2/+30
2005-04-2721197: Fix LOCAL_TRAPS inside another trapPeter Stephenson2-5/+10
2005-04-2621194: fix handling of zero-length quoted test strings for patternsPeter Stephenson1-1/+3
2005-04-25Fix handling of metafied characters in trailing whitespace on readPeter Stephenson1-2/+11
2005-04-24Remove excess argument of zwcstat()Bart Schaefer1-4/+4
2005-04-2421174 adjustments to 21170Bart Schaefer1-2/+4
2005-04-24Optimise length calculations for ${...//.../...}Peter Stephenson3-33/+47
2005-04-2220162: in printlist() don't output new line if we haven't printed anythingGeoff Wing1-4/+3
2005-04-1521143: more care about special file descriptorsPeter Stephenson2-7/+21
2005-04-1421141: fix some issues associated with the {myfd}>... syntaxPeter Stephenson1-10/+67
2005-04-1221133: New {myfd} syntax for allocating file descriptorsPeter Stephenson4-60/+200
2005-04-1121131: exit with status 127 when script not foundPeter Stephenson1-4/+4
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 Adams3-0/+22
wide-char version of WORDCHARS each time it's changed (when ZLE_UNICODE_SUPPORT is defined).
2005-04-04Toby Peterson: 21083: RLIMIT_AS and RLIMIT_RSS are the same in Mac OX XPeter Stephenson2-2/+10
ut_name needs to be ut_user in struct utmpx
2005-04-0421082: Dan Nelson: fix zsh -c exit status on parse errorPeter Stephenson1-0/+2
2005-04-0121078: parse errors didn't cause non-zero exit statusPeter Stephenson1-0/+5
2005-03-3121049: Don't close process substitution file descriptors for external programmesPeter Stephenson4-27/+64
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-18Honor the setting of the new HISTSAVEBYCOPY option when rewritingWayne Davison1-5/+22
the history file.
2005-03-18Added the histsavebycopy option.Wayne Davison1-0/+1
2005-03-18Added HISTSAVEBYCOPY to the options enum.Wayne Davison1-0/+1
2005-03-1821014: remember_edits() was brokenPeter Stephenson1-1/+3
2005-03-1620983: failed glob from fixed strings segments in globbed pathsPeter Stephenson1-8/+13