summaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++/vec.cc
Commit message (Expand)AuthorAgeFilesLines
* eh_terminate.cc: Fixes for -fno-exceptions.Benjamin Kosnik2009-09-291-16/+16
* Core issue 901Jason Merrill2009-07-241-2/+6
* * eh_type.cc (__cxa_current_exception_type) Mark throw().Jan Hubicka2009-04-181-1/+1
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-15/+10
* vec.cc (__aeabi_vec_dtor_cookie): Handle NULL array address.Mark Mitchell2008-06-271-0/+12
* atexit_arm.cc: New file.Mark Mitchell2007-05-041-8/+0
* All files: Update FSF address.Kelley Cook2005-08-171-2/+2
* cxxabi_tweaks.h (__cxa_cdtor_return_type): Define.Mark Mitchell2004-09-161-15/+167
* cxxabi_tweaks.h: Define __cxa_vec_ctor_return and _GLIBCXX_CXA_VEC_CTOR_RETURN.Paul Brook2004-08-121-2/+4
* configure.ac: Set ABI_TWEAKS_SRCDIR.Paul Brook2004-07-021-4/+2
* target-def.h (TARGET_CXX_GET_COOKIE_SIZE, [...]): Define.Paul Brook2004-06-291-0/+8
* cxxabi.h: Remove duplicated and useless public and private keywords in class ...Benjamin Kosnik2004-05-221-4/+10
* vec.cc: Conform to C++STYLE.Jonathan Wakely2003-11-081-9/+4
* vec.cc (__cxa_vec_delete2): If given a NULL pointer, immediately return.Jeffrey D. Oldham2003-11-051-3/+14
* vec.cc (__cxa_vec_new2): If the allocator returns NULL, return NULL.Jeffrey D. Oldham2003-09-101-2/+6
* Makefile.am, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode2003-05-241-4/+4
* Make -fno-exceptions work.Benjamin Kosnik2001-10-241-1/+0
* IA-64 ABI Exception Handling.Richard Henderson2001-03-281-4/+14
* vec.cc (__cxa_vec_cleanup): New fn.Jason Merrill2001-03-201-10/+36
* vec.cc (__cxxa_vec_new2): Qualify size_t.Stephen M. Webb2001-03-061-1/+1
* Remove old ABI support from libsupc++.Mark Mitchell2001-02-161-0/+1
* Add support for -fno-exceptions.Benjamin Kosnik2001-02-161-242/+240
* exception_support.h: New header file.Mark Mitchell2000-11-191-17/+40
* [multiple changes]Benjamin Kosnik2000-10-211-34/+34
* libsupc++: New directory.Benjamin Kosnik2000-10-061-0/+279