aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2001-04-14boost_concept_check.h (_Mutable_ContainerConcept): Properly uglify member.Martin Reinecke2-1/+6
2001-04-13stl_algobase.h (equal): Use EqualOpConcept instead of EqualityComparableConcept.Phil Edwards2-3/+7
2001-04-13boost_concept_check.h: Uglify, fork from Boost.Phil Edwards20-994/+1024
2001-04-13set_operators.cc: Just try to compile.Gabriel Dos Reis3-4/+17
2001-04-12libstdc++.exp (libstdc++-dg-test): Prepend "./" to output_file.Jason Merrill2-1/+8
2001-04-12eh_alloc.cc (__cxa_allocate_exception): Don't terminate holding the mutex.Nathan Sidwell2-1/+11
2001-04-11* testsuite/README: Add DejaGnu specific documentation.Gabriel Dos Reis2-5/+91
2001-04-11acinclude.m4: AC_CHECK_TOOL for expect.Benjamin Kosnik16-854/+1000
2001-04-10libstdc++.exp (dg-test): Explicitly run the program in the current directory.Richard Henderson2-1/+6
2001-04-08std_valarray.h (valarray<>::operator[]): Make inline.Gabriel Dos Reis2-1/+6
2001-04-06stl_algobase.h (std::equal): avoid use of possibly-undefined operator != (one...Benjamin Kosnik2-1/+10
2001-04-06equal.cc: New test.Gabriel Dos Reis1-0/+41
2001-04-06backward_warning.h: Re-enable.Benjamin Kosnik2-2/+5
2001-04-06tests_flags.in (CROSS_LIB_PATH): Add as -B flag.Benjamin Kosnik2-1/+6
2001-04-06std_cmath.h: Get rid of C99 math macros.Gabriel Dos Reis3-0/+84
2001-04-06index.html: Update for 2.92, grab from RELEASE-NOTES.Phil Edwards3-119/+70
2001-04-06backward_warning.h: Temporarily disable until g++ testsuite changes go in.Benjamin Kosnik3-1/+13
2001-04-06Warn when using backward headers.Benjamin Kosnik44-262/+190
2001-04-06Prepare for libstdc++-2.92.Benjamin Kosnik5-78/+62
2001-04-05run_doxygen: Check for the existence of Doxygen.Phil Edwards2-5/+34
2001-04-04user.cfg.in: Extract all non-private members; reduce confusing documentation ...Phil Edwards2-5/+10
2001-04-04* include/backward/fstream.h: Add missing semicolons.Geoffrey Keating2-2/+6
2001-04-04fstream.tcc: Add bool parameter to filebuf ctor.Benjamin Kosnik6-80/+78
2001-04-03fstream.h: Expose streampos to global namespace.Peter Schmid2-0/+7
2001-04-03stl_iterator_base_types.h: Fix typoPeter Schmid2-1/+5
2001-04-03* include/backward/fstream.h: Define filebuf and wfilebuf.Andreas Schwab2-0/+6
2001-04-03New concept checking implementation.Phil Edwards54-2377/+3234
2001-04-02libstdc++.exp (dg-test): Annotate result messages with $which_library as well...Zack Weinberg2-166/+177
2001-04-02std_cstring.h: Fix for const-correctness.Stephen M. Webb3-10/+66
2001-04-02std_cstring.h: Fix for const-correctness.Stephen M. Webb1-0/+67
2001-04-02configopts.html: Add --enable-sjlj-exceptions docs.Benjamin Kosnik2-10/+20
2001-04-01tests_flags.in: Use test a = b, not test a == b which is not portable.Zack Weinberg2-1/+6
2001-03-31[multiple changes]Benjamin Kosnik35-185/+131
2001-03-30tests_flags.in (LIBS): Pass correct path for installed testing.Phil Edwards2-1/+5
2001-03-30mkcheck.in (LIBTOOL): Don't construct -B argument here...Benjamin Kosnik1-0/+267
2001-03-30[multiple changes]Benjamin Kosnik17-133/+137
2001-03-28Makefile.am (CXXLINK): Add --tag disable-shared after --tag CXX.Alexandre Oliva3-25/+60
2001-03-28IA-64 ABI Exception Handling.Richard Henderson26-1543/+2520
2001-03-28Makefile.am (CXXLINK): Use CXX again, and choose CXX tag explicitly.Alexandre Oliva5-21/+36
2001-03-27c++config (_STL_USE_CONCEPT_CHECKS): Disable by default.Benjamin Kosnik2-6/+7
2001-03-27tests_flags.in: Change the order of libstdc++ and libcPeter Schmid2-31/+39
2001-03-27basic_file.h (get_fileno): Remove.Benjamin Kosnik11-100/+85
2001-03-25Makefile.am: New targets, doxygen and doxygen-maint.Phil Edwards6-2/+1621
2001-03-25acinclude.m4 (GLIBCPP_CHECK_COMPILER_FEATURES): Update comment.Phil Edwards10-928/+1148
2001-03-25howto.html: HTML fixup.Phil Edwards5-119/+203
2001-03-24std_bitset.h: Include ostream and istream headers instead of iostream.Phil Edwards2-1/+7
2001-03-23ostream.tcc: Use __builtin_alloca.Greg Bumgardner2-1/+5
2001-03-23misc-inst.cc (__sink_unused_warning): Move to...Benjamin Kosnik5-27/+32
2001-03-21basic_file.h: Fix typos in comments.Theodore Papadopoulo2-6/+10
2001-03-20Fix merge error.Richard Henderson1-1/+1