- 2f72908 am 3ba9e008: fixed condition for new handler in nothrow operator new by anonymous · 11 years ago
- 6cd0197 am 6f903285: Tidy up of the libcxxrt sources. Added missing comments, fixed some inconsistent indenting. by anonymous · 11 years ago
- bea3810 am b12153bb: <malloc.h> was replaced with <stdlib.h> by anonymous · 11 years ago
- d1d0508 am 168b9dc6: fix for COMPILER-8945: nothrow operator new should return NULL if new handler throws std::bad_alloc by anonymous · 11 years ago
- 9c9e7cf am e30d71b5: fix for COMPILER-8941 by anonymous · 11 years ago
- 1b4cf1a am cbb9a469: fix for crash in report_failure function by anonymous · 11 years ago
- 5d14135 am 602a98f3: fix for COMPILER-8918: don\'t add exception into list of caught exceptions if it\'s already in the list by anonymous · 11 years ago
- 57c6614 am 4b5cca48: Fix for COMPILER-8916 (rethrowing/catching exception several times) by anonymous · 11 years ago
- 599a238 am c286ec85: Make std::set_unexpected and std::set_terminate set global (process) 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 a by anonymous · 11 years ago
- fedb968 am d473efff: nothrow operator new was implemented (fix for COMPILER-8913) by anonymous · 11 years ago
- 5465c1e am dfec1c21: fix for COMPILER-8912 by anonymous · 11 years ago
- 4223961 am a41c5557: Fix for COMPILER-8909 by anonymous · 11 years ago
- 4315c42 am aca9afa6: fix for COMPILER-8891: std::exception::what() should not return NULL by anonymous · 11 years ago
- fb49fb0 am 647d602a: fix for COMPILER-8905: operator new should throw std::bad_alloc if new handler is not set by anonymous · 11 years ago
- 249ddcf am 51b577f0: fix for COMPILER-8903: throwing/catching pointers with casts, void*, etc by anonymous · 11 years ago
- 40cdf0d am 36d91e1f: fix for COMPILER-8902: terminate handler should be called if it was set using std::set_terminate by anonymous · 11 years ago
- a80f75e am 0f29a300: Fixed throwing / catching pointers. by anonymous · 11 years ago
- 407bc31 am e86befa5: Make __cxa_get_exception_ptr() return the correct value, instead of one that is occasionally correct. by anonymous · 11 years ago
- 8186e3a am e6a523d6: __cxa_get_exception_ptr implementation by anonymous · 11 years ago
- a6cae24 am e34781fc: Fixed crash when rethrowing. by anonymous · 11 years ago
- 7fabd16 am 18482f17: Fix __cxa_demangle again. by anonymous · 11 years ago
- b329391 am 71846ed9: Fix cast from function to data pointer warning. by anonymous · 11 years ago
- eae366c am 0afdb948: Adding libelf files again by anonymous · 11 years ago
- e19f4db am a283c64f: Add __cxa_demangle support by anonymous · 11 years ago
- 356f0d5 am becd5d8b: run_test script was fixed by anonymous · 11 years ago
- 1581531 am 7d75a366: output argument was added in run_test script by anonymous · 11 years ago
- 8d1f2c4 am 780f66a4: Remove extra fprintf by anonymous · 11 years ago
- 9c83254 am 9b38eee6: Fixed testcase by anonymous · 11 years ago
- dbf14bd am 5415b1b2: Author: David - Handle unordered action table entries, avoid printing cxxrt functions in back trace by anonymous · 11 years ago
- ee58547 am 261dfbcf: Author: David - Fix handling cleanups in exception unwinding by anonymous · 11 years ago
- 77b59e6 am 7aac3649: Fixes the test case by anonymous · 11 years ago
- f3ddba2 am c459eafb: Don\'t link against -ldl except on linux since it causes regressions on FBSD by anonymous · 11 years ago
- eb0ee63 am 8073c8af: Revert "Fix for 32bit mode" This needed a test case and is incorrect based on further testing by anonymous · 11 years ago
- 408954d am de578897: Fixed minor compiler warnings. by anonymous · 11 years ago
- f35141f am 5128c9ea: Test for shared libuwind was added by anonymous · 11 years ago
- c1bbc8f am 6836eb5f: Fix for 32bit mode by anonymous · 11 years ago
- 760afaf am ba48c0d0: Fix for gcc-3.x by anonymous · 11 years ago
- 2f0b962 am f0f87437: Path to libunwind is changed to absolute by anonymous · 11 years ago
- 3780941 am 953c93d5: Testing with libunwind is added by anonymous · 11 years ago
- b87fc03 am 41de4207: -nodefaultlibs flag is added for tests by anonymous · 11 years ago
- 697d062 am 50989850: Fixes in tests by anonymous · 11 years ago
- e6f0421 am ac2ce15a: Fix in __cxa_guard_release by anonymous · 11 years ago
- dadf77e am a0513e59: set_new_handler was implemented by anonymous · 11 years ago
- 33f0c58 am 5dba426b: Array new/delete operators were implemented. Weak attribute was added for new/delete operators. by anonymous · 11 years ago
- ed6fc0b am 01694446: __cxa_pure_virtual was implemented by anonymous · 11 years ago
- a26123d am 012f551c: Unused include was removed by anonymous · 11 years ago
- 02a0f73 am 0b2ee734: Merge branch \'master\' of github.com:pathscale/libcxxrt by anonymous · 11 years ago
- 85dcb4f am 23725157: Use __sync_bool_compare_and_swap_4 instead of __sync_bool_compare_and_swap to make life easier for pathcc people. by anonymous · 11 years ago
- 8a33b5d am 3fdd328c: Add a proper cleanup handler, to allow foreign exception handlers to destroy this exception. by anonymous · 11 years ago
- 20e7866 am f2b9158f: Added test for correctly setting unexpected handler and calling it when an eception spec is violated. by anonymous · 11 years ago
- 8aa1c8f am 81adee0f: Added std:: functions for setting unexpected / terminate handlers. by anonymous · 11 years ago
- ffb51e0 am e55300bb: Added README by anonymous · 11 years ago
- 5795596 Initial empty repository by Bill Yi · 11 years ago
- 3ba9e00 fixed condition for new handler in nothrow operator new by anonymous · 14 years ago
- 6f90328 Tidy up of the libcxxrt sources. Added missing comments, fixed some inconsistent indenting. by anonymous · 14 years ago
- b12153b <malloc.h> was replaced with <stdlib.h> by anonymous · 14 years ago
- 168b9dc fix for COMPILER-8945: nothrow operator new should return NULL if new handler throws std::bad_alloc by anonymous · 14 years ago
- e30d71b fix for COMPILER-8941 by anonymous · 14 years ago
- cbb9a46 fix for crash in report_failure function by anonymous · 14 years ago
- 602a98f fix for COMPILER-8918: don't add exception into list by anonymous · 14 years ago
- 4b5cca4 Fix for COMPILER-8916 (rethrowing/catching exception several times) by anonymous · 14 years ago
- c286ec8 Make std::set_unexpected and std::set_terminate set global (process) by anonymous · 14 years ago
- d473eff nothrow operator new was implemented (fix for COMPILER-8913) by anonymous · 14 years ago
- dfec1c2 fix for COMPILER-8912 by anonymous · 14 years ago
- a41c555 Fix for COMPILER-8909 by anonymous · 14 years ago
- aca9afa fix for COMPILER-8891: std::exception::what() should not return NULL by anonymous · 14 years ago
- 647d602 fix for COMPILER-8905: operator new should throw std::bad_alloc if new handler is not set by anonymous · 14 years ago
- 51b577f fix for COMPILER-8903: throwing/catching pointers with casts, void*, etc by anonymous · 14 years ago
- 36d91e1 fix for COMPILER-8902: terminate handler should be called if it was set using std::set_terminate by anonymous · 14 years ago
- 0f29a30 Fixed throwing / catching pointers. by anonymous · 14 years ago
- e86befa Make __cxa_get_exception_ptr() return the correct value, instead of one by anonymous · 14 years ago
- e6a523d __cxa_get_exception_ptr implementation by anonymous · 14 years ago
- e34781f Fixed crash when rethrowing. by anonymous · 14 years ago
- 18482f1 Fix __cxa_demangle again. by anonymous · 14 years ago
- 71846ed Fix cast from function to data pointer warning. by anonymous · 14 years ago
- 0afdb94 Adding libelf files again by anonymous · 14 years ago
- a283c64 Add __cxa_demangle support by anonymous · 14 years ago
- becd5d8 run_test script was fixed by anonymous · 14 years ago
- 7d75a36 output argument was added in run_test script by anonymous · 14 years ago
- 780f66a Remove extra fprintf by anonymous · 14 years ago
- 9b38eee Fixed testcase by anonymous · 14 years ago
- 5415b1b Author: David - Handle unordered action table entries, avoid printing cxxrt functions in back trace by anonymous · 14 years ago
- 261dfbc Author: David - Fix handling cleanups in exception unwinding by anonymous · 14 years ago
- 7aac364 Fixes the test case by anonymous · 14 years ago
- c459eaf Don't link against -ldl except on linux since it causes regressions on FBSD by anonymous · 14 years ago
- 8073c8a Revert "Fix for 32bit mode" by anonymous · 14 years ago
- de57889 Fixed minor compiler warnings. by anonymous · 14 years ago
- 5128c9e Test for shared libuwind was added by anonymous · 14 years ago
- 6836eb5 Fix for 32bit mode by anonymous · 15 years ago
- ba48c0d Fix for gcc-3.x by anonymous · 15 years ago
- f0f8743 Path to libunwind is changed to absolute by anonymous · 15 years ago
- 953c93d Testing with libunwind is added by anonymous · 15 years ago
- 41de420 -nodefaultlibs flag is added for tests by anonymous · 15 years ago
- 5098985 Fixes in tests by anonymous · 15 years ago
- ac2ce15 Fix in __cxa_guard_release by anonymous · 15 years ago
- a0513e5 set_new_handler was implemented by anonymous · 15 years ago
- 5dba426 Array new/delete operators were implemented. by anonymous · 15 years ago
- 0169444 __cxa_pure_virtual was implemented by anonymous · 15 years ago
- 012f551 Unused include was removed by anonymous · 15 years ago
- 0b2ee73 Merge branch 'master' of github.com:pathscale/libcxxrt by anonymous · 15 years ago