Age | Commit message (Expand) | Author | Files | Lines |
2004-01-23 | basic_string.h (push_back(_CharT)): Call _M_replace_aux. | Paolo Carlini | 2 | -22/+27 |
2004-01-23 | allocator_map_thread.cc: New test. | Loren J. Rittle | 2 | -0/+137 |
2004-01-23 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-01-22 | locale_facets.tcc (money_put::do_put(..., long double)): Use the basic_string... | Paolo Carlini | 2 | -1/+9 |
2004-01-22 | basic_string.h (_M_replace_safe): Change signatures to take size_types and co... | Paolo Carlini | 4 | -59/+61 |
2004-01-22 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-01-21 | basic_string.tcc (append(const basic_string&)): Revert previous change. | Paolo Carlini | 2 | -7/+28 |
2004-01-21 | basic_string.h (_M_check): Change to return a checked __pos and take an addit... | Paolo Carlini | 3 | -115/+106 |
2004-01-21 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-01-20 | mt_allocator.h: If a thread... | Stefan Olsson | 2 | -80/+31 |
2004-01-20 | 10063-2.cc: Treat unbuffered. | Loren J. Rittle | 3 | -0/+68 |
2004-01-20 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-01-19 | debug.cc: Make sure all the names are prefixed with double (or single) unders... | Paolo Carlini | 2 | -96/+101 |
2004-01-19 | debug.cc: Trivial formatting change. | Paolo Carlini | 2 | -47/+51 |
2004-01-19 | basic_string.tcc (_S_construct(size_type, _CharT, const _Alloc&)): Remove red... | Paolo Carlini | 2 | -35/+20 |
2004-01-19 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-01-18 | 2004-01-18 Paolo Carlini <pcarlini@suse.de> | Paolo Carlini | 2 | -8620/+8619 |
2004-01-18 | basic_string.h (c_str()): Simplify, due to 21.3.4 the internal representation... | Paolo Carlini | 5 | -9/+113 |
2004-01-18 | basic_string.h (append(size_type, _CharT)): Moved inline... | Paolo Carlini | 4 | -32/+38 |
2004-01-18 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-01-17 | 13189.cc: Fix guards. | Benjamin Kosnik | 3 | -12/+13 |
2004-01-17 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-01-16 | testsuite_hooks.cc (try_mkfifo): Avoid calling mkfifo for mingw32. | Danny Smith | 2 | -2/+7 |
2004-01-16 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-01-15 | mt_allocator.h: Reuse thread id's as soon as possible by changing the behavio... | Stefan Olsson | 2 | -18/+18 |
2004-01-15 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-01-14 | locale_facets.h (struct __numpunct_cache): Add member _M_grouping_size, cachi... | Paolo Carlini | 6 | -89/+120 |
2004-01-14 | mt_allocator.h: Fixups. | Stefan Olsson | 4 | -16/+15 |
2004-01-14 | ifstream_extract_float.cc: Add higher precision tests. | Benjamin Kosnik | 3 | -25/+61 |
2004-01-14 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-01-13 | locale-misc-inst.cc (__convert_from_v(long), [...]): Remove, unused. | Paolo Carlini | 2 | -22/+6 |
2004-01-13 | ifstream_extract_float.cc: New. | Benjamin Kosnik | 17 | -341/+956 |
2004-01-13 | locale_facets.tcc (num_get::do_get(void*&)): Set correctly just basefield, th... | Paolo Carlini | 2 | -3/+6 |
2004-01-13 | rope (_Rope_rep_alloc_base): Eliminate. | Paolo Carlini | 2 | -142/+54 |
2004-01-13 | re PR libstdc++/13650 (string::compare should not (always) use traits_type::l... | Paolo Carlini | 5 | -15/+125 |
2004-01-13 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-01-12 | libstdc++.exp: Set LD_LIBRARY_PATH_32 for Solaris. | Andreas Tobler | 2 | -11/+23 |
2004-01-12 | 13582-2.cc: Use try_mkfifo. | Paolo Carlini | 3 | -3/+12 |
2004-01-12 | locale_facets.h (struct __numpunct_cache): Add members _M_truename_len and _M... | Paolo Carlini | 5 | -20/+41 |
2004-01-12 | testsuite_hooks.h (__gnu_test::try_mkfifo): Declare it. | Mark Mitchell | 13 | -31/+55 |
2004-01-12 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-01-11 | 2004-01-11 Paolo Carlini <pcarlini@suse.de> | Paolo Carlini | 1 | -1/+1 |
2004-01-11 | std_complex.h (std::complex<>::real): Return a reference. | Gabriel Dos Reis | 2 | -36/+148 |
2004-01-11 | re PR libstdc++/13582 (basic_filebuf::imbue drops characters) | Paolo Carlini | 7 | -17/+359 |
2004-01-11 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-01-10 | lwg-active.html, [...]: Import Revision 28. | Paolo Carlini | 3 | -743/+1152 |
2004-01-10 | re PR libstdc++/13630 (Wrong type for locale::category) | Paolo Carlini | 3 | -1/+45 |
2004-01-10 | locale_facets.h: Make a name really dependent. | Giovanni Bajo | 2 | -1/+6 |
2004-01-10 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-01-09 | allocator.cc: Demangle typeid(obj).name(). | Paolo Carlini | 3 | -2/+14 |