mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* 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.
22 lines
436 B
Plaintext
22 lines
436 B
Plaintext
Files:
|
|
tests/test-printf-posix.sh
|
|
tests/test-printf-posix.c
|
|
tests/test-printf-posix.h
|
|
tests/test-printf-posix.output
|
|
tests/test-printf-posix2.sh
|
|
tests/test-printf-posix2.c
|
|
tests/infinity.h
|
|
tests/qemu.h
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
stdint-h
|
|
|
|
configure.ac:
|
|
AC_CHECK_FUNCS_ONCE([getrlimit setrlimit])
|
|
|
|
Makefile.am:
|
|
TESTS += test-printf-posix.sh test-printf-posix2.sh
|
|
check_PROGRAMS += test-printf-posix test-printf-posix2
|