1. de2b109 Update status. by Howard Hinnant · 12 years ago
  2. 9a365fe __gxx_personality_v0 and __cxa_call_unexpected are complete on darwin and I *think* linux (not positive), but still unimplemented on arm. by Howard Hinnant · 12 years ago
  3. ca6514d Changed my mind about __cxa_uncaught_exception and added it. by Howard Hinnant · 12 years ago
  4. 6525563 One more small optimization: Where possible, for loops that do a search and then try to break out of the loop early, eliminate the attempt to break out of the loop after the last search. And with that, I'm declaring __dynamic_cast done. Though if anyone sees any problems, has suggestions for improvements, or wants to contribute some test cases, that is certainly welcome feedback. by Howard Hinnant · 12 years ago
  5. 50dbae0 Updated spec.html regarding __cxa_uncaught_exception. by Howard Hinnant · 12 years ago
  6. 1b0aed9 Added __cxa_increment_exception_refcount, __cxa_decrement_exception_refcount, __cxa_current_primary_exception, __cxa_rethrow_primary_exception by Howard Hinnant · 12 years ago
  7. d4028fe Made some minor tweaks to __cxa_rethrow by Howard Hinnant · 13 years ago
  8. b5fea43 Added dependent exception support to __cxa_current_exception_type by Howard Hinnant · 13 years ago
  9. 6eb54ad Modified __cxa_end_catch to handle dependent exceptions. by Howard Hinnant · 13 years ago
  10. e8fcf83 Reviewing cxa_exception.cpp and marking as implemented as I go. Not marking as implemented on arm when I'm not sure about that platform. by Howard Hinnant · 13 years ago
  11. cd08165 Added __cxa_allocate_dependent_exception and __cxa_free_dependent_exception and marked them as done. by Howard Hinnant · 13 years ago
  12. 81b7ea7 Update status: http://libcxxabi.llvm.org/spec.html . Looking good! :-) by Howard Hinnant · 13 years ago
  13. 3c88358 Update by Marshall Clow by Howard Hinnant · 13 years ago
  14. 7123bcb A stawman specification for libc++abi and status page by Howard Hinnant · 13 years ago