From 2d6d142be28ccd8e4fe196e3a7b5c4e38ef94e5b Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Tue, 22 Jul 2025 09:38:31 +0800 Subject: [PATCH 1/3] [conv.rank] Update and fix the reference to C23 H.4.3 --- source/basic.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/basic.tex b/source/basic.tex index c5ad9eb0bc..66d2a4e003 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -6187,7 +6187,7 @@ \tcode{\keyword{long} \keyword{double}}, \keyword{double}, and \tcode{std::float64_t} -have the same set of values (see \IsoCUndated{}:2024 H.4.2). +have the same set of values (see \IsoC H.4.3). \end{tailnote} \end{itemize} \begin{note} From ac19d6e47c0086fc200323f74107cb0a68d53767 Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Tue, 22 Jul 2025 09:39:34 +0800 Subject: [PATCH 2/3] [numerics.c] Use `\xrefc` to refer to C23 7.20 ... addressing the `%% TODO` comments --- source/numerics.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/numerics.tex b/source/numerics.tex index da32b9a221..d98ae3ccb4 100644 --- a/source/numerics.tex +++ b/source/numerics.tex @@ -20656,7 +20656,7 @@ \end{codeblock} \pnum -\xref{\IsoCUndated{}:2024, 7.20} %% TODO: change to \xrefc{7.20} +\xrefc{7.20} \rSec2[numerics.c.ckdint]{Checked integer operations} @@ -20682,5 +20682,5 @@ \remarks Each function template has the same semantics as the corresponding type-generic macro with the same name -specified in \IsoCUndated{}:2024, 7.20. +specified in \xrefc{7.20}. \end{itemdescr} From 4e71abeb8916f60998294be8c2152f98b994ec7b Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Tue, 22 Jul 2025 09:40:19 +0800 Subject: [PATCH 3/3] [stdbit.h.syn] Use `\xrefc` to refer to C23 7.18 ... addressing the `%% TODO` comments --- source/utilities.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/utilities.tex b/source/utilities.tex index 0a26e0266a..8de6a4b1b9 100644 --- a/source/utilities.tex +++ b/source/utilities.tex @@ -16177,7 +16177,7 @@ large enough to represent all possible result values. Each function template has the same semantics as the corresponding type-generic function with the same name -specified in \IsoCUndated{}:2024, 7.18. %% change to \xrefc{7.18} +specified in \xrefc{7.18}. \pnum \mandates @@ -16188,4 +16188,4 @@ the contents and meaning of the header \libheader{stdbit.h} are the same as the C standard library header \tcode{}. -\xref{\IsoCUndated{}:2024, 7.18} %% TODO: change to \xrefc{7.18} +\xrefc{7.18}