# HG changeset patch # User Bruno Haible # Date 1225643743 -3600 # Node ID 3cb22d0bfd0b124a4615d7d14b55c70f8c46948d # Parent 7b893c01899117f64d2db39324351085cad4a1a0 Mark 'memmove' obsolete. diff --git a/ChangeLog b/ChangeLog --- 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 --- a/modules/argp +++ b/modules/argp @@ -37,6 +37,7 @@ sleep strerror memchr +memmove configure.ac: gl_ARGP diff --git a/modules/argz b/modules/argz --- a/modules/argz +++ b/modules/argz @@ -7,6 +7,7 @@ m4/argz.m4 Depends-on: +memmove mempcpy stpcpy strndup diff --git a/modules/canonicalize b/modules/canonicalize --- a/modules/canonicalize +++ b/modules/canonicalize @@ -12,6 +12,7 @@ file-set filenamecat hash-triple +memmove sys_stat xalloc xgetcwd diff --git a/modules/canonicalize-lgpl b/modules/canonicalize-lgpl --- a/modules/canonicalize-lgpl +++ b/modules/canonicalize-lgpl @@ -9,6 +9,7 @@ Depends-on: alloca-opt malloca +memmove pathmax readlink diff --git a/modules/fts b/modules/fts --- a/modules/fts +++ b/modules/fts @@ -18,6 +18,7 @@ hash i-ring lstat +memmove openat stdbool unistd-safer diff --git a/modules/getcwd b/modules/getcwd --- a/modules/getcwd +++ b/modules/getcwd @@ -12,6 +12,7 @@ d-ino dirfd extensions +memmove openat stdbool unistd diff --git a/modules/human b/modules/human --- a/modules/human +++ b/modules/human @@ -11,6 +11,7 @@ argmatch error intprops +memmove xstrtoumax stdbool stdint diff --git a/modules/memmove b/modules/memmove --- 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 --- a/modules/regex +++ b/modules/regex @@ -18,6 +18,7 @@ localcharset malloc memcmp +memmove stdbool stdint ssize_t diff --git a/modules/striconveh b/modules/striconveh --- a/modules/striconveh +++ b/modules/striconveh @@ -17,6 +17,7 @@ strdup c-strcase c-strcaseeq +memmove configure.ac: if test $gl_cond_libtool = false; then diff --git a/modules/trim b/modules/trim --- a/modules/trim +++ b/modules/trim @@ -9,6 +9,7 @@ xalloc mbchar mbiter +memmove configure.ac: gl_FUNC_MBRTOWC diff --git a/modules/unistr/u16-move b/modules/unistr/u16-move --- a/modules/unistr/u16-move +++ b/modules/unistr/u16-move @@ -7,6 +7,7 @@ Depends-on: unistr/base +memmove configure.ac: diff --git a/modules/unistr/u32-move b/modules/unistr/u32-move --- a/modules/unistr/u32-move +++ b/modules/unistr/u32-move @@ -7,6 +7,7 @@ Depends-on: unistr/base +memmove configure.ac: diff --git a/modules/unistr/u8-move b/modules/unistr/u8-move --- a/modules/unistr/u8-move +++ b/modules/unistr/u8-move @@ -7,6 +7,7 @@ Depends-on: unistr/base +memmove configure.ac: