Mercurial > hg > xemacs-beta
comparison ChangeLog @ 3263:d674024a8674
[xemacs-hg @ 2006-02-27 16:29:00 by crestani]
- Introduce a fancy asynchronous finalization strategy on C level.
- Merge the code conditioned on MC_ALLOC into the code conditioned on
NEW_GC.
- Remove the possibility to free objects manually outside garbage
collections when the new collector is enabled.
author | crestani |
---|---|
date | Mon, 27 Feb 2006 16:29:29 +0000 |
parents | 59f24c2a31ac |
children | 34cfe24248f6 |
comparison
equal
deleted
inserted
replaced
3262:79d41cfd8e6b | 3263:d674024a8674 |
---|---|
1 2006-02-22 Marcus Crestani <crestani@xemacs.org> | |
2 | |
3 * configure.ac: Remove mc-alloc, replace it with newgc, adjust | |
4 output and comments. | |
5 | |
1 2006-02-26 Stephen J. Turnbull <stephen@xemacs.org> | 6 2006-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 7 |
3 * XEmacs 21.5.25 "eggplant" is released. | 8 * XEmacs 21.5.25 "eggplant" is released. |
4 | 9 |
5 2006-02-18 Stephen J. Turnbull <stephen@xemacs.org> | 10 2006-02-18 Stephen J. Turnbull <stephen@xemacs.org> |