[libcxx-commits] [PATCH] D111323: [SystemZ][z/OS] ASCII/EBCDIC support for libc++
Muiez Ahmed via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 26 09:23:07 PDT 2021
muiez updated this revision to Diff 382366.
muiez marked an inline comment as done.
muiez added a comment.
Update design doc to account for alternate solution to translate libcxx err messages based on char-mode.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111323/new/
https://reviews.llvm.org/D111323
Files:
libcxx/docs/DesignDocs/MultipleCharEncodings.rst
libcxx/include/__config
libcxx/include/__iterator/ostreambuf_iterator.h
libcxx/include/__locale
libcxx/include/__string
libcxx/include/__support/ibm/locale_mgmt_zos.h
libcxx/include/__support/ibm/xlocale.h
libcxx/include/charconv
libcxx/include/codecvt
libcxx/include/filesystem
libcxx/include/ios
libcxx/include/iosfwd
libcxx/include/iostream
libcxx/include/locale
libcxx/include/regex
libcxx/include/string
libcxx/include/strstream
libcxx/src/any.cpp
libcxx/src/charconv.cpp
libcxx/src/filesystem/directory_iterator.cpp
libcxx/src/filesystem/operations.cpp
libcxx/src/functional.cpp
libcxx/src/future.cpp
libcxx/src/include/error_message.h
libcxx/src/ios.cpp
libcxx/src/iostream.cpp
libcxx/src/locale.cpp
libcxx/src/memory.cpp
libcxx/src/optional.cpp
libcxx/src/random.cpp
libcxx/src/regex.cpp
libcxx/src/string.cpp
libcxx/src/strstream.cpp
libcxx/src/support/ibm/xlocale_zos.cpp
libcxx/src/support/runtime/stdexcept_default.ipp
libcxx/src/system_error.cpp
libcxx/src/variant.cpp
libcxxabi/src/abort_message.cpp
libcxxabi/src/cxa_virtual.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111323.382366.patch
Type: text/x-patch
Size: 53516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211026/fabfa2ab/attachment-0001.bin>
More information about the libcxx-commits
mailing list