Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Thu Feb 19 22:50:36 2004 +0000 +++ b/src/ChangeLog Fri Feb 20 07:29:23 2004 +0000 @@ -1,3 +1,17 @@ +2004-02-20 Stephen J. Turnbull <stephen@xemacs.org> + + * bytecode.c (execute_optimized_program): + Identify and mark more potential GC locations. + Remove dead STATIC_GCPRO_STACK code and CPP constructs. + Document GCPRO_STACK usage. + + * fns.c (Fnthcdr): + (Fnth): + (Felt): + Propagate "This function can GC"s. + (Fput): + Propagate "This function cannot GC"s. + 2004-02-17 Jerry James <james@xemacs.org> * menubar-x.c (protected_menu_item_descriptor_to_widget_value_1):