aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab2008-09-07 20:35:14 +0000
committerAndreas Schwab2008-09-07 20:35:14 +0000
commit1aa83b226a79e35a9e5c63585f62a081bcc7f55e (patch)
treecc94c96c3c1c93775a62944e769ebbf2c471fa91 /src/ChangeLog
parente542c7fd3ab01c5c54d5cf34f55a73e13e1d5536 (diff)
downloademacs-1aa83b226a79e35a9e5c63585f62a081bcc7f55e.tar.gz
emacs-1aa83b226a79e35a9e5c63585f62a081bcc7f55e.zip
(Fcall_process): Don't hold references to string data
across garbage collection. Move initialisation of new_argv down to avoid compiler bug.
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 67cd1c3bb06..17796a27326 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12008-09-07 Andreas Schwab <schwab@suse.de>
2
3 * callproc.c (Fcall_process): Don't hold references to string data
4 across garbage collection. Move initialisation of new_argv down
5 to avoid compiler bug.
6
12008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> 72008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2 8
3 * process.c (Fsystem_process_attributes): Doc fix. 9 * process.c (Fsystem_process_attributes): Doc fix.