Skip to content

Commit e6702c1

Browse files
committed
Merge pull request #587 from cubbimew/issue586
[diff.library] add missing NULL <cstdio> to Table 149
2 parents c72882f + 5add43a commit e6702c1

File tree

1 file changed

+29
-28
lines changed

1 file changed

+29
-28
lines changed

source/compatibility.tex

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,7 +1554,7 @@
15541554
noted in other subclauses (\ref{headers}, \ref{support.types}, \ref{c.strings}).
15551555

15561556
\pnum
1557-
The \Cpp standard library provides 57 standard macros from the C library,
1557+
The \Cpp standard library provides 51 standard macros from the C library,
15581558
as shown in Table~\ref{tab:diff.standard.macros}.
15591559

15601560
\pnum
@@ -1571,78 +1571,79 @@
15711571

15721572
\tcode{assert} &
15731573
\tcode{HUGE_VAL} &
1574+
\tcode{NULL <cstdlib>} &
1575+
\tcode{SIGILL} &
1576+
\tcode{va_copy} \\
1577+
1578+
\tcode{BUFSIZ} &
1579+
\tcode{LC_ALL} &
15741580
\tcode{NULL <cstring>} &
15751581
\tcode{SIGINT} &
15761582
\tcode{va_end} \\
15771583

1578-
\tcode{BUFSIZ} &
1579-
\tcode{LC_ALL} &
1584+
\tcode{CLOCKS_PER_SEC} &
1585+
\tcode{LC_COLLATE} &
15801586
\tcode{NULL <ctime>} &
15811587
\tcode{SIGSEGV} &
15821588
\tcode{va_start} \\
15831589

1584-
\tcode{CLOCKS_PER_SEC} &
1585-
\tcode{LC_COLLATE} &
1590+
\tcode{EDOM} &
1591+
\tcode{LC_CTYPE} &
15861592
\tcode{NULL <cwchar>} &
15871593
\tcode{SIGTERM} &
15881594
\tcode{WCHAR_MAX} \\
15891595

1590-
\tcode{EDOM} &
1591-
\tcode{LC_CTYPE} &
1596+
\tcode{EILSEQ} &
1597+
\tcode{LC_MONETARY} &
15921598
\tcode{offsetof} &
15931599
\tcode{SIG_DFL} &
15941600
\tcode{WCHAR_MIN} \\
15951601

1596-
\tcode{EILSEQ} &
1597-
\tcode{LC_MONETARY} &
1602+
\tcode{EOF} &
1603+
\tcode{LC_NUMERIC} &
15981604
\tcode{RAND_MAX} &
15991605
\tcode{SIG_ERR} &
16001606
\tcode{WEOF <cwchar>} \\
16011607

1602-
\tcode{EOF} &
1603-
\tcode{LC_NUMERIC} &
1608+
\tcode{ERANGE} &
1609+
\tcode{LC_TIME} &
16041610
\tcode{SEEK_CUR} &
16051611
\tcode{SIG_IGN} &
16061612
\tcode{WEOF <cwctype>} \\
16071613

1608-
\tcode{ERANGE} &
1609-
\tcode{LC_TIME} &
1614+
\tcode{errno} &
1615+
\tcode{L_tmpnam} &
16101616
\tcode{SEEK_END} &
16111617
\tcode{stderr} &
16121618
\tcode{_IOFBF} \\
16131619

1614-
\tcode{errno} &
1615-
\tcode{L_tmpnam} &
1620+
\tcode{EXIT_FAILURE} &
1621+
\tcode{MB_CUR_MAX} &
16161622
\tcode{SEEK_SET} &
16171623
\tcode{stdin} &
16181624
\tcode{_IOLBF} \\
16191625

1620-
\tcode{EXIT_FAILURE} &
1621-
\tcode{MB_CUR_MAX} &
1626+
\tcode{EXIT_SUCCESS} &
1627+
\tcode{NULL <clocale>} &
16221628
\tcode{setjmp} &
16231629
\tcode{stdout} &
16241630
\tcode{_IONBF} \\
16251631

1626-
\tcode{EXIT_SUCCESS} &
1627-
\tcode{NULL <clocale>} &
1632+
\tcode{FILENAME_MAX} &
1633+
\tcode{NULL <cstddef>} &
16281634
\tcode{SIGABRT} &
16291635
\tcode{TMP_MAX} & \\
16301636

1631-
\tcode{FILENAME_MAX} &
1632-
\tcode{NULL <cstddef>} &
1637+
\tcode{FOPEN_MAX} &
1638+
\tcode{NULL <cstdio>} &
16331639
\tcode{SIGFPE} &
16341640
\tcode{va_arg} & \\
16351641

1636-
\tcode{FOPEN_MAX} &
1637-
\tcode{NULL <cstdlib>} &
1638-
\tcode{SIGILL} &
1639-
\tcode{va_copy} & \\
1640-
16411642

16421643
\end{floattable}
16431644

16441645
\pnum
1645-
The \Cpp standard library provides 57 standard values from the C library,
1646+
The \Cpp standard library provides 45 standard values from the C library,
16461647
as shown in Table~\ref{tab:diff.standard.values}.
16471648

16481649
\begin{floattable}{Standard values}{tab:diff.standard.values}
@@ -1696,7 +1697,7 @@
16961697
\end{floattable}
16971698

16981699
\pnum
1699-
The \Cpp standard library provides 20 standard types from the C library,
1700+
The \Cpp standard library provides 15 standard types from the C library,
17001701
as shown in Table~\ref{tab:diff.standard.types}.
17011702

17021703
\begin{floattable}{Standard types}{tab:diff.standard.types}

0 commit comments

Comments
 (0)