Mark 'memchr' obsolete.
authorBruno Haible <bruno@clisp.org>
Sun, 2 Nov 2008 15:34:09 +0000 (16:34 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 2 Nov 2008 15:34:09 +0000 (16:34 +0100)
12 files changed:
ChangeLog
modules/argp
modules/base64
modules/c-strcasestr
modules/chdir-long
modules/fnmatch
modules/getsubopt
modules/git-merge-changelog
modules/glob
modules/memchr
modules/strcasestr
modules/strnlen

index e66e20e..3042761 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
 2008-11-02  Bruno Haible  <bruno@clisp.org>
 
+       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.
+
+2008-11-02  Bruno Haible  <bruno@clisp.org>
+
        Mark 'atexit' obsolete.
        * modules/atexit (Status, Notice): New sections.
        * modules/chdir-long (Depends-on): Add atexit.
index de801ae..8605afa 100644 (file)
@@ -36,6 +36,7 @@ extensions
 vsnprintf
 sleep
 strerror
+memchr
 
 configure.ac:
 gl_ARGP
index 80f04f1..b1a3513 100644 (file)
@@ -8,6 +8,7 @@ m4/base64.m4
 
 Depends-on:
 stdbool
+memchr
 
 configure.ac:
 gl_FUNC_BASE64
index d337568..6cc0190 100644 (file)
@@ -10,6 +10,7 @@ Depends-on:
 c-ctype
 c-strcase
 stdbool
+memchr
 
 configure.ac:
 
index f9cb402..d06878b 100644 (file)
@@ -11,6 +11,7 @@ atexit
 fchdir
 fcntl
 openat
+memchr
 mempcpy
 memrchr
 stdbool
index 477cf33..01d4c95 100644 (file)
@@ -14,6 +14,7 @@ alloca
 stdbool
 wchar
 wctype
+memchr
 
 configure.ac:
 # No macro. You should also use one of fnmatch-posix or fnmatch-gnu.
index bf72b06..a28e2a0 100644 (file)
@@ -9,6 +9,7 @@ Depends-on:
 extensions
 strchrnul
 stdlib
+memchr
 
 configure.ac:
 gl_FUNC_GETSUBOPT
index 3b5a324..f6c140d 100644 (file)
@@ -21,6 +21,7 @@ fstrcmp
 minmax
 c-strstr
 fwriteerror
+memchr
 
 configure.ac:
 
index f372bd4..b765be7 100644 (file)
@@ -15,6 +15,7 @@ dirfd
 extensions
 fnmatch
 getlogin_r
+memchr
 mempcpy
 stdbool
 strdup
index 5e908d2..1ec8f41 100644 (file)
@@ -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
index ea0ed1c..f049c6a 100644 (file)
@@ -5,6 +5,7 @@ Files:
 
 Depends-on:
 strcasestr-simple
+memchr
 
 configure.ac:
 gl_FUNC_STRCASESTR
index 627e694..9f9f2ca 100644 (file)
@@ -8,6 +8,7 @@ m4/strnlen.m4
 Depends-on:
 extensions
 string
+memchr
 
 configure.ac:
 gl_FUNC_STRNLEN