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>
|
||||
|
||||
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
|
||||
@code{<stdbool.h>},
|
||||
@mindex stdbool
|
||||
@mindex stdbool-h
|
||||
although Gnulib code no longer uses
|
||||
it directly, preferring plain @code{bool} via the
|
||||
@code{stdbool} module instead.
|
||||
@code{stdbool-h} module instead.
|
||||
@xref{stdbool.h}.
|
||||
|
||||
@item
|
||||
|
@@ -988,8 +988,8 @@ On pre-C23 platforms, @code{alignas} and @code{alignof} are macros.
|
||||
@node bool
|
||||
@section @code{bool}
|
||||
|
||||
Gnulib module: stdbool
|
||||
@mindex stdbool
|
||||
Gnulib module: stdbool-h
|
||||
@mindex stdbool-h
|
||||
|
||||
Portability problems fixed by Gnulib:
|
||||
@itemize
|
||||
|
@@ -5,11 +5,11 @@ POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/bas
|
||||
|
||||
Gnulib module: stdbool-h-c99
|
||||
@mindex stdbool-h-c99
|
||||
@mindex stdbool
|
||||
@mindex stdbool-h
|
||||
|
||||
The @code{stdbool-h-c99} module is present only for programs that
|
||||
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.
|
||||
|
||||
Portability problems fixed by Gnulib:
|
||||
|
@@ -16,7 +16,7 @@ extern-inline
|
||||
fstat
|
||||
minmax
|
||||
stat
|
||||
stdbool
|
||||
stdbool-h
|
||||
sys_stat
|
||||
|
||||
configure.ac:
|
||||
|
@@ -5,7 +5,7 @@ tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
ignore-value
|
||||
stdbool
|
||||
stdbool-h
|
||||
symlink
|
||||
|
||||
configure.ac:
|
||||
|
@@ -5,7 +5,7 @@ tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
ignore-value
|
||||
stdbool
|
||||
stdbool-h
|
||||
symlink
|
||||
|
||||
configure.ac:
|
||||
|
@@ -5,7 +5,7 @@ tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
ignore-value
|
||||
stdbool
|
||||
stdbool-h
|
||||
symlink
|
||||
|
||||
configure.ac:
|
||||
|
@@ -5,7 +5,7 @@ tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
ignore-value
|
||||
stdbool
|
||||
stdbool-h
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
@@ -16,7 +16,7 @@ gnulib-i18n
|
||||
memcmp
|
||||
quote
|
||||
quotearg
|
||||
stdbool
|
||||
stdbool-h
|
||||
stdlib
|
||||
|
||||
configure.ac:
|
||||
|
@@ -32,7 +32,7 @@ strcase
|
||||
extensions
|
||||
vsnprintf
|
||||
sleep
|
||||
stdbool
|
||||
stdbool-h
|
||||
stdio
|
||||
strerror
|
||||
memchr
|
||||
|
@@ -8,7 +8,7 @@ lib/argv-iter.h
|
||||
Depends-on:
|
||||
getdelim
|
||||
snippet/arg-nonnull
|
||||
stdbool
|
||||
stdbool-h
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
@@ -8,7 +8,7 @@ m4/atomic-cas.m4
|
||||
|
||||
Depends-on:
|
||||
signal-h
|
||||
stdbool
|
||||
stdbool-h
|
||||
sigprocmask
|
||||
windows-spin
|
||||
sparcv8+
|
||||
|
@@ -21,7 +21,7 @@ memcmp
|
||||
opendirat
|
||||
readdir
|
||||
renameatu
|
||||
stdbool
|
||||
stdbool-h
|
||||
stdckdint
|
||||
stdint
|
||||
xalloc-oversized
|
||||
|
@@ -21,7 +21,7 @@ memcmp
|
||||
opendirat
|
||||
readdir
|
||||
renameatu
|
||||
stdbool
|
||||
stdbool-h
|
||||
stdckdint
|
||||
stdint
|
||||
xalloc-die
|
||||
|
@@ -9,7 +9,7 @@ m4/base32.m4
|
||||
Depends-on:
|
||||
extern-inline
|
||||
ialloc
|
||||
stdbool
|
||||
stdbool-h
|
||||
memchr
|
||||
stdckdint
|
||||
|
||||
|
@@ -9,7 +9,7 @@ m4/base64.m4
|
||||
Depends-on:
|
||||
extern-inline
|
||||
ialloc
|
||||
stdbool
|
||||
stdbool-h
|
||||
memchr
|
||||
stdckdint
|
||||
|
||||
|
@@ -8,7 +8,7 @@ lib/basename-lgpl.c
|
||||
Depends-on:
|
||||
double-slash-root
|
||||
filename
|
||||
stdbool
|
||||
stdbool-h
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
@@ -6,7 +6,7 @@ lib/bcp47.h
|
||||
lib/bcp47.c
|
||||
|
||||
Depends-on:
|
||||
stdbool
|
||||
stdbool-h
|
||||
c-ctype
|
||||
|
||||
configure.ac:
|
||||
|
@@ -25,7 +25,7 @@ gettext-h
|
||||
gnulib-i18n
|
||||
integer_length_l
|
||||
obstack
|
||||
stdbool
|
||||
stdbool-h
|
||||
xalloc
|
||||
|
||||
configure.ac:
|
||||
|
@@ -13,7 +13,7 @@ extensions
|
||||
idx
|
||||
stat-time
|
||||
gettimeofday
|
||||
stdbool
|
||||
stdbool-h
|
||||
time-h
|
||||
unlocked-io-internal
|
||||
|
||||
|
@@ -9,7 +9,7 @@ m4/byteswap.m4
|
||||
Depends-on:
|
||||
gen-header
|
||||
extern-inline [$GL_GENERATE_BYTESWAP_H]
|
||||
stdbool [$GL_GENERATE_BYTESWAP_H]
|
||||
stdbool-h [$GL_GENERATE_BYTESWAP_H]
|
||||
stdint [$GL_GENERATE_BYTESWAP_H]
|
||||
|
||||
configure.ac:
|
||||
|
@@ -7,7 +7,7 @@ lib/c-ctype.c
|
||||
|
||||
Depends-on:
|
||||
extern-inline
|
||||
stdbool
|
||||
stdbool-h
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
@@ -17,7 +17,7 @@ extensions
|
||||
intprops
|
||||
libc-config
|
||||
locale-h
|
||||
stdbool
|
||||
stdbool-h
|
||||
stdckdint
|
||||
time_rz
|
||||
|
||||
|
@@ -9,7 +9,7 @@ lib/str-two-way.h
|
||||
Depends-on:
|
||||
c-ctype
|
||||
c-strcase
|
||||
stdbool
|
||||
stdbool-h
|
||||
memchr
|
||||
memcmp
|
||||
|
||||
|
@@ -26,7 +26,7 @@ rawmemchr
|
||||
readlink
|
||||
glibc-internal/scratch_buffer
|
||||
stat
|
||||
stdbool
|
||||
stdbool-h
|
||||
sys_stat
|
||||
unistd
|
||||
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]
|
||||
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]
|
||||
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]
|
||||
unistd [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
|
||||
|
||||
|
@@ -10,7 +10,7 @@ Depends-on:
|
||||
float-h
|
||||
isnand-nolibm
|
||||
nan
|
||||
stdbool
|
||||
stdbool-h
|
||||
stdint
|
||||
|
||||
configure.ac:
|
||||
|
@@ -10,7 +10,7 @@ Depends-on:
|
||||
float-h
|
||||
isnanf-nolibm
|
||||
nan
|
||||
stdbool
|
||||
stdbool-h
|
||||
stdint
|
||||
|
||||
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]
|
||||
mempcpy [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]
|
||||
|
||||
configure.ac:
|
||||
|
@@ -11,7 +11,7 @@ unistd
|
||||
fstat [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]
|
||||
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]
|
||||
|
||||
configure.ac:
|
||||
|
@@ -11,7 +11,7 @@ lstat
|
||||
mgetgroups
|
||||
nanosleep
|
||||
stat-time
|
||||
stdbool
|
||||
stdbool-h
|
||||
stdckdint
|
||||
symlink
|
||||
xconcat-filename
|
||||
|
@@ -6,7 +6,7 @@ lib/classpath.h
|
||||
lib/classpath.c
|
||||
|
||||
Depends-on:
|
||||
stdbool
|
||||
stdbool-h
|
||||
xsetenv
|
||||
xalloc
|
||||
|
||||
|
@@ -7,7 +7,7 @@ lib/clean-temp.c
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
stdbool
|
||||
stdbool-h
|
||||
clean-temp-simple
|
||||
list
|
||||
asyncsafe-spin
|
||||
|
@@ -8,7 +8,7 @@ lib/clean-temp-simple.c
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
stdbool
|
||||
stdbool-h
|
||||
list
|
||||
asyncsafe-spin
|
||||
unistd
|
||||
|
@@ -8,7 +8,7 @@ lib/cloexec.h
|
||||
Depends-on:
|
||||
dup2
|
||||
fcntl
|
||||
stdbool
|
||||
stdbool-h
|
||||
|
||||
configure.ac:
|
||||
gl_MODULE_INDICATOR_FOR_TESTS([cloexec])
|
||||
|
@@ -7,7 +7,7 @@ lib/close-stream.c
|
||||
|
||||
Depends-on:
|
||||
fpending
|
||||
stdbool
|
||||
stdbool-h
|
||||
|
||||
configure.ac:
|
||||
gl_MODULE_INDICATOR([close-stream])
|
||||
|
@@ -11,7 +11,7 @@ freadahead
|
||||
fflush
|
||||
gettext-h
|
||||
gnulib-i18n
|
||||
stdbool
|
||||
stdbool-h
|
||||
unistd
|
||||
|
||||
configure.ac:
|
||||
|
@@ -12,7 +12,7 @@ gnulib-i18n
|
||||
error
|
||||
quotearg
|
||||
exitfail
|
||||
stdbool
|
||||
stdbool-h
|
||||
unistd
|
||||
|
||||
configure.ac:
|
||||
|
@@ -11,7 +11,7 @@ threadlib
|
||||
lock
|
||||
errno-h
|
||||
extern-inline
|
||||
stdbool
|
||||
stdbool-h
|
||||
time-h
|
||||
windows-cond [test $gl_threads_api = windows]
|
||||
|
||||
|
@@ -7,7 +7,7 @@ lib/des.h
|
||||
|
||||
Depends-on:
|
||||
stdint
|
||||
stdbool
|
||||
stdbool-h
|
||||
memcmp
|
||||
|
||||
configure.ac:
|
||||
|
@@ -6,7 +6,7 @@ lib/csharpcomp.h
|
||||
lib/csharpcomp.c
|
||||
|
||||
Depends-on:
|
||||
stdbool
|
||||
stdbool-h
|
||||
error
|
||||
xconcat-filename
|
||||
cygpath
|
||||
|
@@ -8,7 +8,7 @@ lib/classpath.h
|
||||
lib/classpath.c
|
||||
|
||||
Depends-on:
|
||||
stdbool
|
||||
stdbool-h
|
||||
stat
|
||||
error
|
||||
dirname
|
||||
|
@@ -10,7 +10,7 @@ Depends-on:
|
||||
assure
|
||||
dev-ino
|
||||
same-inode
|
||||
stdbool
|
||||
stdbool-h
|
||||
stdint
|
||||
|
||||
configure.ac:
|
||||
|
@@ -25,7 +25,7 @@ locale-h
|
||||
mbrtoc32-regular
|
||||
mbszero
|
||||
regex
|
||||
stdbool
|
||||
stdbool-h
|
||||
stddef
|
||||
stdint
|
||||
stdio
|
||||
|
@@ -6,7 +6,7 @@ lib/diffseq.h
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
stdbool
|
||||
stdbool-h
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
@@ -11,7 +11,7 @@ basename-lgpl
|
||||
double-slash-root
|
||||
filename
|
||||
malloc-posix
|
||||
stdbool
|
||||
stdbool-h
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
@@ -11,7 +11,7 @@ tests/signature.h
|
||||
tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
stdbool
|
||||
stdbool-h
|
||||
stdint
|
||||
get-rusage-as
|
||||
|
||||
|
@@ -16,7 +16,7 @@ mbscasecmp
|
||||
mbuiter [test "$GNULIB_MCEL_PREFER" != yes]
|
||||
nullptr
|
||||
regex
|
||||
stdbool
|
||||
stdbool-h
|
||||
unlocked-io-internal
|
||||
xalloc
|
||||
|
||||
|
@@ -29,7 +29,7 @@ posix_spawnattr_init
|
||||
posix_spawnattr_setsigmask
|
||||
posix_spawnattr_setflags
|
||||
posix_spawnattr_destroy
|
||||
stdbool
|
||||
stdbool-h
|
||||
stdlib
|
||||
sys_wait
|
||||
unistd
|
||||
|
@@ -15,7 +15,7 @@ fcntl
|
||||
mkdir
|
||||
msvc-inval
|
||||
read-file
|
||||
stdbool
|
||||
stdbool-h
|
||||
stdint
|
||||
unistd
|
||||
|
||||
|
@@ -9,7 +9,7 @@ Depends-on:
|
||||
unistd
|
||||
extensions
|
||||
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]
|
||||
execve [test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1]
|
||||
|
||||
|
@@ -9,7 +9,7 @@ m4/sig_atomic_t.m4
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
stdbool
|
||||
stdbool-h
|
||||
unistd
|
||||
sigaction
|
||||
lock
|
||||
|
@@ -24,7 +24,7 @@ malloc-posix [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]
|
||||
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]
|
||||
sys_stat [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
|
||||
|
||||
|
@@ -4,7 +4,7 @@ tests/test-fcntl-safer.c
|
||||
tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
stdbool
|
||||
stdbool-h
|
||||
fcntl
|
||||
symlink
|
||||
|
||||
|
@@ -8,7 +8,7 @@ binary-io
|
||||
close
|
||||
getdtablesize
|
||||
msvc-nothrow
|
||||
stdbool
|
||||
stdbool-h
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
@@ -20,7 +20,7 @@ limits-h
|
||||
malloc-posix
|
||||
ssize_t
|
||||
stat
|
||||
stdbool
|
||||
stdbool-h
|
||||
stdckdint
|
||||
|
||||
configure.ac:
|
||||
|
@@ -8,7 +8,7 @@ lib/file-set.h
|
||||
Depends-on:
|
||||
hash
|
||||
hash-triple-simple
|
||||
stdbool
|
||||
stdbool-h
|
||||
xalloc
|
||||
xalloc-die
|
||||
|
||||
|
@@ -3,7 +3,7 @@ tests/test-filenamecat.c
|
||||
|
||||
Depends-on:
|
||||
idx
|
||||
stdbool
|
||||
stdbool-h
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
@@ -9,7 +9,7 @@ Depends-on:
|
||||
assert-h
|
||||
c-ctype
|
||||
idx
|
||||
stdbool
|
||||
stdbool-h
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
@@ -8,7 +8,7 @@ m4/findprog.m4
|
||||
m4/eaccess.m4
|
||||
|
||||
Depends-on:
|
||||
stdbool
|
||||
stdbool-h
|
||||
sys_stat
|
||||
xalloc
|
||||
xconcat-filename
|
||||
|
@@ -8,7 +8,7 @@ m4/findprog-in.m4
|
||||
m4/eaccess.m4
|
||||
|
||||
Depends-on:
|
||||
stdbool
|
||||
stdbool-h
|
||||
sys_stat
|
||||
filename
|
||||
concat-filename
|
||||
|
@@ -9,7 +9,7 @@ m4/findprog.m4
|
||||
m4/eaccess.m4
|
||||
|
||||
Depends-on:
|
||||
stdbool
|
||||
stdbool-h
|
||||
sys_stat
|
||||
strdup
|
||||
concat-filename
|
||||
|
@@ -10,7 +10,7 @@ Depends-on:
|
||||
float-h
|
||||
isnand-nolibm
|
||||
nan
|
||||
stdbool
|
||||
stdbool-h
|
||||
stdint
|
||||
|
||||
configure.ac:
|
||||
|
@@ -10,7 +10,7 @@ Depends-on:
|
||||
float-h
|
||||
isnanf-nolibm
|
||||
nan
|
||||
stdbool
|
||||
stdbool-h
|
||||
stdint
|
||||
|
||||
configure.ac:
|
||||
|
@@ -11,7 +11,7 @@ m4/mathfunc.m4
|
||||
Depends-on:
|
||||
math-h
|
||||
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]
|
||||
isfinite [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
|
||||
extensions
|
||||
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]
|
||||
isfinite [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
|
||||
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]
|
||||
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]
|
||||
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]
|
||||
|
@@ -16,7 +16,7 @@ flexmember [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]
|
||||
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]
|
||||
strnlen [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
||||
uchar [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
||||
|
@@ -11,7 +11,7 @@ Depends-on:
|
||||
stdio
|
||||
largefile
|
||||
fcntl-h [test $REPLACE_FOPEN = 1]
|
||||
stdbool [test $REPLACE_FOPEN = 1]
|
||||
stdbool-h [test $REPLACE_FOPEN = 1]
|
||||
unistd [test $REPLACE_FOPEN = 1]
|
||||
close [test $REPLACE_FOPEN = 1]
|
||||
fstat [test $REPLACE_FOPEN = 1]
|
||||
|
@@ -8,7 +8,7 @@ Depends-on:
|
||||
fopen
|
||||
open [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]
|
||||
close [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
|
||||
|
||||
Depends-on:
|
||||
stdbool
|
||||
stdbool-h
|
||||
stdint
|
||||
get-rusage-as
|
||||
|
||||
|
@@ -8,7 +8,7 @@ lib/stdio-impl.h
|
||||
m4/freadable.m4
|
||||
|
||||
Depends-on:
|
||||
stdbool
|
||||
stdbool-h
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_FREADABLE
|
||||
|
@@ -8,7 +8,7 @@ lib/stdio-impl.h
|
||||
m4/freading.m4
|
||||
|
||||
Depends-on:
|
||||
stdbool
|
||||
stdbool-h
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_FREADING
|
||||
|
@@ -11,7 +11,7 @@ attribute
|
||||
dup2
|
||||
freopen
|
||||
open
|
||||
stdbool
|
||||
stdbool-h
|
||||
|
||||
configure.ac:
|
||||
gl_MODULE_INDICATOR([freopen-safer])
|
||||
|
@@ -3,7 +3,7 @@ tests/test-fstrcmp.c
|
||||
tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
stdbool
|
||||
stdbool-h
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
@@ -9,7 +9,7 @@ m4/fsusage.m4
|
||||
Depends-on:
|
||||
c99
|
||||
largefile
|
||||
stdbool
|
||||
stdbool-h
|
||||
stdint
|
||||
|
||||
configure.ac:
|
||||
|
@@ -34,7 +34,7 @@ opendir
|
||||
opendirat
|
||||
readdir
|
||||
realloc-posix
|
||||
stdbool
|
||||
stdbool-h
|
||||
stddef
|
||||
stdint
|
||||
|
||||
|
@@ -8,7 +8,7 @@ lib/stdio-impl.h
|
||||
m4/fwritable.m4
|
||||
|
||||
Depends-on:
|
||||
stdbool
|
||||
stdbool-h
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_FWRITABLE
|
||||
|
@@ -7,7 +7,7 @@ lib/fwriteerror.c
|
||||
|
||||
Depends-on:
|
||||
errno-h
|
||||
stdbool
|
||||
stdbool-h
|
||||
|
||||
configure.ac:
|
||||
gl_MODULE_INDICATOR([fwriteerror])
|
||||
|
@@ -8,7 +8,7 @@ lib/stdio-impl.h
|
||||
m4/fwriting.m4
|
||||
|
||||
Depends-on:
|
||||
stdbool
|
||||
stdbool-h
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_FWRITING
|
||||
|
@@ -9,7 +9,7 @@ lib/unictype/3levelbit.h
|
||||
|
||||
Depends-on:
|
||||
memcmp
|
||||
stdbool
|
||||
stdbool-h
|
||||
strdup
|
||||
strstr-simple
|
||||
|
||||
|
@@ -4,7 +4,7 @@ tests/qemu.h
|
||||
tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
stdbool
|
||||
stdbool-h
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
@@ -5,7 +5,7 @@ tests/macros.h
|
||||
m4/musl.m4
|
||||
|
||||
Depends-on:
|
||||
stdbool
|
||||
stdbool-h
|
||||
|
||||
configure.ac:
|
||||
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]
|
||||
inet_ntop [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]
|
||||
servent [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]
|
||||
rewinddir [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]
|
||||
strdup-posix [test $REPLACE_GETCWD = 1]
|
||||
|
||||
|
@@ -9,7 +9,7 @@ errno-h
|
||||
fcntl-h
|
||||
getcwd-lgpl
|
||||
pathmax
|
||||
stdbool
|
||||
stdbool-h
|
||||
sys_stat
|
||||
test-framework-sh
|
||||
|
||||
|
@@ -9,7 +9,7 @@ Depends-on:
|
||||
extensions
|
||||
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]
|
||||
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]
|
||||
|
||||
configure.ac:
|
||||
|
@@ -5,7 +5,7 @@ tests/signature.h
|
||||
tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
stdbool
|
||||
stdbool-h
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
@@ -5,7 +5,7 @@ tests/signature.h
|
||||
tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
stdbool
|
||||
stdbool-h
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
@@ -10,7 +10,7 @@ m4/getndelim2.m4
|
||||
Depends-on:
|
||||
limits-h
|
||||
ssize_t
|
||||
stdbool
|
||||
stdbool-h
|
||||
stdint
|
||||
freadptr
|
||||
freadseek
|
||||
|
@@ -9,7 +9,7 @@ tests/test-getopt_long.h
|
||||
Depends-on:
|
||||
dup2
|
||||
setenv
|
||||
stdbool
|
||||
stdbool-h
|
||||
unistd
|
||||
unsetenv
|
||||
|
||||
|
@@ -8,7 +8,7 @@ tests/test-getopt.h
|
||||
Depends-on:
|
||||
dup2
|
||||
setenv
|
||||
stdbool
|
||||
stdbool-h
|
||||
unistd
|
||||
unsetenv
|
||||
|
||||
|
@@ -13,7 +13,7 @@ extensions
|
||||
fopen-gnu
|
||||
fseeko
|
||||
getline
|
||||
stdbool
|
||||
stdbool-h
|
||||
strdup-posix
|
||||
|
||||
configure.ac:
|
||||
|
@@ -9,7 +9,7 @@ Depends-on:
|
||||
sys_random
|
||||
fcntl-h [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]
|
||||
|
||||
configure.ac:
|
||||
|
@@ -8,7 +8,7 @@ Depends-on:
|
||||
c99
|
||||
getopt-gnu
|
||||
idx
|
||||
stdbool
|
||||
stdbool-h
|
||||
stdint
|
||||
stdlib
|
||||
error
|
||||
|
@@ -16,7 +16,7 @@ c99
|
||||
builtin-expect
|
||||
gen-header
|
||||
libc-config
|
||||
stdbool
|
||||
stdbool-h
|
||||
stdckdint
|
||||
stddef
|
||||
|
||||
|
@@ -13,7 +13,7 @@ c99
|
||||
builtin-expect
|
||||
gen-header
|
||||
libc-config
|
||||
stdbool
|
||||
stdbool-h
|
||||
stddef
|
||||
malloc-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]
|
||||
readdir [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]
|
||||
stdint [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
|
||||
flexmember
|
||||
inttypes-h-incomplete
|
||||
stdbool
|
||||
stdbool-h
|
||||
stdint
|
||||
verify
|
||||
xalloc
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user