about summary refs log tree commit diff
path: root/Src/exec.c
Commit message (Expand)AuthorAgeFilesLines
* 29844, 29845: remove bogusPeter Stephenson2011-10-261-2/+12
* users/16289: don't delete temporary files on disown.Peter Stephenson2011-08-281-7/+7
* 29703: crash when failing to parse process substitutionsPeter Stephenson2011-08-171-1/+9
* 29677: Do not allow external processes in a pipeline to become suspendedBart Schaefer2011-08-141-0/+2
* 29654: "wait" should resume stopped jobs identified by process ID as wellBart Schaefer2011-08-101-1/+3
* 29561: Allow closing of fd's not recorded by the shellPeter Stephenson2011-07-251-6/+12
* 29555: fix problem using open fd beyond max_zsh_fdPeter Stephenson2011-07-191-5/+11
* 29503: Missing popheap() on failed autoloadPeter Stephenson2011-06-231-0/+1
* 29492: add argument handling to anonymous functionsPeter Stephenson2011-06-191-28/+37
* 29367, 29368: avoid redirecting the xtrace of simple commands along withBart Schaefer2011-05-241-1/+1
* 29307, 29308 + replies: Fix some doubled words in docs and comments.Mikael Magnusson2011-05-191-1/+1
* 29165: use term.h globally if needed at all.Peter Stephenson2011-05-091-3/+3
* 29129: reading of end of fd arrayPeter Stephenson2011-05-021-4/+5
* 28866: with POSIX_BUILTINS "command" prefix resets specialnessPeter Stephenson2011-03-061-2/+5
* 28795 plus typos noticed by Mikael: careful with forked shellsPeter Stephenson2011-02-231-4/+6
* 28791: exit on errors with special builtins with POSIXBUILTINSPeter Stephenson2011-02-221-7/+15
* 28784: exit on exec redirection error with POISX_BUILTINSPeter Stephenson2011-02-211-2/+17
* 28762: fix coproc file desriptor closingPeter Stephenson2011-02-171-2/+6
* Mikael: 28531: typosPeter Stephenson2010-12-161-1/+1
* 28469: fix memory leak in anonymous functionPeter Stephenson2010-12-051-0/+4
* 28461: flush stderr in PRINT_EXIT_VALUE handling.Bart Schaefer2010-11-271-0/+1
* 28259: Finally fix some ancient problems with here-documentsPeter Stephenson2010-09-141-4/+12
* 28220 plus some comments: fix "HELLO=$HELLO shellfunc"Peter Stephenson2010-08-311-3/+23
* 28179, users/15314, users/15310, users/15200:Peter Stephenson2010-08-221-1/+1
* 28073: allow #! scripts to search path if interpreter not foundPeter Stephenson2010-07-151-0/+7
* 28037: improved error messages for module autoloadsPeter Stephenson2010-06-141-2/+4
* 27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxtPeter Stephenson2010-05-121-11/+36
* 27947: some cases where we should execute EXIT trapsPeter Stephenson2010-05-051-1/+7
* 27754 plus NEWS change: add "zsystem flock"Peter Stephenson2010-02-241-1/+8
* 27721: rationalise initialisation of file descriptorsPeter Stephenson2010-02-221-1/+1
* Geoff: 27693: rename underscore to avoid name clashPeter Stephenson2010-02-091-8/+8
* Check the return value of all pipe(), read(), and write() calls.Wayne Davison2009-12-161-29/+59
* 27442 plus tweak: wait returns status for $! even if exitedPeter Stephenson2009-12-021-0/+2
* 27284: better use of movefd()Peter Stephenson2009-09-221-8/+13
* 27283: failure to dup fd caused mayhemPeter Stephenson2009-09-211-0/+1
* 27134: Close SHTTY on exec.Peter Stephenson2009-07-121-1/+9
* 27131: allow MONITOR in subshell by not closing SHTTYPeter Stephenson2009-07-111-5/+1
* 27129: fix status at start of function, command subst, etc.Peter Stephenson2009-07-111-2/+4
* 27126: a few more contexts where executing empty lists gives status zeroPeter Stephenson2009-07-101-1/+4
* 27106: reset status on command that expands to emptyPeter Stephenson2009-07-101-1/+25
* 26735: Check some function return values for failures. Gets rid ofWayne Davison2009-03-151-1/+2
* 26686: problem storing long $_ using VARARR()Peter Stephenson2009-03-031-5/+13
* 26546, 26556: sticky emulation for functions defined in emulate ... -c ...Peter Stephenson2009-02-111-2/+32
* 26056 "< <(...)more_stuff" etc. are errorsPeter Stephenson2008-11-171-1/+6
* 26042 with some fixes from 26043 (Mikael):Peter Stephenson2008-11-131-8/+10
* 25140: improve error handling/reporting for here-document temp files.Bart Schaefer2008-10-101-2/+3
* 25791: force return from eval-style DEBUG trap lost statusPeter Stephenson2008-10-011-2/+4
* 25775: fix logical problem with function line numbering inside eval-style trapsPeter Stephenson2008-09-291-3/+5
* users/13295, tweaked: dont reset line numbers when parsing strings, sometimesPeter Stephenson2008-09-291-7/+9
* 25744: dynamic named directories and further doshfunc() simplificationPeter Stephenson2008-09-261-5/+4