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