1. 938a800 Fix mbsrtowcs(3) src param for finished string. by Dan Albert · 10 years ago
  2. 4e58609 Fix mbsrtowcs(3)'s handling of len parameter. by Dan Albert · 10 years ago
  3. 69f05d2 Fix the printf family for non-ASCII. by Elliott Hughes · 10 years ago
  4. 001f8f0 Removes wcswcs from bionic for LP64. by Dan Albert · 10 years ago
  5. 8bf50d5 Fix wmemmove test. by Christopher Ferris · 10 years ago
  6. 6f2bde3 Add optimized AArch64 versions of bcopy and wmemmove based on memmove by Bernhard Rosenkraenzer · 10 years ago
  7. fd0ce86 Revert "Add optimized AArch64 versions of bcopy and wmemmove based on memmove" by Christopher Ferris · 10 years ago
  8. 8167dd7 Add optimized AArch64 versions of bcopy and wmemmove based on memmove by Bernhard Rosenkraenzer · 10 years ago
  9. caff5f2 Address additional warnings found by GCC 4.9. by Ben Cheng · 10 years ago
  10. 063525c Consistently use #if defined(__BIONIC__) in tests. by Elliott Hughes · 10 years ago
  11. 15a6310 Support mb sequences across calls to mb*to*wcs* functions by Calin Juravle · 10 years ago
  12. a5c6b2e wchar_test.cpp: fix error between comparison signed and unsigned integer by Yongqin Liu · 10 years ago
  13. efaa461 Use the OpenBSD wcsftime. by Elliott Hughes · 10 years ago
  14. f83e644 Fix wchar.cpp MIPS narrowing conversion build failure. by Elliott Hughes · 10 years ago
  15. 5a0aa3d Switch to a working UTF-8 mb/wc implementation. by Elliott Hughes · 10 years ago
  16. 3d7a0d9 Switch to the OpenBSD wcsto* functions. by Elliott Hughes · 10 years ago
  17. 0a5e26d Add mbtowc and fix mbrtowc. by Elliott Hughes · 10 years ago
  18. d299bcf Replace our broken wcswcs with the working upstream one. by Elliott Hughes · 10 years ago
  19. 83c07b5 Fix WCHAR_MAX, WCHAR_MIN, WINT_MAX, and WINT_MIN. by Elliott Hughes · 10 years ago
  20. 1b836ee Fix a wchar.wcstombs_wcrtombs test failure. by Elliott Hughes · 10 years ago
  21. 0549371 Upgrade to current vfprintf. by Elliott Hughes · 10 years ago
  22. 77e944f Implement wctomb(3) for ltrace. by Elliott Hughes · 10 years ago