aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
2001-05-18std_valarray.h (valarray<>::operator[] const): Return a const reference.Gabriel Dos Reis1-2/+3
2001-05-08std_cstring.h (memchr): Correct definitions.Benjamin Kosnik2-40/+67
2001-05-08std_fstream.h (basic_filebuf): Change signature.Benjamin Kosnik6-103/+50
2001-05-02sbuf_iter.h (istreambuf_iterator): Correct.Benjamin Kosnik2-13/+13
2001-04-30ostreambuf_iterator.cc: New file.Benjamin Kosnik1-68/+23
2001-04-30stl_iterator_base_funcs.h (__advance): Fix.Benjamin Kosnik1-1/+1
2001-04-30stl_iterator_base_funcs.h (__advance): Fix.Benjamin Kosnik1-2/+2
2001-04-26std_cmath.h (std): Explicitly inject c99 names.Benjamin Kosnik4-4/+43
2001-04-23slist: Include required header files.Peter Schmid1-0/+4
2001-04-23std_cerrno.h (errno): Define macro from identifier declared with external lin...Loren J. Rittle3-0/+15
2001-04-20acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG): Make sure required C99 support is en...Benjamin Kosnik1-4/+4
2001-04-20stl_bvector.h: Replace __ITERATOR_CATEGORY with __iterator_category.Phil Edwards1-3/+3
2001-04-20acconfig.h (_GLIBCPP_USE_C99): Add.Benjamin Kosnik5-111/+181
2001-04-18map_operators.cc: Add dg-excess-errors.Benjamin Kosnik2-22/+8
2001-04-17stl_algo.h (std::transform): Disable the check on _OutputIter for now.Phil Edwards1-1/+6
2001-04-14boost_concept_check.h (_Mutable_ContainerConcept): Properly uglify member.Martin Reinecke1-1/+1
2001-04-13stl_algobase.h (equal): Use EqualOpConcept instead of EqualityComparableConcept.Phil Edwards1-3/+2
2001-04-13boost_concept_check.h: Uglify, fork from Boost.Phil Edwards19-994/+1002
2001-04-08std_valarray.h (valarray<>::operator[]): Make inline.Gabriel Dos Reis1-1/+1
2001-04-06stl_algobase.h (std::equal): avoid use of possibly-undefined operator != (one...Benjamin Kosnik1-1/+1
2001-04-06backward_warning.h: Re-enable.Benjamin Kosnik1-2/+1
2001-04-06std_cmath.h: Get rid of C99 math macros.Gabriel Dos Reis1-0/+18
2001-04-06backward_warning.h: Temporarily disable until g++ testsuite changes go in.Benjamin Kosnik1-1/+2
2001-04-06Warn when using backward headers.Benjamin Kosnik36-5/+74
2001-04-06Prepare for libstdc++-2.92.Benjamin Kosnik1-1/+1
2001-04-04* include/backward/fstream.h: Add missing semicolons.Geoffrey Keating1-2/+2
2001-04-04fstream.tcc: Add bool parameter to filebuf ctor.Benjamin Kosnik3-12/+18
2001-04-03fstream.h: Expose streampos to global namespace.Peter Schmid1-0/+2
2001-04-03stl_iterator_base_types.h: Fix typoPeter Schmid1-1/+1
2001-04-03* include/backward/fstream.h: Define filebuf and wfilebuf.Andreas Schwab1-0/+2
2001-04-03New concept checking implementation.Phil Edwards30-2163/+2405
2001-04-02std_cstring.h: Fix for const-correctness.Stephen M. Webb2-10/+60
2001-03-31[multiple changes]Benjamin Kosnik29-159/+71
2001-03-27c++config (_STL_USE_CONCEPT_CHECKS): Disable by default.Benjamin Kosnik1-6/+3
2001-03-27basic_file.h (get_fileno): Remove.Benjamin Kosnik5-44/+39
2001-03-24std_bitset.h: Include ostream and istream headers instead of iostream.Phil Edwards1-1/+2
2001-03-23ostream.tcc: Use __builtin_alloca.Greg Bumgardner1-1/+1
2001-03-23misc-inst.cc (__sink_unused_warning): Move to...Benjamin Kosnik1-0/+1
2001-03-21basic_file.h: Fix typos in comments.Theodore Papadopoulo1-6/+6
2001-03-15* include/bits/basic_string.tcc (operator+): Fix thinko.Gabriel Dos Reis1-1/+1
2001-03-14std_streambuf.h: Remove cached locale facets.Benjamin Kosnik5-58/+13
2001-03-12Fixups for -fno-for-scopeBenjamin Kosnik1-19/+16
2001-03-12vector.h: Include std_vector.h.Benjamin Kosnik1-1/+1
2001-03-12hashtable.h: Same.Craig Rodrigues2-2/+2
2001-03-12istream.tcc (basic_istream<_CharT, [...]): Fix typo.Benjamin Kosnik1-1/+1
2001-03-12stl_hashtable.h: Change type of __n to size_tPeter Schmid2-2/+2
2001-03-10[multiple changes]Benjamin Kosnik1-3/+3
2001-03-07std_iosfwd.h: Remove string forward decls here.Benjamin Kosnik4-68/+37
2001-03-07istream.tcc (basic_istream<_CharT, [...]): Don't use sentry.Benjamin Kosnik1-42/+3
2001-03-06std_cerrno.h: Don't define errno in std::.Nathan Myers1-10/+1