index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
signals.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-26
53257: use monotonic clock where appropriate
dana
1
-2
/
+1
2024-09-14
53081: remove old BeOS support code
Oliver Kiddle
1
-7
/
+0
2024-09-14
53080: remove code for systems that only have the old pre-POSIX signal()
Oliver Kiddle
1
-209
/
+1
2024-02-28
52594: support for POSIX real-time signals with kill and trap
Oliver Kiddle
1
-6
/
+78
2023-12-09
52365: record state of exited background jobs so as to be visible in TRAPCHLD
Bart Schaefer
1
-13
/
+3
2022-06-03
50306: fix wait for child that was stopped/continued
Jun-ichi Takimoto
1
-6
/
+4
2021-07-23
49029: Prevent shell from sending duplicate signals with MONITOR
Erik Paulson
1
-0
/
+1
2021-05-16
48857: declare "volatile" all globals that may be modified by signal handlers
Bart Schaefer
1
-8
/
+8
2020-02-27
users/24710: Fix job control problem with sudo.
Peter Stephenson
1
-1
/
+2
2019-12-17
45058: internal: Add symbolic names to possible values of zexit()'s "from_whe...
Daniel Shahaf
1
-4
/
+4
2019-05-13
44259: Ensure we can set signals to default even if ignored.
Peter Stephenson
1
-4
/
+0
2018-09-24
43535: Fixes for bg / fg handling of superjobs.
Peter Stephenson
1
-3
/
+19
2018-09-16
43464: Another attachtty() fix.
Peter Stephenson
1
-2
/
+3
2018-09-12
Fix windowsize when reattaching to terminal on process exit
Peter Stephenson
1
-0
/
+1
2018-06-18
433029: Testing signal return type is no longer needed
Eitan Adler
1
-1
/
+1
2018-05-14
42234: Stephane: don't kill a process if not running.
Peter Stephenson
1
-3
/
+15
2018-04-23
42705: Another safety fix for pgrp reclaiming.
Peter Stephenson
1
-1
/
+2
2018-04-19
42686: Fix previous pgrp patch.
Peter Stephenson
1
-1
/
+2
2018-04-17
42630: Improve process group handling in pipelines.
Peter Stephenson
1
-0
/
+13
2017-08-24
41590 modified as 41595: make ERR_RETURN more logical.
Peter Stephenson
1
-1
/
+1
2017-04-27
41012: Fix premature exit from nested function in EXIT trap.
Peter Stephenson
1
-0
/
+11
2017-02-23
40624: conditionally handle WIFCONTINUED to properly set SP_RUNNING process s...
Barton E. Schaefer
1
-0
/
+5
2017-01-16
40353 with tweaks to whence -v: extend directory cache use.
Peter Stephenson
1
-2
/
+5
2017-01-12
40342: Add directory name cache for autoload file paths.
Peter Stephenson
1
-0
/
+1
2016-10-03
39548: DEBUG for queueing_enabled
Barton E. Schaefer
1
-0
/
+4
2016-09-25
39436: Pass on status of SIGINT better.
Peter Stephenson
1
-0
/
+1
2016-09-16
39359: Fix remaining race with orphaned subjob.
Peter Stephenson
1
-3
/
+13
2016-03-07
38094: Fix POSIX EXIT traps defined in function.
Peter Stephenson
1
-1
/
+6
2016-02-25
38024: Improve POSIX and native EXIT traps compatibility.
Peter Stephenson
1
-1
/
+6
2016-02-17
37999: Sticky behaviour of EXIT traps.
Peter Stephenson
1
-9
/
+37
2015-09-02
36393: process queued signals during dotrap()
Barton E. Schaefer
1
-0
/
+5
2015-08-10
36079: do not allow update_job() and its helpers to run the signal queue whil...
Barton E. Schaefer
1
-0
/
+8
2015-08-10
Don't rely on implicit value when saving background process status
Peter Stephenson
1
-2
/
+8
2015-08-09
36022 fix bug that some loop constructs could not be interrupted, revise sign...
Barton E. Schaefer
1
-2
/
+6
2015-01-09
Rearrange context saving.
Peter Stephenson
1
-2
/
+2
2014-12-11
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
1
-4
/
+24
2014-10-26
33531 with additions: retain status of exited background jobs.
Peter Stephenson
1
-7
/
+7
2014-09-29
Merge branch 'master' of git://git.code.sf.net/p/zsh/code
Barton E. Schaefer
1
-1
/
+1
2014-09-29
33285: apply function definition redirections at execution
Peter Stephenson
1
-1
/
+1
2014-09-29
33268: interactive shells treat SIGPIPE like SIGHUP if and only if SHTTY is d...
Barton E. Schaefer
1
-0
/
+13
2014-06-07
32737, 32736 (32741), 32735, 32734, 32733, 32732 (32739): Strict compilation
Nikolas Garofil
1
-1
/
+1
2014-03-14
32479: POSIXTRAPS and implicit return values.
Peter Stephenson
1
-0
/
+8
2013-11-06
unposted: updates for 4.0.2-test-1.
Peter Stephenson
1
-3
/
+5
2012-10-11
30726: make shell options passed to emulate stick along with the emulation
Peter Stephenson
1
-1
/
+4
2011-09-25
unposted: cross-reference zmodload from the modules intro doc.
Bart Schaefer
1
-1
/
+3
2011-08-14
29677: Do not allow external processes in a pipeline to become suspended
Bart Schaefer
1
-5
/
+12
2011-08-04
29643: set incompfunc to zero when executing hook or trap function
Peter Stephenson
1
-1
/
+3
2011-06-15
29481: always return a matching job in findproc() but scan the whole list
Bart Schaefer
1
-1
/
+0
2010-09-14
28258: fix undefined variable in traps
Peter Stephenson
1
-4
/
+3
2010-09-12
28253: document -h argument to atribute commands
Peter Stephenson
1
-4
/
+6
[next]