aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++/vec.cc
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-1/+1
2012-11-07array (_GLIBCXX_THROW_OR_ABORT): Move...Paolo Carlini1-11/+2
2012-11-06atomic_base.h: Don't include <cstddef>, use nullptr.Paolo Carlini1-0/+9
2012-11-05Detect overflow in size calculations in __cxa_vec_new{2,3}Florian Weimer1-4/+18
2011-01-15re PR libstdc++/36104 (gnu-versioned-namespace is broken)Benjamin Kosnik1-2/+3
2009-09-29eh_terminate.cc: Fixes for -fno-exceptions.Benjamin Kosnik1-16/+16
2009-07-24Core issue 901Jason Merrill1-2/+6
2009-04-18* eh_type.cc (__cxa_current_exception_type) Mark throw().Jan Hubicka1-1/+1
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-15/+10
2008-06-27vec.cc (__aeabi_vec_dtor_cookie): Handle NULL array address.Mark Mitchell1-0/+12
2007-05-04atexit_arm.cc: New file.Mark Mitchell1-8/+0
2005-08-17All files: Update FSF address.Kelley Cook1-2/+2
2004-09-16cxxabi_tweaks.h (__cxa_cdtor_return_type): Define.Mark Mitchell1-15/+167
2004-08-12cxxabi_tweaks.h: Define __cxa_vec_ctor_return and _GLIBCXX_CXA_VEC_CTOR_RETURN.Paul Brook1-2/+4
2004-07-02configure.ac: Set ABI_TWEAKS_SRCDIR.Paul Brook1-4/+2
2004-06-29target-def.h (TARGET_CXX_GET_COOKIE_SIZE, [...]): Define.Paul Brook1-0/+8
2004-05-22cxxabi.h: Remove duplicated and useless public and private keywords in class ...Benjamin Kosnik1-4/+10
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-09-10vec.cc (__cxa_vec_new2): If the allocator returns NULL, return NULL.Jeffrey D. Oldham1-2/+6
2003-05-24Makefile.am, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode1-4/+4
2001-10-24Make -fno-exceptions work.Benjamin Kosnik1-1/+0
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-4/+14
2001-03-20vec.cc (__cxa_vec_cleanup): New fn.Jason Merrill1-10/+36
2001-03-06vec.cc (__cxxa_vec_new2): Qualify size_t.Stephen M. Webb1-1/+1
2001-02-16Remove old ABI support from libsupc++.Mark Mitchell1-0/+1
2001-02-16Add support for -fno-exceptions.Benjamin Kosnik1-242/+240
2000-11-19exception_support.h: New header file.Mark Mitchell1-17/+40
2000-10-21[multiple changes]Benjamin Kosnik1-34/+34
2000-10-06libsupc++: New directory.Benjamin Kosnik1-0/+279