| Commit message (Expand) | Author | Age | Files | Lines |
* | locale_facets.tcc (money_put<>::_M_insert): Restructure formatting of value c... | Paolo Carlini | 2004-02-22 | 2 | -0/+124 |
* | testsuite_hooks.cc (__gnu_test::set_memory_limits): Do not set RLIMIT_AS on H... | Mark Mitchell | 2004-02-21 | 1 | -1/+4 |
* | locale_facets.h (class money_base): Add { _S_minus, _S_zero, _S_end } enum, _... | Paolo Carlini | 2004-02-21 | 6 | -64/+8 |
* | 9533-1.cc: Open FIFO for writing with ios_base::in|ios_base::out. | Mark Mitchell | 2004-02-20 | 4 | -4/+7 |
* | 2.cc: Change input-charset from iso-8859-1 to ISO8859-1. | David Edelsohn | 2004-02-19 | 9 | -9/+9 |
* | 13858.cc: Qualify exception with std::. | Paolo Carlini | 2004-02-16 | 6 | -6/+6 |
* | 13189.cc: Don't check for now that the catch block is not reached. | Paolo Carlini | 2004-02-16 | 2 | -2/+0 |
* | locale_facets.tcc (money_get::do_get(string_type&)): Fix parsing of the remai... | Paolo Carlini | 2004-02-16 | 8 | -32/+16 |
* | 2004-02-14 Paolo Carlini <pcarlini@suse.de> | Paolo Carlini | 2004-02-14 | 4 | -1/+5 |
* | 9182-2.cc: Make sure the exception is actually thrown. | Paolo Carlini | 2004-02-14 | 4 | -1/+8 |
* | re PR libstdc++/13858 (Bad error handling in basic_filebuf::imbue) | Paolo Carlini | 2004-02-14 | 6 | -25/+180 |
* | re PR libstdc++/14078 (Manipulators are slow) | Paolo Carlini | 2004-02-11 | 1 | -0/+69 |
* | re PR libstdc++/14071 (locale::global doesn't always call setlocale) | Paolo Carlini | 2004-02-09 | 1 | -0/+49 |
* | re PR libstdc++/14072 (basic_ios::imbue leaves dangling pointers) | Paolo Carlini | 2004-02-09 | 2 | -1/+221 |
* | re PR libstdc++/14026 (std::uncaught_exception is true although there are no ... | Richard Henderson | 2004-02-08 | 1 | -0/+34 |
* | 9507.cc: Adjust timings. | Paolo Carlini | 2004-02-06 | 1 | -0/+2 |
* | check_performance (CXX): Add -DNOTHREAD. | Loren J. Rittle | 2004-02-06 | 4 | -72/+117 |
* | locale_facets.tcc (money_get::do_get(string_type&)): Thousands-sep are always... | Paolo Carlini | 2004-02-05 | 14 | -56/+290 |
* | basic_file_stdio.cc (__gnu_internal::fopen_mode): New function. | Benjamin Kosnik | 2004-02-05 | 2 | -3/+6 |
* | * testsuite/performance/20_util/allocator/insert.cc (main): Tweak. | Loren J. Rittle | 2004-02-05 | 1 | -0/+6 |
* | [multiple changes] | Benjamin Kosnik | 2004-02-05 | 4 | -25/+341 |
* | allocator.cc: Add map, deque, set tests. | Felix Yen | 2004-02-04 | 2 | -30/+108 |
* | [multiple changes] | Eric Christopher | 2004-02-02 | 9 | -27/+18 |
* | 6.cc: New. | Paolo Carlini | 2004-01-30 | 3 | -0/+170 |
* | allocator_thread.cc (do_loop): Don't use clear, but instead assign. | Felix Yen | 2004-01-30 | 1 | -3/+4 |
* | Reshuffle performance testsuite. | Paolo Carlini | 2004-01-30 | 23 | -0/+0 |
* | check_performance: Only compile with $THREAD_FLAG when test is marked to requ... | Loren J. Rittle | 2004-01-30 | 4 | -69/+68 |
* | c_locale.h: Change ::malloc() to new char[]. | Stephen M. Webb | 2004-01-30 | 1 | -3/+3 |
* | Makefile.am (bits_headers): Remove allocator_traits.h. | Benjamin Kosnik | 2004-01-29 | 2 | -25/+55 |
* | 11584.cc: Correct new and delete declarations, add include and test variable. | Benjamin Kosnik | 2004-01-27 | 1 | -25/+27 |
* | re PR libstdc++/11584 (ios::iword() fails to zero-initialize storage on failure) | Jerry Quinn | 2004-01-27 | 1 | -0/+61 |
* | basic_string.tcc (replace(size_type, size_type, const _CharT*, size_type)): I... | Paolo Carlini | 2004-01-26 | 2 | -0/+110 |
* | string_append.cc: Increase number of iterations. | Paolo Carlini | 2004-01-25 | 1 | -2/+2 |
* | re PR libstdc++/13838 (std::bitset<>::operator |= error with -D_GLIBCXX_DEBUG) | Paolo Carlini | 2004-01-24 | 1 | -0/+47 |
* | allocator_map_thread.cc: New test. | Loren J. Rittle | 2004-01-23 | 1 | -0/+132 |
* | 10063-2.cc: Treat unbuffered. | Loren J. Rittle | 2004-01-20 | 2 | -0/+62 |
* | basic_string.h (c_str()): Simplify, due to 21.3.4 the internal representation... | Paolo Carlini | 2004-01-18 | 2 | -0/+100 |
* | 13189.cc: Fix guards. | Benjamin Kosnik | 2004-01-17 | 2 | -12/+8 |
* | testsuite_hooks.cc (try_mkfifo): Avoid calling mkfifo for mingw32. | Danny Smith | 2004-01-16 | 1 | -2/+2 |
* | mt_allocator.h: Fixups. | Stefan Olsson | 2004-01-14 | 2 | -4/+4 |
* | ifstream_extract_float.cc: Add higher precision tests. | Benjamin Kosnik | 2004-01-14 | 2 | -25/+55 |
* | ifstream_extract_float.cc: New. | Benjamin Kosnik | 2004-01-13 | 16 | -341/+934 |
* | re PR libstdc++/13650 (string::compare should not (always) use traits_type::l... | Paolo Carlini | 2004-01-13 | 2 | -0/+96 |
* | libstdc++.exp: Set LD_LIBRARY_PATH_32 for Solaris. | Andreas Tobler | 2004-01-12 | 1 | -11/+18 |
* | 13582-2.cc: Use try_mkfifo. | Paolo Carlini | 2004-01-12 | 2 | -3/+5 |
* | testsuite_hooks.h (__gnu_test::try_mkfifo): Declare it. | Mark Mitchell | 2004-01-12 | 12 | -31/+37 |
* | re PR libstdc++/13582 (basic_filebuf::imbue drops characters) | Paolo Carlini | 2004-01-11 | 5 | -0/+294 |
* | re PR libstdc++/13630 (Wrong type for locale::category) | Paolo Carlini | 2004-01-10 | 1 | -0/+37 |
* | allocator.cc: Demangle typeid(obj).name(). | Paolo Carlini | 2004-01-09 | 2 | -2/+9 |
* | [multiple changes] | Benjamin Kosnik | 2004-01-07 | 2 | -16/+12 |