summaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++
Commit message (Expand)AuthorAgeFilesLines
* os_defines.h: Define _LIBUNWIND_STD_ABI if we are on IA64 HP-UX.Steve Ellcey2003-05-271-0/+4
* Makefile.am, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode2003-05-2430-120/+120
* except.c: Revert 04-01 and 04-02 forced-unwind changes.Richard Henderson2003-05-073-48/+106
* Makefile.am (C_COMPILE): Remove.Danny Smith2003-03-172-24/+2
* stdc++.h: New.Benjamin Kosnik2003-03-141-1/+6
* Makefile.am (AM_MAKEFLAGS): Also pass gxx_include_dir.Matthias Klose2003-03-072-62/+25
* demangle.h: Move to..Benjamin Kosnik2003-03-051-2359/+0
* [multiple changes]Benjamin Kosnik2003-02-273-57/+2372
* Makefile.am (stamp-std-precompile): Add rule.Benjamin Kosnik2003-02-121-1/+1
* basic_file_libio.h: Fixups.Peter Soetens2003-02-061-1/+1
* re PR c++/9433 (SegFault in dynamic_cast)Nathan Sidwell2003-01-281-3/+4
* Makefile.am (CONFIG_CXXFLAGS): Reverse order of @EXTRA_CXX_FLAGS@ @SECTION_FL...Danny Smith2003-01-282-2/+2
* Further conform g++'s __vmi_class_type_info to the C++ ABI specification.Jeffrey D. Oldham2003-01-141-4/+1
* locale_facets.h (messages): Move ctor, dtor definitions to..Benjamin Kosnik2003-01-061-20/+66
* * config/locale/gnu/ctype_members.ccMark Mitchell2002-12-272-5/+5
* exception: Add comment (mistakenly skipped).Phil Edwards2002-12-271-1/+3
* vterminate.cc (writestr): Use __builtin_strlen.Phil Edwards2002-12-261-1/+1
* eh_term_handler.cc: Add comment about embedded systems.Phil Edwards2002-12-261-0/+6
* vterminate.cc: Move to...Phil Edwards2002-12-266-74/+200
* configure.in (GLIBCPP_ENABLE_DEBUG): Default to none.Benjamin Kosnik2002-12-162-2/+13
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-1/+0
* cxxabi.h (__cxa_bad_cast): Declare it.Mark Mitchell2002-12-101-0/+16
* * libsupc++/cxxabi.h (__cxa_pure_virtual): Declare it.Mark Mitchell2002-12-091-1/+6
* Makefile.am (sources): Add guard.cc.Mark Mitchell2002-11-254-5/+72
* Makefile.am (target_headers): Remove cpu_limits.h.Benjamin Kosnik2002-09-261-1/+0
* Makefile.am (check-abi): New rule.Benjamin Kosnik2002-08-221-12/+54
* unwind-cxx.h (__cxa_exception): Change catchTemp type from void* to _Unwind_Ptr.Steve Ellcey2002-08-153-4/+7
* Makefile.am (LTCOMPILE): Add LIBSUPCXX_PICFLAGS.John David Anglin2002-08-072-54/+13
* Makefile.am (LT_COMPILE): Remove C++ flags.Neil Booth2002-08-012-2/+2
* re PR libstdc++/7442 (cxxabi.h does not match the C++ ABI)Benjamin Kosnik2002-07-311-2/+2
* re PR libstdc++/7442 (cxxabi.h does not match the C++ ABI)Benjamin Kosnik2002-07-313-22/+22
* new (placement delete): Remove unused paramater names.Phil Edwards2002-07-261-2/+2
* re PR libstdc++/7286 (placement operator delete issue)Benjamin Kosnik2002-07-241-0/+4
* abi.txt: New file.Phil Edwards2002-07-203-6/+17
* new (set_new_handler): Declare to not throw any exceptions.Andreas Schwab2002-07-162-2/+2
* configure.in (INTERFACE): Remove.Benjamin Kosnik2002-06-271-1/+0
* 2002-06-25 Jessica Han <jessica@cup.hp.com>Jessica Han2002-06-251-5/+22
* Makefile.am (libsupc__convenience_la_SOURCES): Add c_sources.Benjamin Kosnik2002-06-202-3/+3
* Makefile.am: Add rules.Benjamin Kosnik2002-06-202-35/+52
* std_cwchar.h: Guard.Benjamin Kosnik2002-06-193-5/+5
* misc-inst.cc: Define unnecessary algorithm instantiations.Benjamin Kosnik2002-05-271-19/+0
* configure.in (AC_CHECK_HEADERS): Check for string.h & stdlib.h.Kaveh R. Ghazi2002-05-042-2/+2
* re PR libstdc++/4164 (33 Memory Leak when using iostream)Benjamin Kosnik2002-04-162-11/+11
* acinclude: More extensive checks for msgfmt, --enable-nls.Benjamin Kosnik2002-04-021-2/+3
* exception (__verbose_terminate_handler): Point to docs.Phil Edwards2002-04-021-1/+3
* linker-map.gnu: Export __verbose_terminate_handler.Phil Edwards2002-04-012-14/+67
* re PR c++/3719 (Unable to retrow exception in unexpected exception handler.)Richard Henderson2002-03-301-6/+15
* acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPP): Just test for signbit and __s...Benjamin Kosnik2002-03-231-1/+0
* acinclude.m4 (GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS): Define GLIBCPP_ENABLE_LIB...Steve Ellcey2002-03-191-0/+1
* re PR c++/4381 (Exceptions virtually inherited from a class cause segmentatio...Jason Merrill2002-03-171-17/+45