mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
Rename module stdbool to stdbool-h.
* modules/stdbool-h: Renamed from modules/stdbool. * modules/stdbool-h-tests: Renamed from modules/stdbool-tests. * modules/stdbool-h-c++-tests: Renamed from modules/stdbool-c++-tests. * tests/test-stdbool-h.c: Renamed from tests/test-stdbool.c. * tests/test-stdbool-h-c++.cc: Renamed from tests/test-stdbool-c++.cc. * tests/test-stdbool-h-c++2.cc: Renamed from tests/test-stdbool-c++2.cc. * tests/test-stdbool-h-c99.c: Update. * tests/test-stdbool-h-c99-c++.cc: Update. * doc/posix-headers/stdbool.texi: Update. * doc/gnulib-readme.texi: Update. * doc/gnulib.texi: Update. * modules/* (Depends-on): Update. * modules/stdbool: New file.
This commit is contained in:
17
ChangeLog
17
ChangeLog
@@ -1,3 +1,20 @@
|
|||||||
|
2024-12-27 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
Rename module stdbool to stdbool-h.
|
||||||
|
* modules/stdbool-h: Renamed from modules/stdbool.
|
||||||
|
* modules/stdbool-h-tests: Renamed from modules/stdbool-tests.
|
||||||
|
* modules/stdbool-h-c++-tests: Renamed from modules/stdbool-c++-tests.
|
||||||
|
* tests/test-stdbool-h.c: Renamed from tests/test-stdbool.c.
|
||||||
|
* tests/test-stdbool-h-c++.cc: Renamed from tests/test-stdbool-c++.cc.
|
||||||
|
* tests/test-stdbool-h-c++2.cc: Renamed from tests/test-stdbool-c++2.cc.
|
||||||
|
* tests/test-stdbool-h-c99.c: Update.
|
||||||
|
* tests/test-stdbool-h-c99-c++.cc: Update.
|
||||||
|
* doc/posix-headers/stdbool.texi: Update.
|
||||||
|
* doc/gnulib-readme.texi: Update.
|
||||||
|
* doc/gnulib.texi: Update.
|
||||||
|
* modules/* (Depends-on): Update.
|
||||||
|
* modules/stdbool: New file.
|
||||||
|
|
||||||
2024-12-27 Bruno Haible <bruno@clisp.org>
|
2024-12-27 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
Rename module stdbool-c99 to stdbool-h-c99.
|
Rename module stdbool-c99 to stdbool-h-c99.
|
||||||
|
@@ -366,10 +366,10 @@ A declaration after a statement, or as the first clause in a
|
|||||||
|
|
||||||
@item
|
@item
|
||||||
@code{<stdbool.h>},
|
@code{<stdbool.h>},
|
||||||
@mindex stdbool
|
@mindex stdbool-h
|
||||||
although Gnulib code no longer uses
|
although Gnulib code no longer uses
|
||||||
it directly, preferring plain @code{bool} via the
|
it directly, preferring plain @code{bool} via the
|
||||||
@code{stdbool} module instead.
|
@code{stdbool-h} module instead.
|
||||||
@xref{stdbool.h}.
|
@xref{stdbool.h}.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
|
@@ -988,8 +988,8 @@ On pre-C23 platforms, @code{alignas} and @code{alignof} are macros.
|
|||||||
@node bool
|
@node bool
|
||||||
@section @code{bool}
|
@section @code{bool}
|
||||||
|
|
||||||
Gnulib module: stdbool
|
Gnulib module: stdbool-h
|
||||||
@mindex stdbool
|
@mindex stdbool-h
|
||||||
|
|
||||||
Portability problems fixed by Gnulib:
|
Portability problems fixed by Gnulib:
|
||||||
@itemize
|
@itemize
|
||||||
|
@@ -5,11 +5,11 @@ POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/bas
|
|||||||
|
|
||||||
Gnulib module: stdbool-h-c99
|
Gnulib module: stdbool-h-c99
|
||||||
@mindex stdbool-h-c99
|
@mindex stdbool-h-c99
|
||||||
@mindex stdbool
|
@mindex stdbool-h
|
||||||
|
|
||||||
The @code{stdbool-h-c99} module is present only for programs that
|
The @code{stdbool-h-c99} module is present only for programs that
|
||||||
formerly used the old @code{stdbool} module for C99 compatibility,
|
formerly used the old @code{stdbool} module for C99 compatibility,
|
||||||
and that for some reason cannot use the current @code{stdbool} module
|
and that for some reason cannot use the current @code{stdbool-h} module
|
||||||
for C23 compatibility.
|
for C23 compatibility.
|
||||||
|
|
||||||
Portability problems fixed by Gnulib:
|
Portability problems fixed by Gnulib:
|
||||||
|
@@ -16,7 +16,7 @@ extern-inline
|
|||||||
fstat
|
fstat
|
||||||
minmax
|
minmax
|
||||||
stat
|
stat
|
||||||
stdbool
|
stdbool-h
|
||||||
sys_stat
|
sys_stat
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -5,7 +5,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
ignore-value
|
ignore-value
|
||||||
stdbool
|
stdbool-h
|
||||||
symlink
|
symlink
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -5,7 +5,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
ignore-value
|
ignore-value
|
||||||
stdbool
|
stdbool-h
|
||||||
symlink
|
symlink
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -5,7 +5,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
ignore-value
|
ignore-value
|
||||||
stdbool
|
stdbool-h
|
||||||
symlink
|
symlink
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -5,7 +5,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
ignore-value
|
ignore-value
|
||||||
stdbool
|
stdbool-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -16,7 +16,7 @@ gnulib-i18n
|
|||||||
memcmp
|
memcmp
|
||||||
quote
|
quote
|
||||||
quotearg
|
quotearg
|
||||||
stdbool
|
stdbool-h
|
||||||
stdlib
|
stdlib
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -32,7 +32,7 @@ strcase
|
|||||||
extensions
|
extensions
|
||||||
vsnprintf
|
vsnprintf
|
||||||
sleep
|
sleep
|
||||||
stdbool
|
stdbool-h
|
||||||
stdio
|
stdio
|
||||||
strerror
|
strerror
|
||||||
memchr
|
memchr
|
||||||
|
@@ -8,7 +8,7 @@ lib/argv-iter.h
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
getdelim
|
getdelim
|
||||||
snippet/arg-nonnull
|
snippet/arg-nonnull
|
||||||
stdbool
|
stdbool-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@ m4/atomic-cas.m4
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
signal-h
|
signal-h
|
||||||
stdbool
|
stdbool-h
|
||||||
sigprocmask
|
sigprocmask
|
||||||
windows-spin
|
windows-spin
|
||||||
sparcv8+
|
sparcv8+
|
||||||
|
@@ -21,7 +21,7 @@ memcmp
|
|||||||
opendirat
|
opendirat
|
||||||
readdir
|
readdir
|
||||||
renameatu
|
renameatu
|
||||||
stdbool
|
stdbool-h
|
||||||
stdckdint
|
stdckdint
|
||||||
stdint
|
stdint
|
||||||
xalloc-oversized
|
xalloc-oversized
|
||||||
|
@@ -21,7 +21,7 @@ memcmp
|
|||||||
opendirat
|
opendirat
|
||||||
readdir
|
readdir
|
||||||
renameatu
|
renameatu
|
||||||
stdbool
|
stdbool-h
|
||||||
stdckdint
|
stdckdint
|
||||||
stdint
|
stdint
|
||||||
xalloc-die
|
xalloc-die
|
||||||
|
@@ -9,7 +9,7 @@ m4/base32.m4
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
extern-inline
|
extern-inline
|
||||||
ialloc
|
ialloc
|
||||||
stdbool
|
stdbool-h
|
||||||
memchr
|
memchr
|
||||||
stdckdint
|
stdckdint
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@ m4/base64.m4
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
extern-inline
|
extern-inline
|
||||||
ialloc
|
ialloc
|
||||||
stdbool
|
stdbool-h
|
||||||
memchr
|
memchr
|
||||||
stdckdint
|
stdckdint
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@ lib/basename-lgpl.c
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
double-slash-root
|
double-slash-root
|
||||||
filename
|
filename
|
||||||
stdbool
|
stdbool-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@ lib/bcp47.h
|
|||||||
lib/bcp47.c
|
lib/bcp47.c
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdbool
|
stdbool-h
|
||||||
c-ctype
|
c-ctype
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -25,7 +25,7 @@ gettext-h
|
|||||||
gnulib-i18n
|
gnulib-i18n
|
||||||
integer_length_l
|
integer_length_l
|
||||||
obstack
|
obstack
|
||||||
stdbool
|
stdbool-h
|
||||||
xalloc
|
xalloc
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -13,7 +13,7 @@ extensions
|
|||||||
idx
|
idx
|
||||||
stat-time
|
stat-time
|
||||||
gettimeofday
|
gettimeofday
|
||||||
stdbool
|
stdbool-h
|
||||||
time-h
|
time-h
|
||||||
unlocked-io-internal
|
unlocked-io-internal
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@ m4/byteswap.m4
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
gen-header
|
gen-header
|
||||||
extern-inline [$GL_GENERATE_BYTESWAP_H]
|
extern-inline [$GL_GENERATE_BYTESWAP_H]
|
||||||
stdbool [$GL_GENERATE_BYTESWAP_H]
|
stdbool-h [$GL_GENERATE_BYTESWAP_H]
|
||||||
stdint [$GL_GENERATE_BYTESWAP_H]
|
stdint [$GL_GENERATE_BYTESWAP_H]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -7,7 +7,7 @@ lib/c-ctype.c
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
extern-inline
|
extern-inline
|
||||||
stdbool
|
stdbool-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@ extensions
|
|||||||
intprops
|
intprops
|
||||||
libc-config
|
libc-config
|
||||||
locale-h
|
locale-h
|
||||||
stdbool
|
stdbool-h
|
||||||
stdckdint
|
stdckdint
|
||||||
time_rz
|
time_rz
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@ lib/str-two-way.h
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
c-ctype
|
c-ctype
|
||||||
c-strcase
|
c-strcase
|
||||||
stdbool
|
stdbool-h
|
||||||
memchr
|
memchr
|
||||||
memcmp
|
memcmp
|
||||||
|
|
||||||
|
@@ -26,7 +26,7 @@ rawmemchr
|
|||||||
readlink
|
readlink
|
||||||
glibc-internal/scratch_buffer
|
glibc-internal/scratch_buffer
|
||||||
stat
|
stat
|
||||||
stdbool
|
stdbool-h
|
||||||
sys_stat
|
sys_stat
|
||||||
unistd
|
unistd
|
||||||
xalloc-die
|
xalloc-die
|
||||||
|
@@ -26,7 +26,7 @@ rawmemchr [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $RE
|
|||||||
readlink [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
|
readlink [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
|
||||||
glibc-internal/scratch_buffer [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
|
glibc-internal/scratch_buffer [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
|
||||||
stat [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
|
stat [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
|
||||||
stdbool [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
|
stdbool-h [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
|
||||||
sys_stat [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
|
sys_stat [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
|
||||||
unistd [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
|
unistd [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@ Depends-on:
|
|||||||
float-h
|
float-h
|
||||||
isnand-nolibm
|
isnand-nolibm
|
||||||
nan
|
nan
|
||||||
stdbool
|
stdbool-h
|
||||||
stdint
|
stdint
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -10,7 +10,7 @@ Depends-on:
|
|||||||
float-h
|
float-h
|
||||||
isnanf-nolibm
|
isnanf-nolibm
|
||||||
nan
|
nan
|
||||||
stdbool
|
stdbool-h
|
||||||
stdint
|
stdint
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -19,7 +19,7 @@ openat [test $gl_cv_have_unlimited_file_name_length = no]
|
|||||||
memchr [test $gl_cv_have_unlimited_file_name_length = no]
|
memchr [test $gl_cv_have_unlimited_file_name_length = no]
|
||||||
mempcpy [test $gl_cv_have_unlimited_file_name_length = no]
|
mempcpy [test $gl_cv_have_unlimited_file_name_length = no]
|
||||||
memrchr [test $gl_cv_have_unlimited_file_name_length = no]
|
memrchr [test $gl_cv_have_unlimited_file_name_length = no]
|
||||||
stdbool [test $gl_cv_have_unlimited_file_name_length = no]
|
stdbool-h [test $gl_cv_have_unlimited_file_name_length = no]
|
||||||
stdlib [test $gl_cv_have_unlimited_file_name_length = no]
|
stdlib [test $gl_cv_have_unlimited_file_name_length = no]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -11,7 +11,7 @@ unistd
|
|||||||
fstat [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1]
|
fstat [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1]
|
||||||
open [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1]
|
open [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1]
|
||||||
stat [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1]
|
stat [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1]
|
||||||
stdbool [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1]
|
stdbool-h [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1]
|
||||||
sys_stat [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1]
|
sys_stat [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -11,7 +11,7 @@ lstat
|
|||||||
mgetgroups
|
mgetgroups
|
||||||
nanosleep
|
nanosleep
|
||||||
stat-time
|
stat-time
|
||||||
stdbool
|
stdbool-h
|
||||||
stdckdint
|
stdckdint
|
||||||
symlink
|
symlink
|
||||||
xconcat-filename
|
xconcat-filename
|
||||||
|
@@ -6,7 +6,7 @@ lib/classpath.h
|
|||||||
lib/classpath.c
|
lib/classpath.c
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdbool
|
stdbool-h
|
||||||
xsetenv
|
xsetenv
|
||||||
xalloc
|
xalloc
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ lib/clean-temp.c
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
c99
|
c99
|
||||||
stdbool
|
stdbool-h
|
||||||
clean-temp-simple
|
clean-temp-simple
|
||||||
list
|
list
|
||||||
asyncsafe-spin
|
asyncsafe-spin
|
||||||
|
@@ -8,7 +8,7 @@ lib/clean-temp-simple.c
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
c99
|
c99
|
||||||
stdbool
|
stdbool-h
|
||||||
list
|
list
|
||||||
asyncsafe-spin
|
asyncsafe-spin
|
||||||
unistd
|
unistd
|
||||||
|
@@ -8,7 +8,7 @@ lib/cloexec.h
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
dup2
|
dup2
|
||||||
fcntl
|
fcntl
|
||||||
stdbool
|
stdbool-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_MODULE_INDICATOR_FOR_TESTS([cloexec])
|
gl_MODULE_INDICATOR_FOR_TESTS([cloexec])
|
||||||
|
@@ -7,7 +7,7 @@ lib/close-stream.c
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
fpending
|
fpending
|
||||||
stdbool
|
stdbool-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_MODULE_INDICATOR([close-stream])
|
gl_MODULE_INDICATOR([close-stream])
|
||||||
|
@@ -11,7 +11,7 @@ freadahead
|
|||||||
fflush
|
fflush
|
||||||
gettext-h
|
gettext-h
|
||||||
gnulib-i18n
|
gnulib-i18n
|
||||||
stdbool
|
stdbool-h
|
||||||
unistd
|
unistd
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -12,7 +12,7 @@ gnulib-i18n
|
|||||||
error
|
error
|
||||||
quotearg
|
quotearg
|
||||||
exitfail
|
exitfail
|
||||||
stdbool
|
stdbool-h
|
||||||
unistd
|
unistd
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -11,7 +11,7 @@ threadlib
|
|||||||
lock
|
lock
|
||||||
errno-h
|
errno-h
|
||||||
extern-inline
|
extern-inline
|
||||||
stdbool
|
stdbool-h
|
||||||
time-h
|
time-h
|
||||||
windows-cond [test $gl_threads_api = windows]
|
windows-cond [test $gl_threads_api = windows]
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ lib/des.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint
|
||||||
stdbool
|
stdbool-h
|
||||||
memcmp
|
memcmp
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -6,7 +6,7 @@ lib/csharpcomp.h
|
|||||||
lib/csharpcomp.c
|
lib/csharpcomp.c
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdbool
|
stdbool-h
|
||||||
error
|
error
|
||||||
xconcat-filename
|
xconcat-filename
|
||||||
cygpath
|
cygpath
|
||||||
|
@@ -8,7 +8,7 @@ lib/classpath.h
|
|||||||
lib/classpath.c
|
lib/classpath.c
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdbool
|
stdbool-h
|
||||||
stat
|
stat
|
||||||
error
|
error
|
||||||
dirname
|
dirname
|
||||||
|
@@ -10,7 +10,7 @@ Depends-on:
|
|||||||
assure
|
assure
|
||||||
dev-ino
|
dev-ino
|
||||||
same-inode
|
same-inode
|
||||||
stdbool
|
stdbool-h
|
||||||
stdint
|
stdint
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -25,7 +25,7 @@ locale-h
|
|||||||
mbrtoc32-regular
|
mbrtoc32-regular
|
||||||
mbszero
|
mbszero
|
||||||
regex
|
regex
|
||||||
stdbool
|
stdbool-h
|
||||||
stddef
|
stddef
|
||||||
stdint
|
stdint
|
||||||
stdio
|
stdio
|
||||||
|
@@ -6,7 +6,7 @@ lib/diffseq.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
c99
|
c99
|
||||||
stdbool
|
stdbool-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ basename-lgpl
|
|||||||
double-slash-root
|
double-slash-root
|
||||||
filename
|
filename
|
||||||
malloc-posix
|
malloc-posix
|
||||||
stdbool
|
stdbool-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ tests/signature.h
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdbool
|
stdbool-h
|
||||||
stdint
|
stdint
|
||||||
get-rusage-as
|
get-rusage-as
|
||||||
|
|
||||||
|
@@ -16,7 +16,7 @@ mbscasecmp
|
|||||||
mbuiter [test "$GNULIB_MCEL_PREFER" != yes]
|
mbuiter [test "$GNULIB_MCEL_PREFER" != yes]
|
||||||
nullptr
|
nullptr
|
||||||
regex
|
regex
|
||||||
stdbool
|
stdbool-h
|
||||||
unlocked-io-internal
|
unlocked-io-internal
|
||||||
xalloc
|
xalloc
|
||||||
|
|
||||||
|
@@ -29,7 +29,7 @@ posix_spawnattr_init
|
|||||||
posix_spawnattr_setsigmask
|
posix_spawnattr_setsigmask
|
||||||
posix_spawnattr_setflags
|
posix_spawnattr_setflags
|
||||||
posix_spawnattr_destroy
|
posix_spawnattr_destroy
|
||||||
stdbool
|
stdbool-h
|
||||||
stdlib
|
stdlib
|
||||||
sys_wait
|
sys_wait
|
||||||
unistd
|
unistd
|
||||||
|
@@ -15,7 +15,7 @@ fcntl
|
|||||||
mkdir
|
mkdir
|
||||||
msvc-inval
|
msvc-inval
|
||||||
read-file
|
read-file
|
||||||
stdbool
|
stdbool-h
|
||||||
stdint
|
stdint
|
||||||
unistd
|
unistd
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@ Depends-on:
|
|||||||
unistd
|
unistd
|
||||||
extensions
|
extensions
|
||||||
free-posix [test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1]
|
free-posix [test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1]
|
||||||
stdbool [test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1]
|
stdbool-h [test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1]
|
||||||
findprog-in [test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1]
|
findprog-in [test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1]
|
||||||
execve [test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1]
|
execve [test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1]
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@ m4/sig_atomic_t.m4
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
c99
|
c99
|
||||||
stdbool
|
stdbool-h
|
||||||
unistd
|
unistd
|
||||||
sigaction
|
sigaction
|
||||||
lock
|
lock
|
||||||
|
@@ -24,7 +24,7 @@ malloc-posix [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
|
|||||||
open [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
|
open [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
|
||||||
realloc-posix [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
|
realloc-posix [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
|
||||||
stat [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
|
stat [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
|
||||||
stdbool [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
|
stdbool-h [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
|
||||||
strdup-posix [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
|
strdup-posix [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
|
||||||
sys_stat [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
|
sys_stat [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
|
||||||
|
|
||||||
|
@@ -4,7 +4,7 @@ tests/test-fcntl-safer.c
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdbool
|
stdbool-h
|
||||||
fcntl
|
fcntl
|
||||||
symlink
|
symlink
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@ binary-io
|
|||||||
close
|
close
|
||||||
getdtablesize
|
getdtablesize
|
||||||
msvc-nothrow
|
msvc-nothrow
|
||||||
stdbool
|
stdbool-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -20,7 +20,7 @@ limits-h
|
|||||||
malloc-posix
|
malloc-posix
|
||||||
ssize_t
|
ssize_t
|
||||||
stat
|
stat
|
||||||
stdbool
|
stdbool-h
|
||||||
stdckdint
|
stdckdint
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -8,7 +8,7 @@ lib/file-set.h
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
hash
|
hash
|
||||||
hash-triple-simple
|
hash-triple-simple
|
||||||
stdbool
|
stdbool-h
|
||||||
xalloc
|
xalloc
|
||||||
xalloc-die
|
xalloc-die
|
||||||
|
|
||||||
|
@@ -3,7 +3,7 @@ tests/test-filenamecat.c
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
idx
|
idx
|
||||||
stdbool
|
stdbool-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@ Depends-on:
|
|||||||
assert-h
|
assert-h
|
||||||
c-ctype
|
c-ctype
|
||||||
idx
|
idx
|
||||||
stdbool
|
stdbool-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@ m4/findprog.m4
|
|||||||
m4/eaccess.m4
|
m4/eaccess.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdbool
|
stdbool-h
|
||||||
sys_stat
|
sys_stat
|
||||||
xalloc
|
xalloc
|
||||||
xconcat-filename
|
xconcat-filename
|
||||||
|
@@ -8,7 +8,7 @@ m4/findprog-in.m4
|
|||||||
m4/eaccess.m4
|
m4/eaccess.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdbool
|
stdbool-h
|
||||||
sys_stat
|
sys_stat
|
||||||
filename
|
filename
|
||||||
concat-filename
|
concat-filename
|
||||||
|
@@ -9,7 +9,7 @@ m4/findprog.m4
|
|||||||
m4/eaccess.m4
|
m4/eaccess.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdbool
|
stdbool-h
|
||||||
sys_stat
|
sys_stat
|
||||||
strdup
|
strdup
|
||||||
concat-filename
|
concat-filename
|
||||||
|
@@ -10,7 +10,7 @@ Depends-on:
|
|||||||
float-h
|
float-h
|
||||||
isnand-nolibm
|
isnand-nolibm
|
||||||
nan
|
nan
|
||||||
stdbool
|
stdbool-h
|
||||||
stdint
|
stdint
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -10,7 +10,7 @@ Depends-on:
|
|||||||
float-h
|
float-h
|
||||||
isnanf-nolibm
|
isnanf-nolibm
|
||||||
nan
|
nan
|
||||||
stdbool
|
stdbool-h
|
||||||
stdint
|
stdint
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -11,7 +11,7 @@ m4/mathfunc.m4
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
math-h
|
math-h
|
||||||
float-h [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
|
float-h [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
|
||||||
stdbool [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
|
stdbool-h [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
|
||||||
assert-h [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
|
assert-h [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
|
||||||
isfinite [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
|
isfinite [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
|
||||||
integer_length [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
|
integer_length [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
|
||||||
|
@@ -13,7 +13,7 @@ Depends-on:
|
|||||||
math-h
|
math-h
|
||||||
extensions
|
extensions
|
||||||
float-h [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
|
float-h [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
|
||||||
stdbool [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
|
stdbool-h [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
|
||||||
assert-h [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
|
assert-h [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
|
||||||
isfinite [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
|
isfinite [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
|
||||||
integer_length [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
|
integer_length [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
|
||||||
|
@@ -14,7 +14,7 @@ math-h
|
|||||||
extensions
|
extensions
|
||||||
fma [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
|
fma [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
|
||||||
float-h [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
float-h [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
stdbool [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
stdbool-h [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
assert-h [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
assert-h [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
isfinite [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
isfinite [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
integer_length [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
integer_length [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
|
@@ -16,7 +16,7 @@ flexmember [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
|||||||
idx [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
idx [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
||||||
isblank [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
isblank [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
||||||
libc-config [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
libc-config [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
||||||
stdbool [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
stdbool-h [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
||||||
stdckdint [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
stdckdint [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
||||||
strnlen [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
strnlen [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
||||||
uchar [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
uchar [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
||||||
|
@@ -11,7 +11,7 @@ Depends-on:
|
|||||||
stdio
|
stdio
|
||||||
largefile
|
largefile
|
||||||
fcntl-h [test $REPLACE_FOPEN = 1]
|
fcntl-h [test $REPLACE_FOPEN = 1]
|
||||||
stdbool [test $REPLACE_FOPEN = 1]
|
stdbool-h [test $REPLACE_FOPEN = 1]
|
||||||
unistd [test $REPLACE_FOPEN = 1]
|
unistd [test $REPLACE_FOPEN = 1]
|
||||||
close [test $REPLACE_FOPEN = 1]
|
close [test $REPLACE_FOPEN = 1]
|
||||||
fstat [test $REPLACE_FOPEN = 1]
|
fstat [test $REPLACE_FOPEN = 1]
|
||||||
|
@@ -8,7 +8,7 @@ Depends-on:
|
|||||||
fopen
|
fopen
|
||||||
open [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
open [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
||||||
fcntl-h [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
fcntl-h [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
||||||
stdbool [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
stdbool-h [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
||||||
unistd [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
unistd [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
||||||
close [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
close [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
||||||
fstat [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
fstat [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
||||||
|
@@ -13,7 +13,7 @@ tests/signature.h
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdbool
|
stdbool-h
|
||||||
stdint
|
stdint
|
||||||
get-rusage-as
|
get-rusage-as
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@ lib/stdio-impl.h
|
|||||||
m4/freadable.m4
|
m4/freadable.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdbool
|
stdbool-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FUNC_FREADABLE
|
gl_FUNC_FREADABLE
|
||||||
|
@@ -8,7 +8,7 @@ lib/stdio-impl.h
|
|||||||
m4/freading.m4
|
m4/freading.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdbool
|
stdbool-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FUNC_FREADING
|
gl_FUNC_FREADING
|
||||||
|
@@ -11,7 +11,7 @@ attribute
|
|||||||
dup2
|
dup2
|
||||||
freopen
|
freopen
|
||||||
open
|
open
|
||||||
stdbool
|
stdbool-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_MODULE_INDICATOR([freopen-safer])
|
gl_MODULE_INDICATOR([freopen-safer])
|
||||||
|
@@ -3,7 +3,7 @@ tests/test-fstrcmp.c
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdbool
|
stdbool-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@ m4/fsusage.m4
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
c99
|
c99
|
||||||
largefile
|
largefile
|
||||||
stdbool
|
stdbool-h
|
||||||
stdint
|
stdint
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -34,7 +34,7 @@ opendir
|
|||||||
opendirat
|
opendirat
|
||||||
readdir
|
readdir
|
||||||
realloc-posix
|
realloc-posix
|
||||||
stdbool
|
stdbool-h
|
||||||
stddef
|
stddef
|
||||||
stdint
|
stdint
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@ lib/stdio-impl.h
|
|||||||
m4/fwritable.m4
|
m4/fwritable.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdbool
|
stdbool-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FUNC_FWRITABLE
|
gl_FUNC_FWRITABLE
|
||||||
|
@@ -7,7 +7,7 @@ lib/fwriteerror.c
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
errno-h
|
errno-h
|
||||||
stdbool
|
stdbool-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_MODULE_INDICATOR([fwriteerror])
|
gl_MODULE_INDICATOR([fwriteerror])
|
||||||
|
@@ -8,7 +8,7 @@ lib/stdio-impl.h
|
|||||||
m4/fwriting.m4
|
m4/fwriting.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdbool
|
stdbool-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FUNC_FWRITING
|
gl_FUNC_FWRITING
|
||||||
|
@@ -9,7 +9,7 @@ lib/unictype/3levelbit.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
memcmp
|
memcmp
|
||||||
stdbool
|
stdbool-h
|
||||||
strdup
|
strdup
|
||||||
strstr-simple
|
strstr-simple
|
||||||
|
|
||||||
|
@@ -4,7 +4,7 @@ tests/qemu.h
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdbool
|
stdbool-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -5,7 +5,7 @@ tests/macros.h
|
|||||||
m4/musl.m4
|
m4/musl.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdbool
|
stdbool-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_MUSL_LIBC
|
gl_MUSL_LIBC
|
||||||
|
@@ -14,7 +14,7 @@ gettext-h [test $HAVE_GETADDRINFO = 0 || test $REPLACE_GETADDRINFO = 1 ||
|
|||||||
gnulib-i18n [test $HAVE_GETADDRINFO = 0 || test $REPLACE_GETADDRINFO = 1 || test $HAVE_DECL_GAI_STRERROR = 0 || test $REPLACE_GAI_STRERROR = 1]
|
gnulib-i18n [test $HAVE_GETADDRINFO = 0 || test $REPLACE_GETADDRINFO = 1 || test $HAVE_DECL_GAI_STRERROR = 0 || test $REPLACE_GAI_STRERROR = 1]
|
||||||
inet_ntop [test $HAVE_GETADDRINFO = 0 || test $REPLACE_GETADDRINFO = 1]
|
inet_ntop [test $HAVE_GETADDRINFO = 0 || test $REPLACE_GETADDRINFO = 1]
|
||||||
snprintf [test $HAVE_GETADDRINFO = 0 || test $REPLACE_GETADDRINFO = 1]
|
snprintf [test $HAVE_GETADDRINFO = 0 || test $REPLACE_GETADDRINFO = 1]
|
||||||
stdbool [test $HAVE_GETADDRINFO = 0 || test $REPLACE_GETADDRINFO = 1]
|
stdbool-h [test $HAVE_GETADDRINFO = 0 || test $REPLACE_GETADDRINFO = 1]
|
||||||
strdup [test $HAVE_GETADDRINFO = 0 || test $REPLACE_GETADDRINFO = 1]
|
strdup [test $HAVE_GETADDRINFO = 0 || test $REPLACE_GETADDRINFO = 1]
|
||||||
servent [test $HAVE_GETADDRINFO = 0 || test $REPLACE_GETADDRINFO = 1]
|
servent [test $HAVE_GETADDRINFO = 0 || test $REPLACE_GETADDRINFO = 1]
|
||||||
hostent [test $HAVE_GETADDRINFO = 0 || test $REPLACE_GETADDRINFO = 1]
|
hostent [test $HAVE_GETADDRINFO = 0 || test $REPLACE_GETADDRINFO = 1]
|
||||||
|
@@ -25,7 +25,7 @@ opendir [test $REPLACE_GETCWD = 1]
|
|||||||
readdir [test $REPLACE_GETCWD = 1]
|
readdir [test $REPLACE_GETCWD = 1]
|
||||||
rewinddir [test $REPLACE_GETCWD = 1]
|
rewinddir [test $REPLACE_GETCWD = 1]
|
||||||
closedir [test $REPLACE_GETCWD = 1]
|
closedir [test $REPLACE_GETCWD = 1]
|
||||||
stdbool [test $REPLACE_GETCWD = 1]
|
stdbool-h [test $REPLACE_GETCWD = 1]
|
||||||
malloc-posix [test $REPLACE_GETCWD = 1]
|
malloc-posix [test $REPLACE_GETCWD = 1]
|
||||||
strdup-posix [test $REPLACE_GETCWD = 1]
|
strdup-posix [test $REPLACE_GETCWD = 1]
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@ errno-h
|
|||||||
fcntl-h
|
fcntl-h
|
||||||
getcwd-lgpl
|
getcwd-lgpl
|
||||||
pathmax
|
pathmax
|
||||||
stdbool
|
stdbool-h
|
||||||
sys_stat
|
sys_stat
|
||||||
test-framework-sh
|
test-framework-sh
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@ Depends-on:
|
|||||||
extensions
|
extensions
|
||||||
intprops [test $HAVE_GETLOADAVG = 0 || test $REPLACE_GETLOADAVG = 1]
|
intprops [test $HAVE_GETLOADAVG = 0 || test $REPLACE_GETLOADAVG = 1]
|
||||||
open [case $host_os in mingw* | windows*) false;; *) test $HAVE_GETLOADAVG = 0 || test $REPLACE_GETLOADAVG = 1;; esac]
|
open [case $host_os in mingw* | windows*) false;; *) test $HAVE_GETLOADAVG = 0 || test $REPLACE_GETLOADAVG = 1;; esac]
|
||||||
stdbool [test $HAVE_GETLOADAVG = 0 || test $REPLACE_GETLOADAVG = 1]
|
stdbool-h [test $HAVE_GETLOADAVG = 0 || test $REPLACE_GETLOADAVG = 1]
|
||||||
stdlib [test $HAVE_GETLOADAVG = 0 || test $REPLACE_GETLOADAVG = 1]
|
stdlib [test $HAVE_GETLOADAVG = 0 || test $REPLACE_GETLOADAVG = 1]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -5,7 +5,7 @@ tests/signature.h
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdbool
|
stdbool-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -5,7 +5,7 @@ tests/signature.h
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdbool
|
stdbool-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@ m4/getndelim2.m4
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
limits-h
|
limits-h
|
||||||
ssize_t
|
ssize_t
|
||||||
stdbool
|
stdbool-h
|
||||||
stdint
|
stdint
|
||||||
freadptr
|
freadptr
|
||||||
freadseek
|
freadseek
|
||||||
|
@@ -9,7 +9,7 @@ tests/test-getopt_long.h
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
dup2
|
dup2
|
||||||
setenv
|
setenv
|
||||||
stdbool
|
stdbool-h
|
||||||
unistd
|
unistd
|
||||||
unsetenv
|
unsetenv
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@ tests/test-getopt.h
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
dup2
|
dup2
|
||||||
setenv
|
setenv
|
||||||
stdbool
|
stdbool-h
|
||||||
unistd
|
unistd
|
||||||
unsetenv
|
unsetenv
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@ extensions
|
|||||||
fopen-gnu
|
fopen-gnu
|
||||||
fseeko
|
fseeko
|
||||||
getline
|
getline
|
||||||
stdbool
|
stdbool-h
|
||||||
strdup-posix
|
strdup-posix
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -9,7 +9,7 @@ Depends-on:
|
|||||||
sys_random
|
sys_random
|
||||||
fcntl-h [test $HAVE_GETRANDOM = 0 || test $REPLACE_GETRANDOM = 1]
|
fcntl-h [test $HAVE_GETRANDOM = 0 || test $REPLACE_GETRANDOM = 1]
|
||||||
minmax [test $HAVE_GETRANDOM = 0 || test $REPLACE_GETRANDOM = 1]
|
minmax [test $HAVE_GETRANDOM = 0 || test $REPLACE_GETRANDOM = 1]
|
||||||
stdbool [test $HAVE_GETRANDOM = 0 || test $REPLACE_GETRANDOM = 1]
|
stdbool-h [test $HAVE_GETRANDOM = 0 || test $REPLACE_GETRANDOM = 1]
|
||||||
open [case $host_os in mingw* | windows*) false;; *) test $HAVE_GETRANDOM = 0 || test $REPLACE_GETRANDOM = 1;; esac]
|
open [case $host_os in mingw* | windows*) false;; *) test $HAVE_GETRANDOM = 0 || test $REPLACE_GETRANDOM = 1;; esac]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -8,7 +8,7 @@ Depends-on:
|
|||||||
c99
|
c99
|
||||||
getopt-gnu
|
getopt-gnu
|
||||||
idx
|
idx
|
||||||
stdbool
|
stdbool-h
|
||||||
stdint
|
stdint
|
||||||
stdlib
|
stdlib
|
||||||
error
|
error
|
||||||
|
@@ -16,7 +16,7 @@ c99
|
|||||||
builtin-expect
|
builtin-expect
|
||||||
gen-header
|
gen-header
|
||||||
libc-config
|
libc-config
|
||||||
stdbool
|
stdbool-h
|
||||||
stdckdint
|
stdckdint
|
||||||
stddef
|
stddef
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@ c99
|
|||||||
builtin-expect
|
builtin-expect
|
||||||
gen-header
|
gen-header
|
||||||
libc-config
|
libc-config
|
||||||
stdbool
|
stdbool-h
|
||||||
stddef
|
stddef
|
||||||
malloc-posix
|
malloc-posix
|
||||||
realloc-posix
|
realloc-posix
|
||||||
|
@@ -28,7 +28,7 @@ mempcpy [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
|||||||
opendir [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
opendir [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
||||||
readdir [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
readdir [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
||||||
glibc-internal/scratch_buffer [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
glibc-internal/scratch_buffer [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
||||||
stdbool [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
stdbool-h [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
||||||
stdckdint [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
stdckdint [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
||||||
stdint [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
stdint [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
||||||
strdup [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
strdup [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
||||||
|
@@ -10,7 +10,7 @@ count-one-bits
|
|||||||
extern-inline
|
extern-inline
|
||||||
flexmember
|
flexmember
|
||||||
inttypes-h-incomplete
|
inttypes-h-incomplete
|
||||||
stdbool
|
stdbool-h
|
||||||
stdint
|
stdint
|
||||||
verify
|
verify
|
||||||
xalloc
|
xalloc
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user