Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 1590:03009473262a
[xemacs-hg @ 2003-07-26 14:00:27 by michaels]
2003-07-24 Mike Sperber <mike@xemacs.org>
* lisp.h:
* data.c:
(init_marking_ephemerons):
(continue_marking_ephemerons):
(finish_marking_ephemerons):
(prune_ephemerons):
* alloc.c (garbage_collect_1): Rewrite the ephemeron marker once
again to allow ephemerons to be used for implementing simple
object finalization.
* data.c (Fmake_ephemeron): Fix comments
author | michaels |
---|---|
date | Sat, 26 Jul 2003 14:00:28 +0000 |
parents | aebc80e1f056 |
children | 0879be053100 |
line wrap: on
line diff
--- a/src/ChangeLog Fri Jul 25 21:52:27 2003 +0000 +++ b/src/ChangeLog Sat Jul 26 14:00:28 2003 +0000 @@ -1,3 +1,16 @@ +2003-07-24 Mike Sperber <mike@xemacs.org> + + * lisp.h: + * data.c: + (init_marking_ephemerons): + (continue_marking_ephemerons): + (finish_marking_ephemerons): + (prune_ephemerons): + * alloc.c (garbage_collect_1): Rewrite the ephemeron marker once + again to allow ephemerons to be used for implementing simple + object finalization. + * data.c (Fmake_ephemeron): Fix comments + 2003-06-14 Ilya N. Golubev <gin@mo.msk.ru> * .gdbinit (pobj): Fix printing of symbol names.