Age | Commit message (Expand) | Author | Files | Lines |
2003-11-21 | PR libstdc++/12882 (partial) | Paolo Carlini | 1 | -1/+5 |
2003-11-12 | re PR libstdc++/12875 (Weird behaviour in basic_filebuf::setbuf()) | Paolo Carlini | 1 | -7/+3 |
2003-11-11 | [multiple changes] | Benjamin Kosnik | 1 | -37/+18 |
2003-10-21 | mt_allocator.h: Change include to gthr.h. | Benjamin Kosnik | 3 | -9/+53 |
2003-10-20 | re PR libstdc++/10081 (basic_ios::_M_cache_locale leaves NULL members in the ... | Benjamin Kosnik | 1 | -1/+4 |
2003-10-04 | stdio_sync_filebuf.h: Don't include the whole <fstream>, only <streambuf> and... | Paolo Carlini | 1 | -1/+3 |
2003-09-03 | re PR libstdc++/12048 (unget does not work) | Petur Runolfsson | 1 | -9/+51 |
2003-08-19 | ropeimpl.h: #include <ostream> instead of <iostream> | Petur Runolfsson | 1 | -1/+1 |
2003-08-12 | basic_ios.h: Remove *_iter typedefs, change num* typedefs to num_*. | Benjamin Kosnik | 1 | -2/+1 |
2003-07-17 | pod_char_traits.h: Add state template argument. | Benjamin Kosnik | 1 | -6/+6 |
2003-07-16 | hash_map (class hash_multimap): Remove extra semicolons from __glibcxx_class_... | Gerald Pfeifer | 2 | -6/+6 |
2003-07-14 | c_locale.h: Include <cstdlib> and <cstring>. | Mark Mitchell | 3 | -29/+29 |
2003-07-10 | locale_facets.tcc: Use function object for __use_cache instead of template fu... | Benjamin Kosnik | 1 | -1/+1 |
2003-07-09 | pod_char_traits.cc: New. | Benjamin Kosnik | 1 | -0/+155 |
2003-07-06 | allocator_traits.h: Fix doxygen markup. | Phil Edwards | 1 | -4/+5 |
2003-07-05 | Move from CPP to CXX. | Benjamin Kosnik | 9 | -58/+59 |
2003-07-04 | stl_list.h: Fully qualify standard functions with std::, thus avoiding Koenig... | Paolo Carlini | 1 | -3/+2 |
2003-06-24 | Nathan C. | Paolo Carlini | 1 | -2/+6 |
2003-06-24 | * include/ext/mt_allocator.h: Portability. | Loren J. Rittle | 1 | -7/+9 |
2003-06-13 | allocator-inst.cc: Explicitly instantiate. | Benjamin Kosnik | 1 | -86/+96 |
2003-06-11 | [multiple changes] | Benjamin Kosnik | 7 | -2/+1606 |
2003-06-10 | BUGS: Update from 2.90.8 snapshot. | Phil Edwards | 2 | -104/+104 |
2003-06-06 | stl_alloc.h: Cleanups. | Benjamin Kosnik | 15 | -2741/+2648 |
2003-05-15 | fstream.tcc (_M_overflow): Rewrote to call _M_convert_to_external only once (... | Paolo Carlini | 1 | -4/+8 |
2003-05-11 | [multiple changes] | Benjamin Kosnik | 2 | -15/+251 |
2003-05-07 | stl_algo.h: Enums as _S_. | Benjamin Kosnik | 1 | -5/+5 |
2003-05-06 | And retweak. | Michael Ritzert | 1 | -1/+5 |
2003-05-06 | * include/ext/stl_rope.h (_Rope_RopeRep<>::_M_c_string_lock): Tweak. | Michael Ritzert | 1 | -2/+1 |
2003-05-05 | stl_threads.h (_Atomic_swap): Kill it... | Loren J. Rittle | 2 | -19/+16 |
2003-05-01 | stdio_filebuf.h (stdio_filebuf(int, std::ios_base::openmode, bool, size_t), [... | Paolo Carlini | 1 | -18/+8 |
2003-04-28 | localename.cc: Standardize exception strings. | Benjamin Kosnik | 1 | -1/+1 |
2003-04-12 | Remove _M_buf_size_opt, use directly _M_buf_size instead. | Paolo Carlini | 1 | -4/+2 |
2003-04-12 | stdio_filebuf.h (stdio_filebuf::stdio_filebuf(...), ...): _M_buf_size_opt == ... | Paolo Carlini | 1 | -2/+2 |
2003-02-11 | re PR libstdc++/9320 (Incorrect usage of traits_type::int_type in stdio_filebuf) | Paolo Carlini | 1 | -4/+5 |
2003-01-16 | cp-tree.h (lang_type_class): Remove is_partial_instantiation. | Mark Mitchell | 3 | -148/+164 |
2002-09-17 | stl_rope.h (rope<>): Qualify dependent names with `typename'. | Loren J. Rittle | 1 | -4/+4 |
2002-08-15 | re PR libstdc++/7445 (poor performance of std::locale::classic() in multi-thr... | Benjamin Kosnik | 1 | -8/+12 |
2002-07-04 | re PR libstdc++/7057 (Operator== on hashtables doesn't appear to work correct... | Steev Wilcox | 1 | -1/+18 |
2002-07-02 | configopts.html, [...]: Tweaks. | Phil Edwards | 8 | -1/+95 |
2002-06-12 | Makefile.am: Add new files. | Phil Edwards | 1 | -5/+2 |
2002-05-21 | stdio_filebuf.h: Add header guards. | Phil Edwards | 1 | -0/+51 |
2002-04-30 | stdio_filebuf.h: New file. | Benjamin Kosnik | 2 | -0/+174 |
2002-04-28 | [multiple changes] | Paolo Carlini | 1 | -0/+1 |
2002-01-28 | Makefile.am (doxygen, [...]): Tweak targets. | Phil Edwards | 14 | -34/+90 |
2002-01-25 | stl_tempbuf.h (_Temporary_buffer): Add doxygen hook. | Phil Edwards | 3 | -39/+7 |
2002-01-04 | Makefile.am (std_headers): Remove cXXX from list. | Benjamin Kosnik | 7 | -8/+8 |
2002-01-04 | stl_tree.h (rb_tree): Move to... | Paolo Carlini | 2 | -0/+134 |
2002-01-03 | stl_numeric.h (power + helpers, iota): Move to... | Paolo Carlini | 3 | -0/+520 |
2002-01-02 | stl_algobase.h (copy_n + helpers, [...]): Move to... | Paolo Carlini | 4 | -16/+290 |
2001-12-31 | iterator: Add #include <bits/std_iterator.h>, tweak. | Paolo Carlini | 1 | -3/+4 |