diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
| @@ -1,3 +1,18 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2011-07-27 Paul Eggert <eggert@cs.ucla.edu> | 16 | 2011-07-27 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 17 | ||
| 3 | * GNUmakefile: New file. | 18 | * GNUmakefile: New file. |