Age | Commit message (Expand) | Author | Files | Lines |
2003-11-11 | [multiple changes] | Benjamin Kosnik | 5 | -16/+619 |
2003-10-27 | re PR libstdc++/12750 (time_get::_M_extract_via_format doesn't deal with 'e') | Paolo Carlini | 1 | -1/+2 |
2003-10-22 | locale_facets.tcc (__int_to_char): Remove the const int parameter. | Paolo Carlini | 1 | -2/+2 |
2003-10-22 | locale_facets.h: Correct byname facets for "C" locale. | Benjamin Kosnik | 1 | -3/+6 |
2003-10-21 | re PR libstdc++/9858 (Extra virtual functions in ctype<char>) | Benjamin Kosnik | 1 | -56/+16 |
2003-10-21 | locale.cc: Tweak a comment. | Paolo Carlini | 2 | -3/+2 |
2003-10-19 | locale.cc (locale::_S_initialize): Re-apply workaround a confusion of the use... | Andreas Tobler | 1 | -5/+2 |
2003-10-17 | Makefile.am: Add new files. | Benjamin Kosnik | 15 | -1314/+1425 |
2003-10-16 | locale.cc (locale::locale(const char*)): ... | Paolo Carlini | 1 | -1/+1 |
2003-10-16 | locale.cc (locale::locale(const char*)): Tweak a couple of comparisons to use... | Paolo Carlini | 1 | -4/+4 |
2003-10-16 | re PR libstdc++/12540 (Memory leak in locale::locale(const char*)) | Paolo Carlini | 1 | -8/+7 |
2003-10-14 | localename.cc (_M_replace_categories, [...]): Const-ify a couple of variables. | Paolo Carlini | 1 | -3/+2 |
2003-10-14 | locale.cc (locale::_S_initialize): Workaround a confusion of the use of the g... | Petur Runolfsson | 1 | -5/+2 |
2003-10-12 | re PR libstdc++/11460 (Incorrect use of int_type in strstreambuf::pbackfail) | Petur Runolfsson | 1 | -1/+1 |
2003-10-12 | codecvt_specializations.h: Change #ifdef _GLIBCXX_RESOLVE_LIB_DEFECTS to a co... | Paolo Carlini | 1 | -2/+1 |
2003-10-09 | linker-map.gnu: Make more *_type_info bits visible. | Benjamin Kosnik | 1 | -0/+8 |
2003-10-09 | [multiple changes] | Benjamin Kosnik | 6 | -53/+54 |
2003-10-02 | locale_classes.h (locale::facet::_S_get_c_name): Add. | Benjamin Kosnik | 2 | -1/+5 |
2003-10-02 | locale.cc (locale::_S_initialize): Use __gthread_active_p. | Benjamin Kosnik | 1 | -8/+14 |
2003-10-02 | [multiple changes] | Benjamin Kosnik | 4 | -37/+59 |
2003-10-02 | demangle.h (demangle<Allocator>::symbol(char const*)): Decode symbols that st... | Carlo Wood | 1 | -6/+3 |
2003-09-30 | PR libstdc++/12352 (cont) | Paolo Carlini | 1 | -82/+70 |
2003-09-26 | re PR libstdc++/12352 (Exception safety problems in src/localename.cc) | Paolo Carlini | 1 | -81/+75 |
2003-09-25 | re PR c++/6072 (3.2 g++ testsuite breakage on cygwin) | Brad Spencer | 1 | -1/+1 |
2003-09-25 | Makefile.am (version_dep): New variable. | Ulrich Weigand | 2 | -4/+6 |
2003-09-08 | ios.cc (ios_base::Init::Init): Remove unnecessary qualifier from _S_synced_wi... | David Edelsohn | 1 | -1/+1 |
2003-08-27 | Makefile.am: Remove trailing whitespace. | Phil Edwards | 2 | -48/+48 |
2003-08-27 | acinclude.m4 (GLIBCXX_CONDITIONAL): New macro. | Phil Edwards | 1 | -0/+2 |
2003-08-27 | Makefile.am: Add comment. | Phil Edwards | 2 | -2/+1 |
2003-08-17 | acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Remove LIBMATH_INCLUDES and LIBSUPCXX... | Phil Edwards | 2 | -72/+27 |
2003-08-05 | configure.in: Rename... | Phil Edwards | 1 | -1/+1 |
2003-08-05 | Convert to new autotools. | Phil Edwards | 2 | -241/+379 |
2003-07-30 | re PR libstdc++/11504 (-Wcast-qual vs. stl_tree) | Gawain Bolton | 1 | -23/+44 |
2003-07-18 | linker-map.gnu: Add __moneypunct_cache, __timepunct_cache. | Benjamin Kosnik | 4 | -27/+79 |
2003-07-17 | locale_facets.h (__num_base::_S_atoms_in): Add -+xX. | Benjamin Kosnik | 2 | -26/+26 |
2003-07-14 | stl_tempbuf.h: Qualify free with std::. | Paolo Carlini | 1 | -6/+7 |
2003-07-11 | Missed one spot from the previous change. | Phil Edwards | 2 | -2/+2 |
2003-07-11 | acinclude.m4 (GLIBCC_ENABLE_SYMVERS): Tweak comments. | Phil Edwards | 2 | -77/+19 |
2003-07-10 | locale_facets.tcc: Use function object for __use_cache instead of template fu... | Benjamin Kosnik | 1 | -32/+0 |
2003-07-10 | ios.cc (_M_grow_words): Fix spelling. | Jerry Quinn | 1 | -1/+1 |
2003-07-09 | stl_tree.h: Move larger member functions in _Rb_tree_base_iterator and _Rb_tr... | Gawain Bolton | 3 | -20/+441 |
2003-07-08 | numeric_members.cc: Correct type info. | Benjamin Kosnik | 1 | -4/+6 |
2003-07-06 | locale_classes.h: Fully qualify standard functions with std::, thus avoiding ... | Paolo Carlini | 2 | -28/+28 |
2003-07-06 | acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Bump minimal version requirement. | Phil Edwards | 2 | -84/+46 |
2003-07-05 | Move from CPP to CXX. | Benjamin Kosnik | 22 | -196/+196 |
2003-07-04 | Makefile.am: Update target_ to host_. | Benjamin Kosnik | 2 | -12/+14 |
2003-07-01 | locale.cc (__use_cache<numpunct>): Revert previous relocation. | Jerry Quinn | 1 | -0/+32 |
2003-07-01 | locale.cc (__use_cache<numpunct>): Move from here ... | Jerry Quinn | 1 | -32/+0 |
2003-06-30 | acinclude.m4 (GLIBCPP_ENABLE_PCH): Add bits for --enable-pch. | Benjamin Kosnik | 1 | -1/+1 |
2003-06-27 | ios_base.h (ios_base::_M_getloc): Return reference to the imbued locale. | Benjamin Kosnik | 5 | -40/+150 |