summaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)Author
2001-04-12eh_alloc.cc (__cxa_allocate_exception): Don't terminate holding the mutex.Nathan Sidwell
2001-04-11* testsuite/README: Add DejaGnu specific documentation.Gabriel Dos Reis
2001-04-11acinclude.m4: AC_CHECK_TOOL for expect.Benjamin Kosnik
2001-04-10libstdc++.exp (dg-test): Explicitly run the program in the current directory.Richard Henderson
2001-04-08std_valarray.h (valarray<>::operator[]): Make inline.Gabriel Dos Reis
2001-04-06stl_algobase.h (std::equal): avoid use of possibly-undefined operator != (one...Benjamin Kosnik
2001-04-06equal.cc: New test.Gabriel Dos Reis
2001-04-06backward_warning.h: Re-enable.Benjamin Kosnik
2001-04-06tests_flags.in (CROSS_LIB_PATH): Add as -B flag.Benjamin Kosnik
2001-04-06std_cmath.h: Get rid of C99 math macros.Gabriel Dos Reis
2001-04-06index.html: Update for 2.92, grab from RELEASE-NOTES.Phil Edwards
2001-04-06backward_warning.h: Temporarily disable until g++ testsuite changes go in.Benjamin Kosnik
2001-04-06Warn when using backward headers.Benjamin Kosnik
2001-04-06Prepare for libstdc++-2.92.Benjamin Kosnik
2001-04-05run_doxygen: Check for the existence of Doxygen.Phil Edwards
2001-04-04user.cfg.in: Extract all non-private members; reduce confusing documentation ...Phil Edwards
2001-04-04* include/backward/fstream.h: Add missing semicolons.Geoffrey Keating
2001-04-04fstream.tcc: Add bool parameter to filebuf ctor.Benjamin Kosnik
2001-04-03fstream.h: Expose streampos to global namespace.Peter Schmid
2001-04-03stl_iterator_base_types.h: Fix typoPeter Schmid
2001-04-03* include/backward/fstream.h: Define filebuf and wfilebuf.Andreas Schwab
2001-04-03New concept checking implementation.Phil Edwards
2001-04-02libstdc++.exp (dg-test): Annotate result messages with $which_library as well...Zack Weinberg
2001-04-02std_cstring.h: Fix for const-correctness.Stephen M. Webb
2001-04-02std_cstring.h: Fix for const-correctness.Stephen M. Webb
2001-04-02configopts.html: Add --enable-sjlj-exceptions docs.Benjamin Kosnik
2001-04-01tests_flags.in: Use test a = b, not test a == b which is not portable.Zack Weinberg
2001-03-31[multiple changes]Benjamin Kosnik
2001-03-30tests_flags.in (LIBS): Pass correct path for installed testing.Phil Edwards
2001-03-30mkcheck.in (LIBTOOL): Don't construct -B argument here...Benjamin Kosnik
2001-03-30[multiple changes]Benjamin Kosnik
2001-03-28Makefile.am (CXXLINK): Add --tag disable-shared after --tag CXX.Alexandre Oliva
2001-03-28IA-64 ABI Exception Handling.Richard Henderson
2001-03-28Makefile.am (CXXLINK): Use CXX again, and choose CXX tag explicitly.Alexandre Oliva
2001-03-27c++config (_STL_USE_CONCEPT_CHECKS): Disable by default.Benjamin Kosnik
2001-03-27tests_flags.in: Change the order of libstdc++ and libcPeter Schmid
2001-03-27basic_file.h (get_fileno): Remove.Benjamin Kosnik
2001-03-25Makefile.am: New targets, doxygen and doxygen-maint.Phil Edwards
2001-03-25acinclude.m4 (GLIBCPP_CHECK_COMPILER_FEATURES): Update comment.Phil Edwards
2001-03-25howto.html: HTML fixup.Phil Edwards
2001-03-24std_bitset.h: Include ostream and istream headers instead of iostream.Phil Edwards
2001-03-23ostream.tcc: Use __builtin_alloca.Greg Bumgardner
2001-03-23misc-inst.cc (__sink_unused_warning): Move to...Benjamin Kosnik
2001-03-21basic_file.h: Fix typos in comments.Theodore Papadopoulo
2001-03-20Fix merge error.Richard Henderson
2001-03-20gen-num-limits.cc: Instantiate for wchar_t.Richard Henderson
2001-03-20vec.cc (__cxa_vec_cleanup): New fn.Jason Merrill
2001-03-16gen-num-limits.cc (signal_adapter): Overloaded to match signal_func with an u...Alexandre Oliva
2001-03-15tests_flags.in (CXXFLAGS): Link libstdc++ before libsupc++.Benjamin Kosnik
2001-03-15* include/bits/basic_string.tcc (operator+): Fix thinko.Gabriel Dos Reis