| Commit message (Expand) | Author | Age | Files | Lines |
* | users/24710: Fix job control problem with sudo. | Peter Stephenson | 2020-02-27 | 1 | -1/+2 |
* | 45058: internal: Add symbolic names to possible values of zexit()'s "from_whe... | Daniel Shahaf | 2019-12-17 | 1 | -4/+4 |
* | 44259: Ensure we can set signals to default even if ignored. | Peter Stephenson | 2019-05-13 | 1 | -4/+0 |
* | 43535: Fixes for bg / fg handling of superjobs. | Peter Stephenson | 2018-09-24 | 1 | -3/+19 |
* | 43464: Another attachtty() fix. | Peter Stephenson | 2018-09-16 | 1 | -2/+3 |
* | Fix windowsize when reattaching to terminal on process exit | Peter Stephenson | 2018-09-12 | 1 | -0/+1 |
* | 433029: Testing signal return type is no longer needed | Eitan Adler | 2018-06-18 | 1 | -1/+1 |
* | 42234: Stephane: don't kill a process if not running. | Peter Stephenson | 2018-05-14 | 1 | -3/+15 |
* | 42705: Another safety fix for pgrp reclaiming. | Peter Stephenson | 2018-04-23 | 1 | -1/+2 |
* | 42686: Fix previous pgrp patch. | Peter Stephenson | 2018-04-19 | 1 | -1/+2 |
* | 42630: Improve process group handling in pipelines. | Peter Stephenson | 2018-04-17 | 1 | -0/+13 |
* | 41590 modified as 41595: make ERR_RETURN more logical. | Peter Stephenson | 2017-08-24 | 1 | -1/+1 |
* | 41012: Fix premature exit from nested function in EXIT trap. | Peter Stephenson | 2017-04-27 | 1 | -0/+11 |
* | 40624: conditionally handle WIFCONTINUED to properly set SP_RUNNING process s... | Barton E. Schaefer | 2017-02-23 | 1 | -0/+5 |
* | 40353 with tweaks to whence -v: extend directory cache use. | Peter Stephenson | 2017-01-16 | 1 | -2/+5 |
* | 40342: Add directory name cache for autoload file paths. | Peter Stephenson | 2017-01-12 | 1 | -0/+1 |
* | 39548: DEBUG for queueing_enabled | Barton E. Schaefer | 2016-10-03 | 1 | -0/+4 |
* | 39436: Pass on status of SIGINT better. | Peter Stephenson | 2016-09-25 | 1 | -0/+1 |
* | 39359: Fix remaining race with orphaned subjob. | Peter Stephenson | 2016-09-16 | 1 | -3/+13 |
* | 38094: Fix POSIX EXIT traps defined in function. | Peter Stephenson | 2016-03-07 | 1 | -1/+6 |
* | 38024: Improve POSIX and native EXIT traps compatibility. | Peter Stephenson | 2016-02-25 | 1 | -1/+6 |
* | 37999: Sticky behaviour of EXIT traps. | Peter Stephenson | 2016-02-17 | 1 | -9/+37 |
* | 36393: process queued signals during dotrap() | Barton E. Schaefer | 2015-09-02 | 1 | -0/+5 |
* | 36079: do not allow update_job() and its helpers to run the signal queue whil... | Barton E. Schaefer | 2015-08-10 | 1 | -0/+8 |
* | Don't rely on implicit value when saving background process status | Peter Stephenson | 2015-08-10 | 1 | -2/+8 |
* | 36022 fix bug that some loop constructs could not be interrupted, revise sign... | Barton E. Schaefer | 2015-08-09 | 1 | -2/+6 |
* | Rearrange context saving. | Peter Stephenson | 2015-01-09 | 1 | -2/+2 |
* | 33876: etc.: Separate errors and keyboards interrupts | Peter Stephenson | 2014-12-11 | 1 | -4/+24 |
* | 33531 with additions: retain status of exited background jobs. | Peter Stephenson | 2014-10-26 | 1 | -7/+7 |
* | Merge branch 'master' of git://git.code.sf.net/p/zsh/code | Barton E. Schaefer | 2014-09-29 | 1 | -1/+1 |
|\ |
|
| * | 33285: apply function definition redirections at execution | Peter Stephenson | 2014-09-29 | 1 | -1/+1 |
* | | 33268: interactive shells treat SIGPIPE like SIGHUP if and only if SHTTY is d... | Barton E. Schaefer | 2014-09-29 | 1 | -0/+13 |
|/ |
|
* | 32737, 32736 (32741), 32735, 32734, 32733, 32732 (32739): Strict compilation | Nikolas Garofil | 2014-06-07 | 1 | -1/+1 |
* | 32479: POSIXTRAPS and implicit return values. | Peter Stephenson | 2014-03-14 | 1 | -0/+8 |
* | unposted: updates for 4.0.2-test-1. zsh-5.0.2-test-1 | Peter Stephenson | 2013-11-06 | 1 | -3/+5 |
* | 30726: make shell options passed to emulate stick along with the emulation | Peter Stephenson | 2012-10-11 | 1 | -1/+4 |
* | unposted: cross-reference zmodload from the modules intro doc. | Bart Schaefer | 2011-09-25 | 1 | -1/+3 |
* | 29677: Do not allow external processes in a pipeline to become suspended | Bart Schaefer | 2011-08-14 | 1 | -5/+12 |
* | 29643: set incompfunc to zero when executing hook or trap function | Peter Stephenson | 2011-08-04 | 1 | -1/+3 |
* | 29481: always return a matching job in findproc() but scan the whole list | Bart Schaefer | 2011-06-15 | 1 | -1/+0 |
* | 28258: fix undefined variable in traps | Peter Stephenson | 2010-09-14 | 1 | -4/+3 |
* | 28253: document -h argument to atribute commands | Peter Stephenson | 2010-09-12 | 1 | -4/+6 |
* | 28179, users/15314, users/15310, users/15200: | Peter Stephenson | 2010-08-22 | 1 | -104/+125 |
* | 27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxt | Peter Stephenson | 2010-05-12 | 1 | -1/+1 |
* | 27442 plus tweak: wait returns status for $! even if exited | Peter Stephenson | 2009-12-02 | 1 | -0/+10 |
* | 27159: restore pre-23067 behavior of SIGINT outside a "wait", so that | Bart Schaefer | 2009-07-20 | 1 | -11/+20 |
* | 27106: reset status on command that expands to empty | Peter Stephenson | 2009-07-10 | 1 | -0/+1 |
* | 26546, 26556: sticky emulation for functions defined in emulate ... -c ... | Peter Stephenson | 2009-02-11 | 1 | -1/+2 |
* | 25775: fix logical problem with function line numbering inside eval-style traps | Peter Stephenson | 2008-09-29 | 1 | -0/+8 |
* | 25744: dynamic named directories and further doshfunc() simplification | Peter Stephenson | 2008-09-26 | 1 | -1/+1 |