about summary refs log tree commit diff
path: root/Src/signals.c
Commit message (Expand)AuthorAgeFilesLines
* 52594: support for POSIX real-time signals with kill and trapOliver Kiddle2024-02-281-6/+78
* 52365: record state of exited background jobs so as to be visible in TRAPCHLDBart Schaefer2023-12-091-13/+3
* 50306: fix wait for child that was stopped/continuedJun-ichi Takimoto2022-06-031-6/+4
* 49029: Prevent shell from sending duplicate signals with MONITORErik Paulson2021-07-231-0/+1
* 48857: declare "volatile" all globals that may be modified by signal handlersBart Schaefer2021-05-161-8/+8
* users/24710: Fix job control problem with sudo.Peter Stephenson2020-02-271-1/+2
* 45058: internal: Add symbolic names to possible values of zexit()'s "from_whe...Daniel Shahaf2019-12-171-4/+4
* 44259: Ensure we can set signals to default even if ignored.Peter Stephenson2019-05-131-4/+0
* 43535: Fixes for bg / fg handling of superjobs.Peter Stephenson2018-09-241-3/+19
* 43464: Another attachtty() fix.Peter Stephenson2018-09-161-2/+3
* Fix windowsize when reattaching to terminal on process exitPeter Stephenson2018-09-121-0/+1
* 433029: Testing signal return type is no longer neededEitan Adler2018-06-181-1/+1
* 42234: Stephane: don't kill a process if not running.Peter Stephenson2018-05-141-3/+15
* 42705: Another safety fix for pgrp reclaiming.Peter Stephenson2018-04-231-1/+2
* 42686: Fix previous pgrp patch.Peter Stephenson2018-04-191-1/+2
* 42630: Improve process group handling in pipelines.Peter Stephenson2018-04-171-0/+13
* 41590 modified as 41595: make ERR_RETURN more logical.Peter Stephenson2017-08-241-1/+1
* 41012: Fix premature exit from nested function in EXIT trap.Peter Stephenson2017-04-271-0/+11
* 40624: conditionally handle WIFCONTINUED to properly set SP_RUNNING process s...Barton E. Schaefer2017-02-231-0/+5
* 40353 with tweaks to whence -v: extend directory cache use.Peter Stephenson2017-01-161-2/+5
* 40342: Add directory name cache for autoload file paths.Peter Stephenson2017-01-121-0/+1
* 39548: DEBUG for queueing_enabledBarton E. Schaefer2016-10-031-0/+4
* 39436: Pass on status of SIGINT better.Peter Stephenson2016-09-251-0/+1
* 39359: Fix remaining race with orphaned subjob.Peter Stephenson2016-09-161-3/+13
* 38094: Fix POSIX EXIT traps defined in function.Peter Stephenson2016-03-071-1/+6
* 38024: Improve POSIX and native EXIT traps compatibility.Peter Stephenson2016-02-251-1/+6
* 37999: Sticky behaviour of EXIT traps.Peter Stephenson2016-02-171-9/+37
* 36393: process queued signals during dotrap()Barton E. Schaefer2015-09-021-0/+5
* 36079: do not allow update_job() and its helpers to run the signal queue whil...Barton E. Schaefer2015-08-101-0/+8
* Don't rely on implicit value when saving background process statusPeter Stephenson2015-08-101-2/+8
* 36022 fix bug that some loop constructs could not be interrupted, revise sign...Barton E. Schaefer2015-08-091-2/+6
* Rearrange context saving.Peter Stephenson2015-01-091-2/+2
* 33876: etc.: Separate errors and keyboards interruptsPeter Stephenson2014-12-111-4/+24
* 33531 with additions: retain status of exited background jobs.Peter Stephenson2014-10-261-7/+7
* Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer2014-09-291-1/+1
|\
| * 33285: apply function definition redirections at executionPeter Stephenson2014-09-291-1/+1
* | 33268: interactive shells treat SIGPIPE like SIGHUP if and only if SHTTY is d...Barton E. Schaefer2014-09-291-0/+13
|/
* 32737, 32736 (32741), 32735, 32734, 32733, 32732 (32739): Strict compilationNikolas Garofil2014-06-071-1/+1
* 32479: POSIXTRAPS and implicit return values.Peter Stephenson2014-03-141-0/+8
* unposted: updates for 4.0.2-test-1. zsh-5.0.2-test-1Peter Stephenson2013-11-061-3/+5
* 30726: make shell options passed to emulate stick along with the emulationPeter Stephenson2012-10-111-1/+4
* unposted: cross-reference zmodload from the modules intro doc.Bart Schaefer2011-09-251-1/+3
* 29677: Do not allow external processes in a pipeline to become suspendedBart Schaefer2011-08-141-5/+12
* 29643: set incompfunc to zero when executing hook or trap functionPeter Stephenson2011-08-041-1/+3
* 29481: always return a matching job in findproc() but scan the whole listBart Schaefer2011-06-151-1/+0
* 28258: fix undefined variable in trapsPeter Stephenson2010-09-141-4/+3
* 28253: document -h argument to atribute commandsPeter Stephenson2010-09-121-4/+6
* 28179, users/15314, users/15310, users/15200:Peter Stephenson2010-08-221-104/+125
* 27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxtPeter Stephenson2010-05-121-1/+1
* 27442 plus tweak: wait returns status for $! even if exitedPeter Stephenson2009-12-021-0/+10