]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 13 Sep 2003 11:53:36 +0000 (11:53 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 13 Sep 2003 11:53:36 +0000 (11:53 +0000)
m4/ChangeLog

index 8bcc2f75ecf1a75ab3c470f7d942953cdf289097..c9a0d594da30b3ef5095cd7b4986c922853a886d 100644 (file)
@@ -1,3 +1,23 @@
+2003-09-12  Paul Eggert  <eggert@twinsun.com>
+
+       More patches to assume C89 or better.
+
+       * mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C headers.
+       * strdup.m4 (gl_PREREQ_STRDUP): Likewise.
+       * userspec.m4 (gl_USERSPEC): Likewise.
+       * xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
+       * xstrtod.m4 (gl_XSTRTOD): Likewise.
+       * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
+       * strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
+       memcpy, memset.
+       (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
+       * strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
+       * strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h, strtol.
+       * strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
+       * userspec.m4 (gl_USERSPEC): Do not check for string.h.
+       * xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
+       strtoul.
+
 2003-09-12  Paul Eggert  <eggert@twinsun.com>
 
        * error.m4 (gl_ERROR): Don't check for vprintf.