summaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++/vec.cc
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-10-25non-gcc: Remove trailing whitespaceJakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-01-16Update copyright years.Jakub Jelinek
2022-01-03Update copyright years.Jakub Jelinek
2021-01-04Update copyright years.Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-01-05Update copyright years.Jakub Jelinek
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2012-11-07array (_GLIBCXX_THROW_OR_ABORT): Move...Paolo Carlini
2012-11-06atomic_base.h: Don't include <cstddef>, use nullptr.Paolo Carlini
2012-11-05Detect overflow in size calculations in __cxa_vec_new{2,3}Florian Weimer
2011-01-15re PR libstdc++/36104 (gnu-versioned-namespace is broken)Benjamin Kosnik
2009-09-29eh_terminate.cc: Fixes for -fno-exceptions.Benjamin Kosnik
2009-07-24Core issue 901Jason Merrill
2009-04-18* eh_type.cc (__cxa_current_exception_type) Mark throw().Jan Hubicka
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek
2008-06-27vec.cc (__aeabi_vec_dtor_cookie): Handle NULL array address.Mark Mitchell
2007-05-04atexit_arm.cc: New file.Mark Mitchell
2005-08-17All files: Update FSF address.Kelley Cook
2004-09-16cxxabi_tweaks.h (__cxa_cdtor_return_type): Define.Mark Mitchell
2004-08-12cxxabi_tweaks.h: Define __cxa_vec_ctor_return and _GLIBCXX_CXA_VEC_CTOR_RETURN.Paul Brook
2004-07-02configure.ac: Set ABI_TWEAKS_SRCDIR.Paul Brook
2004-06-29target-def.h (TARGET_CXX_GET_COOKIE_SIZE, [...]): Define.Paul Brook
2004-05-22cxxabi.h: Remove duplicated and useless public and private keywords in class ...Benjamin Kosnik
2003-11-08vec.cc: Conform to C++STYLE.Jonathan Wakely
2003-11-05vec.cc (__cxa_vec_delete2): If given a NULL pointer, immediately return.Jeffrey D. Oldham
2003-09-10vec.cc (__cxa_vec_new2): If the allocator returns NULL, return NULL.Jeffrey D. Oldham
2003-05-24Makefile.am, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode
2001-10-24Make -fno-exceptions work.Benjamin Kosnik
2001-03-28IA-64 ABI Exception Handling.Richard Henderson
2001-03-20vec.cc (__cxa_vec_cleanup): New fn.Jason Merrill
2001-03-06vec.cc (__cxxa_vec_new2): Qualify size_t.Stephen M. Webb
2001-02-16Remove old ABI support from libsupc++.Mark Mitchell
2001-02-16Add support for -fno-exceptions.Benjamin Kosnik
2000-11-19exception_support.h: New header file.Mark Mitchell
2000-10-21[multiple changes]Benjamin Kosnik
2000-10-06libsupc++: New directory.Benjamin Kosnik