aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-08-21 23:41:33 +0200
committerJoakim Verona2013-08-21 23:41:33 +0200
commitfd535b9b33faf09920ef2f6bf56c8720fa60c905 (patch)
treebc59fa31bbe8e9de7a44500873e2e29d081b1ca3 /src/ChangeLog
parent3b6a2946d0e4014bffa1bb0ceb14727592e2c4d4 (diff)
parent4a88129ae4332cbf3833c00f79100610ca2e576d (diff)
downloademacs-fd535b9b33faf09920ef2f6bf56c8720fa60c905.tar.gz
emacs-fd535b9b33faf09920ef2f6bf56c8720fa60c905.zip
merge from trunk
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
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 @@
12013-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
12013-08-21 Dmitry Antipov <dmantipov@yandex.ru> 92013-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