mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
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.
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
2022-11-03 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
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 <bruno@clisp.org>
|
2022-11-03 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
scratch_buffer: Rename to glibc-internal/scratch_buffer.
|
scratch_buffer: Rename to glibc-internal/scratch_buffer.
|
||||||
|
4
NEWS
4
NEWS
@@ -74,6 +74,10 @@ User visible incompatible changes
|
|||||||
|
|
||||||
Date Modules 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-11-02 scratch_buffer The function 'gl_scratch_buffer_dupfree' is removed.
|
||||||
|
|
||||||
2022-09-10 stdbool This module now assumes C99 and provides C23,
|
2022-09-10 stdbool This module now assumes C99 and provides C23,
|
||||||
|
@@ -20,27 +20,27 @@ c99
|
|||||||
extensions
|
extensions
|
||||||
ssize_t
|
ssize_t
|
||||||
vararrays
|
vararrays
|
||||||
attribute [test $ac_use_included_regex = yes]
|
attribute [test $ac_use_included_regex = yes]
|
||||||
btowc [test $ac_use_included_regex = yes]
|
btowc [test $ac_use_included_regex = yes]
|
||||||
builtin-expect [test $ac_use_included_regex = yes]
|
builtin-expect [test $ac_use_included_regex = yes]
|
||||||
dynarray [test $ac_use_included_regex = yes]
|
glibc-internal/dynarray [test $ac_use_included_regex = yes]
|
||||||
intprops [test $ac_use_included_regex = yes]
|
intprops [test $ac_use_included_regex = yes]
|
||||||
iswctype [test $ac_use_included_regex = yes]
|
iswctype [test $ac_use_included_regex = yes]
|
||||||
langinfo [test $ac_use_included_regex = yes]
|
langinfo [test $ac_use_included_regex = yes]
|
||||||
libc-config [test $ac_use_included_regex = yes]
|
libc-config [test $ac_use_included_regex = yes]
|
||||||
lock [test $ac_use_included_regex = yes]
|
lock [test $ac_use_included_regex = yes]
|
||||||
memcmp [test $ac_use_included_regex = yes]
|
memcmp [test $ac_use_included_regex = yes]
|
||||||
memmove [test $ac_use_included_regex = yes]
|
memmove [test $ac_use_included_regex = yes]
|
||||||
mbrtowc [test $ac_use_included_regex = yes]
|
mbrtowc [test $ac_use_included_regex = yes]
|
||||||
mbsinit [test $ac_use_included_regex = yes]
|
mbsinit [test $ac_use_included_regex = yes]
|
||||||
nl_langinfo [test $ac_use_included_regex = yes]
|
nl_langinfo [test $ac_use_included_regex = yes]
|
||||||
stdbool [test $ac_use_included_regex = yes]
|
stdbool [test $ac_use_included_regex = yes]
|
||||||
stdint [test $ac_use_included_regex = yes]
|
stdint [test $ac_use_included_regex = yes]
|
||||||
verify [test $ac_use_included_regex = yes]
|
verify [test $ac_use_included_regex = yes]
|
||||||
wchar [test $ac_use_included_regex = yes]
|
wchar [test $ac_use_included_regex = yes]
|
||||||
wcrtomb [test $ac_use_included_regex = yes]
|
wcrtomb [test $ac_use_included_regex = yes]
|
||||||
wctype-h [test $ac_use_included_regex = yes]
|
wctype-h [test $ac_use_included_regex = yes]
|
||||||
wctype [test $ac_use_included_regex = yes]
|
wctype [test $ac_use_included_regex = yes]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_REGEX
|
gl_REGEX
|
||||||
|
Reference in New Issue
Block a user