comparison src/ChangeLog @ 1920:c66036f59678

[xemacs-hg @ 2004-02-20 07:29:16 by stephent] GCPRO documentation <87y8qynrj0.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Fri, 20 Feb 2004 07:29:23 +0000
parents 59bf16be00bf
children 44905d8fae13
comparison
equal deleted inserted replaced
1919:9bde73b8c020 1920:c66036f59678
1 2004-02-20 Stephen J. Turnbull <stephen@xemacs.org>
2
3 * bytecode.c (execute_optimized_program):
4 Identify and mark more potential GC locations.
5 Remove dead STATIC_GCPRO_STACK code and CPP constructs.
6 Document GCPRO_STACK usage.
7
8 * fns.c (Fnthcdr):
9 (Fnth):
10 (Felt):
11 Propagate "This function can GC"s.
12 (Fput):
13 Propagate "This function cannot GC"s.
14
1 2004-02-17 Jerry James <james@xemacs.org> 15 2004-02-17 Jerry James <james@xemacs.org>
2 16
3 * menubar-x.c (protected_menu_item_descriptor_to_widget_value_1): 17 * menubar-x.c (protected_menu_item_descriptor_to_widget_value_1):
4 Move begin_gc_forbidden() here so it affects all callers. 18 Move begin_gc_forbidden() here so it affects all callers.
5 * menubar-x.c (menu_item_descriptor_to_widget_value): Call 19 * menubar-x.c (menu_item_descriptor_to_widget_value): Call