1. c983454 noexcept for Chapter 22 [localization]. by Howard Hinnant · 13 years ago
  2. 506b364 time_get was missing the %F specifier. This change impacts the binary. by Howard Hinnant · 13 years ago
  3. 8058672 Chris Jefferson found a defect in the C++0x working draft by trying to run libc++ against boost. I've submitted an issue to the LWG, and this commit attempts to implement the proposed resolution of that defect report. I'd point to the issue but it hasn't been put into the LWG list yet. The title of the issue will be: Stage 2 accumulate incompatibilty by Howard Hinnant · 13 years ago
  4. e7c8da6 http://llvm.org/bugs/show_bug.cgi?id=9326 by Howard Hinnant · 13 years ago
  5. b2080c7 Chris Jefferson spotted a problem with messages_base::catalog while getting libc++ to work on boost. The standard says this type must be an int. But this type is the key returned by the OS facility catopen. On OS X the type returned by catopen is void*, which doesn't fit into an int on 64 bit platforms. Chris suggested using ptrdiff_t instead of void*. It still isn't compliant with the standard, but chances are that this change will fix what is ailing boost. Chris also supplied the algorithm for distinguishing high-order pointers from error conditions. Thanks Chris. by Howard Hinnant · 13 years ago
  6. 6cf5d8c Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris). by Howard Hinnant · 13 years ago
  7. 2d72b1e Effort to reduce the number of exported symbols by Howard Hinnant · 14 years ago
  8. 626916f Add CMake build and fix major Linux blockers. by Michael J. Spencer · 14 years ago
  9. b64f8b0 license change by Howard Hinnant · 14 years ago
  10. 8289481 visibility-decoration. by Howard Hinnant · 14 years ago
  11. bfd5530 Fix whitespace by Howard Hinnant · 14 years ago
  12. 73d21a4 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. by Howard Hinnant · 14 years ago
  13. 324bb03 Fixing whitespace problems by Howard Hinnant · 14 years ago
  14. d444470 now works with -fno-exceptions and -fno-rtti by Howard Hinnant · 14 years ago
  15. 4b53f50 [conversions.buffer] by Howard Hinnant · 14 years ago
  16. d23b464 [conversions.string] 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. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  19. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago