1. 2c96639 Optimize the mbs fast path slightly. by Elliott Hughes · 3 years, 8 months ago
  2. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  3. 697f42a Hide various mbstate implementation details. by Elliott Hughes · 8 years ago
  4. 3f03579 Move wchar _l functions out of wchar.cpp. by Dan Albert · 8 years ago
  5. 53de874 The default locale "" should be a UTF-8 locale. by Elliott Hughes · 9 years ago
  6. 89e29ee Fix mbsnrtowcs where `dst` is null. by Elliott Hughes · 9 years ago
  7. 3c5037f Fix incorrect parameter types for locale funcs. by Dan Albert · 11 years ago
  8. b6cc8e0 Fix mbsrtowcs(3) src param for finished string. by Dan Albert · 11 years ago
  9. 6b55ba5 Fix mbsrtowcs(3)'s handling of len parameter. by Dan Albert · 11 years ago
  10. dfb5ce4 Revert "Revert "Add locale aware APIs."" by Dan Albert · 11 years ago
  11. 063e20c Revert "Add locale aware APIs." by Dan Albert · 11 years ago
  12. e087eac Add locale aware APIs. by Dan Albert · 11 years ago
  13. 7a7f995 Adds functionality specified by uchar.h by Dan Albert · 11 years ago
  14. 15a6310 Support mb sequences across calls to mb*to*wcs* functions by Calin Juravle · 11 years ago
  15. 0d0ccfe Fix wchar_t signedness problems found on x86-64. by Elliott Hughes · 11 years ago
  16. 568c86a Fix wchar.cpp signed/unsigned comparison build failure. by Elliott Hughes · 11 years ago
  17. 5a0aa3d Switch to a working UTF-8 mb/wc implementation. by Elliott Hughes · 11 years ago
  18. 94336d8 Switch to OpenBSD stdio wide printf functions. by Elliott Hughes · 11 years ago
  19. c932225 Switch to OpenBSD stdio wide get/put functions. by Elliott Hughes · 11 years ago
  20. 01ae00f Switch to the OpenBSD implementations of the wide scanf functions. by Elliott Hughes · 11 years ago
  21. 770491f Fix build (signed char issue). by Elliott Hughes · 11 years ago
  22. 3d7a0d9 Switch to the OpenBSD wcsto* functions. by Elliott Hughes · 11 years ago
  23. 0a5e26d Add mbtowc and fix mbrtowc. by Elliott Hughes · 11 years ago
  24. d299bcf Replace our broken wcswcs with the working upstream one. by Elliott Hughes · 11 years ago
  25. 1b836ee Fix a wchar.wcstombs_wcrtombs test failure. by Elliott Hughes · 11 years ago
  26. 0549371 Upgrade to current vfprintf. by Elliott Hughes · 11 years ago
  27. 40b0579 Add iswblank for libcxx. by Elliott Hughes · 11 years ago
  28. 77e944f Implement wctomb(3) for ltrace. by Elliott Hughes · 11 years ago
  29. 29c7f0b Move setlocale(3) and the wchar stubs over to .cpp. by Elliott Hughes · 13 years ago