Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 551:e9a3f8b4de53
[xemacs-hg @ 2001-05-21 05:26:06 by martinb]
realloc() handling on sunos4; remove lwlib-config kludge
author | martinb |
---|---|
date | Mon, 21 May 2001 05:26:51 +0000 |
parents | 666d73d6ac56 |
children | a3adcf42bcec |
comparison
equal
deleted
inserted
replaced
550:1638aacf421d | 551:e9a3f8b4de53 |
---|---|
1 2001-05-21 Martin Buchholz <martin@xemacs.org> | |
2 | |
3 * gui-x.c (sanity_check_lwlib): Remove. | |
4 | |
5 2001-05-14 Martin Buchholz <martin@xemacs.org> | |
6 | |
7 realloc() was being called with a null pointer, causing a crash in | |
8 etags running `make TAGS' on SunOS 4. | |
9 The realloc bug should be handled in the config infrastructure, | |
10 not the regular code. It's actually a feature to make the regular | |
11 code less defensive, since we *want* it to crash faster. | |
12 * s/sunos4.h (realloc_accepting_nullptr): Safe version of realloc. | |
13 * s/sunos4.h (realloc): Re-#define realloc to realloc_accepting_nullptr. | |
14 * regex.c (RETALLOC_IF): Remove. Use RETALLOC instead. | |
15 * regex.c (RETALLOC): Code as if realloc() is ANSI-compliant. | |
16 * alloc.c (xrealloc): Code as if realloc() is ANSI-compliant. | |
17 * gmalloc.c: Undef functions to be defined here, in case system | |
18 header files or the config infrastructure have #define'd them. | |
19 * tparam.c: Likewise. | |
20 * tparam.c: Assume standard C header files. | |
21 | |
1 2001-05-12 Craig Lanning <CraigL@Knology.net> | 22 2001-05-12 Craig Lanning <CraigL@Knology.net> |
2 | 23 |
3 * s\mingw32.h: | 24 * s\mingw32.h: |
4 Properly find MinGW's <process.h> inside Cygwin's restructured | 25 Properly find MinGW's <process.h> inside Cygwin's restructured |
5 include directories. Don't try to include <cygwin/version.h> | 26 include directories. Don't try to include <cygwin/version.h> |