| Age | Commit message (Expand) | Author | Files | Lines |
| 2004-02-04 | index.html: Recommend using LD_LIBRARY_PATH. | Jonathan Wakely | 3 | -182/+263 |
| 2004-02-04 | debug_allocator.h: _M_extra now stands for the number of extra objects instea... | Dhruv Matani | 3 | -12/+35 |
| 2004-02-04 | allocator.cc: Add map, deque, set tests. | Felix Yen | 3 | -30/+115 |
| 2004-02-04 | Daily bump. | GCC Administrator | 1 | -1/+1 |
| 2004-02-03 | basic_string.h (insert(iterator)): Remove, non-standard and already scheduled... | Paolo Carlini | 2 | -18/+5 |
| 2004-02-03 | stl_iterator_base_funcs.h: Minor formatting and indentation tweaks. | Paolo Carlini | 6 | -28/+52 |
| 2004-02-03 | gslice.h, [...]: Update copyright years. | Jerry Quinn | 8 | -7/+17 |
| 2004-02-03 | gslice.h (gslice): Document. | Jerry Quinn | 8 | -88/+693 |
| 2004-02-03 | howto.html: Move verbose terminate documentation... | Benjamin Kosnik | 4 | -80/+86 |
| 2004-02-03 | Daily bump. | GCC Administrator | 1 | -1/+1 |
| 2004-02-02 | c++locale_internal.h: Remove prototypes of no longer used GLIBC thread locale... | Paolo Carlini | 2 | -5/+6 |
| 2004-02-02 | Fix date thinko on prev patch. | Eric Christopher | 1 | -1/+1 |
| 2004-02-02 | [multiple changes] | Eric Christopher | 10 | -50/+56 |
| 2004-02-02 | stl_function.h: Additional minor tweaks. | Paolo Carlini | 4 | -34/+64 |
| 2004-02-02 | PR libstdc++/13976 (continued) | Paolo Carlini | 3 | -2/+10 |
| 2004-02-02 | re PR libstdc++/13976 (ext/new_allocator.h:81: warning: unused parameter '__h') | Paolo Carlini | 4 | -3/+12 |
| 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 |