aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++
AgeCommit message (Expand)AuthorFilesLines
2003-12-29acconfig.h: Add _GLIBCXX_USE_C99_MATH.Mark Mitchell1-2/+2
2003-12-10re PR libstdc++/13296 (unnecessary libunwind support in libstdc++-v3)Benjamin Kosnik1-1/+0
2003-12-04re PR libstdc++/13284 (126 g++ failures due to lrand48 not defined)Benjamin Kosnik1-8/+6
2003-11-08vec.cc: Conform to C++STYLE.Jonathan Wakely1-9/+4
2003-11-05vec.cc (__cxa_vec_delete2): If given a NULL pointer, immediately return.Jeffrey D. Oldham1-3/+14
2003-10-03re PR libstdc++/12451 (missing(late) class forward declaration in cxxabi.h)Harald Boehme1-2/+2
2003-09-10vec.cc (__cxa_vec_new2): If the allocator returns NULL, return NULL.Jeffrey D. Oldham1-2/+6
2003-09-02acinclude.m4 (GLIBCXX_ENABLE_HOSTED): #define _GLIBCXX_HOSTED appropriately.Phil Edwards1-7/+17
2003-08-27Makefile.am: Remove trailing whitespace.Phil Edwards2-21/+21
2003-08-27acinclude.m4 (GLIBCXX_CONDITIONAL): New macro.Phil Edwards1-0/+2
2003-08-27Makefile.am: Add comment.Phil Edwards2-7/+3
2003-08-17acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Remove LIBMATH_INCLUDES and LIBSUPCXX...Phil Edwards2-67/+23
2003-08-05configure.in: Rename...Phil Edwards1-1/+1
2003-08-05Convert to new autotools.Phil Edwards2-249/+320
2003-07-05Move from CPP to CXX.Benjamin Kosnik12-75/+77
2003-06-30acinclude.m4 (GLIBCPP_ENABLE_PCH): Add bits for --enable-pch.Benjamin Kosnik1-1/+1
2003-06-12acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Simplify.Benjamin Kosnik1-18/+56
2003-05-27os_defines.h: Define _LIBUNWIND_STD_ABI if we are on IA64 HP-UX.Steve Ellcey1-0/+4
2003-05-24Makefile.am, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode30-120/+120
2003-05-07except.c: Revert 04-01 and 04-02 forced-unwind changes.Richard Henderson3-48/+106
2003-03-17Makefile.am (C_COMPILE): Remove.Danny Smith2-24/+2
2003-03-14stdc++.h: New.Benjamin Kosnik1-1/+6
2003-03-07Makefile.am (AM_MAKEFLAGS): Also pass gxx_include_dir.Matthias Klose2-62/+25
2003-03-05demangle.h: Move to..Benjamin Kosnik1-2359/+0
2003-02-27[multiple changes]Benjamin Kosnik3-57/+2372
2003-02-12Makefile.am (stamp-std-precompile): Add rule.Benjamin Kosnik1-1/+1
2003-02-06basic_file_libio.h: Fixups.Peter Soetens1-1/+1
2003-01-28re PR c++/9433 (SegFault in dynamic_cast)Nathan Sidwell1-3/+4
2003-01-28Makefile.am (CONFIG_CXXFLAGS): Reverse order of @EXTRA_CXX_FLAGS@ @SECTION_FL...Danny Smith2-2/+2
2003-01-14Further conform g++'s __vmi_class_type_info to the C++ ABI specification.Jeffrey D. Oldham1-4/+1
2003-01-06locale_facets.h (messages): Move ctor, dtor definitions to..Benjamin Kosnik1-20/+66
2002-12-27* config/locale/gnu/ctype_members.ccMark Mitchell2-5/+5
2002-12-27exception: Add comment (mistakenly skipped).Phil Edwards1-1/+3
2002-12-26vterminate.cc (writestr): Use __builtin_strlen.Phil Edwards1-1/+1
2002-12-26eh_term_handler.cc: Add comment about embedded systems.Phil Edwards1-0/+6
2002-12-26vterminate.cc: Move to...Phil Edwards6-74/+200
2002-12-16configure.in (GLIBCPP_ENABLE_DEBUG): Default to none.Benjamin Kosnik2-2/+13
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-1/+0
2002-12-10cxxabi.h (__cxa_bad_cast): Declare it.Mark Mitchell1-0/+16
2002-12-09* libsupc++/cxxabi.h (__cxa_pure_virtual): Declare it.Mark Mitchell1-1/+6
2002-11-25Makefile.am (sources): Add guard.cc.Mark Mitchell4-5/+72
2002-09-26Makefile.am (target_headers): Remove cpu_limits.h.Benjamin Kosnik1-1/+0
2002-08-22Makefile.am (check-abi): New rule.Benjamin Kosnik1-12/+54
2002-08-15unwind-cxx.h (__cxa_exception): Change catchTemp type from void* to _Unwind_Ptr.Steve Ellcey3-4/+7
2002-08-07Makefile.am (LTCOMPILE): Add LIBSUPCXX_PICFLAGS.John David Anglin2-54/+13
2002-08-01Makefile.am (LT_COMPILE): Remove C++ flags.Neil Booth2-2/+2
2002-07-31re PR libstdc++/7442 (cxxabi.h does not match the C++ ABI)Benjamin Kosnik1-2/+2
2002-07-31re PR libstdc++/7442 (cxxabi.h does not match the C++ ABI)Benjamin Kosnik3-22/+22
2002-07-26new (placement delete): Remove unused paramater names.Phil Edwards1-2/+2
2002-07-24re PR libstdc++/7286 (placement operator delete issue)Benjamin Kosnik1-0/+4