Mercurial > hg > xemacs-beta
comparison ChangeLog @ 4735:80d74fed5399
Remove "old" GNU malloc in src/malloc.c, and all references to it. Drop the
GNU_MALLOC define, which was only used to distinguish between "old" and "new"
GNU malloc. See xemacs-patches message with ID
<870180fe0911061348g168f85e2m5153e2b554b94803@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Mon, 09 Nov 2009 09:21:59 -0700 |
parents | 1cecc3e9f0a0 |
children | a6f27e2b3d84 |
comparison
equal
deleted
inserted
replaced
4734:74a5eaa67982 | 4735:80d74fed5399 |
---|---|
1 2009-11-09 Jerry James <james@xemacs.org> | |
2 | |
3 * configure.ac: Don't defined GNU_MALLOC, as there is no longer an | |
4 "old" GNU malloc. | |
5 | |
1 2009-10-05 Jerry James <james@xemacs.org> | 6 2009-10-05 Jerry James <james@xemacs.org> |
2 | 7 |
3 * configure.ac: Check for external giflib instead of using builtin | 8 * configure.ac: Check for external giflib instead of using builtin |
4 gif support. Remove "(builtin)" from relevant strings. | 9 gif support. Remove "(builtin)" from relevant strings. |
5 | 10 |