mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
Rename module inttypes to inttypes-h.
* modules/inttypes-h: Renamed from modules/inttypes. * modules/inttypes-h-tests: Renamed from modules/inttypes-tests. * modules/inttypes-h-c++-tests: Renamed from modules/inttypes-c++-tests. * tests/test-inttypes-h.c: Renamed from tests/test-inttypes.c. * tests/test-inttypes-h-c++.cc: Renamed from tests/test-inttypes-c++.cc. * tests/test-inttypes-h-c++2.cc: Renamed from tests/test-inttypes-c++2.cc. * doc/posix-headers/inttypes.texi: Update. * modules/* (Depends-on): Update. * modules/inttypes: New file.
This commit is contained in:
13
ChangeLog
13
ChangeLog
@@ -1,3 +1,16 @@
|
||||
2024-12-27 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
Rename module inttypes to inttypes-h.
|
||||
* modules/inttypes-h: Renamed from modules/inttypes.
|
||||
* modules/inttypes-h-tests: Renamed from modules/inttypes-tests.
|
||||
* modules/inttypes-h-c++-tests: Renamed from modules/inttypes-c++-tests.
|
||||
* tests/test-inttypes-h.c: Renamed from tests/test-inttypes.c.
|
||||
* tests/test-inttypes-h-c++.cc: Renamed from tests/test-inttypes-c++.cc.
|
||||
* tests/test-inttypes-h-c++2.cc: Renamed from tests/test-inttypes-c++2.cc.
|
||||
* doc/posix-headers/inttypes.texi: Update.
|
||||
* modules/* (Depends-on): Update.
|
||||
* modules/inttypes: New file.
|
||||
|
||||
2024-12-27 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
Rename module inttypes-incomplete to inttypes-h-incomplete.
|
||||
|
@@ -3,8 +3,8 @@
|
||||
|
||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/inttypes.h.html}
|
||||
|
||||
Gnulib module: inttypes
|
||||
@mindex inttypes
|
||||
Gnulib module: inttypes-h
|
||||
@mindex inttypes-h
|
||||
|
||||
Portability problems fixed by Gnulib:
|
||||
@itemize
|
||||
|
@@ -15,7 +15,7 @@ gettext-h
|
||||
gnulib-i18n
|
||||
idx
|
||||
ignore-value
|
||||
inttypes
|
||||
inttypes-h
|
||||
mempcpy
|
||||
raise
|
||||
sigsegv
|
||||
|
@@ -4,7 +4,7 @@ tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
assert-h
|
||||
inttypes
|
||||
inttypes-h
|
||||
stdbool
|
||||
|
||||
configure.ac:
|
||||
|
@@ -4,7 +4,7 @@ tests/test-inttostr.c
|
||||
|
||||
Depends-on:
|
||||
intprops
|
||||
inttypes
|
||||
inttypes-h
|
||||
snprintf
|
||||
|
||||
configure.ac:
|
||||
|
@@ -1,14 +1,18 @@
|
||||
Description:
|
||||
An <inttypes.h> that nearly conforms to C99.
|
||||
|
||||
Status:
|
||||
deprecated
|
||||
|
||||
Notice:
|
||||
This module is deprecated. Use the module 'inttypes-h' instead.
|
||||
|
||||
Files:
|
||||
|
||||
Depends-on:
|
||||
inttypes-h-incomplete
|
||||
extensions
|
||||
inttypes-h
|
||||
|
||||
configure.ac:
|
||||
gl_INTTYPES_H
|
||||
|
||||
Makefile.am:
|
||||
|
||||
@@ -19,4 +23,3 @@ License:
|
||||
LGPLv2+
|
||||
|
||||
Maintainer:
|
||||
all
|
||||
|
@@ -1,19 +0,0 @@
|
||||
Files:
|
||||
tests/test-inttypes-c++.cc
|
||||
tests/test-inttypes-c++2.cc
|
||||
tests/signature.h
|
||||
|
||||
Status:
|
||||
c++-test
|
||||
|
||||
Depends-on:
|
||||
ansi-c++-opt
|
||||
|
||||
configure.ac:
|
||||
|
||||
Makefile.am:
|
||||
if ANSICXX
|
||||
TESTS += test-inttypes-c++
|
||||
check_PROGRAMS += test-inttypes-c++
|
||||
test_inttypes_c___SOURCES = test-inttypes-c++.cc test-inttypes-c++2.cc
|
||||
endif
|
22
modules/inttypes-h
Normal file
22
modules/inttypes-h
Normal file
@@ -0,0 +1,22 @@
|
||||
Description:
|
||||
An <inttypes.h> that nearly conforms to C99.
|
||||
|
||||
Files:
|
||||
|
||||
Depends-on:
|
||||
inttypes-h-incomplete
|
||||
extensions
|
||||
|
||||
configure.ac:
|
||||
gl_INTTYPES_H
|
||||
|
||||
Makefile.am:
|
||||
|
||||
Include:
|
||||
<inttypes.h>
|
||||
|
||||
License:
|
||||
LGPLv2+
|
||||
|
||||
Maintainer:
|
||||
all
|
19
modules/inttypes-h-c++-tests
Normal file
19
modules/inttypes-h-c++-tests
Normal file
@@ -0,0 +1,19 @@
|
||||
Files:
|
||||
tests/test-inttypes-h-c++.cc
|
||||
tests/test-inttypes-h-c++2.cc
|
||||
tests/signature.h
|
||||
|
||||
Status:
|
||||
c++-test
|
||||
|
||||
Depends-on:
|
||||
ansi-c++-opt
|
||||
|
||||
configure.ac:
|
||||
|
||||
Makefile.am:
|
||||
if ANSICXX
|
||||
TESTS += test-inttypes-h-c++
|
||||
check_PROGRAMS += test-inttypes-h-c++
|
||||
test_inttypes_h_c___SOURCES = test-inttypes-h-c++.cc test-inttypes-h-c++2.cc
|
||||
endif
|
11
modules/inttypes-h-tests
Normal file
11
modules/inttypes-h-tests
Normal file
@@ -0,0 +1,11 @@
|
||||
Files:
|
||||
tests/test-inttypes-h.c
|
||||
|
||||
Depends-on:
|
||||
inttypes-h-c++-tests
|
||||
|
||||
configure.ac:
|
||||
|
||||
Makefile.am:
|
||||
TESTS += test-inttypes-h
|
||||
check_PROGRAMS += test-inttypes-h
|
@@ -1,11 +0,0 @@
|
||||
Files:
|
||||
tests/test-inttypes.c
|
||||
|
||||
Depends-on:
|
||||
inttypes-c++-tests
|
||||
|
||||
configure.ac:
|
||||
|
||||
Makefile.am:
|
||||
TESTS += test-inttypes
|
||||
check_PROGRAMS += test-inttypes
|
@@ -19,7 +19,7 @@ gettext-h
|
||||
gnulib-i18n
|
||||
idx
|
||||
intprops
|
||||
inttypes
|
||||
inttypes-h
|
||||
mktime
|
||||
stdckdint
|
||||
time-h
|
||||
|
@@ -6,7 +6,7 @@ tests/virtualbox.h
|
||||
tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
inttypes
|
||||
inttypes-h
|
||||
sleep
|
||||
pthread-thread
|
||||
test-xfail
|
||||
|
@@ -5,7 +5,7 @@ tests/virtualbox.h
|
||||
tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
inttypes
|
||||
inttypes-h
|
||||
sleep
|
||||
test-xfail
|
||||
|
||||
|
@@ -5,7 +5,7 @@ tests/test-stdckdint.c
|
||||
|
||||
Depends-on:
|
||||
assert-h
|
||||
inttypes
|
||||
inttypes-h
|
||||
stdbool
|
||||
stdckdint-c++-tests
|
||||
|
||||
|
@@ -5,7 +5,7 @@ tests/test-xstrtol.sh
|
||||
tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
inttypes
|
||||
inttypes-h
|
||||
test-framework-sh
|
||||
xstrtol-error
|
||||
|
||||
|
@@ -6,7 +6,7 @@ tests/test-xstrtoll.sh
|
||||
tests/macros.h
|
||||
|
||||
Depends-on:
|
||||
inttypes
|
||||
inttypes-h
|
||||
test-framework-sh
|
||||
|
||||
configure.ac:
|
||||
|
Reference in New Issue
Block a user