aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-07-06 18:32:56 -0700
committerPaul Eggert2011-07-06 18:32:56 -0700
commit0e926e561c259468174b16407dd7271c2c8fe904 (patch)
tree6a226d2950e17e8e117874c6714fd054600ffba6 /src/ChangeLog
parent59361254a6ea5fcfc2f1ec344665aa719fbb936f (diff)
downloademacs-0e926e561c259468174b16407dd7271c2c8fe904.tar.gz
emacs-0e926e561c259468174b16407dd7271c2c8fe904.zip
Assume freestanding C89 headers, string.h, stdlib.h.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b0fb0f213ab..d91837877e1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12011-07-07 Paul Eggert <eggert@cs.ucla.edu>
2
3 Assume freestanding C89 headers, string.h, stdlib.h.
4 * data.c, doprnt.c, floatfns.c, print.c:
5 Include float.h unconditionally.
6 * gmalloc.c: Assume C89-at-least behavior for preprocessor,
7 limits.h, stddef.h, string.h. Use memset instead of 'flood'.
8 * regex.c: Likewise for stddef.h, string.h.
9 (ISASCII): Remove; can assume it returns 1 now. All uses removed.
10 * s/aix4-2.h (HAVE_STRING_H): Remove obsolete undef.
11 * s/ms-w32.h (HAVE_LIMITS_H, HAVE_STRING_H, HAVE_STDLIB_H)
12 (STDC_HEADERS): Remove obsolete defines.
13 * sysdep.c: Include limits.h unconditionally.
14
12011-07-06 Paul Eggert <eggert@cs.ucla.edu> 152011-07-06 Paul Eggert <eggert@cs.ucla.edu>
2 16
3 Assume support for memcmp, memcpy, memmove, memset. 17 Assume support for memcmp, memcpy, memmove, memset.