| Commit message (Expand) | Author | Age | Files | Lines |
* | re PR libstdc++/14071 (locale::global doesn't always call setlocale) | Paolo Carlini | 2004-02-09 | 1 | -2/+1 |
* | demangle.cc: Add instantiations. | Benjamin Kosnik | 2004-01-30 | 3 | -18/+34 |
* | allocator.cc: Protect _S_get_thread_id() and _S_thread_key_destr() with #ifde... | David Edelsohn | 2004-01-30 | 1 | -0/+2 |
* | Makefile.am (bits_headers): Remove allocator_traits.h. | Benjamin Kosnik | 2004-01-29 | 4 | -12/+66 |
* | globals_io.cc: Change to __gnu_internal namespace. | Benjamin Kosnik | 2004-01-28 | 4 | -13/+16 |
* | re PR libstdc++/11584 (ios::iword() fails to zero-initialize storage on failure) | Jerry Quinn | 2004-01-27 | 1 | -1/+9 |
* | c_locale.cc: Fix throw messages to use the __N marker. | Paolo Carlini | 2004-01-27 | 3 | -7/+7 |
* | basic_string.h (assign(const basic_string&, size_type, size_type)): Define in... | Paolo Carlini | 2004-01-24 | 1 | -4/+0 |
* | basic_string.h (_M_replace_safe): Change signatures to take size_types and co... | Paolo Carlini | 2004-01-22 | 1 | -8/+0 |
* | debug.cc: Make sure all the names are prefixed with double (or single) unders... | Paolo Carlini | 2004-01-19 | 1 | -96/+96 |
* | debug.cc: Trivial formatting change. | Paolo Carlini | 2004-01-19 | 1 | -47/+47 |
* | basic_string.h (append(size_type, _CharT)): Moved inline... | Paolo Carlini | 2004-01-18 | 1 | -2/+1 |
* | locale_facets.h (struct __numpunct_cache): Add member _M_grouping_size, cachi... | Paolo Carlini | 2004-01-14 | 1 | -6/+1 |
* | locale-misc-inst.cc (__convert_from_v(long), [...]): Remove, unused. | Paolo Carlini | 2004-01-13 | 1 | -22/+0 |
* | [multiple changes] | Benjamin Kosnik | 2004-01-07 | 4 | -10/+198 |
* | (re-open) PR libstdc++/12658 | Loren J. Rittle | 2004-01-07 | 1 | -6/+0 |
* | acconfig.h: Add _GLIBCXX_USE_C99_MATH. | Mark Mitchell | 2003-12-29 | 1 | -4/+4 |
* | 5.cc: Don't use stdc++.h.gch. | Benjamin Kosnik | 2003-12-22 | 1 | -6/+0 |
* | ios_base.h (Init::_S_initialized): Change into declaration. | Carlo Wood | 2003-12-16 | 1 | -0/+6 |
* | re PR libstdc++/12658 (Thread safety problems in locale::global() and locale:... | Benjamin Kosnik | 2003-12-15 | 1 | -3/+9 |
* | basic_string.h: Change _*_references to _*_refcount. | Benjamin Kosnik | 2003-12-15 | 3 | -5/+5 |
* | re PR libstdc++/12855 (Thread safety problems in ios_base::Init) | Benjamin Kosnik | 2003-12-15 | 2 | -6/+9 |
* | re PR libstdc++/13341 (ctype<wchar_t>::do_narrow(wchar_t, char) is slow) | Paolo Carlini | 2003-12-12 | 1 | -3/+10 |
* | re PR libstdc++/13296 (unnecessary libunwind support in libstdc++-v3) | Benjamin Kosnik | 2003-12-10 | 2 | -5/+2 |
* | c_locale.cc (__convert_to_v(long&), [...]): Remove. | Paolo Carlini | 2003-12-08 | 2 | -1/+45 |
* | re PR libstdc++/13045 (Demangler does demangle floating values.) | Carlo Wood | 2003-12-05 | 1 | -1/+1 |
* | re PR libstdc++/13284 (126 g++ failures due to lrand48 not defined) | Benjamin Kosnik | 2003-12-04 | 1 | -2/+2 |
* | std_streambuf.h (__copy_streambufs): Remove the first, unused, basic_ios<> pa... | Paolo Carlini | 2003-11-27 | 1 | -2/+2 |
* | locale_init.cc: Cosmetic reformatting. | Paolo Carlini | 2003-11-24 | 1 | -16/+16 |
* | formatter.h: Use _Tp as template argument. | Benjamin Kosnik | 2003-11-21 | 1 | -3/+3 |
* | re PR libstdc++/13109 (libstdc++-v3 bootstrap failure on Tru64 UNIX V4.0F: sn... | Benjamin Kosnik | 2003-11-20 | 1 | -307/+363 |
* | [multiple changes] | Benjamin Kosnik | 2003-11-11 | 5 | -16/+619 |
* | re PR libstdc++/12750 (time_get::_M_extract_via_format doesn't deal with 'e') | Paolo Carlini | 2003-10-27 | 1 | -1/+2 |
* | locale_facets.tcc (__int_to_char): Remove the const int parameter. | Paolo Carlini | 2003-10-22 | 1 | -2/+2 |
* | locale_facets.h: Correct byname facets for "C" locale. | Benjamin Kosnik | 2003-10-22 | 1 | -3/+6 |
* | re PR libstdc++/9858 (Extra virtual functions in ctype<char>) | Benjamin Kosnik | 2003-10-21 | 1 | -56/+16 |
* | locale.cc: Tweak a comment. | Paolo Carlini | 2003-10-21 | 2 | -3/+2 |
* | locale.cc (locale::_S_initialize): Re-apply workaround a confusion of the use... | Andreas Tobler | 2003-10-19 | 1 | -5/+2 |
* | Makefile.am: Add new files. | Benjamin Kosnik | 2003-10-17 | 15 | -1314/+1425 |
* | locale.cc (locale::locale(const char*)): ... | Paolo Carlini | 2003-10-16 | 1 | -1/+1 |
* | locale.cc (locale::locale(const char*)): Tweak a couple of comparisons to use... | Paolo Carlini | 2003-10-16 | 1 | -4/+4 |
* | re PR libstdc++/12540 (Memory leak in locale::locale(const char*)) | Paolo Carlini | 2003-10-16 | 1 | -8/+7 |
* | localename.cc (_M_replace_categories, [...]): Const-ify a couple of variables. | Paolo Carlini | 2003-10-14 | 1 | -3/+2 |
* | locale.cc (locale::_S_initialize): Workaround a confusion of the use of the g... | Petur Runolfsson | 2003-10-14 | 1 | -5/+2 |
* | re PR libstdc++/11460 (Incorrect use of int_type in strstreambuf::pbackfail) | Petur Runolfsson | 2003-10-12 | 1 | -1/+1 |
* | codecvt_specializations.h: Change #ifdef _GLIBCXX_RESOLVE_LIB_DEFECTS to a co... | Paolo Carlini | 2003-10-12 | 1 | -2/+1 |
* | linker-map.gnu: Make more *_type_info bits visible. | Benjamin Kosnik | 2003-10-09 | 1 | -0/+8 |
* | [multiple changes] | Benjamin Kosnik | 2003-10-09 | 6 | -53/+54 |
* | locale_classes.h (locale::facet::_S_get_c_name): Add. | Benjamin Kosnik | 2003-10-02 | 2 | -1/+5 |
* | locale.cc (locale::_S_initialize): Use __gthread_active_p. | Benjamin Kosnik | 2003-10-02 | 1 | -8/+14 |