index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
signals.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
53081: remove old BeOS support code
Oliver Kiddle
2024-09-14
1
-7
/
+0
*
53080: remove code for systems that only have the old pre-POSIX signal()
Oliver Kiddle
2024-09-14
1
-209
/
+1
*
52594: support for POSIX real-time signals with kill and trap
Oliver Kiddle
2024-02-28
1
-6
/
+78
*
52365: record state of exited background jobs so as to be visible in TRAPCHLD
Bart Schaefer
2023-12-09
1
-13
/
+3
*
50306: fix wait for child that was stopped/continued
Jun-ichi Takimoto
2022-06-03
1
-6
/
+4
*
49029: Prevent shell from sending duplicate signals with MONITOR
Erik Paulson
2021-07-23
1
-0
/
+1
*
48857: declare "volatile" all globals that may be modified by signal handlers
Bart Schaefer
2021-05-16
1
-8
/
+8
*
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
[next]