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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
jobs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
44290: job number exceeding int range and wrapping to a negative number crash...
Oliver Kiddle
2019-05-14
1
-1
/
+1
*
43945 (tweaked to remove test failure, noted in test):
Martijn Dekker
2018-12-30
1
-10
/
+13
*
43589: Further improved subjob reporting.
Peter Stephenson
2018-10-03
1
-9
/
+5
*
43570: Start documenting jobs.c, in particular superjobs.
Daniel Shahaf
2018-09-28
1
-3
/
+24
*
43564: improve job control report about stopped subjob
Peter Stephenson
2018-09-26
1
-5
/
+37
*
43543: Further improvements to fg/bg of superjob/subjob.
Peter Stephenson
2018-09-25
1
-22
/
+25
*
43535: Fixes for bg / fg handling of superjobs.
Peter Stephenson
2018-09-24
1
-16
/
+27
*
43464: Another attachtty() fix.
Peter Stephenson
2018-09-16
1
-0
/
+10
*
43446: More entersubsh() / addproc() wiring.
Peter Stephenson
2018-09-12
1
-4
/
+10
*
43409: Fix process group setting in main shell.
Peter Stephenson
2018-09-07
1
-4
/
+9
*
42793: Always define FDT_PROC_SUBST even if not needed.
Peter Stephenson
2018-05-17
1
-5
/
+1
*
42453: Fix race in look up of status for wait.
Peter Stephenson
2018-03-12
1
-2
/
+5
*
42362: protect REPORTTIME logic from bad status
Peter Stephenson
2018-02-17
1
-0
/
+3
*
add millisecond and microsecond options to TIMEFMT variable
dana
2017-12-14
1
-0
/
+34
*
41688: builtin wait for all jobs should ignore STAT_NOPRINT
Peter Stephenson
2017-09-13
1
-1
/
+2
*
Delay processing "disown" for superjob.
Peter Stephenson
2017-07-04
1
-0
/
+8
*
41386: when backgrounding a STAT_CURSH job, remove the flag.
Peter Stephenson
2017-07-02
1
-1
/
+3
*
39359: Fix remaining race with orphaned subjob.
Peter Stephenson
2016-09-16
1
-1
/
+2
*
39331: Reparent subjob on fork with exited superjob.
Peter Stephenson
2016-09-16
1
-2
/
+9
*
38923: zwaitjob() continues waiting for children that may have ignored the in...
Barton E. Schaefer
2016-07-23
1
-1
/
+8
*
users/21632: Use of REPORTMEMORY variable
Peter Stephenson
2016-06-13
1
-14
/
+39
*
38622: consistent handling of "--" in "kill" builtin
Barton E. Schaefer
2016-06-05
1
-0
/
+4
*
37868: add 'static' to file local variables
Jun-ichi Takimoto
2016-02-03
1
-3
/
+3
*
36180: avoid infinite job stop/continue loop on "wait PID" for a background job
Barton E. Schaefer
2015-08-15
1
-1
/
+8
*
36104: change order of child_block() and dont_queue_signals() to resolve yet ...
Barton E. Schaefer
2015-08-11
1
-2
/
+2
*
35929: protect FDT_PROC_SUBST by #ifdef
Jun-ichi Takimoto
2015-08-09
1
-2
/
+5
*
35849: close fd's from process substitution after fork
Peter Stephenson
2015-07-23
1
-4
/
+6
*
35032: Handle SIGCONT for process better.
Peter Stephenson
2015-05-05
1
-1
/
+3
*
34120: compctl, jobs: Check contents instead of array
Mikael Magnusson
2015-01-06
1
-1
/
+1
*
33992: do not attempt attachtty() for process group zero (which is possible i...
Barton E. Schaefer
2014-12-18
1
-2
/
+5
*
33982: minimal support for pid namespaces by recognizing that GETPGRP() may r...
Chirantan Ekbote
2014-12-16
1
-1
/
+1
*
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
2014-12-11
1
-8
/
+15
*
unposted: quash compiler warning
Oliver Kiddle
2014-10-31
1
-0
/
+2
*
33562: Fix thinko in previous commit
Mikael Magnusson
2014-10-27
1
-1
/
+3
*
33561: The time builtin forgot to unmetafy TIMEFMT
Mikael Magnusson
2014-10-27
1
-1
/
+1
*
33531 with additions: retain status of exited background jobs.
Peter Stephenson
2014-10-26
1
-21
/
+117
*
33354: when backgrounding a pipeline, close all pipe descriptors in the parent
Barton E. Schaefer
2014-10-04
1
-1
/
+3
*
33042: $? and $pipestatus report 128+signal number for stopped jobs
Barton E. Schaefer
2014-08-22
1
-5
/
+10
*
32624: use correct scaling factor (clock ticks) for times
Peter Stephenson
2014-05-29
1
-15
/
+17
*
32178: fix another acquire_pgrp() infinite loop
Barton E. Schaefer
2013-12-25
1
-0
/
+4
*
32176: plug additional deadlock-inducing pipe descriptor leaks
Peter Stephenson
2013-12-21
1
-13
/
+25
*
31929: Src/jobs.c: fix DPUTS3() test condition from 31906.
Barton E. Schaefer
2013-10-29
1
-1
/
+1
*
31906: fix race-condition interaction of $pipestatus with job control
Barton E. Schaefer
2013-10-26
1
-3
/
+10
*
31885: fix PIPEFAIL when the last command executes in the current shell
Barton E. Schaefer
2013-10-24
1
-18
/
+24
*
31879 plus misc.: improve $pipestatus handling and add a test for it
Barton E. Schaefer
2013-10-23
1
-17
/
+35
*
users:18023: Add PIPEFAIL option
Peter Stephenson
2013-10-06
1
-3
/
+10
*
31536 with additions: Fix hang in previous process substitution fix.
Peter Stephenson
2013-07-19
1
-0
/
+25
*
31528: use job table to record file descriptors associated with process subst
Peter Stephenson
2013-07-17
1
-5
/
+37
*
users/17042: don't stomp the environment in "jobs -Z" unless we've first
Bart Schaefer
2012-11-18
1
-0
/
+2
*
30724: shell code optimisd to use execsimple() doesn't have a valid thisjob
Peter Stephenson
2012-10-11
1
-1
/
+7
[next]