about summary refs log tree commit diff
path: root/Src/exec.c
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "31372: Do not block SIGWINCH for child processes"Frank Terbeck2013-05-051-3/+1
* 31372: Do not block SIGWINCH for child processesBart Schaefer2013-05-051-1/+3
* 31141: Tighten NO_CLOBBER restrictions on {fd} syntaxPeter Stephenson2013-03-101-1/+8
* 30876: fix obscure failures to propagate non-zero statusPeter Stephenson2012-12-131-3/+3
* 30726: make shell options passed to emulate stick along with the emulationPeter Stephenson2012-10-111-6/+101
* 30724: shell code optimisd to use execsimple() doesn't have a valid thisjobPeter Stephenson2012-10-111-3/+24
* 30722: fix some cases where emulations or options were not propagated properlyPeter Stephenson2012-10-071-1/+1
* 30633: "functions -T" only traces marked function, not called functionsPeter Stephenson2012-08-211-2/+13
* 30307 plus tweak suggsted by Wayne: use %lld for zlong when long longPeter Stephenson2012-03-051-0/+4
* 30272 (tweaked): most failures of fork() cause non-interactive shells toBart Schaefer2012-03-011-11/+12
* 30181, plus rename of PF_* flags to PREFORK_*:Peter Stephenson2012-02-121-3/+3
* 30111: Src/exec.c: Fix segfaults with exec options.Frank Terbeck2012-01-161-1/+12
* 30000 plus some comments: Better POSIXJOBs behaviour.Peter Stephenson2011-12-121-4/+25
* 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