| Commit message (Expand) | Author | Age | Files | Lines |
* | PR libstdc++/36104 part four | Benjamin Kosnik | 2011-01-30 | 1 | -2/+5 |
* | Update Copyright years for files modified in 2010. | Jakub Jelinek | 2011-01-03 | 1 | -1/+1 |
* | c++config (std::size_t, [...]): Provide typedefs. | Paolo Carlini | 2010-06-03 | 1 | -1/+1 |
* | pool_allocator.cc: Adjust catch blocks. | Benjamin Kosnik | 2009-11-19 | 1 | -1/+1 |
* | re PR libstdc++/40184 (locale(const char* std_name) can create invalid facets... | Paolo Carlini | 2009-05-19 | 1 | -5/+32 |
* | Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. | Jakub Jelinek | 2009-04-09 | 1 | -13/+8 |
* | re PR libstdc++/25191 (exception_defines.h #defines try/catch) | Paolo Carlini | 2009-02-03 | 1 | -5/+5 |
* | PR libstdc++/38365 (cont) | Paolo Carlini | 2008-12-02 | 1 | -28/+35 |
* | re PR libstdc++/38365 (Locale, constructed from named and unnamed locales, be... | Paolo Carlini | 2008-12-02 | 1 | -2/+9 |
* | PR libstdc++/28080 (partial) | Paolo Carlini | 2007-03-06 | 1 | -1/+3 |
* | re PR libstdc++/29217 (locale confusion with time/collate categories) | Paolo Carlini | 2006-09-27 | 1 | -5/+15 |
* | c++config: Add in revised namespace associations. | Benjamin Kosnik | 2005-12-19 | 1 | -4/+5 |
* | All files: Update FSF address. | Kelley Cook | 2005-08-17 | 1 | -1/+1 |
* | localename.cc (locale::locale(const char*)): Minor tweaks: rename a variable,... | Paolo Carlini | 2004-09-24 | 1 | -20/+16 |
* | localename.cc (locale::_Impl::_Impl): Slightly improve the algorithm used to ... | Paolo Carlini | 2004-06-28 | 1 | -3/+3 |
* | re PR libstdc++/12854 (libstdc++ vs. -Weffc++) | Benjamin Kosnik | 2004-05-22 | 1 | -4/+5 |
* | re PR libstdc++/15090 (-fno-for-scope vs. libstdc++) | Simon Marshall | 2004-05-13 | 1 | -4/+4 |
* | Optimize locale::_M_impl->_M_names for the most common cases... | Paolo Carlini | 2004-05-03 | 1 | -18/+30 |
* | c_locale.cc: Fix throw messages to use the __N marker. | Paolo Carlini | 2004-01-27 | 1 | -1/+1 |
* | basic_string.h: Change _*_references to _*_refcount. | Benjamin Kosnik | 2003-12-15 | 1 | -1/+1 |
* | locale.cc: Tweak a comment. | Paolo Carlini | 2003-10-21 | 1 | -1/+1 |
* | Makefile.am: Add new files. | Benjamin Kosnik | 2003-10-17 | 1 | -302/+132 |
* | localename.cc (_M_replace_categories, [...]): Const-ify a couple of variables. | Paolo Carlini | 2003-10-14 | 1 | -3/+2 |
* | locale_classes.h (locale::facet::_S_get_c_name): Add. | Benjamin Kosnik | 2003-10-02 | 1 | -1/+1 |
* | [multiple changes] | Benjamin Kosnik | 2003-10-02 | 1 | -7/+1 |
* | PR libstdc++/12352 (cont) | Paolo Carlini | 2003-09-30 | 1 | -82/+70 |
* | re PR libstdc++/12352 (Exception safety problems in src/localename.cc) | Paolo Carlini | 2003-09-26 | 1 | -81/+75 |
* | linker-map.gnu: Add __moneypunct_cache, __timepunct_cache. | Benjamin Kosnik | 2003-07-18 | 1 | -16/+46 |
* | locale_classes.h: Fully qualify standard functions with std::, thus avoiding ... | Paolo Carlini | 2003-07-06 | 1 | -11/+11 |
* | Move from CPP to CXX. | Benjamin Kosnik | 2003-07-05 | 1 | -11/+11 |
* | ios_base.h (ios_base::_M_getloc): Return reference to the imbued locale. | Benjamin Kosnik | 2003-06-27 | 1 | -13/+101 |
* | localename.cc: Standardize exception strings. | Benjamin Kosnik | 2003-04-28 | 1 | -1/+1 |
* | locale_classes.h (locale::_Impl): Change _M_names from fixed size array. | Benjamin Kosnik | 2003-04-28 | 1 | -8/+30 |
* | 2003-04-25 Benjamin Kosnik <bkoz@redhat.com> | Benjamin Kosnik | 2003-04-25 | 1 | -11/+6 |
* | localename.cc (__gnu_cxx::facet_vec): Correct types. | Richard Sandiford | 2003-04-25 | 1 | -2/+2 |
* | Const correctness issue: http://gcc.gnu.org/ml/libstdc++/2003-01/msg00370.html | Paolo Carlini | 2003-02-01 | 1 | -8/+8 |
* | locale_facets.h (messages): Move ctor, dtor definitions to.. | Benjamin Kosnik | 2003-01-06 | 1 | -2/+5 |
* | localename.cc (locale::_Impl::_Impl(const char*, size_t)): Improve previous f... | Paolo Carlini | 2002-11-28 | 1 | -18/+12 |
* | localename.cc (locale::_Impl::_Impl(const char*, size_t)): Avoid strtok for t... | Paolo Carlini | 2002-11-26 | 1 | -15/+16 |
* | linker-map.gnu (GLIBCPP_3.2.1): Add. | Benjamin Kosnik | 2002-10-11 | 1 | -1/+8 |
* | localefwd.h (class locale): Add static member _S_num_extra_categories... | Paolo Carlini | 2002-10-08 | 1 | -43/+105 |
* | codecvt.h (class __codecvt_abstract_base): Add __c_locale type _M_c_locale_co... | Paolo Carlini | 2002-09-10 | 1 | -2/+2 |
* | re PR libstdc++/6410 (Trouble with non-Ascii monetary symbols and wchar_t) | Benjamin Kosnik | 2002-07-03 | 1 | -4/+4 |
* | 2002-05-13 Benjamin Kosnik <bkoz@redhat.com> | Benjamin Kosnik | 2002-05-13 | 1 | -7/+1 |
* | re PR libstdc++/4164 (33 Memory Leak when using iostream) | Benjamin Kosnik | 2002-04-16 | 1 | -57/+160 |
* | localefwd.h (locale::_Impl::_M_facets): Change from pointer to vector. | Benjamin Kosnik | 2002-04-09 | 1 | -37/+22 |
* | localename.cc: Remove stdexcept include. | Benjamin Kosnik | 2002-02-13 | 1 | -2/+2 |
* | ios_base.h: Use _Atomic_word for reference counts. | Andrew Pollard | 2002-01-24 | 1 | -1/+1 |
* | Makefile.am (std_headers): Remove cXXX from list. | Benjamin Kosnik | 2002-01-04 | 1 | -5/+5 |
* | Clean up initialization and simplfy caching of underlying "C" locale objects. | Benjamin Kosnik | 2001-12-15 | 1 | -11/+15 |