memchr: no longer obsolete, for wider field testing
authorEric Blake <ebb9@byu.net>
Mon, 8 Jun 2009 12:11:16 +0000 (06:11 -0600)
committerEric Blake <ebb9@byu.net>
Mon, 8 Jun 2009 12:30:50 +0000 (06:30 -0600)
* modules/memchr (Status, Notice): Delete, this module is no
longer obsolete.
* modules/vasnprintf (Depends-on): Add memchr.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
modules/memchr
modules/vasnprintf

index a198937..729f727 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-06-08  Eric Blake  <ebb9@byu.net>
+
+       memchr: no longer obsolete, for wider field testing
+       * modules/memchr (Status, Notice): Delete, this module is no
+       longer obsolete.
+       * modules/vasnprintf (Depends-on): Add memchr.
+
 2009-06-07  Jim Meyering  <meyering@redhat.com>
 
        hash: declare some functions with the warn_unused_result attribute
@@ -69,7 +76,7 @@
        Reported by Eric Blake.
 
 2009-05-31  Simon Josefsson  <simon@josefsson.org>
-            Bruno Haible  <bruno@clisp.org>
+           Bruno Haible  <bruno@clisp.org>
 
        Fix test-alignof failure.
        * lib/alignof.h (alignof_slot): New macro.
        * doc/gnulib.texi: Include it.
 
 2009-05-21  Eric Blake  <ebb9@byu.net>
-            Bruno Haible  <bruno@clisp.org>
+           Bruno Haible  <bruno@clisp.org>
 
        * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
        invocations.
        * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
 
 2009-05-21  Eric Blake  <ebb9@byu.net>
-            Bruno Haible  <bruno@clisp.org>
+           Bruno Haible  <bruno@clisp.org>
 
        Second attempt to work around an AIX 5.3, 6.1 compiler bug with
        include_next. Fix of 2008-11-20 commit.
index 1ec8f41..da7e7a2 100644 (file)
@@ -1,12 +1,6 @@
 Description:
 memchr() function: scan memory for a byte.
 
-Status:
-obsolete
-
-Notice:
-This module is obsolete.
-
 Files:
 lib/memchr.c
 m4/memchr.m4
@@ -26,4 +20,3 @@ LGPLv2+
 
 Maintainer:
 Jim Meyering, glibc
-
index 4617e3e..819495c 100644 (file)
@@ -24,6 +24,7 @@ float
 stdint
 xsize
 errno
+memchr
 
 configure.ac:
 gl_FUNC_VASNPRINTF
@@ -38,4 +39,3 @@ LGPLv2+
 
 Maintainer:
 Bruno Haible
-