Age | Commit message (Expand) | Author | Files | Lines |
2004-07-02 | configure.ac: Set ABI_TWEAKS_SRCDIR. | Paul Brook | 1 | -0/+1 |
2004-07-01 | Per Bothner <per@bothner.com > Mohan Embar <gnustuff@thisiscool.com> | Benjamin Kosnik | 1 | -1/+1 |
2004-06-28 | localename.cc (locale::_Impl::_Impl): Slightly improve the algorithm used to ... | Paolo Carlini | 1 | -3/+3 |
2004-06-25 | concurrence.h (__gnu_cxx::lock): New. | Benjamin Kosnik | 3 | -37/+44 |
2004-06-18 | pool_allocator.h: Qualify __throw_bad_alloc. | Benjamin Kosnik | 1 | -5/+127 |
2004-06-14 | Makefile.in: Regenerate with automake 1.8.5. | Benjamin Kosnik | 1 | -12/+16 |
2004-06-12 | [multiple changes] | Paolo Carlini | 1 | -0/+5 |
2004-06-08 | pool_allocator.h: Convert to a global free-list, as per the original SGI/HP d... | Paolo Carlini | 1 | -0/+2 |
2004-05-22 | re PR libstdc++/12854 (libstdc++ vs. -Weffc++) | Benjamin Kosnik | 6 | -29/+33 |
2004-05-13 | re PR libstdc++/15090 (-fno-for-scope vs. libstdc++) | Simon Marshall | 4 | -31/+33 |
2004-05-03 | Optimize locale::_M_impl->_M_names for the most common cases... | Paolo Carlini | 3 | -40/+61 |
2004-04-29 | locale.cc (locale::operator==): Always avoid constructing locale::name(), dir... | Paolo Carlini | 1 | -7/+7 |
2004-04-16 | c++config (_GLIBCXX_STD): New. | Benjamin Kosnik | 4 | -9/+45 |
2004-04-15 | locale.cc (locale::operator==): When _M_impl == __rhs._M_impl avoid construct... | Paolo Carlini | 1 | -3/+10 |
2004-04-07 | Fixups for EDG front end. | Benjamin Kosnik | 3 | -12/+21 |
2004-03-22 | acinclude.m4 (GLIBCXX_ENABLE_ALLOCATOR): Add pool_allocator. | Paolo Carlini | 1 | -1/+2 |
2004-03-19 | acinclude.m4 (GLIBCXX_CHECK_WCHAR_T_SUPPORT): Set LIBICONV, not libiconv. | Phil Edwards | 1 | -0/+1 |
2004-03-13 | allocator: New. | Benjamin Kosnik | 1 | -0/+2 |
2004-03-07 | re PR libstdc++/12658 (Thread safety problems in locale::global() and locale:... | Benjamin Kosnik | 2 | -18/+8 |
2004-03-04 | 1.cc: Provide explicit instantiations for non-weak systems. | Benjamin Kosnik | 1 | -0/+1 |
2004-03-02 | Support automake 1.8.2 | Benjamin Kosnik | 1 | -82/+96 |
2004-02-27 | atomicity.h: Include c++config.h to get defines. | Benjamin Kosnik | 1 | -5/+5 |
2004-02-27 | locale_facets.h (money_get<>::_M_extract): Change signature: now takes a plai... | Paolo Carlini | 1 | -2/+2 |
2004-02-27 | [multiple changes] | Benjamin Kosnik | 3 | -202/+5 |
2004-02-27 | atomicity.h: New, forward declarations for __atomic_add and __exchange_and_add. | Benjamin Kosnik | 5 | -23/+27 |
2004-02-23 | malloc_allocator.h: Add operators ==, !=. | Benjamin Kosnik | 1 | -13/+1 |
2004-02-22 | locale_facets.tcc (money_put<>::_M_insert): Restructure formatting of value c... | Paolo Carlini | 1 | -0/+12 |
2004-02-21 | * libsupc++/vterminate.cc | Mark Mitchell | 1 | -48/+52 |
2004-02-21 | locale_facets.h (class money_base): Add { _S_minus, _S_zero, _S_end } enum, _... | Paolo Carlini | 4 | -49/+66 |
2004-02-09 | re PR libstdc++/14071 (locale::global doesn't always call setlocale) | Paolo Carlini | 1 | -2/+1 |
2004-01-30 | demangle.cc: Add instantiations. | Benjamin Kosnik | 3 | -18/+34 |
2004-01-30 | allocator.cc: Protect _S_get_thread_id() and _S_thread_key_destr() with #ifde... | David Edelsohn | 1 | -0/+2 |
2004-01-29 | Makefile.am (bits_headers): Remove allocator_traits.h. | Benjamin Kosnik | 4 | -12/+66 |
2004-01-28 | globals_io.cc: Change to __gnu_internal namespace. | Benjamin Kosnik | 4 | -13/+16 |
2004-01-27 | re PR libstdc++/11584 (ios::iword() fails to zero-initialize storage on failure) | Jerry Quinn | 1 | -1/+9 |
2004-01-27 | c_locale.cc: Fix throw messages to use the __N marker. | Paolo Carlini | 3 | -7/+7 |
2004-01-24 | basic_string.h (assign(const basic_string&, size_type, size_type)): Define in... | Paolo Carlini | 1 | -4/+0 |
2004-01-22 | basic_string.h (_M_replace_safe): Change signatures to take size_types and co... | Paolo Carlini | 1 | -8/+0 |
2004-01-19 | debug.cc: Make sure all the names are prefixed with double (or single) unders... | Paolo Carlini | 1 | -96/+96 |
2004-01-19 | debug.cc: Trivial formatting change. | Paolo Carlini | 1 | -47/+47 |
2004-01-18 | basic_string.h (append(size_type, _CharT)): Moved inline... | Paolo Carlini | 1 | -2/+1 |
2004-01-14 | locale_facets.h (struct __numpunct_cache): Add member _M_grouping_size, cachi... | Paolo Carlini | 1 | -6/+1 |
2004-01-13 | locale-misc-inst.cc (__convert_from_v(long), [...]): Remove, unused. | Paolo Carlini | 1 | -22/+0 |
2004-01-07 | [multiple changes] | Benjamin Kosnik | 4 | -10/+198 |
2004-01-07 | (re-open) PR libstdc++/12658 | Loren J. Rittle | 1 | -6/+0 |
2003-12-29 | acconfig.h: Add _GLIBCXX_USE_C99_MATH. | Mark Mitchell | 1 | -4/+4 |
2003-12-22 | 5.cc: Don't use stdc++.h.gch. | Benjamin Kosnik | 1 | -6/+0 |
2003-12-16 | ios_base.h (Init::_S_initialized): Change into declaration. | Carlo Wood | 1 | -0/+6 |
2003-12-15 | re PR libstdc++/12658 (Thread safety problems in locale::global() and locale:... | Benjamin Kosnik | 1 | -3/+9 |
2003-12-15 | basic_string.h: Change _*_references to _*_refcount. | Benjamin Kosnik | 3 | -5/+5 |