1. dece7fe Removed raw references to __APPLE__; now just check to see if it is defined. by Marshall Clow · 11 years ago
  2. 8b5bb3c Patch by Andrew C. Morrow: Conditionally include cxxabi.h in new.cpp and typeinfo.cpp. Both new.cpp and typeinfo.cpp have code that is conditionally compiled by Howard Hinnant · 12 years ago
  3. 21a84cf Undo some overzealous #ifdefs for LIBCXXRT. by David Chisnall · 12 years ago
  4. 1e8b3f9 Some libcxxrt-compatibility cleanups (avoid defining things twice). by David Chisnall · 12 years ago
  5. 9d84832 At least temporarily move operator new/delete from the abi back to here. I'm having trouble reexporting it as a weak symbol. by Howard Hinnant · 12 years ago
  6. dea7f39 Prepare for running on top of new libc++abi. by Howard Hinnant · 12 years ago
  7. ec3773c Quash a whole bunch of warnings by Howard Hinnant · 13 years ago
  8. 912012e http://llvm.org/bugs/show_bug.cgi?id=10353 by Howard Hinnant · 13 years ago
  9. ed56921 Applied noexcept to everything in [language.support] (Chapter 18) by Howard Hinnant · 13 years ago
  10. d42c4be oops, forgot std:: by Howard Hinnant · 14 years ago
  11. 1f970ad Fix up uses of new/terminate/unexpected handlers to use the new getters. by Howard Hinnant · 14 years ago
  12. a445151 N3189 Observers for the three handler functions by Howard Hinnant · 14 years ago
  13. b64f8b0 license change by Howard Hinnant · 14 years ago
  14. d510977 Remove tabs by Howard Hinnant · 14 years ago
  15. 16e6e1d Fixing whitespace problems by Howard Hinnant · 14 years ago
  16. d444470 now works with -fno-exceptions and -fno-rtti by Howard Hinnant · 14 years ago
  17. adff489 patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepted except there were some bug fixes needed in <locale> for the __nolocale_* series. For the apple branch I ended up using templates instead of the var_args solution because it seemed both safer and more efficient. by Howard Hinnant · 14 years ago
  18. 76fdaa7 Add set_new_handler and nothrow implementations by Nick Kledzik · 14 years ago
  19. 804b6e7 add headers and implementation for <new>, <exception>, and <typeinfo> by Nick Kledzik · 14 years ago
  20. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  21. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago