1. 7ce2f95 Nullability check for wchar module. by zijunzhao · 2 years, 4 months ago
  2. 1f462de Add %b and %B support to the scanf/wscanf and strto*/wcsto* families. by Elliott Hughes · 3 years ago
  3. 4c5595c Replace local MUSL define with global ANDROID_HOST_MUSL by Colin Cross · 4 years ago
  4. 7da2034 Build bionic unit tests for musl by Colin Cross · 4 years ago
  5. fe50a0c Add tests for the untested <wchar.h> functions. by Elliott Hughes · 4 years, 4 months ago
  6. bcaa454 bionic tests: use GTEST_SKIP. by Elliott Hughes · 6 years ago
  7. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  8. 402c762 Fix some long-standing UTF-8 bugs. by Elliott Hughes · 7 years ago
  9. 3376c23 Add remaining _l function stubs. by Elliott Hughes · 7 years ago
  10. 966d8a3 Use have_dl to guard all tests that rely on icu4c. by Elliott Hughes · 8 years ago
  11. 0288dbb Fix wchar.wcstold_hex_floats on arm64 by Logan Chien · 8 years ago
  12. 6805c2d Expand wcsto* tests. by Dan Albert · 8 years ago
  13. c41b560 Implement wcwidth(3) in terms of icu4c. by Elliott Hughes · 8 years ago
  14. 697f42a Hide various mbstate implementation details. by Elliott Hughes · 8 years ago
  15. f634655 Fix wcsto* where strings begin with whitespace. by Dan Albert · 9 years ago
  16. 89e29ee Fix mbsnrtowcs where `dst` is null. by Elliott Hughes · 9 years ago
  17. 7f0849f Fix sscanf/wcstod parsing of NaNs. by Elliott Hughes · 9 years ago
  18. d61ca37 Fix misc-macro-parentheses warnings in bionic/tests. by Chih-Hung Hsieh · 9 years ago
  19. 3cfb52a Add GNU extensions mempcpy and wmemcpy. by Elliott Hughes · 10 years ago
  20. e1f9dda Regression test for NDK bug 80199. by Elliott Hughes · 10 years ago
  21. 5c7d958 Add missing function prototypes wcpcpy/wcpncpy. by Christopher Ferris · 11 years ago
  22. b05ec5a Pull in upstream fixes to reject invalid bases. by Elliott Hughes · 11 years ago
  23. 6b841db Add POSIX-2008 fmemopen, open_memstream, and open_wmemstream. by Elliott Hughes · 11 years ago
  24. b6cc8e0 Fix mbsrtowcs(3) src param for finished string. by Dan Albert · 11 years ago
  25. 6b55ba5 Fix mbsrtowcs(3)'s handling of len parameter. by Dan Albert · 11 years ago
  26. 69f05d2 Fix the printf family for non-ASCII. by Elliott Hughes · 11 years ago
  27. 001f8f0 Removes wcswcs from bionic for LP64. by Dan Albert · 11 years ago
  28. 8bf50d5 Fix wmemmove test. by Christopher Ferris · 11 years ago
  29. 6f2bde3 Add optimized AArch64 versions of bcopy and wmemmove based on memmove by Bernhard Rosenkraenzer · 11 years ago
  30. fd0ce86 Revert "Add optimized AArch64 versions of bcopy and wmemmove based on memmove" by Christopher Ferris · 11 years ago
  31. 8167dd7 Add optimized AArch64 versions of bcopy and wmemmove based on memmove by Bernhard Rosenkraenzer · 11 years ago
  32. caff5f2 Address additional warnings found by GCC 4.9. by Ben Cheng · 11 years ago
  33. 063525c Consistently use #if defined(__BIONIC__) in tests. by Elliott Hughes · 11 years ago
  34. 15a6310 Support mb sequences across calls to mb*to*wcs* functions by Calin Juravle · 11 years ago
  35. a5c6b2e wchar_test.cpp: fix error between comparison signed and unsigned integer by Yongqin Liu · 11 years ago
  36. efaa461 Use the OpenBSD wcsftime. by Elliott Hughes · 11 years ago
  37. f83e644 Fix wchar.cpp MIPS narrowing conversion build failure. by Elliott Hughes · 11 years ago
  38. 5a0aa3d Switch to a working UTF-8 mb/wc implementation. by Elliott Hughes · 11 years ago
  39. 3d7a0d9 Switch to the OpenBSD wcsto* functions. by Elliott Hughes · 11 years ago
  40. 0a5e26d Add mbtowc and fix mbrtowc. by Elliott Hughes · 11 years ago
  41. d299bcf Replace our broken wcswcs with the working upstream one. by Elliott Hughes · 11 years ago
  42. 83c07b5 Fix WCHAR_MAX, WCHAR_MIN, WINT_MAX, and WINT_MIN. by Elliott Hughes · 11 years ago
  43. 1b836ee Fix a wchar.wcstombs_wcrtombs test failure. by Elliott Hughes · 11 years ago
  44. 0549371 Upgrade to current vfprintf. by Elliott Hughes · 11 years ago
  45. 77e944f Implement wctomb(3) for ltrace. by Elliott Hughes · 11 years ago