summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-1612-12/+12
* Update copyright years.Jakub Jelinek2022-01-0312-12/+12
* Update copyright years.Jakub Jelinek2021-01-0412-12/+12
* libstdc++: Avoid warnings in testsJonathan Wakely2020-10-298-68/+68
* Update copyright years.Jakub Jelinek2020-01-0112-12/+12
* Replace std::to_string for integers with optimized versionJonathan Wakely2019-06-122-3/+165
* Update copyright years.Jakub Jelinek2019-01-0111-11/+11
* Update copyright years.Jakub Jelinek2018-01-0311-11/+11
* Get rid of dg-skip-if etc. default argsRainer Orth2017-06-172-2/+2
* Update copyright years.Jakub Jelinek2017-01-0111-11/+11
* [libstdc++][testsuite] XFAIL tests relying on long double-to-string conversio...Kyrylo Tkachov2016-12-122-0/+2
* testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini2016-10-1210-10/+10
* Use effective-target instead of -std optionsJonathan Wakely2016-08-2611-11/+11
* Update copyright years.Jakub Jelinek2016-01-0411-11/+11
* Leave errno unchanged by successful std::stoi etcJonathan Wakely2015-09-291-0/+36
* Update copyright years.Jakub Jelinek2015-01-0510-10/+10
* re PR libstdc++/64438 (Removing string-conversion requirement causes libstdc+...Jonathan Wakely2015-01-0210-0/+10
* re PR libstdc++/37522 (Incorrect vswprintf prototype breaks __to_xstring)Jonathan Wakely2014-12-2210-10/+0
* shrink_to_fit.cc: Prefer -std=gnu++11.Paolo Carlini2014-10-1510-10/+10
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-0210-10/+10
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-0310-10/+10
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* re PR libstdc++/52317 (incorrect FSF address)Paolo Carlini2012-02-211-6/+5
* basic_string.h (to_string(int), [...]): Add, per resolution of DR 1261.Paolo Carlini2009-11-111-0/+65
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-099-45/+36
* re PR libstdc++/37522 (Incorrect vswprintf prototype breaks __to_xstring)Paolo Carlini2008-10-279-36/+18
* stof.cc: Improve check on long double limits.Paolo Carlini2008-07-032-2/+4
* basic_string.h (stod, [...]): Declare in C++0x mode.Paolo Carlini2008-06-169-0/+1312