aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-06-21 15:16:37 -0700
committerPaul Eggert2013-06-21 15:16:37 -0700
commitcbd6509c2955134034f776bed5cfaf1754770aee (patch)
tree1056796a28159937aea3a44587fa23373a3a14a3 /src/ChangeLog
parentd26255f69c0a2c05c4611c377a2a4524084cb18a (diff)
downloademacs-cbd6509c2955134034f776bed5cfaf1754770aee.tar.gz
emacs-cbd6509c2955134034f776bed5cfaf1754770aee.zip
* process.c (create_process): Handle a couple more cases,
i.e., work even if new_argv and wait_child_setup[i] are cached. Use Fcall_process's style for volatile vars.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0061b7ff9db..bdb8baf65d8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12013-06-21 Paul Eggert <eggert@cs.ucla.edu>
2
3 * process.c (create_process): Handle a couple more cases,
4 i.e., work even if new_argv and wait_child_setup[i] are cached.
5 Use Fcall_process's style for volatile vars.
6
12013-06-21 Andreas Schwab <schwab@linux-m68k.org> 72013-06-21 Andreas Schwab <schwab@linux-m68k.org>
2 8
3 * process.c (create_process): Mark PROCESS volatile. 9 * process.c (create_process): Mark PROCESS volatile.