diff options
| author | Andreas Schwab | 2009-04-28 19:02:26 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2009-04-28 19:02:26 +0000 |
| commit | 77bf07e14ef041325679bc274f912b5e9977eb25 (patch) | |
| tree | a33270f5c27f175d5e26c65070e81c823d1663b5 /src/ChangeLog | |
| parent | 0a56bf8c52c6f6448a0ee97cab75a0b6fafca5ca (diff) | |
| download | emacs-77bf07e14ef041325679bc274f912b5e9977eb25.tar.gz emacs-77bf07e14ef041325679bc274f912b5e9977eb25.zip | |
* fns.c (Flocale_info): Protect vector from GC during decoding.
* process.c (Fstart_process): Protect argv strings from GC during
encoding.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 69b4d082416..5a8df8f5408 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2009-04-28 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * fns.c (Flocale_info): Protect vector from GC during decoding. | ||
| 4 | |||
| 5 | * process.c (Fstart_process): Protect argv strings from GC during | ||
| 6 | encoding. | ||
| 7 | |||
| 1 | 2009-04-27 Andreas Schwab <schwab@linux-m68k.org> | 8 | 2009-04-27 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 9 | ||
| 3 | * sysdep.c: Include <ctype.h>. | 10 | * sysdep.c: Include <ctype.h>. |