comparison src/ChangeLog @ 98089:4ea0f5996bd5

(Fcall_process): Don't hold references to string data across garbage collection. Move initialisation of new_argv down to avoid compiler bug.
author Andreas Schwab <schwab@suse.de>
date Sun, 07 Sep 2008 20:35:14 +0000
parents 5b7423557e65
children e482d82aeb73
comparison
equal deleted inserted replaced
98088:b72d358fea71 98089:4ea0f5996bd5
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.
4 10
5 2008-09-07 Chong Yidong <cyd@stupidchicken.com> 11 2008-09-07 Chong Yidong <cyd@stupidchicken.com>