| Commit message (Expand) | Author | Age | Files | Lines |
* | 31549: Fix third problem with file descriptor management. | Peter Stephenson | 2013-07-21 | 1 | -17/+1 |
* | 31545: Use of FD_CLOEXEC to remove possibility of fd reuse. | Peter Stephenson | 2013-07-20 | 1 | -0/+2 |
* | 31528: use job table to record file descriptors associated with process subst | Peter Stephenson | 2013-07-17 | 1 | -27/+6 |
* | 31444: Basic code for enable/disable -p | Peter Stephenson | 2013-06-13 | 1 | -0/+5 |
* | 31376: Make sure every execve() is prefixed by winch_unblock() | Frank Terbeck | 2013-05-05 | 1 | -0/+6 |
* | Revert "31372: Do not block SIGWINCH for child processes" | Frank Terbeck | 2013-05-05 | 1 | -3/+1 |
* | 31372: Do not block SIGWINCH for child processes | Bart Schaefer | 2013-05-05 | 1 | -1/+3 |
* | 31141: Tighten NO_CLOBBER restrictions on {fd} syntax | Peter Stephenson | 2013-03-10 | 1 | -1/+8 |
* | 30876: fix obscure failures to propagate non-zero status | Peter Stephenson | 2012-12-13 | 1 | -3/+3 |
* | 30726: make shell options passed to emulate stick along with the emulation | Peter Stephenson | 2012-10-11 | 1 | -6/+101 |
* | 30724: shell code optimisd to use execsimple() doesn't have a valid thisjob | Peter Stephenson | 2012-10-11 | 1 | -3/+24 |
* | 30722: fix some cases where emulations or options were not propagated properly | Peter Stephenson | 2012-10-07 | 1 | -1/+1 |
* | 30633: "functions -T" only traces marked function, not called functions | Peter Stephenson | 2012-08-21 | 1 | -2/+13 |
* | 30307 plus tweak suggsted by Wayne: use %lld for zlong when long long | Peter Stephenson | 2012-03-05 | 1 | -0/+4 |
* | 30272 (tweaked): most failures of fork() cause non-interactive shells to | Bart Schaefer | 2012-03-01 | 1 | -11/+12 |
* | 30181, plus rename of PF_* flags to PREFORK_*: | Peter Stephenson | 2012-02-12 | 1 | -3/+3 |
* | 30111: Src/exec.c: Fix segfaults with exec options. | Frank Terbeck | 2012-01-16 | 1 | -1/+12 |
* | 30000 plus some comments: Better POSIXJOBs behaviour. | Peter Stephenson | 2011-12-12 | 1 | -4/+25 |
* | 29844, 29845: remove bogus | Peter Stephenson | 2011-10-26 | 1 | -2/+12 |
* | users/16289: don't delete temporary files on disown. | Peter Stephenson | 2011-08-28 | 1 | -7/+7 |
* | 29703: crash when failing to parse process substitutions | Peter Stephenson | 2011-08-17 | 1 | -1/+9 |
* | 29677: Do not allow external processes in a pipeline to become suspended | Bart Schaefer | 2011-08-14 | 1 | -0/+2 |
* | 29654: "wait" should resume stopped jobs identified by process ID as well | Bart Schaefer | 2011-08-10 | 1 | -1/+3 |
* | 29561: Allow closing of fd's not recorded by the shell | Peter Stephenson | 2011-07-25 | 1 | -6/+12 |
* | 29555: fix problem using open fd beyond max_zsh_fd | Peter Stephenson | 2011-07-19 | 1 | -5/+11 |
* | 29503: Missing popheap() on failed autoload | Peter Stephenson | 2011-06-23 | 1 | -0/+1 |
* | 29492: add argument handling to anonymous functions | Peter Stephenson | 2011-06-19 | 1 | -28/+37 |
* | 29367, 29368: avoid redirecting the xtrace of simple commands along with | Bart Schaefer | 2011-05-24 | 1 | -1/+1 |
* | 29307, 29308 + replies: Fix some doubled words in docs and comments. | Mikael Magnusson | 2011-05-19 | 1 | -1/+1 |
* | 29165: use term.h globally if needed at all. | Peter Stephenson | 2011-05-09 | 1 | -3/+3 |
* | 29129: reading of end of fd array | Peter Stephenson | 2011-05-02 | 1 | -4/+5 |
* | 28866: with POSIX_BUILTINS "command" prefix resets specialness | Peter Stephenson | 2011-03-06 | 1 | -2/+5 |
* | 28795 plus typos noticed by Mikael: careful with forked shells | Peter Stephenson | 2011-02-23 | 1 | -4/+6 |
* | 28791: exit on errors with special builtins with POSIXBUILTINS | Peter Stephenson | 2011-02-22 | 1 | -7/+15 |
* | 28784: exit on exec redirection error with POISX_BUILTINS | Peter Stephenson | 2011-02-21 | 1 | -2/+17 |
* | 28762: fix coproc file desriptor closing | Peter Stephenson | 2011-02-17 | 1 | -2/+6 |
* | Mikael: 28531: typos | Peter Stephenson | 2010-12-16 | 1 | -1/+1 |
* | 28469: fix memory leak in anonymous function | Peter Stephenson | 2010-12-05 | 1 | -0/+4 |
* | 28461: flush stderr in PRINT_EXIT_VALUE handling. | Bart Schaefer | 2010-11-27 | 1 | -0/+1 |
* | 28259: Finally fix some ancient problems with here-documents | Peter Stephenson | 2010-09-14 | 1 | -4/+12 |
* | 28220 plus some comments: fix "HELLO=$HELLO shellfunc" | Peter Stephenson | 2010-08-31 | 1 | -3/+23 |
* | 28179, users/15314, users/15310, users/15200: | Peter Stephenson | 2010-08-22 | 1 | -1/+1 |
* | 28073: allow #! scripts to search path if interpreter not found | Peter Stephenson | 2010-07-15 | 1 | -0/+7 |
* | 28037: improved error messages for module autoloads | Peter Stephenson | 2010-06-14 | 1 | -2/+4 |
* | 27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxt | Peter Stephenson | 2010-05-12 | 1 | -11/+36 |
* | 27947: some cases where we should execute EXIT traps | Peter Stephenson | 2010-05-05 | 1 | -1/+7 |
* | 27754 plus NEWS change: add "zsystem flock" | Peter Stephenson | 2010-02-24 | 1 | -1/+8 |
* | 27721: rationalise initialisation of file descriptors | Peter Stephenson | 2010-02-22 | 1 | -1/+1 |
* | Geoff: 27693: rename underscore to avoid name clash | Peter Stephenson | 2010-02-09 | 1 | -8/+8 |
* | Check the return value of all pipe(), read(), and write() calls. | Wayne Davison | 2009-12-16 | 1 | -29/+59 |