Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4930:9f04877ce07e
fix up comments about finalizers and NEWGC internal objects
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2010-01-20 Ben Wing <ben@xemacs.org>
* lrecord.h:
* lrecord.h (enum lrecord_type):
* lrecord.h (struct lrecord_implementation):
Clean up description of finalizer methods. Clean up and expand
the long comment at the top of lrecord.h. Add a section about why
New-GC requires a bunch of new internal objects to be created (not
completely understood).
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 20 Jan 2010 04:20:49 -0600 |
parents | b5ad8cf9f6e4 |
children | 8a08cf0b7583 |
comparison
equal
deleted
inserted
replaced
4929:b5ad8cf9f6e4 | 4930:9f04877ce07e |
---|---|
1 2010-01-20 Ben Wing <ben@xemacs.org> | |
2 | |
3 * lrecord.h: | |
4 * lrecord.h (enum lrecord_type): | |
5 * lrecord.h (struct lrecord_implementation): | |
6 Clean up description of finalizer methods. Clean up and expand | |
7 the long comment at the top of lrecord.h. Add a section about why | |
8 New-GC requires a bunch of new internal objects to be created (not | |
9 completely understood). | |
10 | |
1 2010-01-20 Ben Wing <ben@xemacs.org> | 11 2010-01-20 Ben Wing <ben@xemacs.org> |
2 | 12 |
3 * lisp.h: | 13 * lisp.h: |
4 Disable error-checking code in Dynarr_at and related lookup | 14 Disable error-checking code in Dynarr_at and related lookup |
5 functions. It leads to a crash in the glyph-cachels code under | 15 functions. It leads to a crash in the glyph-cachels code under |