| Commit message (Expand) | Author | Age | Files | Lines |
* | locale_facets.h (messages): Move ctor, dtor definitions to.. | Benjamin Kosnik | 2003-01-06 | 1 | -0/+1 |
* | re PR libstdc++/9151 (std::setprecision limited to 16 digits when outputting ... | Paolo Carlini | 2003-01-06 | 1 | -1/+21 |
* | libstdc++-v3-dg.exp (libstdc++-v3-init, [...]): Additionally handle files one... | Kaveh R. Ghazi | 2003-01-06 | 13 | -614/+1104 |
* | re PR libstdc++/9168 (codecvt<char, char, mbstate_t> overwrites output buffers) | Paolo Carlini | 2003-01-05 | 1 | -2/+11 |
* | std_bitset.h (_Base_bitset::_M_do_left_shift, [...]): Expect a non-zero shift. | Phil Edwards | 2002-12-27 | 2 | -0/+34 |
* | vector_capacity.cc (test03): Move ... | Kaveh R. Ghazi | 2002-12-19 | 3 | -21/+63 |
* | re PR libstdc++/8949 (numeric_limits<>::denorm_min() and is_iec559 problems.) | Paolo Carlini | 2002-12-16 | 1 | -0/+21 |
* | configure.in (GLIBCPP_ENABLE_DEBUG): Default to none. | Benjamin Kosnik | 2002-12-16 | 1 | -0/+11 |
* | * include/bits/slice_array.h (slice_array<>::operator=): Fix typo. | Gabriel Dos Reis | 2002-12-10 | 1 | -5/+11 |
* | abi_check.cc: Add GLIBCPP_3.2.2. | Benjamin Kosnik | 2002-12-05 | 1 | -0/+1 |
* | re PR libstdc++/8716 (std::string( NULL, 0 ) throws exception also on zero le... | Phil Edwards | 2002-11-28 | 1 | -0/+4 |
* | c_locale.cc (locale::_S_categories): Reorder the categories to match that of ... | Paolo Carlini | 2002-11-28 | 1 | -11/+11 |
* | abi_check.cc: Add CXXABI_1.2.1 as compatible. | Benjamin Kosnik | 2002-11-26 | 1 | -1/+2 |
* | testsuite_allocator.h: New file. | Stephen M. Webb | 2002-11-26 | 9 | -32/+1459 |
* | streambuf.tcc (__copy_streambufs): verify __sbin->gptr() + __bufsize < __sbin... | Jonathan Lennox | 2002-11-18 | 1 | -2/+28 |
* | re PR libstdc++/8230 (Buggy allocator behaviour) | Benjamin Kosnik | 2002-11-16 | 2 | -2/+52 |
* | re PR libstdc++/8230 (Buggy allocator behaviour) | Benjamin Kosnik | 2002-11-13 | 1 | -9/+49 |
* | re PR libstdc++/6746 (ifstream::readsome() always returns zero) | Benjamin Kosnik | 2002-11-11 | 1 | -1/+52 |
* | re PR libstdc++/8258 (basic_istream::readsome() with default buffer change st... | Benjamin Kosnik | 2002-11-05 | 1 | -1/+20 |
* | re PR libstdc++/8466 (basic_stringbuf::str(basic_string const&) modifies its ... | Paolo Carlini | 2002-11-05 | 1 | -0/+16 |
* | linker-map.gnu: Export string operator+. | Benjamin Kosnik | 2002-11-04 | 1 | -4/+15 |
* | re PR libstdc++/8348 (fail() flag is set in istringstream when eof() flag is ... | Benjamin Kosnik | 2002-11-01 | 1 | -12/+45 |
* | pthread5.cc: Include <unistd.h> if _GLIBCPP_HAVE_UNISTD_H is defined. | Jason Thorpe | 2002-10-29 | 1 | -0/+6 |
* | pthread1.cc: Enable on *-*-netbsd*. | Jason Thorpe | 2002-10-28 | 6 | -12/+12 |
* | re PR libstdc++/8347 (empty vector range used in string construction causes c... | Paolo Carlini | 2002-10-27 | 1 | -0/+11 |
* | testsuite_hooks.cc (__set_testsuite_memlimit): Use __typeof__ (r.rlim_cur), n... | Hans-Peter Nilsson | 2002-10-24 | 1 | -1/+3 |
* | num_put_members_char.cc (test01): Swap size and decimal_point arguments of find. | Jakub Jelinek | 2002-10-23 | 2 | -4/+4 |
* | numeric_limits.cc (test_extrema<long double>): Remove specialization for Free... | Loren J. Rittle | 2002-10-22 | 1 | -28/+0 |
* | pthread1.cc: Remove needless workaround for FreeBSD 5. | Loren J. Rittle | 2002-10-18 | 1 | -1/+1 |
* | howto.html (GLIBCPP_FORCE_NEW): Document new environment variable which repla... | Loren J. Rittle | 2002-10-18 | 2 | -2/+1 |
* | globals.cc (__gnu_cxx::c_locale_impl_compat): Add, alias to c_locale_impl. | Benjamin Kosnik | 2002-10-15 | 1 | -1/+1 |
* | static_members.cc (test02): Less provincial. | Benjamin Kosnik | 2002-10-15 | 1 | -23/+28 |
* | static_members.cc (test02): Disable for systems without named locale support. | Benjamin Kosnik | 2002-10-14 | 2 | -31/+114 |
* | abi_check.cc (hash<string>): Specialize. | Benjamin Kosnik | 2002-10-13 | 2 | -53/+72 |
* | static_members.cc (test02): Fix. | Benjamin Kosnik | 2002-10-12 | 1 | -1/+1 |
* | acconfig.h (_GLIBCPP_SYMVER): Add. | Benjamin Kosnik | 2002-10-11 | 1 | -0/+14 |
* | locale.cc: Fix comments, move ctors together. | Benjamin Kosnik | 2002-10-10 | 1 | -12/+93 |
* | PR libstdc++/8071, libstdc++/8127, c++/6745 | Jonathan Lennox | 2002-10-09 | 1 | -1/+95 |
* | localefwd.h (class locale): Add static member _S_num_extra_categories... | Paolo Carlini | 2002-10-08 | 3 | -11/+187 |
* | locale_facets.tcc (num_put::_M_widen_int): Deal correctly with grouped, showb... | Paolo Carlini | 2002-09-27 | 2 | -0/+76 |
* | Makefile.am (target_headers): Remove cpu_limits.h. | Benjamin Kosnik | 2002-09-26 | 1 | -1/+0 |
* | numeric_limits.cc: Check the maximum and minimum values of the wchar_t type. | Peter Schmid | 2002-09-25 | 1 | -0/+5 |
* | std_limits.h (__glibcpp_plain_char_is_signed, [...]): Remove. | Richard Henderson | 2002-09-23 | 1 | -8/+20 |
* | * testsuite/18_support/numeric_limits.cc (test_epsilon): New. | Loren J. Rittle | 2002-09-19 | 1 | -0/+14 |
* | * testsuite/18_support/numeric_limits.cc: Add -mieee for alpha. | Richard Henderson | 2002-09-18 | 1 | -0/+2 |
* | builtin-types.def (BT_FN_FLOAT_CONST_STRING): New. | Richard Henderson | 2002-09-16 | 1 | -1/+98 |
* | abi_check.cc: Pull shell fragments out into... | Phil Edwards | 2002-09-16 | 1 | -43/+23 |
* | Makefile.am (sources): Edit. | Benjamin Kosnik | 2002-09-11 | 1 | -9/+18 |
* | configopts.html: Change grouping. | Benjamin Kosnik | 2002-09-09 | 1 | -24/+72 |
* | re PR libstdc++/7811 (default locale not taken from environment) | Paolo Carlini | 2002-09-05 | 1 | -0/+16 |