aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/libstdc++-v3/config/locale
Commit message (Collapse)AuthorAgeFilesLines
* Delete old versions of GCC.Dan Albert2015-06-1730-5383/+0
| | | | Change-Id: I710f125d905290e1024cbd67f48299861790c66c
* More fix to handle NULL return value of setlocale() in libstdc++/GCC4.7Andrew Hsieh2013-03-082-12/+24
| | | | | | | | | | Bionic setlocale() always returns NULL. Check return value before passing it to other libraries which don't expect NULL in argument. See 20ffc596a2771a96ac9b4a4838edc7779a48f0af https://code.google.com/p/android/issues/detail?id=46718 Change-Id: Ie2bf30d5f54c77401519ecb27cb97fb905639bba
* Handle NULL return value of setlocale() in libstdc++Andrew Hsieh2012-10-303-9/+17
| | | | | | | | | | Bionic setlocale() always returns NULL. $NDK/tests/device/test-gnustl-2 (as well as others using iostream, etc) segfault w/o this change Port of google ref 46499. Change-Id: I3fff815a365b0118d9a8362725a7267bccc93a8e
* Initial check-in of gcc 4.7.2.Ben Cheng2012-10-0130-0/+5363
Change-Id: I4a2f5a921c21741a0e18bda986d77e5f1bef0365