diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cb552c9d9d5..8983b6abd64 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-08-21 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * callproc.c: Fix race that killed background processes (Bug#15144). | ||
| 4 | (call_process): New arg TEMPFILE_INDEX. Callers changed. | ||
| 5 | Record deleted process-id in critical section, not afterwards. | ||
| 6 | Don't mistakenly kill process created by a call-process invocation | ||
| 7 | that discards output and does not wait. | ||
| 8 | |||
| 1 | 2013-08-21 Dmitry Antipov <dmantipov@yandex.ru> | 9 | 2013-08-21 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 10 | ||
| 3 | Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE | 11 | Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE |