bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mark memcmp as obsolete


From: Bruno Haible
Subject: Re: mark memcmp as obsolete
Date: Sun, 2 Nov 2008 16:56:50 +0100
User-agent: KMail/1.5.4

This marks 'memcmp' as obsolete.

2008-11-02  Bruno Haible  <address@hidden>

        Mark 'memcmp' obsolete.
        * modules/memcmp (Status, Notice): New sections.
        * modules/argmatch (Depends-on): Add memchr.
        * modules/backupfile (Depends-on): Likewise.
        * modules/c-strcasestr (Depends-on): Likewise.
        * modules/crypto/des (Depends-on): Likewise.
        * modules/csharpcomp (Depends-on): Likewise.
        * modules/fnmatch (Depends-on): Likewise.
        * modules/git-merge-changelog (Depends-on): Likewise.
        * modules/isnand (Depends-on): Likewise.
        * modules/isnand-nolibm (Depends-on): Likewise.
        * modules/isnanf (Depends-on): Likewise.
        * modules/isnanf-nolibm (Depends-on): Likewise.
        * modules/isnanl (Depends-on): Likewise.
        * modules/isnanl-nolibm (Depends-on): Likewise.
        * modules/mbchar (Depends-on): Likewise.
        * modules/memcoll (Depends-on): Likewise.
        * modules/quotearg (Depends-on): Likewise.
        * modules/regex (Depends-on): Likewise.
        * modules/relocatable-prog (Depends-on): Likewise.
        * modules/same (Depends-on): Likewise.
        * modules/signbit (Depends-on): Likewise.
        * modules/strcasestr-simple (Depends-on): Likewise.
        * modules/unictype/gen-ctype (Depends-on): Likewise.
        * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
        * modules/uniname/uniname (Depends-on): Likewise.
        * modules/unistr/u8-cmp (Depends-on): Likewise.

--- modules/memcmp.orig 2008-11-02 16:52:25.000000000 +0100
+++ modules/memcmp      2008-11-02 15:30:18.000000000 +0100
@@ -1,6 +1,12 @@
 Description:
 memcmp() function: compare memory areas.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete.
+
 Files:
 lib/memcmp.c
 m4/memcmp.m4
--- modules/argmatch.orig       2008-11-02 16:52:25.000000000 +0100
+++ modules/argmatch    2008-11-02 16:45:02.000000000 +0100
@@ -15,6 +15,7 @@
 exitfail
 verify
 stdbool
+memcmp
 
 configure.ac:
 gl_ARGMATCH
--- modules/backupfile.orig     2008-11-02 16:52:25.000000000 +0100
+++ modules/backupfile  2008-11-02 16:45:08.000000000 +0100
@@ -12,6 +12,7 @@
 argmatch
 d-ino
 dirname
+memcmp
 stdbool
 
 configure.ac:
--- modules/c-strcasestr.orig   2008-11-02 16:52:25.000000000 +0100
+++ modules/c-strcasestr        2008-11-02 16:47:49.000000000 +0100
@@ -11,6 +11,7 @@
 c-strcase
 stdbool
 memchr
+memcmp
 
 configure.ac:
 
--- modules/crypto/des.orig     2008-11-02 16:52:25.000000000 +0100
+++ modules/crypto/des  2008-11-02 16:45:33.000000000 +0100
@@ -9,6 +9,7 @@
 Depends-on:
 stdint
 stdbool
+memcmp
 
 configure.ac:
 gl_DES
--- modules/csharpcomp.orig     2008-11-02 16:52:25.000000000 +0100
+++ modules/csharpcomp  2008-11-02 16:45:27.000000000 +0100
@@ -16,6 +16,7 @@
 safe-read
 error
 gettext-h
+memcmp
 csharpcomp-script
 
 configure.ac:
--- modules/fnmatch.orig        2008-11-02 16:52:25.000000000 +0100
+++ modules/fnmatch     2008-11-02 16:45:38.000000000 +0100
@@ -15,6 +15,7 @@
 wchar
 wctype
 memchr
+memcmp
 
 configure.ac:
 # No macro. You should also use one of fnmatch-posix or fnmatch-gnu.
--- modules/git-merge-changelog.orig    2008-11-02 16:52:25.000000000 +0100
+++ modules/git-merge-changelog 2008-11-02 16:48:34.000000000 +0100
@@ -22,6 +22,7 @@
 c-strstr
 fwriteerror
 memchr
+memcmp
 
 configure.ac:
 
--- modules/isnand.orig 2008-11-02 16:52:25.000000000 +0100
+++ modules/isnand      2008-11-02 16:45:50.000000000 +0100
@@ -11,6 +11,7 @@
 Depends-on:
 math
 fpieee
+memcmp
 
 configure.ac:
 gl_FUNC_ISNAND
--- modules/isnand-nolibm.orig  2008-11-02 16:52:25.000000000 +0100
+++ modules/isnand-nolibm       2008-11-02 16:45:53.000000000 +0100
@@ -11,6 +11,7 @@
 
 Depends-on:
 fpieee
+memcmp
 
 configure.ac:
 gl_FUNC_ISNAND_NO_LIBM
--- modules/isnanf.orig 2008-11-02 16:52:25.000000000 +0100
+++ modules/isnanf      2008-11-02 16:45:42.000000000 +0100
@@ -11,6 +11,7 @@
 Depends-on:
 math
 fpieee
+memcmp
 
 configure.ac:
 gl_FUNC_ISNANF
--- modules/isnanf-nolibm.orig  2008-11-02 16:52:25.000000000 +0100
+++ modules/isnanf-nolibm       2008-11-02 16:45:46.000000000 +0100
@@ -11,6 +11,7 @@
 
 Depends-on:
 fpieee
+memcmp
 
 configure.ac:
 gl_FUNC_ISNANF_NO_LIBM
--- modules/isnanl.orig 2008-11-02 16:52:25.000000000 +0100
+++ modules/isnanl      2008-11-02 16:45:57.000000000 +0100
@@ -12,6 +12,7 @@
 math
 float
 fpieee
+memcmp
 
 configure.ac:
 gl_FUNC_ISNANL
--- modules/isnanl-nolibm.orig  2008-11-02 16:52:25.000000000 +0100
+++ modules/isnanl-nolibm       2008-11-02 16:46:01.000000000 +0100
@@ -12,6 +12,7 @@
 Depends-on:
 float
 fpieee
+memcmp
 
 configure.ac:
 gl_FUNC_ISNANL_NO_LIBM
--- modules/mbchar.orig 2008-11-02 16:52:25.000000000 +0100
+++ modules/mbchar      2008-11-02 16:46:18.000000000 +0100
@@ -12,6 +12,7 @@
 wchar
 wctype
 wcwidth
+memcmp
 
 configure.ac:
 gl_MBCHAR
--- modules/memcoll.orig        2008-11-02 16:52:25.000000000 +0100
+++ modules/memcoll     2008-11-02 16:46:23.000000000 +0100
@@ -7,6 +7,7 @@
 m4/memcoll.m4
 
 Depends-on:
+memcmp
 
 configure.ac:
 gl_MEMCOLL
--- modules/quotearg.orig       2008-11-02 16:52:25.000000000 +0100
+++ modules/quotearg    2008-11-02 16:47:10.000000000 +0100
@@ -10,6 +10,7 @@
 
 Depends-on:
 gettext-h
+memcmp
 stdbool
 wchar
 wctype
--- modules/regex.orig  2008-11-02 16:52:25.000000000 +0100
+++ modules/regex       2008-11-02 16:47:17.000000000 +0100
@@ -17,6 +17,7 @@
 gettext-h
 localcharset
 malloc
+memcmp
 stdbool
 stdint
 ssize_t
--- modules/relocatable-prog.orig       2008-11-02 16:52:25.000000000 +0100
+++ modules/relocatable-prog    2008-11-02 16:46:49.000000000 +0100
@@ -21,6 +21,7 @@
 xreadlink
 stdbool
 unistd
+memcmp
 
 configure.ac:
 gl_RELOCATABLE([$gl_source_base])
--- modules/same.orig   2008-11-02 16:52:25.000000000 +0100
+++ modules/same        2008-11-02 16:47:23.000000000 +0100
@@ -13,6 +13,7 @@
 dirname
 same-inode
 stdbool
+memcmp
 
 configure.ac:
 gl_SAME
--- modules/signbit.orig        2008-11-02 16:52:25.000000000 +0100
+++ modules/signbit     2008-11-02 16:47:29.000000000 +0100
@@ -15,6 +15,7 @@
 isnand-nolibm
 isnanl-nolibm
 fpieee
+memcmp
 
 configure.ac:
 gl_SIGNBIT
--- modules/strcasestr-simple.orig      2008-11-02 16:52:25.000000000 +0100
+++ modules/strcasestr-simple   2008-11-02 16:51:32.000000000 +0100
@@ -11,6 +11,7 @@
 stdbool
 strcase
 memchr
+memcmp
 
 configure.ac:
 gl_FUNC_STRCASESTR_SIMPLE
--- modules/unictype/gen-ctype.orig     2008-11-02 16:52:25.000000000 +0100
+++ modules/unictype/gen-ctype  2008-11-02 16:47:41.000000000 +0100
@@ -7,6 +7,7 @@
 lib/unictype/3levelbit.h
 
 Depends-on:
+memcmp
 
 configure.ac:
 
--- modules/unilbrk/gen-lbrk.orig       2008-11-02 16:52:25.000000000 +0100
+++ modules/unilbrk/gen-lbrk    2008-11-02 16:47:45.000000000 +0100
@@ -6,6 +6,7 @@
 lib/unictype/3level.h
 
 Depends-on:
+memcmp
 
 configure.ac:
 
--- modules/uniname/uniname.orig        2008-11-02 16:52:25.000000000 +0100
+++ modules/uniname/uniname     2008-11-02 16:47:33.000000000 +0100
@@ -8,6 +8,7 @@
 
 Depends-on:
 uniname/base
+memcmp
 
 configure.ac:
 
--- modules/unistr/u8-cmp.orig  2008-11-02 16:52:25.000000000 +0100
+++ modules/unistr/u8-cmp       2008-11-02 16:47:37.000000000 +0100
@@ -6,6 +6,7 @@
 
 Depends-on:
 unistr/base
+memcmp
 
 configure.ac:
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]