aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2001-04-29run_doxygen: Minor tweaks.Phil Edwards4-25/+115
2001-04-27mainpage.doxy: New.Benjamin Kosnik3-12/+82
2001-04-26BADNAMES: Remove EGCS reference.Mark Mitchell2-1/+11
2001-04-26acinclude.m4 (GLIBCPP_ENABLE_THREADS): Obtain target_thread_file with `gcc -v'.Alexandre Oliva4-965/+889
2001-04-26std_cmath.h (std): Explicitly inject c99 names.Benjamin Kosnik9-40/+70
2001-04-23slist: Include required header files.Peter Schmid2-2/+10
2001-04-23std_cerrno.h (errno): Define macro from identifier declared with external lin...Loren J. Rittle4-0/+22
2001-04-23acinclude.m4 (CXX): Set to CXX so that in-directory re-configures find the bu...Benjamin Kosnik4-843/+861
2001-04-20acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG): Make sure required C99 support is en...Benjamin Kosnik5-786/+829
2001-04-20acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG): Make sure required C99 support is en...Benjamin Kosnik2-0/+58
2001-04-20stl_bvector.h: Replace __ITERATOR_CATEGORY with __iterator_category.Phil Edwards2-3/+8
2001-04-20acconfig.h (_GLIBCPP_USE_C99): Add.Benjamin Kosnik16-1080/+1911
2001-04-19Makefile.am (doxygen): Assume script is missing execute perms.Phil Edwards3-3/+47
2001-04-19Makefile.am (doxygen): Assume script is missing execute perms.Phil Edwards1-2/+2
2001-04-18* testsuite/27_io/istream_seeks.cc: Inform DejaGnu of required files.Loren J. Rittle2-0/+6
2001-04-18map_operators.cc: Add dg-excess-errors.Benjamin Kosnik9-802/+804
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 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