Age | Commit message (Expand) | Author | Files | Lines |
2004-02-02 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-02-01 | stl_algo.h: Additional minor tweaks. | Paolo Carlini | 7 | -82/+95 |
2004-02-01 | vector.tcc (vector::_M_insert_aux(iterator)): Remove, unused. | Paolo Carlini | 2 | -45/+6 |
2004-02-01 | stl_function.h: Additional minor tweaks. | Paolo Carlini | 2 | -6/+10 |
2004-02-01 | deque.tcc: Wrap overlong lines... | Paolo Carlini | 14 | -3604/+4032 |
2004-02-01 | stl_bvector.h: Wrap overlong lines... | Paolo Carlini | 3 | -243/+356 |
2004-02-01 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-01-31 | stl_algo.h: Minor additional reformat, add copyright year. | Paolo Carlini | 3 | -24/+30 |
2004-01-31 | stl_algo.h: Wrap overlong lines... | Paolo Carlini | 4 | -1240/+1662 |
2004-01-31 | basic_string.h (_Rep::operator[]): Remove, unused. | Paolo Carlini | 2 | -8/+10 |
2004-01-31 | 2004-01-31 Per Bothner <per@bothner.com> | Per Bothner | 2 | -0/+11 |
2004-01-31 | basic_string.tcc (_Rep::_S_create): Minor tweak. | Paolo Carlini | 2 | -7/+8 |
2004-01-31 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-01-30 | 6.cc: New. | Paolo Carlini | 4 | -0/+176 |
2004-01-30 | allocator_thread.cc (do_loop): Don't use clear, but instead assign. | Felix Yen | 2 | -3/+9 |
2004-01-30 | demangle.cc: Add instantiations. | Benjamin Kosnik | 4 | -18/+40 |
2004-01-30 | allocator.cc: Protect _S_get_thread_id() and _S_thread_key_destr() with #ifde... | David Edelsohn | 2 | -0/+7 |
2004-01-30 | Reshuffle performance testsuite. | Paolo Carlini | 24 | -0/+37 |
2004-01-30 | basic_string.tcc (_Rep::_S_create): Never allocate a string bigger than max_s... | Paolo Carlini | 2 | -2/+12 |
2004-01-30 | basic_string.tcc (_S_construct(_InIterator, _InIterator, const _Alloc&, input... | Paolo Carlini | 2 | -40/+32 |
2004-01-30 | check_performance: Only compile with $THREAD_FLAG when test is marked to requ... | Loren J. Rittle | 6 | -76/+113 |
2004-01-30 | c_locale.h: Change ::malloc() to new char[]. | Stephen M. Webb | 7 | -158/+198 |
2004-01-30 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-01-29 | allocator.h: Temporary switch to new_allocator as the default to unjam bootst... | Benjamin Kosnik | 2 | -2/+7 |
2004-01-29 | Makefile.am (bits_headers): Remove allocator_traits.h. | Benjamin Kosnik | 22 | -699/+537 |
2004-01-29 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-01-28 | globals_io.cc: Change to __gnu_internal namespace. | Benjamin Kosnik | 5 | -13/+23 |
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 |