mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
Rename module stdint to stdint-h.
* modules/stdint-h: Renamed from modules/stdint. * modules/stdint-h-tests: Renamed from modules/stdint-tests. * modules/stdint-h-c++-tests: Renamed from modules/stdint-c++-tests. * tests/test-stdint-h.c: Renamed from tests/test-stdint.c. * tests/test-stdint-h-c++.cc: Renamed from tests/test-stdint-c++.cc. * tests/test-stdint-h-c++2.cc: Renamed from tests/test-stdint-c++2.cc. * doc/posix-headers/stdint.texi: Update. * doc/gnulib-readme.texi: Update. * doc/gnulib.texi: Update. * modules/* (Depends-on): Update. * modules/stdint: New file.
This commit is contained in:
15
ChangeLog
15
ChangeLog
@@ -1,3 +1,18 @@
|
|||||||
|
2024-12-27 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
Rename module stdint to stdint-h.
|
||||||
|
* modules/stdint-h: Renamed from modules/stdint.
|
||||||
|
* modules/stdint-h-tests: Renamed from modules/stdint-tests.
|
||||||
|
* modules/stdint-h-c++-tests: Renamed from modules/stdint-c++-tests.
|
||||||
|
* tests/test-stdint-h.c: Renamed from tests/test-stdint.c.
|
||||||
|
* tests/test-stdint-h-c++.cc: Renamed from tests/test-stdint-c++.cc.
|
||||||
|
* tests/test-stdint-h-c++2.cc: Renamed from tests/test-stdint-c++2.cc.
|
||||||
|
* doc/posix-headers/stdint.texi: Update.
|
||||||
|
* doc/gnulib-readme.texi: Update.
|
||||||
|
* doc/gnulib.texi: Update.
|
||||||
|
* modules/* (Depends-on): Update.
|
||||||
|
* modules/stdint: New file.
|
||||||
|
|
||||||
2024-12-27 Bruno Haible <bruno@clisp.org>
|
2024-12-27 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
Rename module stddef to stddef-h.
|
Rename module stddef to stddef-h.
|
||||||
|
@@ -374,8 +374,8 @@ it directly, preferring plain @code{bool} via the
|
|||||||
|
|
||||||
@item
|
@item
|
||||||
@code{<stdint.h>},
|
@code{<stdint.h>},
|
||||||
@mindex stdint
|
@mindex stdint-h
|
||||||
assuming the @code{stdint} module is used.
|
assuming the @code{stdint-h} module is used.
|
||||||
@xref{stdint.h}.
|
@xref{stdint.h}.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
|
@@ -828,7 +828,7 @@ Git, however, doesn't address the distribution issue. When a package
|
|||||||
either has to put a comment into @file{foobar/autogen.sh} saying
|
either has to put a comment into @file{foobar/autogen.sh} saying
|
||||||
``Attention! This doesn't work with a pristine Gnulib, you need this
|
``Attention! This doesn't work with a pristine Gnulib, you need this
|
||||||
and that patch after checking out Gnulib,'' or it has to use the
|
and that patch after checking out Gnulib,'' or it has to use the
|
||||||
@samp{--avoid=stdint} option and provide the modified @code{stdint}
|
@samp{--avoid=stdint-h} option and provide the modified @code{stdint-h}
|
||||||
module in a different directory.
|
module in a different directory.
|
||||||
|
|
||||||
The @option{--local-dir} option to @command{gnulib-tool} solves this
|
The @option{--local-dir} option to @command{gnulib-tool} solves this
|
||||||
|
@@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stdint.h.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stdint.h.html}
|
||||||
|
|
||||||
Gnulib module: stdint
|
Gnulib module: stdint-h
|
||||||
@mindex stdint
|
@mindex stdint-h
|
||||||
|
|
||||||
Portability problems fixed by Gnulib:
|
Portability problems fixed by Gnulib:
|
||||||
@itemize
|
@itemize
|
||||||
@@ -69,7 +69,7 @@ To work around these problems, compute the value of expressions like
|
|||||||
@code{#if}-time.
|
@code{#if}-time.
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
The @code{stdint} module uses @code{#include_next}. If you wish to install
|
The @code{stdint-h} module uses @code{#include_next}. If you wish to install
|
||||||
the generated stdint.h file under another name, typically in order to
|
the generated stdint.h file under another name, typically in order to
|
||||||
be able to use some of the types defined by stdint.h in your public
|
be able to use some of the types defined by stdint.h in your public
|
||||||
header file, you could use the following Makefile.am-snippet:
|
header file, you could use the following Makefile.am-snippet:
|
||||||
|
@@ -14,7 +14,7 @@ extern-inline
|
|||||||
idx
|
idx
|
||||||
posix_memalign
|
posix_memalign
|
||||||
stdckdint-h
|
stdckdint-h
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_ALIGNALLOC
|
gl_ALIGNALLOC
|
||||||
|
@@ -5,7 +5,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
intprops
|
intprops
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -4,7 +4,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
assert-h
|
assert-h
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@ lib/aligned-malloc.h
|
|||||||
m4/malloc-align.m4
|
m4/malloc-align.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
posix_memalign
|
posix_memalign
|
||||||
aligned_alloc
|
aligned_alloc
|
||||||
memalign
|
memalign
|
||||||
|
@@ -3,7 +3,7 @@ tests/test-aligned_alloc.c
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -3,7 +3,7 @@ tests/test-alignof.c
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
assert-h
|
assert-h
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@ free-posix
|
|||||||
limits-h
|
limits-h
|
||||||
readlink
|
readlink
|
||||||
ssize_t
|
ssize_t
|
||||||
stdint
|
stdint-h
|
||||||
unistd
|
unistd
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -8,7 +8,7 @@ lib/at-func.c
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
areadlink-with-size
|
areadlink-with-size
|
||||||
stdint
|
stdint-h
|
||||||
readlinkat
|
readlinkat
|
||||||
at-internal
|
at-internal
|
||||||
errno-h
|
errno-h
|
||||||
|
@@ -7,7 +7,7 @@ lib/gl_array_list.c
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
list
|
list
|
||||||
stdint
|
stdint-h
|
||||||
xsize
|
xsize
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -7,7 +7,7 @@ lib/gl_array_map.c
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
map
|
map
|
||||||
stdint
|
stdint-h
|
||||||
xsize
|
xsize
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -7,7 +7,7 @@ lib/gl_array_set.c
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
set
|
set
|
||||||
stdint
|
stdint-h
|
||||||
xsize
|
xsize
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -18,7 +18,7 @@ Depends-on:
|
|||||||
builtin-expect
|
builtin-expect
|
||||||
list
|
list
|
||||||
avltree-oset
|
avltree-oset
|
||||||
stdint
|
stdint-h
|
||||||
xsize
|
xsize
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -23,7 +23,7 @@ readdir
|
|||||||
renameatu
|
renameatu
|
||||||
stdbool-h
|
stdbool-h
|
||||||
stdckdint-h
|
stdckdint-h
|
||||||
stdint
|
stdint-h
|
||||||
xalloc-oversized
|
xalloc-oversized
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -23,7 +23,7 @@ readdir
|
|||||||
renameatu
|
renameatu
|
||||||
stdbool-h
|
stdbool-h
|
||||||
stdckdint-h
|
stdckdint-h
|
||||||
stdint
|
stdint-h
|
||||||
xalloc-die
|
xalloc-die
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -7,7 +7,7 @@ lib/bitrotate.c
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
extern-inline
|
extern-inline
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@ Depends-on:
|
|||||||
gen-header
|
gen-header
|
||||||
extern-inline [$GL_GENERATE_BYTESWAP_H]
|
extern-inline [$GL_GENERATE_BYTESWAP_H]
|
||||||
stdbool-h [$GL_GENERATE_BYTESWAP_H]
|
stdbool-h [$GL_GENERATE_BYTESWAP_H]
|
||||||
stdint [$GL_GENERATE_BYTESWAP_H]
|
stdint-h [$GL_GENERATE_BYTESWAP_H]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_BYTESWAP
|
gl_BYTESWAP
|
||||||
|
@@ -3,7 +3,7 @@ tests/test-byteswap.c
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
byteswap-c++-tests
|
byteswap-c++-tests
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -6,7 +6,7 @@ lib/c-snprintf.h
|
|||||||
lib/c-snprintf.c
|
lib/c-snprintf.c
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
stdio
|
stdio
|
||||||
c-vsnzprintf
|
c-vsnzprintf
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ lib/c-snprintf.h
|
|||||||
lib/c-snzprintf.c
|
lib/c-snzprintf.c
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
stdio
|
stdio
|
||||||
c-vasnprintf
|
c-vasnprintf
|
||||||
|
|
||||||
|
@@ -24,7 +24,7 @@ Depends-on:
|
|||||||
assert-h
|
assert-h
|
||||||
attribute
|
attribute
|
||||||
limits-h
|
limits-h
|
||||||
stdint
|
stdint-h
|
||||||
stdio
|
stdio
|
||||||
mixin/printf-posix
|
mixin/printf-posix
|
||||||
free-posix
|
free-posix
|
||||||
|
@@ -7,7 +7,7 @@ lib/c-asprintf.c
|
|||||||
lib/c-vasprintf.c
|
lib/c-vasprintf.c
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
stdio
|
stdio
|
||||||
c-vasnprintf
|
c-vasnprintf
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ lib/c-aszprintf.c
|
|||||||
lib/c-vaszprintf.c
|
lib/c-vaszprintf.c
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
stdio
|
stdio
|
||||||
c-vasnprintf
|
c-vasnprintf
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ lib/c-vsnprintf.h
|
|||||||
lib/c-vsnprintf.c
|
lib/c-vsnprintf.c
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
stdio
|
stdio
|
||||||
c-vsnzprintf
|
c-vsnzprintf
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ lib/c-vsnprintf.h
|
|||||||
lib/c-vsnzprintf.c
|
lib/c-vsnzprintf.c
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
stdio
|
stdio
|
||||||
c-vasnprintf
|
c-vasnprintf
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ Depends-on:
|
|||||||
thrd
|
thrd
|
||||||
lock
|
lock
|
||||||
mtx
|
mtx
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
AC_CHECK_DECLS_ONCE([alarm])
|
AC_CHECK_DECLS_ONCE([alarm])
|
||||||
|
@@ -3,7 +3,7 @@ tests/test-calloc-gnu.c
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -3,7 +3,7 @@ tests/test-calloc-posix.c
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ lib/gl_carray_list.c
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
list
|
list
|
||||||
stdint
|
stdint-h
|
||||||
xsize
|
xsize
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -11,7 +11,7 @@ float-h
|
|||||||
isnand-nolibm
|
isnand-nolibm
|
||||||
nan
|
nan
|
||||||
stdbool-h
|
stdbool-h
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ float-h
|
|||||||
isnanf-nolibm
|
isnanf-nolibm
|
||||||
nan
|
nan
|
||||||
stdbool-h
|
stdbool-h
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@ m4/crc.m4
|
|||||||
m4/build-cc.m4
|
m4/build-cc.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
endian
|
endian
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -7,7 +7,7 @@ lib/crc-x86_64-pclmul.c
|
|||||||
m4/crc-x86_64.m4
|
m4/crc-x86_64.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
crc
|
crc
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -6,7 +6,7 @@ lib/arcfour.h
|
|||||||
lib/arcfour.c
|
lib/arcfour.c
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
AC_REQUIRE([AC_C_RESTRICT])
|
AC_REQUIRE([AC_C_RESTRICT])
|
||||||
|
@@ -7,7 +7,7 @@ lib/arctwo.c
|
|||||||
m4/arctwo.m4
|
m4/arctwo.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
bitrotate
|
bitrotate
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -6,7 +6,7 @@ lib/des.c
|
|||||||
lib/des.h
|
lib/des.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
stdbool-h
|
stdbool-h
|
||||||
memcmp
|
memcmp
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@ m4/md4.m4
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
alignasof
|
alignasof
|
||||||
byteswap
|
byteswap
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
AC_REQUIRE([AC_C_RESTRICT])
|
AC_REQUIRE([AC_C_RESTRICT])
|
||||||
|
@@ -13,7 +13,7 @@ alignasof
|
|||||||
byteswap
|
byteswap
|
||||||
c99
|
c99
|
||||||
extern-inline
|
extern-inline
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
AC_REQUIRE([AC_C_RESTRICT])
|
AC_REQUIRE([AC_C_RESTRICT])
|
||||||
|
@@ -8,7 +8,7 @@ lib/rijndael-api-fst.c
|
|||||||
lib/rijndael-api-fst.h
|
lib/rijndael-api-fst.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
AC_REQUIRE([AC_C_RESTRICT])
|
AC_REQUIRE([AC_C_RESTRICT])
|
||||||
|
@@ -13,7 +13,7 @@ alignasof
|
|||||||
byteswap
|
byteswap
|
||||||
c99
|
c99
|
||||||
extern-inline
|
extern-inline
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
AC_REQUIRE([AC_C_RESTRICT])
|
AC_REQUIRE([AC_C_RESTRICT])
|
||||||
|
@@ -13,7 +13,7 @@ alignasof
|
|||||||
byteswap
|
byteswap
|
||||||
c99
|
c99
|
||||||
extern-inline
|
extern-inline
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
AC_REQUIRE([AC_C_RESTRICT])
|
AC_REQUIRE([AC_C_RESTRICT])
|
||||||
|
@@ -13,7 +13,7 @@ alignasof
|
|||||||
byteswap
|
byteswap
|
||||||
c99
|
c99
|
||||||
extern-inline
|
extern-inline
|
||||||
stdint
|
stdint-h
|
||||||
u64
|
u64
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -11,7 +11,7 @@ alignasof
|
|||||||
byteswap
|
byteswap
|
||||||
c99
|
c99
|
||||||
extern-inline
|
extern-inline
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_SM3
|
gl_SM3
|
||||||
|
@@ -11,7 +11,7 @@ assure
|
|||||||
dev-ino
|
dev-ino
|
||||||
same-inode
|
same-inode
|
||||||
stdbool-h
|
stdbool-h
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_CYCLE_CHECK
|
gl_CYCLE_CHECK
|
||||||
|
@@ -27,7 +27,7 @@ mbszero
|
|||||||
regex
|
regex
|
||||||
stdbool-h
|
stdbool-h
|
||||||
stddef-h
|
stddef-h
|
||||||
stdint
|
stdint-h
|
||||||
stdio
|
stdio
|
||||||
stdlib
|
stdlib
|
||||||
string
|
string
|
||||||
|
@@ -8,7 +8,7 @@ lib/di-set.h
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
ino-map
|
ino-map
|
||||||
hash
|
hash
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -12,7 +12,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdbool-h
|
stdbool-h
|
||||||
stdint
|
stdint-h
|
||||||
get-rusage-as
|
get-rusage-as
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -6,7 +6,7 @@ tests/test-printf-gnu.output
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/infinity.h
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ gen-header
|
|||||||
include_next
|
include_next
|
||||||
extern-inline [$GL_GENERATE_ENDIAN_H && test $ENDIAN_H_JUST_MISSING_STDINT = 0]
|
extern-inline [$GL_GENERATE_ENDIAN_H && test $ENDIAN_H_JUST_MISSING_STDINT = 0]
|
||||||
byteswap [$GL_GENERATE_ENDIAN_H && test $ENDIAN_H_JUST_MISSING_STDINT = 0]
|
byteswap [$GL_GENERATE_ENDIAN_H && test $ENDIAN_H_JUST_MISSING_STDINT = 0]
|
||||||
stdint [$GL_GENERATE_ENDIAN_H]
|
stdint-h [$GL_GENERATE_ENDIAN_H]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_ENDIAN_H
|
gl_ENDIAN_H
|
||||||
|
@@ -4,7 +4,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
assert-h
|
assert-h
|
||||||
stdint
|
stdint-h
|
||||||
endian-c++-tests
|
endian-c++-tests
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -16,7 +16,7 @@ mkdir
|
|||||||
msvc-inval
|
msvc-inval
|
||||||
read-file
|
read-file
|
||||||
stdbool-h
|
stdbool-h
|
||||||
stdint
|
stdint-h
|
||||||
unistd
|
unistd
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -4,7 +4,7 @@ tests/signature.h
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
vma-iter
|
vma-iter
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -11,7 +11,7 @@ float-h
|
|||||||
isnand-nolibm
|
isnand-nolibm
|
||||||
nan
|
nan
|
||||||
stdbool-h
|
stdbool-h
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ float-h
|
|||||||
isnanf-nolibm
|
isnanf-nolibm
|
||||||
nan
|
nan
|
||||||
stdbool-h
|
stdbool-h
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -14,7 +14,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdbool-h
|
stdbool-h
|
||||||
stdint
|
stdint-h
|
||||||
get-rusage-as
|
get-rusage-as
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -11,7 +11,7 @@ diffseq
|
|||||||
once
|
once
|
||||||
tls
|
tls
|
||||||
minmax
|
minmax
|
||||||
stdint
|
stdint-h
|
||||||
xalloc
|
xalloc
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -10,7 +10,7 @@ Depends-on:
|
|||||||
c99
|
c99
|
||||||
largefile
|
largefile
|
||||||
stdbool-h
|
stdbool-h
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FSUSAGE
|
gl_FSUSAGE
|
||||||
|
@@ -36,7 +36,7 @@ readdir
|
|||||||
realloc-posix
|
realloc-posix
|
||||||
stdbool-h
|
stdbool-h
|
||||||
stddef-h
|
stddef-h
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FUNC_FTS
|
gl_FUNC_FTS
|
||||||
|
@@ -7,7 +7,7 @@ tests/infinity.h
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ lib/get-rusage-as.c
|
|||||||
m4/mmap-anon.m4
|
m4/mmap-anon.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
unistd
|
unistd
|
||||||
extensions
|
extensions
|
||||||
getpagesize
|
getpagesize
|
||||||
|
@@ -7,7 +7,7 @@ lib/get-rusage-data.c
|
|||||||
m4/mmap-anon.m4
|
m4/mmap-anon.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
unistd
|
unistd
|
||||||
extensions
|
extensions
|
||||||
getpagesize
|
getpagesize
|
||||||
|
@@ -9,7 +9,7 @@ Depends-on:
|
|||||||
stdio
|
stdio
|
||||||
extensions
|
extensions
|
||||||
limits-h [test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]
|
limits-h [test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]
|
||||||
stdint [test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]
|
stdint-h [test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]
|
||||||
errno-h [test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]
|
errno-h [test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -9,7 +9,7 @@ Depends-on:
|
|||||||
unistd
|
unistd
|
||||||
free-posix [test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1]
|
free-posix [test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1]
|
||||||
malloc-posix [test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1]
|
malloc-posix [test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1]
|
||||||
stdint [test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1]
|
stdint-h [test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FUNC_GETGROUPS
|
gl_FUNC_GETGROUPS
|
||||||
|
@@ -11,7 +11,7 @@ Depends-on:
|
|||||||
limits-h
|
limits-h
|
||||||
ssize_t
|
ssize_t
|
||||||
stdbool-h
|
stdbool-h
|
||||||
stdint
|
stdint-h
|
||||||
freadptr
|
freadptr
|
||||||
freadseek
|
freadseek
|
||||||
memchr2
|
memchr2
|
||||||
|
@@ -10,7 +10,7 @@ Depends-on:
|
|||||||
math-h
|
math-h
|
||||||
extensions
|
extensions
|
||||||
float-h [test $HAVE_GETPAYLOAD = 0 || test $REPLACE_GETPAYLOAD = 1]
|
float-h [test $HAVE_GETPAYLOAD = 0 || test $REPLACE_GETPAYLOAD = 1]
|
||||||
stdint [test $HAVE_GETPAYLOAD = 0 || test $REPLACE_GETPAYLOAD = 1]
|
stdint-h [test $HAVE_GETPAYLOAD = 0 || test $REPLACE_GETPAYLOAD = 1]
|
||||||
isnand [test $HAVE_GETPAYLOAD = 0 || test $REPLACE_GETPAYLOAD = 1]
|
isnand [test $HAVE_GETPAYLOAD = 0 || test $REPLACE_GETPAYLOAD = 1]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -10,7 +10,7 @@ Depends-on:
|
|||||||
math-h
|
math-h
|
||||||
extensions
|
extensions
|
||||||
float-h [test $HAVE_GETPAYLOADF = 0 || test $REPLACE_GETPAYLOADF = 1]
|
float-h [test $HAVE_GETPAYLOADF = 0 || test $REPLACE_GETPAYLOADF = 1]
|
||||||
stdint [test $HAVE_GETPAYLOADF = 0 || test $REPLACE_GETPAYLOADF = 1]
|
stdint-h [test $HAVE_GETPAYLOADF = 0 || test $REPLACE_GETPAYLOADF = 1]
|
||||||
isnanf [test $HAVE_GETPAYLOADF = 0 || test $REPLACE_GETPAYLOADF = 1]
|
isnanf [test $HAVE_GETPAYLOADF = 0 || test $REPLACE_GETPAYLOADF = 1]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -12,7 +12,7 @@ math-h
|
|||||||
extensions
|
extensions
|
||||||
getpayload [{ test $HAVE_GETPAYLOADL = 0 || test $REPLACE_GETPAYLOADL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
|
getpayload [{ test $HAVE_GETPAYLOADL = 0 || test $REPLACE_GETPAYLOADL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
|
||||||
float-h [{ test $HAVE_GETPAYLOADL = 0 || test $REPLACE_GETPAYLOADL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
float-h [{ test $HAVE_GETPAYLOADL = 0 || test $REPLACE_GETPAYLOADL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
stdint [{ test $HAVE_GETPAYLOADL = 0 || test $REPLACE_GETPAYLOADL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
stdint-h [{ test $HAVE_GETPAYLOADL = 0 || test $REPLACE_GETPAYLOADL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
isnanl [{ test $HAVE_GETPAYLOADL = 0 || test $REPLACE_GETPAYLOADL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
isnanl [{ test $HAVE_GETPAYLOADL = 0 || test $REPLACE_GETPAYLOADL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
snan [{ test $HAVE_GETPAYLOADL = 0 || test $REPLACE_GETPAYLOADL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
snan [{ test $HAVE_GETPAYLOADL = 0 || test $REPLACE_GETPAYLOADL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ m4/getrusage.m4
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
sys_resource
|
sys_resource
|
||||||
stdint [test $HAVE_GETRUSAGE = 0]
|
stdint-h [test $HAVE_GETRUSAGE = 0]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FUNC_GETRUSAGE
|
gl_FUNC_GETRUSAGE
|
||||||
|
@@ -9,7 +9,7 @@ c99
|
|||||||
getopt-gnu
|
getopt-gnu
|
||||||
idx
|
idx
|
||||||
stdbool-h
|
stdbool-h
|
||||||
stdint
|
stdint-h
|
||||||
stdlib
|
stdlib
|
||||||
error
|
error
|
||||||
read-file
|
read-file
|
||||||
|
@@ -30,7 +30,7 @@ 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-h [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
stdbool-h [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
||||||
stdckdint-h [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
stdckdint-h [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
||||||
stdint [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
stdint-h [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]
|
||||||
unistd [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
unistd [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
||||||
malloc-posix [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
malloc-posix [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
|
||||||
|
@@ -11,7 +11,7 @@ extern-inline
|
|||||||
flexmember
|
flexmember
|
||||||
inttypes-h-incomplete
|
inttypes-h-incomplete
|
||||||
stdbool-h
|
stdbool-h
|
||||||
stdint
|
stdint-h
|
||||||
verify
|
verify
|
||||||
xalloc
|
xalloc
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ calloc-posix
|
|||||||
free-posix
|
free-posix
|
||||||
malloc-posix
|
malloc-posix
|
||||||
stdbool-h
|
stdbool-h
|
||||||
stdint
|
stdint-h
|
||||||
xalloc-oversized
|
xalloc-oversized
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -10,7 +10,7 @@ lib/gl_anyhash_primes.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
map
|
map
|
||||||
stdint
|
stdint-h
|
||||||
xsize
|
xsize
|
||||||
c99
|
c99
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@ lib/gl_anyhash_primes.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
set
|
set
|
||||||
stdint
|
stdint-h
|
||||||
xsize
|
xsize
|
||||||
c99
|
c99
|
||||||
|
|
||||||
|
@@ -4,7 +4,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
endian
|
endian
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -15,7 +15,7 @@ localeconv
|
|||||||
memmove
|
memmove
|
||||||
xstrtoumax
|
xstrtoumax
|
||||||
stdbool-h
|
stdbool-h
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_HUMAN
|
gl_HUMAN
|
||||||
|
@@ -12,7 +12,7 @@ idx
|
|||||||
malloc-gnu
|
malloc-gnu
|
||||||
realloc-posix
|
realloc-posix
|
||||||
reallocarray
|
reallocarray
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@ iconv-h
|
|||||||
iconv
|
iconv
|
||||||
c-ctype [test $REPLACE_ICONV_OPEN = 1]
|
c-ctype [test $REPLACE_ICONV_OPEN = 1]
|
||||||
c-strcase [test $REPLACE_ICONV_OPEN = 1]
|
c-strcase [test $REPLACE_ICONV_OPEN = 1]
|
||||||
stdint [test $REPLACE_ICONV_UTF = 1]
|
stdint-h [test $REPLACE_ICONV_UTF = 1]
|
||||||
unistr/u8-mbtoucr [test $REPLACE_ICONV_UTF = 1]
|
unistr/u8-mbtoucr [test $REPLACE_ICONV_UTF = 1]
|
||||||
unistr/u8-uctomb [test $REPLACE_ICONV_UTF = 1]
|
unistr/u8-uctomb [test $REPLACE_ICONV_UTF = 1]
|
||||||
|
|
||||||
|
@@ -5,7 +5,7 @@ Files:
|
|||||||
lib/idx.h
|
lib/idx.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@ m4/mmap-anon.m4
|
|||||||
m4/nocrash.m4
|
m4/nocrash.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
pathmax
|
pathmax
|
||||||
open
|
open
|
||||||
once
|
once
|
||||||
|
@@ -13,7 +13,7 @@ m4/inttostr.m4
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
intprops
|
intprops
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_INTTOSTR
|
gl_INTTOSTR
|
||||||
|
@@ -12,7 +12,7 @@ multiarch
|
|||||||
snippet/arg-nonnull
|
snippet/arg-nonnull
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
snippet/warn-on-use
|
snippet/warn-on-use
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_INTTYPES_INCOMPLETE
|
gl_INTTYPES_INCOMPLETE
|
||||||
|
@@ -6,7 +6,7 @@ lib/jit/cache.h
|
|||||||
m4/valgrind-helper.m4
|
m4/valgrind-helper.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_VALGRIND_HELPER
|
gl_VALGRIND_HELPER
|
||||||
|
@@ -12,7 +12,7 @@ Depends-on:
|
|||||||
clean-temp-simple
|
clean-temp-simple
|
||||||
getpagesize
|
getpagesize
|
||||||
host-cpu-c-abi
|
host-cpu-c-abi
|
||||||
stdint
|
stdint-h
|
||||||
xalloc
|
xalloc
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -12,7 +12,7 @@ lib/gl_anylinked_list2.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
list
|
list
|
||||||
stdint
|
stdint-h
|
||||||
xsize
|
xsize
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -10,7 +10,7 @@ lib/gl_anyhash_primes.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
map
|
map
|
||||||
stdint
|
stdint-h
|
||||||
xsize
|
xsize
|
||||||
c99
|
c99
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@ lib/gl_anyhash_primes.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
set
|
set
|
||||||
stdint
|
stdint-h
|
||||||
xsize
|
xsize
|
||||||
c99
|
c99
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ m4/semaphore.m4
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
thread
|
thread
|
||||||
stdint
|
stdint-h
|
||||||
once
|
once
|
||||||
usleep
|
usleep
|
||||||
yield
|
yield
|
||||||
|
@@ -3,7 +3,7 @@ tests/test-malloc-gnu.c
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -3,7 +3,7 @@ tests/test-malloc-posix.c
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@ assert-h
|
|||||||
extensions-aix
|
extensions-aix
|
||||||
idx
|
idx
|
||||||
stdckdint-h
|
stdckdint-h
|
||||||
stdint
|
stdint-h
|
||||||
xalloc-oversized
|
xalloc-oversized
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -23,7 +23,7 @@ Depends-on:
|
|||||||
wchar
|
wchar
|
||||||
extensions
|
extensions
|
||||||
attribute [test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1]
|
attribute [test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1]
|
||||||
stdint [test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1]
|
stdint-h [test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1]
|
||||||
hard-locale [{ test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1; } && test $REPLACE_MBSTATE_T = 0]
|
hard-locale [{ test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1; } && test $REPLACE_MBSTATE_T = 0]
|
||||||
mbsinit [{ test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1; } && test $REPLACE_MBSTATE_T = 0]
|
mbsinit [{ test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1; } && test $REPLACE_MBSTATE_T = 0]
|
||||||
assert-h [test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1]
|
assert-h [test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1]
|
||||||
|
@@ -3,7 +3,7 @@ tests/test-memalign.c
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ lib/memchr2.c
|
|||||||
lib/memchr2.valgrind
|
lib/memchr2.valgrind
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint
|
stdint-h
|
||||||
memchr
|
memchr
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -12,7 +12,7 @@ lib/memcmp.c
|
|||||||
m4/memcmp.m4
|
m4/memcmp.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
stdint [test $gl_func_memcmp = no]
|
stdint-h [test $gl_func_memcmp = no]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FUNC_MEMCMP
|
gl_FUNC_MEMCMP
|
||||||
|
@@ -10,7 +10,7 @@ Depends-on:
|
|||||||
builtin-expect
|
builtin-expect
|
||||||
extensions
|
extensions
|
||||||
string
|
string
|
||||||
stdint
|
stdint-h
|
||||||
memchr
|
memchr
|
||||||
memcmp
|
memcmp
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user