summaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++
Commit message (Expand)AuthorAgeFilesLines
* 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
* configure.in (target_alias): Default to yes.Benjamin Kosnik2002-02-221-0/+1
* Makefile.am (doxygen, [...]): Tweak targets.Phil Edwards2002-01-282-4/+4
* signbitl.c: Copyright years as list, not range.Benjamin Kosnik2002-01-161-2/+3
* exception (bad_exception): Add comment.Paolo Carlini2002-01-093-0/+8
* libstdc++/3150: revert 2001-11-30 commit.Paolo Carlini2002-01-096-6/+22
* exception (bad_exception::~bad_exception()): Remove declaration.Benjamin Kosnik2001-12-016-11/+0
* vterminate.cc (__verbose_terminate_handler): Add leading underscores.Jason Merrill2001-11-231-2/+6
* ChangeLog, [...]: Fix spelling errors.Joseph Myers2001-11-234-9/+9
* Intro.3: More notes.Phil Edwards2001-11-202-2/+4
* eh_personality.cc (__cxa_call_unexpected): Take void*.Jason Merrill2001-11-178-8/+76
* Make -fno-exceptions work.Benjamin Kosnik2001-10-244-29/+33
* limits.h: Move to...Benjamin Kosnik2001-10-231-1/+1
* time_members_gnu.h: Remove.Benjamin Kosnik2001-10-021-1/+0
* howto.html: Add anchor name.Phil Edwards2001-09-251-1/+1
* Implement std::time_put.Benjamin Kosnik2001-09-201-19/+55
* Makefile.am (stamp-target): Remove link to self.Benjamin Kosnik2001-09-101-47/+12
* testsuite_flags.in: No longer need to search testsuite builddir.Phil Edwards2001-09-051-12/+47
* eh_personality.cc (parse_lsda_header): Change type of tmp from _Unwind_Ptr to...Richard Sandiford2001-09-031-1/+1
* exception.cc (PERSONALITY_FUNCTION): Simplify leb128 handling.Jason Merrill2001-08-311-2/+3
* unwind-pe.h (read_uleb128, [...]): Move actual reading code here.Jason Merrill2001-08-311-8/+6
* configure.in (libtool_VERSION): Add.Benjamin Kosnik2001-08-141-0/+3
* configure.in (LIMITS_INC_SRCDIR): New variable.Mark Mitchell2001-08-131-0/+1
* acconfig.h (_GLIBCPP_MEM_LIMITS): Define.Benjamin Kosnik2001-08-101-2/+2
* Implement std::messages.Benjamin Kosnik2001-08-081-3/+26
* All occurrences of the __value_type() and __distance_type() functions...Stephen M. Webb2001-07-181-47/+12