| Commit message (Expand) | Author | Age | Files | Lines |
* | re PR libstdc++/21726 (baseline_symbols.txt for powerpc64 missing) | Paolo Carlini | 2005-05-25 | 4 | -0/+9408 |
* | Correct use of year 999 to 1999. | Ian Lance Taylor | 2005-05-25 | 1 | -1/+1 |
* | basic_string.h (_Rep::_M_set_length_and_sharable): Use, consistently, traits_... | Paolo Carlini | 2005-05-25 | 2 | -1/+7 |
* | atomicity.h: Use the builtins for atomic memory operations. | Paolo Carlini | 2005-05-25 | 4 | -72/+17 |
* | Move entries for 1998 and 1999 out of ChangeLog-2000 and into new | Ian Lance Taylor | 2005-05-24 | 3 | -4486/+4487 |
* | [multiple changes] | Paolo Carlini | 2005-05-24 | 89 | -3/+5219 |
* | allocator.h: Change ___glibcxx_base_allocator to __glibcxx_base_allocator. | Benjamin Kosnik | 2005-05-24 | 7 | -14/+24 |
* | [multiple changes] | Paolo Carlini | 2005-05-24 | 5 | -26/+124 |
* | debug.html: Explain that _GLIBXX_DEBUG_PEDANTIC had to be defined for pedanti... | Jonathan Wakely | 2005-05-23 | 2 | -1/+9 |
* | stubs.c: Also implement fabsf/fabsl if not present in the system libraries. | Jan Beulich | 2005-05-20 | 2 | -0/+22 |
* | stl_algo.h (__rotate<_RandomAccessIterator>): Don't qualify __tmp as const, _... | Paolo Carlini | 2005-05-20 | 3 | -4/+12 |
* | * libsupc++/unwind-cxx.h: Revert gcc_unreachable change. | Richard Henderson | 2005-05-19 | 2 | -2/+4 |
* | basic_string.h (operator[]): Allow s[s.size()] in debug mode, but not pedanti... | Jonathan Wakely | 2005-05-19 | 2 | -1/+9 |
* | unwind-compat.c: Include tconfig.h and tsystem.h. | Jan Beulich | 2005-05-19 | 3 | -1/+8 |
* | re PR libstdc++/19495 (basic_string::_M_rep() can produce an unnaturally alig... | Paolo Carlini | 2005-05-18 | 8 | -19/+47 |
* | 2.cc: Adjust dg-require-namedlocale. | Paolo Carlini | 2005-05-18 | 7 | -6/+29 |
* | testsuite_hooks.cc: Remove try_named_locale. | Paolo Carlini | 2005-05-18 | 316 | -633/+1666 |
* | unwind-dw2-fde-glibc.c (base_from_cb_data, [...]): Use gcc_assert and gcc_unr... | Nathan Sidwell | 2005-05-17 | 2 | -0/+5 |
* | install.html: Update list of required named locales, add "es_ES". | Paolo Carlini | 2005-05-16 | 2 | -0/+6 |
* | 1.cc: Use initialization instead of copying as the string is used only once. | Magnus Fromreide | 2005-05-13 | 5 | -20/+22 |
* | create_testsuite_files: Fix. | Benjamin Kosnik | 2005-05-13 | 2 | -2/+6 |
* | numeric_limits.cc (dg-options): Add -mieee to options on sh*-*-*. | Kaz Kojima | 2005-05-13 | 2 | -0/+6 |
* | * include/debug/debug.h: Fix typo in macro name. | Jonathan Wakely | 2005-05-10 | 2 | -1/+5 |
* | re PR libstdc++/18604 (Use of unqualified names conflict with names in global... | Paolo Carlini | 2005-05-10 | 18 | -124/+404 |
* | * configure: Regenerate. | Mike Stump | 2005-05-10 | 2 | -1/+5 |
* | Add missing ChangeLog entry | Mark Mitchell | 2005-05-09 | 1 | -0/+23 |
* | DR 434. | Jonathan Wakely | 2005-05-09 | 2 | -1/+29 |
* | testsuite_hooks.cc (try_mkfifo): Remove. | Mark Mitchell | 2005-05-06 | 15 | -27/+51 |
* | acinclude.m4: Remove testsuite_wchar_t and testsuite_thread. | Benjamin Kosnik | 2005-05-05 | 12 | -129/+25 |
* | libstdc++.exp (v3-build_support): Look for __GTHREADS... | Mark Mitchell | 2005-05-05 | 2 | -8/+12 |
* | test.html: Explain how to run the testsuite on an installed directory. | Mark Mitchell | 2005-05-05 | 2 | -0/+22 |
* | os_defines.h: Remove obsolete __off_t, __off64_t, __ssize_t defines. | Paolo Carlini | 2005-05-01 | 11 | -84/+29 |
* | re PR libstdc++/21286 (filebuf::xsgetn vs pipes) | Paolo Carlini | 2005-04-30 | 2 | -14/+30 |
* | re PR libstdc++/21238 (conflicting "typedef __numpunct_cache<_CharT> __cac... | Paolo Carlini | 2005-04-29 | 8 | -13/+358 |
* | type_traits (is_convertible): Adjust according to the resolution of TR1 issue... | Paolo Carlini | 2005-04-28 | 3 | -3/+21 |
* | PR libstdc++/21244 (cont) | Paolo Carlini | 2005-04-28 | 9 | -58/+85 |
* | user.cfg.in: Update to doxygen-1.4.2. | Benjamin Kosnik | 2005-04-27 | 3 | -27/+1044 |
* | re PR libstdc++/21244 (Vector<bool> anonymous enum problem) | Dominik Strasser | 2005-04-27 | 3 | -1/+45 |
* | type_traits (has_trivial_copy, [...]): Adjust according to the resolution of ... | Paolo Carlini | 2005-04-27 | 7 | -116/+84 |
* | re PR libstdc++/21131 (Mismatch in comments for m4 config macros in libstdc++) | Jones Desougi | 2005-04-26 | 2 | -2/+7 |
* | re PR libstdc++/21209 (signed integer overflow in num_get<>::_M_extract_int) | Paolo Carlini | 2005-04-26 | 4 | -87/+469 |
* | re PR libstdc++/21035 (Documentation for std::basic_string::compare() incorrect) | Paolo Carlini | 2005-04-25 | 2 | -22/+42 |
* | lwg-active.html, [...]: Import Revision 35. | Paolo Carlini | 2005-04-24 | 3 | -1191/+1252 |
* | check_allocate_max_size.cpp: Add explicit instantiations for systems without ... | Mark Mitchell | 2005-04-21 | 3 | -2/+23 |
* | * include/bits/stl_algo.h (rotate_copy): Add missing std qualification. | Jonathan Wakely | 2005-04-18 | 2 | -1/+6 |
* | re PR libstdc++/20914 (Another grouping trouble) | Paolo Carlini | 2005-04-17 | 4 | -128/+310 |
* | 2005-04-14 Benjamin Kosnik <bkoz@redhat.com> | Benjamin Kosnik | 2005-04-15 | 4 | -26/+42 |
* | pod_char_traits.h (__gnu_cxx::character): Add char_type. | Benjamin Kosnik | 2005-04-15 | 23 | -662/+444 |
* | * configure: Regenerate. | Mike Stump | 2005-04-13 | 2 | -2/+67 |
* | Makefile.am: Remove libv3test.a. | Benjamin Kosnik | 2005-04-09 | 4 | -154/+28 |