1. 58ff10e Linux: Correctly identify valid error codes by David Majnemer · 10 years ago
  2. 4c6acb5 Switch to using C++ style casts. by Joerg Sonnenberger · 11 years ago
  3. 61a8422 LWG Issue 2087: iostream_category() and noexcept by Marshall Clow · 11 years ago
  4. 206ce1f LWG issue 2143: ios_base::xalloc should be thread-safe by Marshall Clow · 11 years ago
  5. 04a2c71 Turn off extern templates for most uses. It is causing more problems than it is worth. The extern templates will still be built into the dylib, mainly for ABI stability purposes. And the client can still turn these back on with a #define if desire. This fixes http://llvm.org/bugs/show_bug.cgi?id=17027. However there's no associated test for the test suite because http://llvm.org/bugs/show_bug.cgi?id=17027 needs mismatched dylib and headers to fire. by Howard Hinnant · 11 years ago
  6. f57bd56 noexcept and constexpr applied to <ios>. by Howard Hinnant · 12 years ago
  7. 0949eed _STD -> _VSTD to avoid macro clash on windows by Howard Hinnant · 13 years ago
  8. 1e15fd1 Applied noexcept to everything in [diagnostics] (Chapter 19) by Howard Hinnant · 13 years ago
  9. 6cf5d8c Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris). by Howard Hinnant · 13 years ago
  10. b64f8b0 license change by Howard Hinnant · 14 years ago
  11. 16e6e1d Fixing whitespace problems by Howard Hinnant · 14 years ago
  12. d444470 now works with -fno-exceptions and -fno-rtti by Howard Hinnant · 14 years ago
  13. a6a062d [string.conversions] by Howard Hinnant · 14 years ago
  14. 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
  15. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  16. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago