aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 669a1edcdaf..7b084d7162c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
12011-07-28 Paul Eggert <eggert@cs.ucla.edu>
2
3 Assume freestanding C89 headers, string.h, stdlib.h.
4 Again, this simplifies the code, and all current platforms have these.
5 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
6 (AC_HEADER_STDC): Remove.
7 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
8 (strchr, strrchr): Remove fallback macros.
9
10 Assume support for memcmp, memcpy, memmove, memset.
11 This simplifies the code a bit. All current platforms have these,
12 as they are required for C89. If this turns into a problem we
13 can add the gnulib modules for these (a 1-line change to Makefile.in).
14 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
15
12011-07-27 Paul Eggert <eggert@cs.ucla.edu> 162011-07-27 Paul Eggert <eggert@cs.ucla.edu>
2 17
3 * GNUmakefile: New file. 18 * GNUmakefile: New file.