Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 3680:efca49973324
[xemacs-hg @ 2006-11-15 21:12:13 by aidan]
Add a GCPRO; move around a warn_when_safe call to make me feel better about
garbage collection.
author | aidan |
---|---|
date | Wed, 15 Nov 2006 21:12:17 +0000 |
parents | 3ef0aaf3dc34 |
children | 3131094eed8c |
comparison
equal
deleted
inserted
replaced
3679:9ea601619457 | 3680:efca49973324 |
---|---|
1 2006-11-14 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * objects-xlike-inc.c (x_find_charset_font): | |
4 Move the warn_when_safe call to where GCing is irrelevant; as | |
5 things are it doesn't GC, but I'm more comfortable without that | |
6 being relevant. | |
7 * specifier.c (define_specifier_tag): | |
8 Remove a couple of lines added for the sake of debugging; add a | |
9 GCPRO1 for the allocated vector, since the call_trapping_problems | |
10 can GC. | |
11 | |
1 2006-11-12 Aidan Kehoe <kehoea@parhasard.net> | 12 2006-11-12 Aidan Kehoe <kehoea@parhasard.net> |
2 | 13 |
3 * charset.h: | 14 * charset.h: |
4 * mule-charset.c (set_charset_registries): | 15 * mule-charset.c (set_charset_registries): |
5 Provide a C-accessible version of set-charset-registries that | 16 Provide a C-accessible version of set-charset-registries that |