Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 3170:db0631f96757
[xemacs-hg @ 2005-12-24 19:06:04 by aidan]
Allow the low-memory warning code to call malloc itself.
author | aidan |
---|---|
date | Sat, 24 Dec 2005 19:06:05 +0000 |
parents | 5bfedec8927e |
children | 4cad7ff4a200 |
comparison
equal
deleted
inserted
replaced
3169:5bfedec8927e | 3170:db0631f96757 |
---|---|
1 2005-12-24 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * alloc.c (MALLOC_BEGIN): | |
4 Assert that we're either not in malloc, or warning about memory | |
5 being low. | |
6 * alloc.c (MALLOC_WARNING_BEGIN, MALLOC_WARNING_END): | |
7 Add two clauses to set and clear a flag that we're in a low-memory | |
8 warning situation. | |
9 * alloc.c (malloc_warning): | |
10 Move it after the definition of MALLOC_WARNING_BEGIN, | |
11 MALLOC_WARNING_END | |
12 | |
1 2005-12-24 Aidan Kehoe <kehoea@parhasard.net> | 13 2005-12-24 Aidan Kehoe <kehoea@parhasard.net> |
2 | 14 |
3 * objects-gtk.c (MAX_FONT_COUNT): | 15 * objects-gtk.c (MAX_FONT_COUNT): |
4 * objects-x.c (MAX_FONT_COUNT): Increase MAX_FONT_COUNT from 5000 | 16 * objects-x.c (MAX_FONT_COUNT): Increase MAX_FONT_COUNT from 5000 |
5 to INT_MAX. Applies to both the X and GTK platforms. | 17 to INT_MAX. Applies to both the X and GTK platforms. |