This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 262a337a1 Handle TLS values in sym_check new 0f60e0a4a [libc++] Fix error flags and exceptions propagated from input [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/ios | 9 + include/istream | 883 ++++++++++++--------- .../istream.formatted.arithmetic/bool.pass.cpp | 41 +- .../istream.formatted.arithmetic/double.pass.cpp | 41 +- .../istream.formatted.arithmetic/float.pass.cpp | 41 +- .../istream.formatted.arithmetic/int.pass.cpp | 41 +- .../istream.formatted.arithmetic/long.pass.cpp | 41 +- .../long_double.pass.cpp | 41 +- .../long_long.pass.cpp | 41 +- .../istream.formatted.arithmetic/pointer.pass.cpp | 41 +- .../istream.formatted.arithmetic/short.pass.cpp | 41 +- .../unsigned_int.pass.cpp | 41 +- .../unsigned_long.pass.cpp | 41 +- .../unsigned_long_long.pass.cpp | 41 +- .../unsigned_short.pass.cpp | 41 +- .../istream_extractors/chart.pass.cpp | 77 +- .../istream_extractors/signed_char.pass.cpp | 41 +- .../signed_char_pointer.pass.cpp | 43 +- .../istream_extractors/streambuf.pass.cpp | 104 ++- .../istream_extractors/unsigned_char.pass.cpp | 41 +- .../unsigned_char_pointer.pass.cpp | 43 +- .../istream_extractors/wchar_t_pointer.pass.cpp | 81 +- .../input.streams/istream.manip/ws.pass.cpp | 39 +- .../input.streams/istream.unformatted/get.pass.cpp | 47 +- .../istream.unformatted/get_chart.pass.cpp | 49 +- .../istream.unformatted/get_pointer_size.pass.cpp | 93 ++- .../get_pointer_size_chart.pass.cpp | 93 ++- .../istream.unformatted/get_streambuf.pass.cpp | 71 +- .../get_streambuf_chart.pass.cpp | 70 +- .../getline_pointer_size.pass.cpp | 93 ++- .../getline_pointer_size_chart.pass.cpp | 93 ++- .../istream.unformatted/ignore.pass.cpp | 36 +- .../istream.unformatted/peek.pass.cpp | 35 +- .../istream.unformatted/putback.pass.cpp | 36 +- .../istream.unformatted/read.pass.cpp | 37 +- .../istream.unformatted/sync.pass.cpp | 69 +- .../istream.unformatted/unget.pass.cpp | 36 +- .../string.nonmembers/string.io/get_line.pass.cpp | 82 +- .../string.io/get_line_delim.pass.cpp | 81 +- .../string.io/stream_extract.pass.cpp | 39 + .../bitset.operators/stream_in.pass.cpp | 55 +- .../bitset.operators/stream_out.pass.cpp | 4 +- 42 files changed, 2480 insertions(+), 533 deletions(-)