summaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/c++11/codecvt.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix alignment bugs in std::codecvt_utf16redi2017-03-171-157/+235
* PR libstdc++/79980 fix target type of castredi2017-03-161-1/+1
* PR libstdc++/80041 fix codecvt_utf16<wchar_t> to use UTF-16 not UTF-8redi2017-03-161-4/+10
* Fix encoding() and max_length() values for codecvt facetsredi2017-03-161-32/+90
* PR libstdc++/79980 fix BOM detection, maxcode checks, UCS2 handlingredi2017-03-161-30/+64
* PR libstdc++/79511 fix endianness of UTF-16 dataredi2017-03-161-3/+11
* Update copyright years.jakub2017-01-011-1/+1
* Fix std::codecvt_utf8* for big-endian targetsredi2016-04-201-2/+2
* libstdc++/69703 ignore endianness in codecvt_utf8redi2016-04-191-1/+5
* Update copyright years.jakub2016-01-041-1/+1
* PR libstdc++/66855redi2015-07-131-1/+5
* PR libstdc++/66464redi2015-06-121-1/+1
* PR libstdc++/66417redi2015-06-081-1/+1
* PR libstdc++/64797redi2015-03-041-40/+73
* * src/c++11/codecvt.cc (write_utf16_code_point): Fix code to outputredi2015-02-181-7/+9
* Add C++11 std::string constructors for locales and facets.redi2015-01-201-0/+2
* Implement C++11 <codecvt> header.redi2015-01-161-41/+988
* * acinclude.m4: Fix typo in comment.redi2015-01-161-0/+461