From a870fa8da1394e5ace7d7b6d94e0a2d61fbf6745 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 5 Jun 2006 08:39:57 +0000 Subject: [PATCH] * NEWS: Whoops! AC_FUNC_STRNLEN isn't obsolescent. Problem reported by Ralf Wildenhues. * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise. --- ChangeLog | 6 ++++++ NEWS | 17 ++++++++--------- doc/autoconf.texi | 3 --- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index ac7a7326..3cc2c255 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-06-05 Paul Eggert + + * NEWS: Whoops! AC_FUNC_STRNLEN isn't obsolescent. Problem + reported by Ralf Wildenhues. + * doc/autoconf.texi (AC_FUNC_STRNLEN): Likewise. + 2006-06-05 Ralf Wildenhues * THANKS: Update. diff --git a/NEWS b/NEWS index 7e024b2e..7441798e 100644 --- a/NEWS +++ b/NEWS @@ -41,15 +41,14 @@ they test for problems that are so old that they are no longer of practical importance on current systems. - AC_C_BACKSLASH_A AC_FUNC_SELECT_ARGTYPES AC_HEADER_STAT - AC_C_CONST AC_FUNC_SETPGRP AC_HEADER_STDC - AC_C_PROTOTYPES AC_FUNC_SETVBUF_REVERSED AC_HEADER_SYS_WAIT - AC_C_STRINGIZE AC_FUNC_STAT AC_HEADER_TIME - AC_C_VOLATILE AC_FUNC_STRFTIME AC_ISC_POSIX - AC_FUNC_CLOSEDIR_VOID AC_FUNC_STRNLEN AC_PROG_GCC_TRADITIONAL - AC_FUNC_GETPGRP AC_FUNC_UTIME_NULL AC_STRUCT_TM - AC_FUNC_LSTAT AC_FUNC_VPRINTF - AC_FUNC_MEMCMP AC_HEADER_DIRENT + AC_C_BACKSLASH_A AC_FUNC_MEMCMP AC_HEADER_DIRENT + AC_C_CONST AC_FUNC_SELECT_ARGTYPES AC_HEADER_STAT + AC_C_PROTOTYPES AC_FUNC_SETPGRP AC_HEADER_STDC + AC_C_STRINGIZE AC_FUNC_SETVBUF_REVERSED AC_HEADER_SYS_WAIT + AC_C_VOLATILE AC_FUNC_STAT AC_HEADER_TIME + AC_FUNC_CLOSEDIR_VOID AC_FUNC_STRFTIME AC_ISC_POSIX + AC_FUNC_GETPGRP AC_FUNC_UTIME_NULL AC_PROG_GCC_TRADITIONAL + AC_FUNC_LSTAT AC_FUNC_VPRINTF AC_STRUCT_TM New programs need not use these macros. We have no current plans to remove them. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 6a8e1734..4f5fcfde 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -4689,9 +4689,6 @@ If the @code{strtold} function exists and conforms to C99, define @prindex @code{strnlen} If the @code{strnlen} function is not available, or is buggy (like the one from @acronym{AIX} 4.3), require an @code{AC_LIBOBJ} replacement for it. - -This macro is obsolescent, as no current systems have the bug. -New programs need not use this macro. @end defmac @defmac AC_FUNC_UTIME_NULL -- 2.11.4.GIT