# HG changeset patch # User Eric Blake # Date 1244463076 21600 # Node ID 875d8b7f81463ac859a02e7c4611e7331bd716ea # Parent 3c7eb6eb8b747cc7f3e2d299982ea49bccb106e9 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 diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-06-08 Eric Blake + + 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 hash: declare some functions with the warn_unused_result attribute @@ -69,7 +76,7 @@ Reported by Eric Blake. 2009-05-31 Simon Josefsson - Bruno Haible + Bruno Haible 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 - Bruno Haible + Bruno Haible * 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 - Bruno Haible + Bruno Haible Second attempt to work around an AIX 5.3, 6.1 compiler bug with include_next. Fix of 2008-11-20 commit. diff --git a/modules/memchr b/modules/memchr --- 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 - diff --git a/modules/vasnprintf b/modules/vasnprintf --- 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 -