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