This marks the 'memchr' module as obsolete. 2008-11-02 Bruno Haible <[EMAIL PROTECTED]>
Mark 'memchr' obsolete. * modules/memchr (Status, Notice): New sections. * modules/argp (Depends-on): Add memchr. * modules/base64 (Depends-on): Likewise. * modules/c-strcasestr (Depends-on): Likewise. * modules/chdir-long (Depends-on): Likewise. * modules/fnmatch (Depends-on): Likewise. * modules/getsubopt (Depends-on): Likewise. * modules/git-merge-changelog (Depends-on): Likewise. * modules/glob (Depends-on): Likewise. * modules/strcasestr (Depends-on): Likewise. * modules/strnlen (Depends-on): Likewise. --- modules/memchr.orig 2008-11-02 16:31:37.000000000 +0100 +++ modules/memchr 2008-11-02 15:30:15.000000000 +0100 @@ -1,6 +1,12 @@ Description: memchr() function: scan memory for a byte. +Status: +obsolete + +Notice: +This module is obsolete. + Files: lib/memchr.c m4/memchr.m4 --- modules/argp.orig 2008-11-02 16:31:37.000000000 +0100 +++ modules/argp 2008-11-02 16:28:40.000000000 +0100 @@ -36,6 +36,7 @@ vsnprintf sleep strerror +memchr configure.ac: gl_ARGP --- modules/base64.orig 2008-11-02 16:31:37.000000000 +0100 +++ modules/base64 2008-11-02 16:28:48.000000000 +0100 @@ -8,6 +8,7 @@ Depends-on: stdbool +memchr configure.ac: gl_FUNC_BASE64 --- modules/c-strcasestr.orig 2008-11-02 16:31:37.000000000 +0100 +++ modules/c-strcasestr 2008-11-02 16:28:53.000000000 +0100 @@ -10,6 +10,7 @@ c-ctype c-strcase stdbool +memchr configure.ac: --- modules/chdir-long.orig 2008-11-02 16:31:37.000000000 +0100 +++ modules/chdir-long 2008-11-02 16:29:10.000000000 +0100 @@ -11,6 +11,7 @@ fchdir fcntl openat +memchr mempcpy memrchr stdbool --- modules/fnmatch.orig 2008-11-02 16:31:37.000000000 +0100 +++ modules/fnmatch 2008-11-02 16:29:18.000000000 +0100 @@ -14,6 +14,7 @@ stdbool wchar wctype +memchr configure.ac: # No macro. You should also use one of fnmatch-posix or fnmatch-gnu. --- modules/getsubopt.orig 2008-11-02 16:31:37.000000000 +0100 +++ modules/getsubopt 2008-11-02 16:29:39.000000000 +0100 @@ -9,6 +9,7 @@ extensions strchrnul stdlib +memchr configure.ac: gl_FUNC_GETSUBOPT --- modules/git-merge-changelog.orig 2008-11-02 16:31:37.000000000 +0100 +++ modules/git-merge-changelog 2008-11-02 16:30:39.000000000 +0100 @@ -21,6 +21,7 @@ minmax c-strstr fwriteerror +memchr configure.ac: --- modules/glob.orig 2008-11-02 16:31:37.000000000 +0100 +++ modules/glob 2008-11-02 16:29:25.000000000 +0100 @@ -15,6 +15,7 @@ extensions fnmatch getlogin_r +memchr mempcpy stdbool strdup --- modules/strcasestr.orig 2008-11-02 16:31:37.000000000 +0100 +++ modules/strcasestr 2008-11-02 16:30:09.000000000 +0100 @@ -5,6 +5,7 @@ Depends-on: strcasestr-simple +memchr configure.ac: gl_FUNC_STRCASESTR --- modules/strnlen.orig 2008-11-02 16:31:37.000000000 +0100 +++ modules/strnlen 2008-11-02 16:30:19.000000000 +0100 @@ -8,6 +8,7 @@ Depends-on: extensions string +memchr configure.ac: gl_FUNC_STRNLEN