diff options
| author | Andreas Schwab | 2008-09-07 20:35:14 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2008-09-07 20:35:14 +0000 |
| commit | 1aa83b226a79e35a9e5c63585f62a081bcc7f55e (patch) | |
| tree | cc94c96c3c1c93775a62944e769ebbf2c471fa91 /src/ChangeLog | |
| parent | e542c7fd3ab01c5c54d5cf34f55a73e13e1d5536 (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2008-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 | |||
| 1 | 2008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | 7 | 2008-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. |