1. 2f72908 am 3ba9e008: fixed condition for new handler in nothrow operator new by anonymous · 11 years ago
  2. 6cd0197 am 6f903285: Tidy up of the libcxxrt sources. Added missing comments, fixed some inconsistent indenting. by anonymous · 11 years ago
  3. bea3810 am b12153bb: <malloc.h> was replaced with <stdlib.h> by anonymous · 11 years ago
  4. 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
  5. 9c9e7cf am e30d71b5: fix for COMPILER-8941 by anonymous · 11 years ago
  6. 1b4cf1a am cbb9a469: fix for crash in report_failure function by anonymous · 11 years ago
  7. 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
  8. 57c6614 am 4b5cca48: Fix for COMPILER-8916 (rethrowing/catching exception several times) by anonymous · 11 years ago
  9. 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
  10. fedb968 am d473efff: nothrow operator new was implemented (fix for COMPILER-8913) by anonymous · 11 years ago
  11. 5465c1e am dfec1c21: fix for COMPILER-8912 by anonymous · 11 years ago
  12. 4223961 am a41c5557: Fix for COMPILER-8909 by anonymous · 11 years ago
  13. 4315c42 am aca9afa6: fix for COMPILER-8891: std::exception::what() should not return NULL by anonymous · 11 years ago
  14. 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
  15. 249ddcf am 51b577f0: fix for COMPILER-8903: throwing/catching pointers with casts, void*, etc by anonymous · 11 years ago
  16. 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
  17. a80f75e am 0f29a300: Fixed throwing / catching pointers. by anonymous · 11 years ago
  18. 407bc31 am e86befa5: Make __cxa_get_exception_ptr() return the correct value, instead of one that is occasionally correct. by anonymous · 11 years ago
  19. 8186e3a am e6a523d6: __cxa_get_exception_ptr implementation by anonymous · 11 years ago
  20. a6cae24 am e34781fc: Fixed crash when rethrowing. by anonymous · 11 years ago
  21. 7fabd16 am 18482f17: Fix __cxa_demangle again. by anonymous · 11 years ago
  22. b329391 am 71846ed9: Fix cast from function to data pointer warning. by anonymous · 11 years ago
  23. eae366c am 0afdb948: Adding libelf files again by anonymous · 11 years ago
  24. e19f4db am a283c64f: Add __cxa_demangle support by anonymous · 11 years ago
  25. 356f0d5 am becd5d8b: run_test script was fixed by anonymous · 11 years ago
  26. 1581531 am 7d75a366: output argument was added in run_test script by anonymous · 11 years ago
  27. 8d1f2c4 am 780f66a4: Remove extra fprintf by anonymous · 11 years ago
  28. 9c83254 am 9b38eee6: Fixed testcase by anonymous · 11 years ago
  29. dbf14bd am 5415b1b2: Author: David - Handle unordered action table entries, avoid printing cxxrt functions in back trace by anonymous · 11 years ago
  30. ee58547 am 261dfbcf: Author: David - Fix handling cleanups in exception unwinding by anonymous · 11 years ago
  31. 77b59e6 am 7aac3649: Fixes the test case by anonymous · 11 years ago
  32. f3ddba2 am c459eafb: Don\'t link against -ldl except on linux since it causes regressions on FBSD by anonymous · 11 years ago
  33. 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
  34. 408954d am de578897: Fixed minor compiler warnings. by anonymous · 11 years ago
  35. f35141f am 5128c9ea: Test for shared libuwind was added by anonymous · 11 years ago
  36. c1bbc8f am 6836eb5f: Fix for 32bit mode by anonymous · 11 years ago
  37. 760afaf am ba48c0d0: Fix for gcc-3.x by anonymous · 11 years ago
  38. 2f0b962 am f0f87437: Path to libunwind is changed to absolute by anonymous · 11 years ago
  39. 3780941 am 953c93d5: Testing with libunwind is added by anonymous · 11 years ago
  40. b87fc03 am 41de4207: -nodefaultlibs flag is added for tests by anonymous · 11 years ago
  41. 697d062 am 50989850: Fixes in tests by anonymous · 11 years ago
  42. e6f0421 am ac2ce15a: Fix in __cxa_guard_release by anonymous · 11 years ago
  43. dadf77e am a0513e59: set_new_handler was implemented by anonymous · 11 years ago
  44. 33f0c58 am 5dba426b: Array new/delete operators were implemented. Weak attribute was added for new/delete operators. by anonymous · 11 years ago
  45. ed6fc0b am 01694446: __cxa_pure_virtual was implemented by anonymous · 11 years ago
  46. a26123d am 012f551c: Unused include was removed by anonymous · 11 years ago
  47. 02a0f73 am 0b2ee734: Merge branch \'master\' of github.com:pathscale/libcxxrt by anonymous · 11 years ago
  48. 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
  49. 8a33b5d am 3fdd328c: Add a proper cleanup handler, to allow foreign exception handlers to destroy this exception. by anonymous · 11 years ago
  50. 20e7866 am f2b9158f: Added test for correctly setting unexpected handler and calling it when an eception spec is violated. by anonymous · 11 years ago
  51. 8aa1c8f am 81adee0f: Added std:: functions for setting unexpected / terminate handlers. by anonymous · 11 years ago
  52. ffb51e0 am e55300bb: Added README by anonymous · 11 years ago
  53. 5795596 Initial empty repository by Bill Yi · 11 years ago
  54. 3ba9e00 fixed condition for new handler in nothrow operator new by anonymous · 14 years ago
  55. 6f90328 Tidy up of the libcxxrt sources. Added missing comments, fixed some inconsistent indenting. by anonymous · 14 years ago
  56. b12153b <malloc.h> was replaced with <stdlib.h> by anonymous · 14 years ago
  57. 168b9dc fix for COMPILER-8945: nothrow operator new should return NULL if new handler throws std::bad_alloc by anonymous · 14 years ago
  58. e30d71b fix for COMPILER-8941 by anonymous · 14 years ago
  59. cbb9a46 fix for crash in report_failure function by anonymous · 14 years ago
  60. 602a98f fix for COMPILER-8918: don't add exception into list by anonymous · 14 years ago
  61. 4b5cca4 Fix for COMPILER-8916 (rethrowing/catching exception several times) by anonymous · 14 years ago
  62. c286ec8 Make std::set_unexpected and std::set_terminate set global (process) by anonymous · 14 years ago
  63. d473eff nothrow operator new was implemented (fix for COMPILER-8913) by anonymous · 14 years ago
  64. dfec1c2 fix for COMPILER-8912 by anonymous · 14 years ago
  65. a41c555 Fix for COMPILER-8909 by anonymous · 14 years ago
  66. aca9afa fix for COMPILER-8891: std::exception::what() should not return NULL by anonymous · 14 years ago
  67. 647d602 fix for COMPILER-8905: operator new should throw std::bad_alloc if new handler is not set by anonymous · 14 years ago
  68. 51b577f fix for COMPILER-8903: throwing/catching pointers with casts, void*, etc by anonymous · 14 years ago
  69. 36d91e1 fix for COMPILER-8902: terminate handler should be called if it was set using std::set_terminate by anonymous · 14 years ago
  70. 0f29a30 Fixed throwing / catching pointers. by anonymous · 14 years ago
  71. e86befa Make __cxa_get_exception_ptr() return the correct value, instead of one by anonymous · 14 years ago
  72. e6a523d __cxa_get_exception_ptr implementation by anonymous · 14 years ago
  73. e34781f Fixed crash when rethrowing. by anonymous · 14 years ago
  74. 18482f1 Fix __cxa_demangle again. by anonymous · 14 years ago
  75. 71846ed Fix cast from function to data pointer warning. by anonymous · 14 years ago
  76. 0afdb94 Adding libelf files again by anonymous · 14 years ago
  77. a283c64 Add __cxa_demangle support by anonymous · 14 years ago
  78. becd5d8 run_test script was fixed by anonymous · 14 years ago
  79. 7d75a36 output argument was added in run_test script by anonymous · 14 years ago
  80. 780f66a Remove extra fprintf by anonymous · 14 years ago
  81. 9b38eee Fixed testcase by anonymous · 14 years ago
  82. 5415b1b Author: David - Handle unordered action table entries, avoid printing cxxrt functions in back trace by anonymous · 14 years ago
  83. 261dfbc Author: David - Fix handling cleanups in exception unwinding by anonymous · 14 years ago
  84. 7aac364 Fixes the test case by anonymous · 14 years ago
  85. c459eaf Don't link against -ldl except on linux since it causes regressions on FBSD by anonymous · 14 years ago
  86. 8073c8a Revert "Fix for 32bit mode" by anonymous · 14 years ago
  87. de57889 Fixed minor compiler warnings. by anonymous · 14 years ago
  88. 5128c9e Test for shared libuwind was added by anonymous · 14 years ago
  89. 6836eb5 Fix for 32bit mode by anonymous · 15 years ago
  90. ba48c0d Fix for gcc-3.x by anonymous · 15 years ago
  91. f0f8743 Path to libunwind is changed to absolute by anonymous · 15 years ago
  92. 953c93d Testing with libunwind is added by anonymous · 15 years ago
  93. 41de420 -nodefaultlibs flag is added for tests by anonymous · 15 years ago
  94. 5098985 Fixes in tests by anonymous · 15 years ago
  95. ac2ce15 Fix in __cxa_guard_release by anonymous · 15 years ago
  96. a0513e5 set_new_handler was implemented by anonymous · 15 years ago
  97. 5dba426 Array new/delete operators were implemented. by anonymous · 15 years ago
  98. 0169444 __cxa_pure_virtual was implemented by anonymous · 15 years ago
  99. 012f551 Unused include was removed by anonymous · 15 years ago
  100. 0b2ee73 Merge branch 'master' of github.com:pathscale/libcxxrt by anonymous · 15 years ago