aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config/locale/gnu
AgeCommit message (Expand)AuthorFilesLines
2023-01-16Update copyright years.Jakub Jelinek12-12/+12
2022-05-12libstdc++: Remove whitespace before preprocessor directivesJonathan Wakely1-1/+1
2022-02-14libstdc++: Fix stream extraction of IEEE128 long double [PR100912]Jonathan Wakely1-0/+10
2022-01-03Update copyright years.Jakub Jelinek12-12/+12
2021-12-10libstdc++: Add std::time_get %r support [PR71367]Jakub Jelinek1-2/+2
2021-01-04Update copyright years.Jakub Jelinek12-12/+12
2020-01-01Update copyright years.Jakub Jelinek12-12/+12
2019-01-01Update copyright years.Jakub Jelinek12-12/+12
2018-10-18PR libstdc++/87642 handle multibyte thousands separators from libcJonathan Wakely2-4/+67
2018-01-03Update copyright years.Jakub Jelinek12-12/+12
2017-10-24Avoid -Wattribute-alias warnings for long double compat symbolsJonathan Wakely1-0/+1
2017-01-01Update copyright years.Jakub Jelinek12-12/+12
2016-04-29Remove trailing whitespace from libstdc++-v3 filesChris Gregory9-114/+114
2016-01-04Update copyright years.Jakub Jelinek12-12/+12
2015-11-13More fine-grained autoconf checks for C99 libraryJennifer Yao1-1/+1
2015-09-30messages_members.cc (Catalog_info, Catalogs): Move...François Dumont3-108/+145
2015-03-19re PR c++/65046 (-Wabi-tag doesn't warn about variables or function return ty...Jason Merrill1-4/+3
2015-03-18re PR c++/65046 (-Wabi-tag doesn't warn about variables or function return ty...Jonathan Wakely1-3/+4
2015-03-18re PR libstdc++/13631 (Problems in messages)Jonathan Wakely1-34/+35
2015-01-26re PR target/64368 (Several libstdc++ test failures on non-linux platforms af...Jonathan Wakely1-2/+0
2015-01-05Update copyright years.Jakub Jelinek12-12/+12
2014-12-19New std::string implementation.Jonathan Wakely2-0/+7
2014-12-03re PR libstdc++/13631 (Problems in messages)François Dumont2-86/+306
2014-10-20Makefile.am: Move ctype.cc, ctype_configure_char.cc and ctype_members.cc to ...Jonathan Wakely1-4/+5
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford12-12/+12
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford12-25/+12
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek10-12/+14
2012-03-09* config/locale/gnu/monetary_members.ccAndreas Schwab1-1/+3
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik11-28/+70
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-12-19*: Use headername alias to associate private includes to public includes.Benjamin Kosnik4-8/+8
2010-06-03testsuite_iterators.h: Don't include <cstddef>, don't use NULL, use std::size...Paolo Carlini7-20/+20
2010-02-17ios_locale.cc: Fixes for -pedantic.Benjamin Kosnik5-18/+20
2009-07-18re PR libstdc++/40712 (locale(const locale&, const char*, locale::category) c...Paolo Carlini2-127/+356
2009-06-30re PR libstdc++/40511 (Bootstrap Failure in stage3: c++locale - Recent SVN)Paolo Carlini1-0/+4
2009-05-19re PR libstdc++/40184 (locale(const char* std_name) can create invalid facets...Paolo Carlini1-2/+19
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek12-172/+112
2009-02-03re PR libstdc++/25191 (exception_defines.h #defines try/catch)Paolo Carlini2-8/+8
2008-12-04re PR libstdc++/38368 (locale(const char* std_name) may create locale with br...Paolo Carlini2-21/+133
2008-11-10re PR libstdc++/38067 (monetary_members.cc: 4 * call to wrong C++ delete)Paolo Carlini1-5/+6
2008-09-23PR libstdc++/32422, DR 23 [Ready in R60]Paolo Carlini1-20/+60
2008-09-10ctype_members.cc (ctype<char>::_M_narrow_init, [...]): Don't define here.Paolo Carlini1-41/+0
2008-09-10re PR libstdc++/37455 (Code bloat for ostream.widen('\n'))Paolo Carlini1-0/+41
2008-08-06acinclude.m4 ([GLIBCXX_CHECK_STDIO_MACROS]): New, checks for common values of...Paolo Carlini1-1/+2
2007-05-25c_locale.h (__convert_from_v): Fix typo.Paolo Carlini1-1/+1
2007-05-24c_locale.h (__convert_from_v): Only switch to the "C" locale if the current o...Paolo Carlini3-22/+47
2007-05-21c_locale.h: Do not include <cstdarg>, use builtins.Paolo Carlini1-4/+3
2007-05-17c_locale.h: Do not include <libintl.h>.Paolo Carlini2-4/+4
2007-05-11pod_char_traits.h (char_traits<>::move): Use __builtin_memmove.Paolo Carlini7-35/+61
2007-05-07re PR other/28145 (C++ (throw() and catch(...) {/* fall through */ } ) and p...Jason Merrill1-2/+2