changeset 11610:875d8b7f8146

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. Signed-off-by: Eric Blake <ebb9@byu.net>
author Eric Blake <ebb9@byu.net>
date Mon, 08 Jun 2009 06:11:16 -0600
parents 3c7eb6eb8b74
children ae5773856cba
files ChangeLog modules/memchr modules/vasnprintf
diffstat 3 files changed, 11 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- 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.
@@ -149,14 +156,14 @@
 	* 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.
--- a/modules/memchr
+++ b/modules/memchr
@@ -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 @@
 
 Maintainer:
 Jim Meyering, glibc
-
--- a/modules/vasnprintf
+++ b/modules/vasnprintf
@@ -24,6 +24,7 @@
 stdint
 xsize
 errno
+memchr
 
 configure.ac:
 gl_FUNC_VASNPRINTF
@@ -38,4 +39,3 @@
 
 Maintainer:
 Bruno Haible
-