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