1
0
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:
Bruno Haible
2024-12-27 23:14:13 +01:00
parent deba443eb1
commit c26137915e
20 changed files with 83 additions and 45 deletions

View File

@@ -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> 2024-12-27 Bruno Haible <bruno@clisp.org>
Rename module inttypes-incomplete to inttypes-h-incomplete. Rename module inttypes-incomplete to inttypes-h-incomplete.

View File

@@ -3,8 +3,8 @@
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/inttypes.h.html} POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/inttypes.h.html}
Gnulib module: inttypes Gnulib module: inttypes-h
@mindex inttypes @mindex inttypes-h
Portability problems fixed by Gnulib: Portability problems fixed by Gnulib:
@itemize @itemize

View File

@@ -15,7 +15,7 @@ gettext-h
gnulib-i18n gnulib-i18n
idx idx
ignore-value ignore-value
inttypes inttypes-h
mempcpy mempcpy
raise raise
sigsegv sigsegv

View File

@@ -4,7 +4,7 @@ tests/macros.h
Depends-on: Depends-on:
assert-h assert-h
inttypes inttypes-h
stdbool stdbool
configure.ac: configure.ac:

View File

@@ -4,7 +4,7 @@ tests/test-inttostr.c
Depends-on: Depends-on:
intprops intprops
inttypes inttypes-h
snprintf snprintf
configure.ac: configure.ac:

View File

@@ -1,14 +1,18 @@
Description: Description:
An <inttypes.h> that nearly conforms to C99. An <inttypes.h> that nearly conforms to C99.
Status:
deprecated
Notice:
This module is deprecated. Use the module 'inttypes-h' instead.
Files: Files:
Depends-on: Depends-on:
inttypes-h-incomplete inttypes-h
extensions
configure.ac: configure.ac:
gl_INTTYPES_H
Makefile.am: Makefile.am:
@@ -19,4 +23,3 @@ License:
LGPLv2+ LGPLv2+
Maintainer: Maintainer:
all

View File

@@ -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
View 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

View 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
View 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

View File

@@ -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

View File

@@ -19,7 +19,7 @@ gettext-h
gnulib-i18n gnulib-i18n
idx idx
intprops intprops
inttypes inttypes-h
mktime mktime
stdckdint stdckdint
time-h time-h

View File

@@ -6,7 +6,7 @@ tests/virtualbox.h
tests/macros.h tests/macros.h
Depends-on: Depends-on:
inttypes inttypes-h
sleep sleep
pthread-thread pthread-thread
test-xfail test-xfail

View File

@@ -5,7 +5,7 @@ tests/virtualbox.h
tests/macros.h tests/macros.h
Depends-on: Depends-on:
inttypes inttypes-h
sleep sleep
test-xfail test-xfail

View File

@@ -5,7 +5,7 @@ tests/test-stdckdint.c
Depends-on: Depends-on:
assert-h assert-h
inttypes inttypes-h
stdbool stdbool
stdckdint-c++-tests stdckdint-c++-tests

View File

@@ -5,7 +5,7 @@ tests/test-xstrtol.sh
tests/macros.h tests/macros.h
Depends-on: Depends-on:
inttypes inttypes-h
test-framework-sh test-framework-sh
xstrtol-error xstrtol-error

View File

@@ -6,7 +6,7 @@ tests/test-xstrtoll.sh
tests/macros.h tests/macros.h
Depends-on: Depends-on:
inttypes inttypes-h
test-framework-sh test-framework-sh
configure.ac: configure.ac: