summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
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
2005-03-1520978: don't propagate EOF from recursive editsPeter Stephenson1-1/+1
2005-03-11Belated commit of 20892: improvements to correct/correctall behavior.Bart Schaefer1-13/+48
2005-03-1120966: fix crash in execute-named-commandPeter Stephenson1-4/+6
2005-03-1020959: fix crash unloading zsh/parameter and test the fixPeter Stephenson2-2/+7
2005-03-0920955: "unset foo" should return status 0 if foo was not setPeter Stephenson1-1/+5
2005-03-0720945: rename statics to avoid clash with globalsPeter Stephenson1-29/+29
2005-03-04correct 20928Peter Stephenson1-1/+1
2005-03-0420928: null terminate screen lines in zle_refresh.cPeter Stephenson1-2/+8
2005-03-0320921: using UCS-4BE instead of ISO-10646 to identify character encodingOliver Kiddle1-3/+3
is more portable, find more encodings in iconv completion on Solaris 20924: make error message more specific
2005-03-02 * 20911: Src/Modules/termcap.c: and set affcnt to 1 unconditionallyClint Adams1-1/+2
when we echotc a capability with arguments (which we then assume to be the 'cm' capability, with arguments in the form <rows> <columns>.
2005-03-02 * 20909: Src/Modules/termcap.c: reverse row and col arguments to tgoto.Clint Adams1-1/+1
2005-02-2820888: allow signal names to have the SIG prefix includedPeter Stephenson1-1/+7
2005-02-2620872: fix ZS_{icntrl,tolower} vs. ZC_{incntrl,tolower} confusionAndrey Borzenkov3-11/+12
2005-02-2520869: more small Unicode tweaksPeter Stephenson7-29/+33
2005-02-2520863: fix history (i)searching for UnicodePeter Stephenson5-172/+331
2005-02-2420866: fix deliberate errors in 20861Peter Stephenson1-1/+4
2005-02-2420862: attempt to fix configure scripts to detect iconv properlyOliver Kiddle2-7/+7
2005-02-2420861: Fix statusline in Unicode, apart from isearchPeter Stephenson8-57/+99
2005-02-2320857: rewrite zle_refresh to use wide characters.Andrey Borzenkov2-169/+224
2005-02-2320856: use VARARR for multibyte string.Peter Stephenson1-1/+2
2005-02-2320854: more Unicode stuff.Peter Stephenson11-164/+192
2005-02-2220845: fix mbstate_t usage in getrestcharAndrey Borzenkov2-13/+8
2005-02-2220844: prune trailing slashes from named directoryPeter Stephenson1-1/+13
2005-02-22Andrej: 20838: get ZLE_UNICODE_SUPPORT basically workingPeter Stephenson6-16/+26