mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
Rename module stdbool-h to bool.
Reported by Paul Eggert in <https://lists.gnu.org/archive/html/bug-gnulib/2024-12/msg00193.html>. * modules/bool: Renamed from modules/stdbool-h. * modules/bool-tests: Renamed from modules/stdbool-h-tests. * modules/bool-c++-tests: Renamed from modules/stdbool-h-c++-tests. * tests/test-bool.c: Renamed from tests/test-stdbool-h.c. * tests/test-bool-c++.cc: Renamed from tests/test-stdbool-h-c++.cc. * tests/test-bool-c++2.cc: Renamed from tests/test-stdbool-h-c++2.cc. * modules/stdbool-h-c99-tests: Update. * modules/stdbool-h-c99-c++-tests: Update. * 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: Update.
This commit is contained in:
21
ChangeLog
21
ChangeLog
@@ -1,3 +1,24 @@
|
||||
2024-12-28 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
Rename module stdbool-h to bool.
|
||||
Reported by Paul Eggert in
|
||||
<https://lists.gnu.org/archive/html/bug-gnulib/2024-12/msg00193.html>.
|
||||
* modules/bool: Renamed from modules/stdbool-h.
|
||||
* modules/bool-tests: Renamed from modules/stdbool-h-tests.
|
||||
* modules/bool-c++-tests: Renamed from modules/stdbool-h-c++-tests.
|
||||
* tests/test-bool.c: Renamed from tests/test-stdbool-h.c.
|
||||
* tests/test-bool-c++.cc: Renamed from tests/test-stdbool-h-c++.cc.
|
||||
* tests/test-bool-c++2.cc: Renamed from tests/test-stdbool-h-c++2.cc.
|
||||
* modules/stdbool-h-c99-tests: Update.
|
||||
* modules/stdbool-h-c99-c++-tests: Update.
|
||||
* 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: Update.
|
||||
|
||||
2024-12-27 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
Rename module wchar to wchar-h.
|
||||
|
@@ -366,10 +366,10 @@ A declaration after a statement, or as the first clause in a
|
||||
|
||||
@item
|
||||
@code{<stdbool.h>},
|
||||
@mindex stdbool-h
|
||||
@mindex bool
|
||||
although Gnulib code no longer uses
|
||||
it directly, preferring plain @code{bool} via the
|
||||
@code{stdbool-h} module instead.
|
||||
@code{bool} 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-h
|
||||
@mindex stdbool-h
|
||||
Gnulib module: bool
|
||||
@mindex bool
|
||||
|
||||
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-h
|
||||
@mindex bool
|
||||
|
||||
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-h} module
|
||||
and that for some reason cannot use the current @code{bool} module
|
||||
for C23 compatibility.
|
||||
|
||||
Portability problems fixed by Gnulib:
|
||||
|
@@ -16,7 +16,7 @@ extern-inline
|
||||
fstat
|
||||
minmax
|
||||
stat
|
||||
stdbool-h
|
||||
bool
|
||||
sys_stat-h
|
||||
|
||||
configure.ac:
|
||||
|
@@ -5,7 +5,7 @@ tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
ignore-value
|
||||
stdbool-h
|
||||
bool
|
||||
symlink
|
||||
|
||||
configure.ac:
|
||||
|
@@ -5,7 +5,7 @@ tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
ignore-value
|
||||
stdbool-h
|
||||
bool
|
||||
symlink
|
||||
|
||||
configure.ac:
|
||||
|
@@ -5,7 +5,7 @@ tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
ignore-value
|
||||
stdbool-h
|
||||
bool
|
||||
symlink
|
||||
|
||||
configure.ac:
|
||||
|
@@ -5,7 +5,7 @@ tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
ignore-value
|
||||
stdbool-h
|
||||
bool
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
@@ -16,7 +16,7 @@ gnulib-i18n
|
||||
memcmp
|
||||
quote
|
||||
quotearg
|
||||
stdbool-h
|
||||
bool
|
||||
stdlib-h
|
||||
|
||||
configure.ac:
|
||||
|
@@ -32,7 +32,7 @@ strcase
|
||||
extensions
|
||||
vsnprintf
|
||||
sleep
|
||||
stdbool-h
|
||||
bool
|
||||
stdio-h
|
||||
strerror
|
||||
memchr
|
||||
|
@@ -8,7 +8,7 @@ lib/argv-iter.h
|
||||
Depends-on:
|
||||
getdelim
|
||||
snippet/arg-nonnull
|
||||
stdbool-h
|
||||
bool
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
@@ -8,7 +8,7 @@ m4/atomic-cas.m4
|
||||
|
||||
Depends-on:
|
||||
signal-h
|
||||
stdbool-h
|
||||
bool
|
||||
sigprocmask
|
||||
windows-spin
|
||||
sparcv8+
|
||||
|
@@ -21,7 +21,7 @@ memcmp
|
||||
opendirat
|
||||
readdir
|
||||
renameatu
|
||||
stdbool-h
|
||||
bool
|
||||
stdckdint-h
|
||||
stdint-h
|
||||
xalloc-oversized
|
||||
|
@@ -21,7 +21,7 @@ memcmp
|
||||
opendirat
|
||||
readdir
|
||||
renameatu
|
||||
stdbool-h
|
||||
bool
|
||||
stdckdint-h
|
||||
stdint-h
|
||||
xalloc-die
|
||||
|
@@ -9,7 +9,7 @@ m4/base32.m4
|
||||
Depends-on:
|
||||
extern-inline
|
||||
ialloc
|
||||
stdbool-h
|
||||
bool
|
||||
memchr
|
||||
stdckdint-h
|
||||
|
||||
|
@@ -9,7 +9,7 @@ m4/base64.m4
|
||||
Depends-on:
|
||||
extern-inline
|
||||
ialloc
|
||||
stdbool-h
|
||||
bool
|
||||
memchr
|
||||
stdckdint-h
|
||||
|
||||
|
@@ -8,7 +8,7 @@ lib/basename-lgpl.c
|
||||
Depends-on:
|
||||
double-slash-root
|
||||
filename
|
||||
stdbool-h
|
||||
bool
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
@@ -6,7 +6,7 @@ lib/bcp47.h
|
||||
lib/bcp47.c
|
||||
|
||||
Depends-on:
|
||||
stdbool-h
|
||||
bool
|
||||
c-ctype
|
||||
|
||||
configure.ac:
|
||||
|
@@ -25,7 +25,7 @@ gettext-h
|
||||
gnulib-i18n
|
||||
integer_length_l
|
||||
obstack
|
||||
stdbool-h
|
||||
bool
|
||||
xalloc
|
||||
|
||||
configure.ac:
|
||||
|
18
modules/bool-c++-tests
Normal file
18
modules/bool-c++-tests
Normal file
@@ -0,0 +1,18 @@
|
||||
Files:
|
||||
tests/test-bool-c++.cc
|
||||
tests/test-bool-c++2.cc
|
||||
|
||||
Status:
|
||||
c++-test
|
||||
|
||||
Depends-on:
|
||||
ansi-c++-opt
|
||||
|
||||
configure.ac:
|
||||
|
||||
Makefile.am:
|
||||
if ANSICXX
|
||||
TESTS += test-bool-c++
|
||||
check_PROGRAMS += test-bool-c++
|
||||
test_bool_c___SOURCES = test-bool-c++.cc test-bool-c++2.cc
|
||||
endif
|
11
modules/bool-tests
Normal file
11
modules/bool-tests
Normal file
@@ -0,0 +1,11 @@
|
||||
Files:
|
||||
tests/test-bool.c
|
||||
|
||||
Depends-on:
|
||||
bool-c++-tests
|
||||
|
||||
configure.ac:
|
||||
|
||||
Makefile.am:
|
||||
TESTS += test-bool
|
||||
check_PROGRAMS += test-bool
|
@@ -13,7 +13,7 @@ extensions
|
||||
idx
|
||||
stat-time
|
||||
gettimeofday
|
||||
stdbool-h
|
||||
bool
|
||||
time-h
|
||||
unlocked-io-internal
|
||||
|
||||
|
@@ -9,7 +9,7 @@ m4/byteswap.m4
|
||||
Depends-on:
|
||||
gen-header
|
||||
extern-inline [$GL_GENERATE_BYTESWAP_H]
|
||||
stdbool-h [$GL_GENERATE_BYTESWAP_H]
|
||||
bool [$GL_GENERATE_BYTESWAP_H]
|
||||
stdint-h [$GL_GENERATE_BYTESWAP_H]
|
||||
|
||||
configure.ac:
|
||||
|
@@ -7,7 +7,7 @@ lib/c-ctype.c
|
||||
|
||||
Depends-on:
|
||||
extern-inline
|
||||
stdbool-h
|
||||
bool
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
@@ -17,7 +17,7 @@ extensions
|
||||
intprops
|
||||
libc-config
|
||||
locale-h
|
||||
stdbool-h
|
||||
bool
|
||||
stdckdint-h
|
||||
time_rz
|
||||
|
||||
|
@@ -9,7 +9,7 @@ lib/str-two-way.h
|
||||
Depends-on:
|
||||
c-ctype
|
||||
c-strcase
|
||||
stdbool-h
|
||||
bool
|
||||
memchr
|
||||
memcmp
|
||||
|
||||
|
@@ -26,7 +26,7 @@ rawmemchr
|
||||
readlink
|
||||
glibc-internal/scratch_buffer
|
||||
stat
|
||||
stdbool-h
|
||||
bool
|
||||
sys_stat-h
|
||||
unistd-h
|
||||
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-h [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
|
||||
bool [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
|
||||
sys_stat-h [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
|
||||
unistd-h [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
|
||||
|
||||
|
@@ -10,7 +10,7 @@ Depends-on:
|
||||
float-h
|
||||
isnand-nolibm
|
||||
nan
|
||||
stdbool-h
|
||||
bool
|
||||
stdint-h
|
||||
|
||||
configure.ac:
|
||||
|
@@ -10,7 +10,7 @@ Depends-on:
|
||||
float-h
|
||||
isnanf-nolibm
|
||||
nan
|
||||
stdbool-h
|
||||
bool
|
||||
stdint-h
|
||||
|
||||
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-h [test $gl_cv_have_unlimited_file_name_length = no]
|
||||
bool [test $gl_cv_have_unlimited_file_name_length = no]
|
||||
stdlib-h [test $gl_cv_have_unlimited_file_name_length = no]
|
||||
|
||||
configure.ac:
|
||||
|
@@ -11,7 +11,7 @@ unistd-h
|
||||
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-h [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1]
|
||||
bool [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1]
|
||||
sys_stat-h [test $HAVE_CHOWN = 0 || test $REPLACE_CHOWN = 1]
|
||||
|
||||
configure.ac:
|
||||
|
@@ -11,7 +11,7 @@ lstat
|
||||
mgetgroups
|
||||
nanosleep
|
||||
stat-time
|
||||
stdbool-h
|
||||
bool
|
||||
stdckdint-h
|
||||
symlink
|
||||
xconcat-filename
|
||||
|
@@ -6,7 +6,7 @@ lib/classpath.h
|
||||
lib/classpath.c
|
||||
|
||||
Depends-on:
|
||||
stdbool-h
|
||||
bool
|
||||
xsetenv
|
||||
xalloc
|
||||
|
||||
|
@@ -7,7 +7,7 @@ lib/clean-temp.c
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
stdbool-h
|
||||
bool
|
||||
clean-temp-simple
|
||||
list
|
||||
asyncsafe-spin
|
||||
|
@@ -8,7 +8,7 @@ lib/clean-temp-simple.c
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
stdbool-h
|
||||
bool
|
||||
list
|
||||
asyncsafe-spin
|
||||
unistd-h
|
||||
|
@@ -8,7 +8,7 @@ lib/cloexec.h
|
||||
Depends-on:
|
||||
dup2
|
||||
fcntl
|
||||
stdbool-h
|
||||
bool
|
||||
|
||||
configure.ac:
|
||||
gl_MODULE_INDICATOR_FOR_TESTS([cloexec])
|
||||
|
@@ -7,7 +7,7 @@ lib/close-stream.c
|
||||
|
||||
Depends-on:
|
||||
fpending
|
||||
stdbool-h
|
||||
bool
|
||||
|
||||
configure.ac:
|
||||
gl_MODULE_INDICATOR([close-stream])
|
||||
|
@@ -11,7 +11,7 @@ freadahead
|
||||
fflush
|
||||
gettext-h
|
||||
gnulib-i18n
|
||||
stdbool-h
|
||||
bool
|
||||
unistd-h
|
||||
|
||||
configure.ac:
|
||||
|
@@ -12,7 +12,7 @@ gnulib-i18n
|
||||
error
|
||||
quotearg
|
||||
exitfail
|
||||
stdbool-h
|
||||
bool
|
||||
unistd-h
|
||||
|
||||
configure.ac:
|
||||
|
@@ -11,7 +11,7 @@ threadlib
|
||||
lock
|
||||
errno-h
|
||||
extern-inline
|
||||
stdbool-h
|
||||
bool
|
||||
time-h
|
||||
windows-cond [test $gl_threads_api = windows]
|
||||
|
||||
|
@@ -7,7 +7,7 @@ lib/des.h
|
||||
|
||||
Depends-on:
|
||||
stdint-h
|
||||
stdbool-h
|
||||
bool
|
||||
memcmp
|
||||
|
||||
configure.ac:
|
||||
|
@@ -6,7 +6,7 @@ lib/csharpcomp.h
|
||||
lib/csharpcomp.c
|
||||
|
||||
Depends-on:
|
||||
stdbool-h
|
||||
bool
|
||||
error
|
||||
xconcat-filename
|
||||
cygpath
|
||||
|
@@ -8,7 +8,7 @@ lib/classpath.h
|
||||
lib/classpath.c
|
||||
|
||||
Depends-on:
|
||||
stdbool-h
|
||||
bool
|
||||
stat
|
||||
error
|
||||
dirname
|
||||
|
@@ -10,7 +10,7 @@ Depends-on:
|
||||
assure
|
||||
dev-ino
|
||||
same-inode
|
||||
stdbool-h
|
||||
bool
|
||||
stdint-h
|
||||
|
||||
configure.ac:
|
||||
|
@@ -25,7 +25,7 @@ locale-h
|
||||
mbrtoc32-regular
|
||||
mbszero
|
||||
regex
|
||||
stdbool-h
|
||||
bool
|
||||
stddef-h
|
||||
stdint-h
|
||||
stdio-h
|
||||
|
@@ -6,7 +6,7 @@ lib/diffseq.h
|
||||
|
||||
Depends-on:
|
||||
c99
|
||||
stdbool-h
|
||||
bool
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
@@ -11,7 +11,7 @@ basename-lgpl
|
||||
double-slash-root
|
||||
filename
|
||||
malloc-posix
|
||||
stdbool-h
|
||||
bool
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
@@ -11,7 +11,7 @@ tests/signature.h
|
||||
tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
stdbool-h
|
||||
bool
|
||||
stdint-h
|
||||
get-rusage-as
|
||||
|
||||
|
@@ -16,7 +16,7 @@ mbscasecmp
|
||||
mbuiter [test "$GNULIB_MCEL_PREFER" != yes]
|
||||
nullptr
|
||||
regex
|
||||
stdbool-h
|
||||
bool
|
||||
unlocked-io-internal
|
||||
xalloc
|
||||
|
||||
|
@@ -29,7 +29,7 @@ posix_spawnattr_init
|
||||
posix_spawnattr_setsigmask
|
||||
posix_spawnattr_setflags
|
||||
posix_spawnattr_destroy
|
||||
stdbool-h
|
||||
bool
|
||||
stdlib-h
|
||||
sys_wait-h
|
||||
unistd-h
|
||||
|
@@ -15,7 +15,7 @@ fcntl
|
||||
mkdir
|
||||
msvc-inval
|
||||
read-file
|
||||
stdbool-h
|
||||
bool
|
||||
stdint-h
|
||||
unistd-h
|
||||
|
||||
|
@@ -9,7 +9,7 @@ Depends-on:
|
||||
unistd-h
|
||||
extensions
|
||||
free-posix [test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1]
|
||||
stdbool-h [test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1]
|
||||
bool [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-h
|
||||
bool
|
||||
unistd-h
|
||||
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-h [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
|
||||
bool [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
|
||||
strdup-posix [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
|
||||
sys_stat-h [test $HAVE_FCHDIR = 0 || test $REPLACE_FCHDIR = 1]
|
||||
|
||||
|
@@ -4,7 +4,7 @@ tests/test-fcntl-safer.c
|
||||
tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
stdbool-h
|
||||
bool
|
||||
fcntl
|
||||
symlink
|
||||
|
||||
|
@@ -8,7 +8,7 @@ binary-io
|
||||
close
|
||||
getdtablesize
|
||||
msvc-nothrow
|
||||
stdbool-h
|
||||
bool
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
@@ -20,7 +20,7 @@ limits-h
|
||||
malloc-posix
|
||||
ssize_t
|
||||
stat
|
||||
stdbool-h
|
||||
bool
|
||||
stdckdint-h
|
||||
|
||||
configure.ac:
|
||||
|
@@ -8,7 +8,7 @@ lib/file-set.h
|
||||
Depends-on:
|
||||
hash
|
||||
hash-triple-simple
|
||||
stdbool-h
|
||||
bool
|
||||
xalloc
|
||||
xalloc-die
|
||||
|
||||
|
@@ -3,7 +3,7 @@ tests/test-filenamecat.c
|
||||
|
||||
Depends-on:
|
||||
idx
|
||||
stdbool-h
|
||||
bool
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
@@ -9,7 +9,7 @@ Depends-on:
|
||||
assert-h
|
||||
c-ctype
|
||||
idx
|
||||
stdbool-h
|
||||
bool
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
@@ -8,7 +8,7 @@ m4/findprog.m4
|
||||
m4/eaccess.m4
|
||||
|
||||
Depends-on:
|
||||
stdbool-h
|
||||
bool
|
||||
sys_stat-h
|
||||
xalloc
|
||||
xconcat-filename
|
||||
|
@@ -8,7 +8,7 @@ m4/findprog-in.m4
|
||||
m4/eaccess.m4
|
||||
|
||||
Depends-on:
|
||||
stdbool-h
|
||||
bool
|
||||
sys_stat-h
|
||||
filename
|
||||
concat-filename
|
||||
|
@@ -9,7 +9,7 @@ m4/findprog.m4
|
||||
m4/eaccess.m4
|
||||
|
||||
Depends-on:
|
||||
stdbool-h
|
||||
bool
|
||||
sys_stat-h
|
||||
strdup
|
||||
concat-filename
|
||||
|
@@ -10,7 +10,7 @@ Depends-on:
|
||||
float-h
|
||||
isnand-nolibm
|
||||
nan
|
||||
stdbool-h
|
||||
bool
|
||||
stdint-h
|
||||
|
||||
configure.ac:
|
||||
|
@@ -10,7 +10,7 @@ Depends-on:
|
||||
float-h
|
||||
isnanf-nolibm
|
||||
nan
|
||||
stdbool-h
|
||||
bool
|
||||
stdint-h
|
||||
|
||||
configure.ac:
|
||||
|
@@ -11,7 +11,7 @@ m4/mathfunc.m4
|
||||
Depends-on:
|
||||
math-h
|
||||
float-h [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
|
||||
stdbool-h [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
|
||||
bool [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-h [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
|
||||
bool [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-h [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||
bool [{ 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-h [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
||||
bool [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
||||
stdckdint-h [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
||||
strnlen [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
||||
uchar-h [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
|
||||
|
@@ -11,7 +11,7 @@ Depends-on:
|
||||
stdio-h
|
||||
largefile
|
||||
fcntl-h [test $REPLACE_FOPEN = 1]
|
||||
stdbool-h [test $REPLACE_FOPEN = 1]
|
||||
bool [test $REPLACE_FOPEN = 1]
|
||||
unistd-h [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-h [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
||||
bool [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
|
||||
unistd-h [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-h
|
||||
bool
|
||||
stdint-h
|
||||
get-rusage-as
|
||||
|
||||
|
@@ -8,7 +8,7 @@ lib/stdio-impl.h
|
||||
m4/freadable.m4
|
||||
|
||||
Depends-on:
|
||||
stdbool-h
|
||||
bool
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_FREADABLE
|
||||
|
@@ -8,7 +8,7 @@ lib/stdio-impl.h
|
||||
m4/freading.m4
|
||||
|
||||
Depends-on:
|
||||
stdbool-h
|
||||
bool
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_FREADING
|
||||
|
@@ -11,7 +11,7 @@ attribute
|
||||
dup2
|
||||
freopen
|
||||
open
|
||||
stdbool-h
|
||||
bool
|
||||
|
||||
configure.ac:
|
||||
gl_MODULE_INDICATOR([freopen-safer])
|
||||
|
@@ -3,7 +3,7 @@ tests/test-fstrcmp.c
|
||||
tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
stdbool-h
|
||||
bool
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
@@ -9,7 +9,7 @@ m4/fsusage.m4
|
||||
Depends-on:
|
||||
c99
|
||||
largefile
|
||||
stdbool-h
|
||||
bool
|
||||
stdint-h
|
||||
|
||||
configure.ac:
|
||||
|
@@ -34,7 +34,7 @@ opendir
|
||||
opendirat
|
||||
readdir
|
||||
realloc-posix
|
||||
stdbool-h
|
||||
bool
|
||||
stddef-h
|
||||
stdint-h
|
||||
|
||||
|
@@ -8,7 +8,7 @@ lib/stdio-impl.h
|
||||
m4/fwritable.m4
|
||||
|
||||
Depends-on:
|
||||
stdbool-h
|
||||
bool
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_FWRITABLE
|
||||
|
@@ -7,7 +7,7 @@ lib/fwriteerror.c
|
||||
|
||||
Depends-on:
|
||||
errno-h
|
||||
stdbool-h
|
||||
bool
|
||||
|
||||
configure.ac:
|
||||
gl_MODULE_INDICATOR([fwriteerror])
|
||||
|
@@ -8,7 +8,7 @@ lib/stdio-impl.h
|
||||
m4/fwriting.m4
|
||||
|
||||
Depends-on:
|
||||
stdbool-h
|
||||
bool
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_FWRITING
|
||||
|
@@ -9,7 +9,7 @@ lib/unictype/3levelbit.h
|
||||
|
||||
Depends-on:
|
||||
memcmp
|
||||
stdbool-h
|
||||
bool
|
||||
strdup
|
||||
strstr-simple
|
||||
|
||||
|
@@ -4,7 +4,7 @@ tests/qemu.h
|
||||
tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
stdbool-h
|
||||
bool
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
@@ -5,7 +5,7 @@ tests/macros.h
|
||||
m4/musl.m4
|
||||
|
||||
Depends-on:
|
||||
stdbool-h
|
||||
bool
|
||||
|
||||
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-h [test $HAVE_GETADDRINFO = 0 || test $REPLACE_GETADDRINFO = 1]
|
||||
bool [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-h [test $REPLACE_GETCWD = 1]
|
||||
bool [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-h
|
||||
bool
|
||||
sys_stat-h
|
||||
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-h [test $HAVE_GETLOADAVG = 0 || test $REPLACE_GETLOADAVG = 1]
|
||||
bool [test $HAVE_GETLOADAVG = 0 || test $REPLACE_GETLOADAVG = 1]
|
||||
stdlib-h [test $HAVE_GETLOADAVG = 0 || test $REPLACE_GETLOADAVG = 1]
|
||||
|
||||
configure.ac:
|
||||
|
@@ -5,7 +5,7 @@ tests/signature.h
|
||||
tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
stdbool-h
|
||||
bool
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
@@ -5,7 +5,7 @@ tests/signature.h
|
||||
tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
stdbool-h
|
||||
bool
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
@@ -10,7 +10,7 @@ m4/getndelim2.m4
|
||||
Depends-on:
|
||||
limits-h
|
||||
ssize_t
|
||||
stdbool-h
|
||||
bool
|
||||
stdint-h
|
||||
freadptr
|
||||
freadseek
|
||||
|
@@ -9,7 +9,7 @@ tests/test-getopt_long.h
|
||||
Depends-on:
|
||||
dup2
|
||||
setenv
|
||||
stdbool-h
|
||||
bool
|
||||
unistd-h
|
||||
unsetenv
|
||||
|
||||
|
@@ -8,7 +8,7 @@ tests/test-getopt.h
|
||||
Depends-on:
|
||||
dup2
|
||||
setenv
|
||||
stdbool-h
|
||||
bool
|
||||
unistd-h
|
||||
unsetenv
|
||||
|
||||
|
@@ -13,7 +13,7 @@ extensions
|
||||
fopen-gnu
|
||||
fseeko
|
||||
getline
|
||||
stdbool-h
|
||||
bool
|
||||
strdup-posix
|
||||
|
||||
configure.ac:
|
||||
|
@@ -9,7 +9,7 @@ Depends-on:
|
||||
sys_random-h
|
||||
fcntl-h [test $HAVE_GETRANDOM = 0 || test $REPLACE_GETRANDOM = 1]
|
||||
minmax [test $HAVE_GETRANDOM = 0 || test $REPLACE_GETRANDOM = 1]
|
||||
stdbool-h [test $HAVE_GETRANDOM = 0 || test $REPLACE_GETRANDOM = 1]
|
||||
bool [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-h
|
||||
bool
|
||||
stdint-h
|
||||
stdlib-h
|
||||
error
|
||||
|
@@ -16,7 +16,7 @@ c99
|
||||
builtin-expect
|
||||
gen-header
|
||||
libc-config
|
||||
stdbool-h
|
||||
bool
|
||||
stdckdint-h
|
||||
stddef-h
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user