diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f0e8a696e52..7e3d4ee465b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC. | ||
| 4 | (Fbyte_code): Remove dead code after `wrong_type_argument'. | ||
| 5 | |||
| 3 | * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl | 6 | * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl |
| 4 | before doing the mark_stack_check_gcpros since they are not on the stack. | 7 | before doing the mark_stack_check_gcpros since they are not on the stack. |
| 5 | 8 | ||