Age | Commit message (Expand) | Author | Files | Lines |
2004-01-28 | mt_allocator.h: Replaced all malloc() calls with operator new(). | Stefan Olsson | 2 | -26/+62 |
2004-01-28 | basic_string.h (_S_create(size_t, const _Alloc&): Change signature to take tw... | Paolo Carlini | 3 | -66/+72 |
2004-01-28 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-01-27 | 11584.cc: Correct new and delete declarations, add include and test variable. | Benjamin Kosnik | 2 | -25/+32 |
2004-01-27 | codecvt.h, [...]: Document. | Jerry Quinn | 1 | -0/+8 |
2004-01-27 | re PR libstdc++/11584 (ios::iword() fails to zero-initialize storage on failure) | Jerry Quinn | 4 | -4/+83 |
2004-01-27 | configure.host: Add support for *-tpf. | Ulrich Weigand | 8 | -0/+2341 |
2004-01-27 | re PR libstdc++/13884 (Protect sstream.tcc from extern template use) | Paolo Carlini | 2 | -0/+7 |
2004-01-27 | basic_string.tcc (basic_string(const basic_string&, size_type, size_type), [.... | Paolo Carlini | 2 | -4/+11 |
2004-01-27 | codecvt.h, [...]: Document. | Jerry Quinn | 9 | -354/+1190 |
2004-01-27 | c_locale.cc: Fix throw messages to use the __N marker. | Paolo Carlini | 13 | -32/+53 |
2004-01-27 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-01-26 | basic_string.h (_M_replace_aux): Use the __N marker in throw message. | Paolo Carlini | 3 | -32/+49 |
2004-01-26 | basic_string.h (replace(iterator, iterator, const basic_string&)): Remove _GL... | Paolo Carlini | 2 | -10/+15 |
2004-01-26 | basic_string.tcc (replace(size_type, size_type, const _CharT*, size_type)): I... | Paolo Carlini | 4 | -3/+140 |
2004-01-26 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-01-25 | monetary_members.cc: Restore locale before rethrowing exception. | Andreas Schwab | 2 | -1/+18 |
2004-01-25 | basic_string.h (_M_replace_aux, [...]): Define inline here. | Paolo Carlini | 3 | -33/+29 |
2004-01-25 | string_append.cc: Increase number of iterations. | Paolo Carlini | 2 | -2/+7 |
2004-01-25 | basic_string.h (erase(size_type, size_type), [...]): Call _M_replace_safe ins... | Paolo Carlini | 2 | -14/+14 |
2004-01-25 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-01-24 | basic_string.tcc (operator+(const _CharT*, const basic_string&)): No need to ... | Paolo Carlini | 2 | -1/+7 |
2004-01-24 | basic_string.tcc (rfind(_CharT, size_type)): Revert last change to use std::m... | Paolo Carlini | 2 | -26/+48 |
2004-01-24 | basic_string.h (insert(size_type, const basic_string&, size_type, size_type))... | Paolo Carlini | 3 | -12/+11 |
2004-01-24 | basic_string.h (assign(const basic_string&, size_type, size_type)): Define in... | Paolo Carlini | 4 | -86/+72 |
2004-01-24 | re PR libstdc++/13838 (std::bitset<>::operator |= error with -D_GLIBCXX_DEBUG) | Paolo Carlini | 3 | -1/+54 |
2004-01-24 | basic_string.tcc (insert(size_type, const _CharT*, size_type __n)): Fix lengt... | Paolo Carlini | 2 | -19/+38 |
2004-01-24 | mt_allocator.h: Reduce lock contention. | Stefan Olsson | 2 | -67/+121 |
2004-01-24 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-01-23 | re PR libstdc++/13831 (Unused variable in basic_filebuf::underflow) | Paolo Carlini | 4 | -6/+14 |
2004-01-23 | re PR c/13814 (rejects different prototypes than builtin function) | Kaveh R. Ghazi | 7 | -62/+19 |
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 |