From 816e66d4315a7aa1d741bb1ebccb5578a1f8eada Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 3 Nov 2022 13:32:42 +0100 Subject: [PATCH] dynarray: Rename to glibc-internal/dynarray. * modules/glibc-internal/dynarray: Renamed from modules/dynarray. * modules/glibc-internal/dynarray-tests: Renamed from modules/dynarray-tests. * modules/regex (Depends-on): Update. * NEWS: Mention this change and the previous one. --- ChangeLog | 9 +++++ NEWS | 4 ++ modules/{ => glibc-internal}/dynarray | 0 modules/{ => glibc-internal}/dynarray-tests | 0 modules/regex | 42 ++++++++++----------- 5 files changed, 34 insertions(+), 21 deletions(-) rename modules/{ => glibc-internal}/dynarray (100%) rename modules/{ => glibc-internal}/dynarray-tests (100%) diff --git a/ChangeLog b/ChangeLog index 70e717284b..70ece5200a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2022-11-03 Bruno Haible + + dynarray: Rename to glibc-internal/dynarray. + * modules/glibc-internal/dynarray: Renamed from modules/dynarray. + * modules/glibc-internal/dynarray-tests: Renamed from + modules/dynarray-tests. + * modules/regex (Depends-on): Update. + * NEWS: Mention this change and the previous one. + 2022-11-03 Bruno Haible scratch_buffer: Rename to glibc-internal/scratch_buffer. diff --git a/NEWS b/NEWS index 327fc8ceee..3b83e2978d 100644 --- a/NEWS +++ b/NEWS @@ -74,6 +74,10 @@ User visible incompatible changes Date Modules Changes +2022-11-03 dynarray These modules are renamed to glibc-internal/dynarray + scratch_buffer and glibc-internal/scratch_buffer, respectively. + They are not meant for general use. + 2022-11-02 scratch_buffer The function 'gl_scratch_buffer_dupfree' is removed. 2022-09-10 stdbool This module now assumes C99 and provides C23, diff --git a/modules/dynarray b/modules/glibc-internal/dynarray similarity index 100% rename from modules/dynarray rename to modules/glibc-internal/dynarray diff --git a/modules/dynarray-tests b/modules/glibc-internal/dynarray-tests similarity index 100% rename from modules/dynarray-tests rename to modules/glibc-internal/dynarray-tests diff --git a/modules/regex b/modules/regex index b780427221..7779a1e796 100644 --- a/modules/regex +++ b/modules/regex @@ -20,27 +20,27 @@ c99 extensions ssize_t vararrays -attribute [test $ac_use_included_regex = yes] -btowc [test $ac_use_included_regex = yes] -builtin-expect [test $ac_use_included_regex = yes] -dynarray [test $ac_use_included_regex = yes] -intprops [test $ac_use_included_regex = yes] -iswctype [test $ac_use_included_regex = yes] -langinfo [test $ac_use_included_regex = yes] -libc-config [test $ac_use_included_regex = yes] -lock [test $ac_use_included_regex = yes] -memcmp [test $ac_use_included_regex = yes] -memmove [test $ac_use_included_regex = yes] -mbrtowc [test $ac_use_included_regex = yes] -mbsinit [test $ac_use_included_regex = yes] -nl_langinfo [test $ac_use_included_regex = yes] -stdbool [test $ac_use_included_regex = yes] -stdint [test $ac_use_included_regex = yes] -verify [test $ac_use_included_regex = yes] -wchar [test $ac_use_included_regex = yes] -wcrtomb [test $ac_use_included_regex = yes] -wctype-h [test $ac_use_included_regex = yes] -wctype [test $ac_use_included_regex = yes] +attribute [test $ac_use_included_regex = yes] +btowc [test $ac_use_included_regex = yes] +builtin-expect [test $ac_use_included_regex = yes] +glibc-internal/dynarray [test $ac_use_included_regex = yes] +intprops [test $ac_use_included_regex = yes] +iswctype [test $ac_use_included_regex = yes] +langinfo [test $ac_use_included_regex = yes] +libc-config [test $ac_use_included_regex = yes] +lock [test $ac_use_included_regex = yes] +memcmp [test $ac_use_included_regex = yes] +memmove [test $ac_use_included_regex = yes] +mbrtowc [test $ac_use_included_regex = yes] +mbsinit [test $ac_use_included_regex = yes] +nl_langinfo [test $ac_use_included_regex = yes] +stdbool [test $ac_use_included_regex = yes] +stdint [test $ac_use_included_regex = yes] +verify [test $ac_use_included_regex = yes] +wchar [test $ac_use_included_regex = yes] +wcrtomb [test $ac_use_included_regex = yes] +wctype-h [test $ac_use_included_regex = yes] +wctype [test $ac_use_included_regex = yes] configure.ac: gl_REGEX -- 2.39.5