summaryrefslogtreecommitdiff
path: root/libstdc++-v3/config/locale
Commit message (Expand)AuthorAgeFilesLines
* PR libstdc++/68737 Do not use vsnprintf on HPUXJonathan Wakely2019-01-281-1/+1
* Update copyright years.Jakub Jelinek2019-01-0139-39/+39
* PR libstdc++/87642 handle multibyte thousands separators from libcJonathan Wakely2018-10-182-4/+67
* Update copyright years.Jakub Jelinek2018-01-0339-39/+39
* Avoid -Wattribute-alias warnings for long double compat symbolsJonathan Wakely2017-10-241-0/+1
* Update copyright years.Jakub Jelinek2017-01-0139-39/+39
* Remove trailing whitespace from libstdc++-v3 filesChris Gregory2016-04-2927-293/+293
* Update copyright years.Jakub Jelinek2016-01-0439-39/+39
* More fine-grained autoconf checks for C99 libraryJennifer Yao2015-11-133-3/+3
* Save-and-restore errno more carefully in libstdc++Jonathan Wakely2015-10-011-3/+13
* messages_members.cc (Catalog_info, Catalogs): Move...François Dumont2015-09-303-108/+145
* Provide nearly complete std::locale support for DragonFlyJohn Marino2015-08-279-183/+2222
* re PR c++/65046 (-Wabi-tag doesn't warn about variables or function return ty...Jason Merrill2015-03-191-4/+3
* re PR c++/65046 (-Wabi-tag doesn't warn about variables or function return ty...Jonathan Wakely2015-03-181-3/+4
* re PR libstdc++/13631 (Problems in messages)Jonathan Wakely2015-03-181-34/+35
* re PR target/64368 (Several libstdc++ test failures on non-linux platforms af...Jonathan Wakely2015-01-261-2/+0
* Update copyright years.Jakub Jelinek2015-01-0532-32/+32
* New std::string implementation.Jonathan Wakely2014-12-193-0/+12
* re PR libstdc++/13631 (Problems in messages)François Dumont2014-12-032-86/+306
* Makefile.am: Move ctype.cc, ctype_configure_char.cc and ctype_members.cc to ...Jonathan Wakely2014-10-202-7/+13
* c_locale.cc (facet::_S_create_c_locale): Fix warning.Jonathan Wakely2014-05-211-1/+1
* config.gcc (*-*-dragonfly*): New target.John Marino2014-05-212-0/+472
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-0230-30/+30
* codecvt_members.cc: Fix typo.Veres Lajos2013-07-041-1/+1
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-0330-56/+30
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-0426-31/+35
* * config/locale/gnu/monetary_members.ccAndreas Schwab2012-03-091-1/+3
* ctype_members.cc: New file.Yufeng Zhang2011-07-151-0/+280
* PR libstdc++/36104 part fourBenjamin Kosnik2011-01-3027-61/+148
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-034-4/+4
* *: Use headername alias to associate private includes to public includes.Benjamin Kosnik2010-12-199-18/+18
* testsuite_iterators.h: Don't include <cstddef>, don't use NULL, use std::size...Paolo Carlini2010-06-0312-37/+36
* ios_locale.cc: Fixes for -pedantic.Benjamin Kosnik2010-02-1712-71/+75
* re PR libstdc++/40712 (locale(const locale&, const char*, locale::category) c...Paolo Carlini2009-07-182-127/+356
* re PR libstdc++/40511 (Bootstrap Failure in stage3: c++locale - Recent SVN)Paolo Carlini2009-06-301-0/+4
* re PR libstdc++/40184 (locale(const char* std_name) can create invalid facets...Paolo Carlini2009-05-192-2/+23
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-0929-420/+275
* re PR libstdc++/25191 (exception_defines.h #defines try/catch)Paolo Carlini2009-02-033-11/+11
* re PR libstdc++/38368 (locale(const char* std_name) may create locale with br...Paolo Carlini2008-12-042-21/+133
* re PR libstdc++/38067 (monetary_members.cc: 4 * call to wrong C++ delete)Paolo Carlini2008-11-101-5/+6
* c_locale.cc (__convert_to_v): Fix !__FLT_HAS_INFINITY__ case.Andrew Pinski2008-10-011-1/+2
* PR libstdc++/32422, DR 23 [Ready in R60]Paolo Carlini2008-09-232-70/+137
* ctype_members.cc (ctype<char>::_M_narrow_init, [...]): Don't define here.Paolo Carlini2008-09-103-123/+0
* re PR libstdc++/37455 (Code bloat for ostream.widen('\n'))Paolo Carlini2008-09-103-0/+123
* c_locale.cc: Include <cstdio>.Paolo Carlini2008-08-111-1/+2
* ctype_members.cc: Include <cstdio>.Paolo Carlini2008-08-091-1/+2
* acinclude.m4 ([GLIBCXX_CHECK_STDIO_MACROS]): New, checks for common values of...Paolo Carlini2008-08-062-2/+4
* re PR libstdc++/31836 (FAIL: 27_io/basic_istream/extractors_arithmetic/char/1...John David Anglin2007-07-251-1/+1
* c_locale.h (__convert_from_v): Fix typo.Paolo Carlini2007-05-251-1/+1
* c_locale.h (__convert_from_v): Only switch to the "C" locale if the current o...Paolo Carlini2007-05-244-29/+60