aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++
AgeCommit message (Expand)AuthorFilesLines
2005-02-22re PR libstdc++/20091 (18_support/14026.cc execution test fails)Richard Henderson1-5/+4
2005-02-18re PR libstdc++/10606 (uncaught_exception() returns false too early)Richard Henderson4-7/+19
2005-02-10Fix typo...Mike Stump1-1/+1
2005-02-10* libsupc++/del_op.cc: Don't include cstdlib when !_GLIBCXX_HOSTED.Mike Stump1-0/+2
2005-02-01crossconfig.m4: Repair Solaris cross bits for strtold and strtof.Brad Spencer1-1/+1
2005-01-28libstdc++.exp (libstdc++_init): Search the path for the compiler.Geoffrey Keating1-1/+1
2005-01-10Makefile.in: Regenerate.Paolo Carlini1-1/+0
2004-12-27Add memory barriers to the double-checked locking used for static initializat...Jason Merrill1-12/+60
2004-11-24Makefile.in, aclocal.m4: Regenerate with automake 1.9.3.Kelley Cook1-1/+1
2004-11-24doxygroups.cc: Add std::tr1 namespace.Benjamin Kosnik1-0/+4
2004-11-03c++config: Spacing.Benjamin Kosnik8-11/+21
2004-11-02* config/os/bsd/darwin/os_defines.hAaron W. LaFramboise8-8/+8
2004-11-01re PR libstdc++/18185 ([3.4 only] Unhandled exceptions leak)Momchil Velikov1-1/+11
2004-10-26Index: gcc/gcc/ChangeLogGeoffrey Keating8-8/+8
2004-10-06acinclude.m4 (GLIBCXX_ENABLE_THREADS): Set enable_thread.Benjamin Kosnik1-0/+2
2004-09-16cxxabi_tweaks.h (__cxa_cdtor_return_type): Define.Mark Mitchell2-30/+185
2004-09-03bpabi.h (TARGET_BPABI_CPP_BUILTINS): Define.Mark Mitchell1-6/+8
2004-08-27re PR c++/13684 (local static object variable constructed once but ctors and ...Jason Merrill1-4/+132
2004-08-23configure.ac: Specify version 1.9.1 in AM_INIT_AUTOMAKE.Paolo Carlini1-6/+15
2004-08-12cxxabi_tweaks.h: Define __cxa_vec_ctor_return and _GLIBCXX_CXA_VEC_CTOR_RETURN.Paul Brook2-4/+6
2004-08-12Makefile.in, [...]: RegenerateKelley Cook1-110/+127
2004-08-09fix typoJason Merrill1-1/+1
2004-08-03new_op.cc: Update comments.Mark Mitchell2-6/+4
2004-08-03cxxabi.h: Make all declarations have default visibility.Mark Mitchell12-12/+34
2004-08-02Makefile.am (hosted_source): Add libmath and testsuite.Mark Mitchell7-122/+154
2004-07-02configure.ac: Set ABI_TWEAKS_SRCDIR.Paul Brook4-22/+6
2004-06-29target-def.h (TARGET_CXX_GET_COOKIE_SIZE, [...]): Define.Paul Brook1-0/+8
2004-06-28safe_base.h (__gnu_debug::_Safe_sequence_base): Revert -Weffc++ changes that ...Benjamin Kosnik1-20/+1
2004-06-25target-def.h (TARGET_CXX_GUARD_TYPE, [...]): Define.Paul Brook2-0/+16
2004-06-14Makefile.in: Regenerate with automake 1.8.5.Benjamin Kosnik1-13/+17
2004-05-22cxxabi.h: Remove duplicated and useless public and private keywords in class ...Benjamin Kosnik3-472/+471
2004-05-06iterator.h: Add GPL copyright info, with exception clause.Matthias Klose1-1/+27
2004-04-07Fixups for EDG front end.Benjamin Kosnik5-8/+8
2004-03-19acinclude.m4 (GLIBCXX_CHECK_WCHAR_T_SUPPORT): Set LIBICONV, not libiconv.Phil Edwards1-0/+1
2004-03-13allocator: New.Benjamin Kosnik1-0/+2
2004-03-02Support automake 1.8.2Benjamin Kosnik1-88/+101
2004-02-27[multiple changes]Benjamin Kosnik2-11/+80
2004-02-23vterminate.cc (__gnu_cxx::__verbose_terminate_handler): Only use fputs, not w...Benjamin Kosnik1-27/+17
2004-02-21* libsupc++/vterminate.ccMark Mitchell1-0/+10
2004-02-09re PR libstdc++/5625 ([mips] exception unwinding creates invalid pointer on m...James E Wilson1-1/+3
2004-02-08re PR libstdc++/14026 (std::uncaught_exception is true although there are no ...Richard Henderson1-3/+5
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