summaryrefslogtreecommitdiff
path: root/Src/exec.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-1227134: Close SHTTY on exec.Peter Stephenson1-1/+9
2009-07-1127131: allow MONITOR in subshell by not closing SHTTYPeter Stephenson1-5/+1
2009-07-1127129: fix status at start of function, command subst, etc.Peter Stephenson1-2/+4
2009-07-1027126: a few more contexts where executing empty lists gives status zeroPeter Stephenson1-1/+4
2009-07-1027106: reset status on command that expands to emptyPeter Stephenson1-1/+25
2009-03-1526735: Check some function return values for failures. Gets rid ofWayne Davison1-1/+2
2009-03-0326686: problem storing long $_ using VARARR()Peter Stephenson1-5/+13
2009-02-1126546, 26556: sticky emulation for functions defined in emulate ... -c ...Peter Stephenson1-2/+32
2008-11-1726056 "< <(...)more_stuff" etc. are errorsPeter Stephenson1-1/+6
2008-11-1326042 with some fixes from 26043 (Mikael):Peter Stephenson1-8/+10
2008-10-1025140: improve error handling/reporting for here-document temp files.Bart Schaefer1-2/+3
2008-10-0125791: force return from eval-style DEBUG trap lost statusPeter Stephenson1-2/+4
2008-09-2925775: fix logical problem with function line numbering inside eval-style trapsPeter Stephenson1-3/+5
2008-09-29users/13295, tweaked: dont reset line numbers when parsing strings, sometimesPeter Stephenson1-7/+9
2008-09-2625744: dynamic named directories and further doshfunc() simplificationPeter Stephenson1-5/+4
2008-09-2225721: revert another mistake of 25701.Clint Adams1-1/+0
2008-09-21correct overzealousness in 25701Clint Adams1-1/+0
2008-09-2125701: fix memory leak in loadautofn.Clint Adams1-1/+5
2008-09-1625677: add %x and %I prompt escapes for shell source code debuggingPeter Stephenson1-12/+10
2008-09-1125651: make getpermtext() output indentation more logicalPeter Stephenson1-1/+1
2008-09-1125643: keep DEBUG and ZERR traps in subshellsPeter Stephenson1-1/+2
2008-09-1025637: dereference prog after the NULL check.Clint Adams1-1/+2
2008-09-0525627: add $ZSH_SUBSHELLPeter Stephenson1-0/+7
2008-09-0525615: $ZSH_DEBUG_CMD for use in DEBUG trapsPeter Stephenson1-0/+7
2008-09-0325595: fix line numbers with EVAL_LINENO,Peter Stephenson1-4/+9
2008-09-0125587: fix a==(stuff) and associated stuff.Peter Stephenson1-0/+7
2008-08-3125570: line numbers of complex sublists were wrong, plus testPeter Stephenson1-1/+1
2008-08-31users/13169: really restore emulation mode after 'emulate -L'Andrey Borzenkov1-1/+3
2008-08-2525532: problem skipping assignments etc. with setopt ERREXITPeter Stephenson1-3/+4
2008-08-2225508: set file name if function came from dump filePeter Stephenson1-1/+4
2008-08-1325448: add $funcfiletrace to show absolute line number for callerPeter Stephenson1-0/+1
2008-08-1125247 with further modifications: add $funcsourcetracePeter Stephenson1-6/+35
2008-08-0725415: Make DEBUG_BEFORE_CMD the default.Peter Stephenson1-11/+47
2008-08-0625405: return status from anonymous functions was not handledPeter Stephenson1-2/+3
2008-08-01fix problems with trapreturn, in particular in source inside trapPeter Stephenson1-1/+17
2008-07-3125345, 25347: neaten interface from main shell to zlePeter Stephenson1-1/+1
2008-07-1725272: add zshaddhistory hookPeter Stephenson1-0/+11
2008-06-3025255: add anonymous function capabilityPeter Stephenson1-28/+50
2008-06-1125145: make sure XTRACE output is redirected with stderrPeter Stephenson1-7/+8
2008-05-1124996: improve xtrace output for patternsPeter Stephenson1-0/+60
2008-02-2324588: tweak glob qualifier completionPeter Stephenson1-1/+4
2008-02-21users/12632: bug unexporting special after being set for funccallPeter Stephenson1-0/+2
2007-12-0924150: Exit status of null command should be exit status of last cmdsubst.Bart Schaefer1-1/+1
2007-12-07unposted: add explanatory comment for blocking around fork()Peter Stephenson1-0/+6
2007-12-0724179: use queue_signals() for 24170Peter Stephenson1-4/+2
2007-12-07Guillaume Chazarain: 24170: block interrupts around fork()Peter Stephenson1-0/+4
2007-09-04users/11807: fix some job display bugsPeter Stephenson1-93/+125
2007-08-3123812: fix core dump on ( command & ) from 23460Peter Stephenson1-1/+2
2007-07-3123732: three broken testsPeter Stephenson1-1/+1
2007-07-3123730: improve preprocessor and regression tests for 23725Peter Stephenson1-1/+1