| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 27442 plus tweak: wait returns status for $! even if exited | Peter Stephenson | 2009-12-02 | 1 | -0/+2 |
* | 27284: better use of movefd() | Peter Stephenson | 2009-09-22 | 1 | -8/+13 |
* | 27283: failure to dup fd caused mayhem | Peter Stephenson | 2009-09-21 | 1 | -0/+1 |
* | 27134: Close SHTTY on exec. | Peter Stephenson | 2009-07-12 | 1 | -1/+9 |
* | 27131: allow MONITOR in subshell by not closing SHTTY | Peter Stephenson | 2009-07-11 | 1 | -5/+1 |
* | 27129: fix status at start of function, command subst, etc. | Peter Stephenson | 2009-07-11 | 1 | -2/+4 |
* | 27126: a few more contexts where executing empty lists gives status zero | Peter Stephenson | 2009-07-10 | 1 | -1/+4 |
* | 27106: reset status on command that expands to empty | Peter Stephenson | 2009-07-10 | 1 | -1/+25 |
* | 26735: Check some function return values for failures. Gets rid of | Wayne Davison | 2009-03-15 | 1 | -1/+2 |
* | 26686: problem storing long $_ using VARARR() | Peter Stephenson | 2009-03-03 | 1 | -5/+13 |
* | 26546, 26556: sticky emulation for functions defined in emulate ... -c ... | Peter Stephenson | 2009-02-11 | 1 | -2/+32 |
* | 26056 "< <(...)more_stuff" etc. are errors | Peter Stephenson | 2008-11-17 | 1 | -1/+6 |
* | 26042 with some fixes from 26043 (Mikael): | Peter Stephenson | 2008-11-13 | 1 | -8/+10 |
* | 25140: improve error handling/reporting for here-document temp files. | Bart Schaefer | 2008-10-10 | 1 | -2/+3 |
* | 25791: force return from eval-style DEBUG trap lost status | Peter Stephenson | 2008-10-01 | 1 | -2/+4 |
* | 25775: fix logical problem with function line numbering inside eval-style traps | Peter Stephenson | 2008-09-29 | 1 | -3/+5 |
* | users/13295, tweaked: dont reset line numbers when parsing strings, sometimes | Peter Stephenson | 2008-09-29 | 1 | -7/+9 |
* | 25744: dynamic named directories and further doshfunc() simplification | Peter Stephenson | 2008-09-26 | 1 | -5/+4 |
* | 25721: revert another mistake of 25701. | Clint Adams | 2008-09-22 | 1 | -1/+0 |
* | correct overzealousness in 25701 | Clint Adams | 2008-09-21 | 1 | -1/+0 |
* | 25701: fix memory leak in loadautofn. | Clint Adams | 2008-09-21 | 1 | -1/+5 |
* | 25677: add %x and %I prompt escapes for shell source code debugging | Peter Stephenson | 2008-09-16 | 1 | -12/+10 |
* | 25651: make getpermtext() output indentation more logical | Peter Stephenson | 2008-09-11 | 1 | -1/+1 |
* | 25643: keep DEBUG and ZERR traps in subshells | Peter Stephenson | 2008-09-11 | 1 | -1/+2 |
* | 25637: dereference prog after the NULL check. | Clint Adams | 2008-09-10 | 1 | -1/+2 |
* | 25627: add $ZSH_SUBSHELL | Peter Stephenson | 2008-09-05 | 1 | -0/+7 |
* | 25615: $ZSH_DEBUG_CMD for use in DEBUG traps | Peter Stephenson | 2008-09-05 | 1 | -0/+7 |