summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* added valgrind tests4.0.10Alexander Esilevich2011-05-24
|
* Revert "Replaced libelftc's demangler with the one from libc++abi."C2011-05-22
| | | | This reverts commit 958237cf33ae913f7d2e995d48d1f8fdccec5e5b.
* Revert "Fix name of cxa_demangle"C2011-05-22
| | | | This reverts commit e570abd1be043334a4a7ce1ad8edf0d593cc4d57.
* Revert "Fix name of cxa_demangle 2nd try"C2011-05-22
| | | | This reverts commit b20a54eb2878ef4cc85386d05c205faddfffd661.
* Revert "Make it build and fix the missing include"C2011-05-22
| | | | This reverts commit f83e81352066b2226cf01bc58f9fa364f0f51ad3.
* Make it build and fix the missing includeC2011-05-21
|
* Fix name of cxa_demangle 2nd tryC2011-05-21
|
* Fix name of cxa_demangleC2011-05-21
|
* Replaced libelftc's demangler with the one from libc++abi.David Chisnall2011-05-21
|
* Eliminate global variable by pushing it into state.Joerg Sonnenberger2011-05-20
|
* Rename cpp_demangle_gnu3 to __cxa_demangle_gnu3 to fit into theJoerg Sonnenberger2011-05-20
| | | | implementation namespace of the library.
* Merge libelftc_vstr.c into libelftc_dem_gnu3.c to reduce namespaceJoerg Sonnenberger2011-05-20
| | | | pollution. Retire unused libelftc headers.
* Updated doxygen config.David Chisnall2011-05-20
|
* Remove unnecessary and confusing MakefilesC2011-05-20
|
* Update licenseC2011-05-20
|
* Updating copyright and may not be completeC2011-05-20
|
* fixed condition for new handler in nothrow operator newanonymous2011-05-10
|
* Tidy up of the libcxxrt sources. Added missing comments, fixed some ↵anonymous2011-05-09
| | | | inconsistent indenting.
* <malloc.h> was replaced with <stdlib.h>anonymous2011-03-02
|
* fix for COMPILER-8945: nothrow operator new should return NULL if new ↵anonymous2011-01-20
| | | | handler throws std::bad_alloc
* fix for COMPILER-8941anonymous2011-01-17
|
* fix for crash in report_failure functionanonymous2011-01-11
|
* fix for COMPILER-8918: don't add exception into listanonymous2011-01-11
| | | | of caught exceptions if it's already in the list
* Fix for COMPILER-8916 (rethrowing/catching exception several times)anonymous2011-01-11
|
* Make std::set_unexpected and std::set_terminate set global (process)anonymous2011-01-10
| | | | | | | | | | | | | unexpected and terminate handlers, respectively. Added pathscale:: versions of both (not exposed in the headers, so not - yet - part of the public API), which retain the old behaviour and set a thread-local version. Also added pathscale::set_use_thread_local_handlers(), which allows the user to request the thread-local behaviour from the std:: versions. Also not exposed via a header yet. The pathscale:: namespace might not be the most sensible place for these, and some thought should be given to this before actually making them public.
* nothrow operator new was implemented (fix for COMPILER-8913)anonymous2011-01-09
|
* fix for COMPILER-8912anonymous2011-01-08
|
* Fix for COMPILER-8909anonymous2011-01-06
|
* fix for COMPILER-8891: std::exception::what() should not return NULLanonymous2011-01-04
|
* fix for COMPILER-8905: operator new should throw std::bad_alloc if new ↵anonymous2011-01-04
| | | | handler is not set
* fix for COMPILER-8903: throwing/catching pointers with casts, void*, etcanonymous2011-01-04
|
* fix for COMPILER-8902: terminate handler should be called if it was set ↵anonymous2011-01-04
| | | | using std::set_terminate
* Fixed throwing / catching pointers.anonymous2010-11-25
|
* Make __cxa_get_exception_ptr() return the correct value, instead of oneanonymous2010-10-29
| | | | that is occasionally correct.
* __cxa_get_exception_ptr implementationanonymous2010-10-04
|
* Fixed crash when rethrowing.anonymous2010-10-01
|
* Fix __cxa_demangle again.anonymous2010-09-30
|
* Fix cast from function to data pointer warning.anonymous2010-09-30
|
* Adding libelf files againanonymous2010-09-30
|
* Add __cxa_demangle supportanonymous2010-09-29
|
* run_test script was fixedanonymous2010-09-27
|
* output argument was added in run_test scriptanonymous2010-09-27
|
* Remove extra fprintfanonymous2010-09-21
|
* Fixed testcaseanonymous2010-09-21
|
* Author: David - Handle unordered action table entries, avoid printing cxxrt ↵anonymous2010-09-21
| | | | functions in back trace
* Author: David - Fix handling cleanups in exception unwindinganonymous2010-09-20
|
* Fixes the test caseanonymous2010-09-20
|
* Don't link against -ldl except on linux since it causes regressions on FBSDanonymous2010-09-20
|
* Revert "Fix for 32bit mode"anonymous2010-09-18
| | | | | | This needed a test case and is incorrect based on further testing This reverts commit 34e644687dbbba757c91a4152fefdd27873e4ff3.
* Fixed minor compiler warnings.anonymous2010-09-17
|