Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
3312:b145b32294ff | 3313:509d2981ffea |
---|---|
1 2006-03-26 Marcus Crestani <crestani@xemacs.org> | |
2 | |
3 * gc.c: Remove functions for explicitly-freed statistics | |
4 (the need to explicitly free went away with the asynchronous | |
5 finalization patch). | |
6 * gc.c (struct gc_state): EMACS_INT -> double, remove | |
7 explicitly-freed statistics. | |
8 * gc.c (Fgc_stats): Remove explicitly-freed statistics. | |
9 * gc.c (PL): Use make_float. | |
10 * gc.h: Remove prototypes and macros for explicitly-freed | |
11 statistics. | |
12 | |
1 2006-03-24 Jerry James <james@xemacs.org> | 13 2006-03-24 Jerry James <james@xemacs.org> |
2 | 14 |
3 * alsaplay.c: New file providing support for sound with ALSA. | 15 * alsaplay.c: New file providing support for sound with ALSA. |
4 * config.h.in: New symbol HAVE_ALSA_SOUND | 16 * config.h.in: New symbol HAVE_ALSA_SOUND |
5 * sound.c: Add ALSA support. | 17 * sound.c: Add ALSA support. |