Age | Commit message (Expand) | Author | Files | Lines |
2007-04-11 | c_locale.h: Do not include <langinfo.h> and <iconv.h>. | Paolo Carlini | 3 | -4/+9 |
2007-04-11 | istream (class basic_istream<>): Remove unneded friend declarations. | Paolo Carlini | 2 | -8/+5 |
2007-04-11 | 1.cc: Initialize v. | Paolo Carlini | 2 | -1/+5 |
2007-04-11 | locale_facets.tcc (num_get<>::do_get(iter_type, ios_base&, ios_base::iostate&... | Paolo Carlini | 6 | -15/+30 |
2007-04-11 | iosfwd: Do not include <bits/c++locale.h> and <bits/functexcept.h>. | Zack Weinberg | 2 | -2/+5 |
2007-04-11 | cc_hash_max_collision_check_resize_trigger_imp.hpp: Qualify namespace std mem... | Benjamin Kosnik | 10 | -48/+64 |
2007-04-10 | cmath: Include <bits/stl_algobase.h> instead of the whole <algorithm>. | Paolo Carlini | 2 | -5/+11 |
2007-04-10 | type_traits (__is_function_helper): New, uses variadic templates. | Paolo Carlini | 3 | -7/+26 |
2007-04-10 | PR libstdc++/28277 (partial: vstring bits) | Paolo Carlini | 23 | -319/+482 |
2007-04-09 | type_traits_fwd.h (__is_union_or_class): Remove. | Paolo Carlini | 12 | -202/+329 |
2007-04-08 | re PR libstdc++/31511 (/usr/include/c++/bits/cmath.tcc: no match for ternary ... | Alexey Beshenov | 3 | -4/+12 |
2007-04-06 | re PR libstdc++/31117 (c++locale.o thread-unsafe in libstdc++) | Paolo Carlini | 3 | -21/+27 |
2007-04-06 | type_traits.h (__numeric_traits): Move... | Paolo Carlini | 8 | -53/+116 |
2007-04-04 | valarray_array.h (__valarray_default_construct(_Tp*, _Tp*)): Use __is_scalar ... | Paolo Carlini | 2 | -1/+6 |
2007-04-03 | stl_algobase.h (__copy_aux(_II, _II, _OI), [...]): Use __is_pod. | Paolo Carlini | 6 | -101/+56 |
2007-04-03 | stl_map.h (map<>::insert(iterator, const value_type&): Uglify parameter. | Paolo Carlini | 2 | -4/+10 |
2007-04-03 | re PR libstdc++/31440 (libstdc++-g++-v3 discarded qualifiers) | Paolo Carlini | 3 | -26/+172 |
2007-04-02 | re PR libstdc++/31370 (resizing bugs in std::vector<bool>) | Matthew Levine | 6 | -37/+253 |
2007-04-02 | PR libstdc++/31401 (vstring bits) | Paolo Carlini | 2 | -1/+7 |
2007-04-02 | locale_facets.tcc (num_put<>::do_put(iter_type, ios_base&, char_type, const v... | Paolo Carlini | 2 | -1/+11 |
2007-04-01 | poly_laguerre.tcc: Missing s/__alpha/__alpha1, line 278. | Andreas Tobler | 2 | -1/+5 |
2007-04-01 | poly_laguerre.tcc: s/__alpha/__alpha1/g. | Richard Henderson | 3 | -20/+26 |
2007-03-31 | stl_bvector.h (_M_fill_insert(iterator, size_type, bool), [...]): Move out of... | Paolo Carlini | 3 | -110/+140 |
2007-03-30 | re PR c++/26099 (support for type traits is not available) | Paolo Carlini | 5 | -57/+21 |
2007-03-30 | re PR libstdc++/31401 (string find behaves strange when searching from npos) | Paolo Carlini | 4 | -1/+95 |
2007-03-27 | fstream.tcc (basic_filebuf<>::underflow): Don't call codecvt::in at all if _M... | Paolo Carlini | 3 | -5/+99 |
2007-03-26 | complex.h: Without __GXX_EXPERIMENTAL_CXX0X__ include_next complex.h. | Benjamin Kosnik | 13 | -13/+235 |
2007-03-25 | functional: Formatting fixes. | Paolo Carlini | 2 | -641/+687 |
2007-03-23 | 4402.cc: Likewise use std::numeric_limits<>::max(). | Paolo Carlini | 1 | -0/+7 |
2007-03-23 | 4402.cc: Likewise use std::numeric_limits<>::max(). | Paolo Carlini | 2 | -6/+7 |
2007-03-23 | * testsuite/27_io/basic_ostream/inserters_arithmetic/char/4402.cc | Hans-Peter Nilsson | 2 | -3/+9 |
2007-03-22 | functions_std.cc: Without C99 support, _GLIBCXX_USE_WCHAR_T not defined, so d... | Benjamin Kosnik | 20 | -2/+48 |
2007-03-19 | tuple (get(_Tuple_impl<>&, get(const _Tuple_impl<>&): Rename as __get_helper. | Paolo Carlini | 2 | -4/+28 |
2007-03-19 | user.cfg.in: Update for new includes, macros. | Benjamin Kosnik | 2 | -0/+20 |
2007-03-18 | array_type_info.cc: Likewise. | Mark Mitchell | 19 | -819/+1307 |
2007-03-16 | types_std_c++0x.cc: Use -std=gnu++0x instead of -std=c++0x for testing. | Benjamin Kosnik | 25 | -24/+63 |
2007-03-16 | [multiple changes] | Benjamin Kosnik | 116 | -39/+60128 |
2007-03-15 | libstdc++.exp (v3-build_support): If it exists, use env(AR_FOR_TARGET). | Hans-Peter Nilsson | 2 | -2/+19 |
2007-03-14 | libstdc++.exp (check_v3_target_fileio, [...]): New. | Nathan Sidwell | 140 | -0/+564 |
2007-03-13 | tuple: Only include <utility> for std::pair, and forward declare reference_wr... | Paolo Carlini | 7 | -509/+366 |
2007-03-12 | regex: Add "boilerplate" implementations. | Stephen M. Webb | 36 | -3/+3926 |
2007-03-12 | stl_algo.h (swap_ranges): Move... | Paolo Carlini | 4 | -41/+42 |
2007-03-11 | PR libstdc++/28080 (final) | Paolo Carlini | 10 | -15/+33 |
2007-03-10 | PR libstdc++/28080 (partial) | Paolo Carlini | 9 | -334/+392 |
2007-03-10 | Makefile.in: Regenerate. | Douglas Gregor | 12 | -2221/+1521 |
2007-03-06 | PR libstdc++/28080 (partial) | Paolo Carlini | 21 | -24/+67 |
2007-03-05 | re PR libstdc++/30675 (libstdc++ testsuite hardcodes "ar" and "ranlib") | Joseph Myers | 2 | -2/+10 |
2007-03-05 | char/31031.cc: Include the right header. | Paolo Carlini | 2 | -1/+6 |
2007-03-04 | acinclude.m4 (GLIBCXX_ENABLE_CHEADERS): Add c_global. | Benjamin Kosnik | 178 | -436/+5660 |
2007-03-03 | re PR libstdc++/31031 (ostream ambiguous operator&&) | Paolo Carlini | 5 | -0/+165 |