From: Bruno Haible Date: Sun, 2 Nov 2008 16:35:43 +0000 (+0100) Subject: Mark 'memmove' obsolete. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ea924859783c696d85aa38a74dd79fd26a25c0c;p=pspp Mark 'memmove' obsolete. --- diff --git a/ChangeLog b/ChangeLog index f334ecfb56..54762bf209 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2008-11-02 Bruno Haible + + Mark 'memmove' obsolete. + * modules/memmove (Status, Notice): New sections. + * modules/argp (Depends-on): Add memmove. + * modules/argz (Depends-on): Likewise. + * modules/canonicalize (Depends-on): Likewise. + * modules/canonicalize-lgpl (Depends-on): Likewise. + * modules/fts (Depends-on): Likewise. + * modules/getcwd (Depends-on): Likewise. + * modules/human (Depends-on): Likewise. + * modules/regex (Depends-on): Likewise. + * modules/striconveh (Depends-on): Likewise. + * modules/trim (Depends-on): Likewise. + * modules/unistr/u8-move (Depends-on): Likewise. + * modules/unistr/u16-move (Depends-on): Likewise. + * modules/unistr/u32-move (Depends-on): Likewise. + 2008-11-02 Bruno Haible Mark 'memcpy' obsolete. diff --git a/modules/argp b/modules/argp index 8605afa823..e232e2e04b 100644 --- a/modules/argp +++ b/modules/argp @@ -37,6 +37,7 @@ vsnprintf sleep strerror memchr +memmove configure.ac: gl_ARGP diff --git a/modules/argz b/modules/argz index 19d884bcc8..8217ff831e 100644 --- a/modules/argz +++ b/modules/argz @@ -7,6 +7,7 @@ lib/argz.c m4/argz.m4 Depends-on: +memmove mempcpy stpcpy strndup diff --git a/modules/canonicalize b/modules/canonicalize index 4c6916d857..23baa7594c 100644 --- a/modules/canonicalize +++ b/modules/canonicalize @@ -12,6 +12,7 @@ areadlink-with-size file-set filenamecat hash-triple +memmove sys_stat xalloc xgetcwd diff --git a/modules/canonicalize-lgpl b/modules/canonicalize-lgpl index f4ede967b7..b462c61bd8 100644 --- a/modules/canonicalize-lgpl +++ b/modules/canonicalize-lgpl @@ -9,6 +9,7 @@ m4/canonicalize-lgpl.m4 Depends-on: alloca-opt malloca +memmove pathmax readlink diff --git a/modules/fts b/modules/fts index a412d0ac9d..2cbed1c1fe 100644 --- a/modules/fts +++ b/modules/fts @@ -18,6 +18,7 @@ fcntl-safer hash i-ring lstat +memmove openat stdbool unistd-safer diff --git a/modules/getcwd b/modules/getcwd index 46ecb03d4f..cec9e2a511 100644 --- a/modules/getcwd +++ b/modules/getcwd @@ -12,6 +12,7 @@ mempcpy d-ino dirfd extensions +memmove openat stdbool unistd diff --git a/modules/human b/modules/human index 566b559238..2216ca4e6e 100644 --- a/modules/human +++ b/modules/human @@ -11,6 +11,7 @@ Depends-on: argmatch error intprops +memmove xstrtoumax stdbool stdint diff --git a/modules/memmove b/modules/memmove index 6588c43130..53ca972685 100644 --- a/modules/memmove +++ b/modules/memmove @@ -1,6 +1,12 @@ Description: memmove() function: copy memory area. +Status: +obsolete + +Notice: +This module is obsolete. + Files: lib/memmove.c m4/memmove.m4 diff --git a/modules/regex b/modules/regex index 4b2d4c7540..1659e1857e 100644 --- a/modules/regex +++ b/modules/regex @@ -18,6 +18,7 @@ gettext-h localcharset malloc memcmp +memmove stdbool stdint ssize_t diff --git a/modules/striconveh b/modules/striconveh index c7da73ed16..8578a7f74f 100644 --- a/modules/striconveh +++ b/modules/striconveh @@ -17,6 +17,7 @@ unistr/u8-uctomb strdup c-strcase c-strcaseeq +memmove configure.ac: if test $gl_cond_libtool = false; then diff --git a/modules/trim b/modules/trim index 66161d8321..59b2c18064 100644 --- a/modules/trim +++ b/modules/trim @@ -9,6 +9,7 @@ Depends-on: xalloc mbchar mbiter +memmove configure.ac: gl_FUNC_MBRTOWC diff --git a/modules/unistr/u16-move b/modules/unistr/u16-move index 28805d6728..fd0a0b6341 100644 --- a/modules/unistr/u16-move +++ b/modules/unistr/u16-move @@ -7,6 +7,7 @@ lib/unistr/u-move.h Depends-on: unistr/base +memmove configure.ac: diff --git a/modules/unistr/u32-move b/modules/unistr/u32-move index dfe9bfccfa..2cc237bda2 100644 --- a/modules/unistr/u32-move +++ b/modules/unistr/u32-move @@ -7,6 +7,7 @@ lib/unistr/u-move.h Depends-on: unistr/base +memmove configure.ac: diff --git a/modules/unistr/u8-move b/modules/unistr/u8-move index a8d05e2503..24032361f7 100644 --- a/modules/unistr/u8-move +++ b/modules/unistr/u8-move @@ -7,6 +7,7 @@ lib/unistr/u-move.h Depends-on: unistr/base +memmove configure.ac: