2
Normative references
[intro.refs]
1
#
The following documents are referred to in the text in such a way that some or all of their content constitutes requirements of this document
.
For dated references, only the edition cited applies
.
For undated references, the latest edition of the referenced document (including any amendments) applies
.
(1.1)
Ecma International,
ECMAScript Language Specification
, Standard Ecma-262, third edition, 1999
.
(1.2)
ISO/IEC 2382 (all parts),
Information technology — Vocabulary
(1.3)
ISO 8601:2004,
Data elements and interchange formats — Information interchange — Representation of dates and times
(1.4)
ISO/IEC 9899:2018,
Programming languages — C
(1.5)
ISO/IEC 9945:2003,
Information Technology — Portable Operating System Interface (POSIX)
(1.6)
ISO/IEC 10646,
Information technology — Universal Coded Character Set (UCS)
(1.7)
ISO/IEC 10646-1:1993,
Information technology — Universal Multiple-Octet Coded Character Set (UCS) — Part 1: Architecture and Basic Multilingual Plane
(1.8)
ISO/IEC/IEEE 60559:2011,
Information technology — Microprocessor Systems — Floating-Point arithmetic
(1.9)
ISO 80000-2:2009,
Quantities and units — Part 2: Mathematical signs and symbols to be used in the natural sciences and technology
(1.10)
The Unicode Consortium
.
Unicode Standard Annex, UAX #29,
Unicode Text Segmentation
[online]
.
Edited by Mark Davis
.
Revision 35; issued for Unicode 12.0.0
.
2019-02-15 [viewed 2020-02-23]
.
Available at
http://www.unicode.org/reports/tr29/tr29-35.html
2
#
The library described in Clause 7 of ISO/IEC 9899:2018 is hereinafter called the
C standard library
.
1
3
#
The operating system interface described in ISO/IEC 9945:2003 is hereinafter called
POSIX
.
4
#
The ECMAScript Language Specification described in Standard Ecma-262 is hereinafter called
ECMA-262
.
5
#
[
Note
:
References to ISO/IEC 10646-1:1993 are used only to support deprecated features (
[depr.locale.stdcvt]
)
.
—
end note
]
1)
With the qualifications noted in
[support]
through
[thread]
and in
[diff.library]
, the C standard library is a subset of the C++ standard library
.
⮥