Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions source/back.tex
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,17 @@ \chapter{Bibliography}
Programming languages, their environments, and system software interfaces ---
Floating-point extensions for C --- Part 3: Interchange and extended types}
% Other international standards.
\item
IANA Character Sets Database.
Available from:\newline
\url{https://www.iana.org/assignments/character-sets/}, 2021-04-01
\item
IANA Time Zone Database.
Available from: \url{https://www.iana.org/time-zones}
\item
Unicode Character Mapping Markup Language [online].
Edited by Mark Davis and Markus Scherer. Revision 5.0.1; 2017-05-31
Available from: \url{http://www.unicode.org/reports/tr22/tr22-8.html}
% Literature references.
\item
Bjarne Stroustrup,
Expand Down
7 changes: 4 additions & 3 deletions source/lib-intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1093,8 +1093,8 @@
\tcode{<expected>} \\
\tcode{<filesystem>} \\
\tcode{<flat_map>} \\
\columnbreak
\tcode{<flat_set>} \\
\columnbreak
\tcode{<format>} \\
\tcode{<forward_list>} \\
\tcode{<fstream>} \\
Expand All @@ -1116,8 +1116,8 @@
\tcode{<mdspan>} \\
\tcode{<memory>} \\
\tcode{<memory_resource>} \\
\columnbreak
\tcode{<mutex>} \\
\columnbreak
\tcode{<new>} \\
\tcode{<numbers>} \\
\tcode{<numeric>} \\
Expand All @@ -1140,8 +1140,8 @@
\tcode{<sstream>} \\
\tcode{<stack>} \\
\tcode{<stacktrace>} \\
\columnbreak
\tcode{<stdexcept>} \\
\columnbreak
\tcode{<stdfloat>} \\
\tcode{<stop_token>} \\
\tcode{<streambuf>} \\
Expand All @@ -1150,6 +1150,7 @@
\tcode{<strstream>} \\
\tcode{<syncstream>} \\
\tcode{<system_error>} \\
\tcode{<text_encoding>} \\
\tcode{<thread>} \\
\tcode{<tuple>} \\
\tcode{<type_traits>} \\
Expand Down
Loading