summaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++/eh_alloc.cc
Commit message (Expand)AuthorAgeFilesLines
* eh_alloc.cc (__cxa_free_exception): Don't refer to the emergency_buffer using...Ben Elliston2007-02-011-3/+4
* atomicity.h: Move to...Benjamin Kosnik2006-09-141-33/+8
* pool_allocator.h: Add missing std:: qualifications.Marc Glisse2006-05-101-1/+1
* [multiple changes]Paolo Carlini2006-01-181-2/+3
* c++config: Add in revised namespace associations.Benjamin Kosnik2005-12-191-2/+2
* del_op.cc: Include c++config.h first.Benjamin Kosnik2005-11-221-2/+2
* All files: Update FSF address.Kelley Cook2005-08-171-2/+2
* re PR libstdc++/10606 (uncaught_exception() returns false too early)Richard Henderson2005-02-181-0/+6
* cxxabi.h: Make all declarations have default visibility.Mark Mitchell2004-08-031-2/+2
* Makefile.am (hosted_source): Add libmath and testsuite.Mark Mitchell2004-08-021-4/+17
* Fixups for EDG front end.Benjamin Kosnik2004-04-071-3/+3
* Makefile.am, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode2003-05-241-4/+4
* std_cwchar.h: Guard.Benjamin Kosnik2002-06-191-1/+1
* locale.cc (locale::locale(const char*)): Make sure global locales are initial...Benjamin Kosnik2001-07-021-1/+1
* eh_alloc.cc: Ensure that required macros are defined before including gthr.h.Loren J. Rittle2001-06-081-1/+2
* eh_alloc.cc (__cxa_allocate_exception): Qualify malloc with std:: .Phil Edwards2001-05-251-2/+2
* std_cstring.h: #define away all global functions we will redeclare in namespa...Mark Mitchell2001-05-251-1/+1
* eh_alloc.cc (__cxa_allocate_exception): Don't terminate holding the mutex.Nathan Sidwell2001-04-121-1/+6
* IA-64 ABI Exception Handling.Richard Henderson2001-03-281-0/+157