Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 3313:509d2981ffea
[xemacs-hg @ 2006-03-28 17:43:43 by crestani]
EMACS_INT -> double for gc_state, gc_state related clean up
author | crestani |
---|---|
date | Tue, 28 Mar 2006 17:43:54 +0000 |
parents | 34cfe24248f6 |
children | 2f13ae1532db |
line wrap: on
line diff
--- a/src/ChangeLog Tue Mar 28 15:55:52 2006 +0000 +++ b/src/ChangeLog Tue Mar 28 17:43:54 2006 +0000 @@ -1,3 +1,15 @@ +2006-03-26 Marcus Crestani <crestani@xemacs.org> + + * gc.c: Remove functions for explicitly-freed statistics + (the need to explicitly free went away with the asynchronous + finalization patch). + * gc.c (struct gc_state): EMACS_INT -> double, remove + explicitly-freed statistics. + * gc.c (Fgc_stats): Remove explicitly-freed statistics. + * gc.c (PL): Use make_float. + * gc.h: Remove prototypes and macros for explicitly-freed + statistics. + 2006-03-24 Jerry James <james@xemacs.org> * alsaplay.c: New file providing support for sound with ALSA.