[libc++][print] Adds stdout functions.
authorMark de Wever <koraq@xs4all.nl>
Wed, 12 Jul 2023 06:20:26 +0000 (08:20 +0200)
committerMark de Wever <koraq@xs4all.nl>
Sat, 22 Jul 2023 09:28:17 +0000 (11:28 +0200)
commite2953303f4d3855a4700f8cc7d5a6aa5fb4af8fb
tree19554e1e4b50ad3056dfb61615a4374f7b2fd5e9
parentc51c607dfc6388050ed1381a32089cd08a36ff9a
[libc++][print] Adds stdout functions.

Implements parts of
- P2093R14 Formatted output
- P2539R4  Should the output of std::print to a terminal be
           synchronized with the underlying stream?

Depends on D150044

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D155262
libcxx/docs/Status/FormatPaper.csv
libcxx/include/print
libcxx/test/std/input.output/iostream.format/print.fun/echo.sh [new file with mode: 0644]
libcxx/test/std/input.output/iostream.format/print.fun/print.sh.cpp [new file with mode: 0644]
libcxx/test/std/input.output/iostream.format/print.fun/println.sh.cpp [new file with mode: 0644]
libcxx/test/std/input.output/iostream.format/print.fun/vprint_nonunicode.sh.cpp [new file with mode: 0644]
libcxx/test/std/input.output/iostream.format/print.fun/vprint_unicode.sh.cpp [new file with mode: 0644]
libcxx/utils/ci/run-buildbot