1. 78706d2 <stdio.h>: warn on some unused results. by Elliott Hughes · 1 year, 3 months ago
  2. 76a3ad4 Add tests for stdio functions not setting the error indicator. by Elliott Hughes · 1 year, 10 months ago
  3. a67fe1b Merge "Add strerrordesc_np() and strerrorname_np()." into main by Elliott Hughes · 1 year, 11 months ago
  4. 2109f12 Add strerrordesc_np() and strerrorname_np(). by Elliott Hughes · 1 year, 11 months ago
  5. 95646e6 Add ASSERT_ERRNO and EXPECT_ERRNO (and use them). by Elliott Hughes · 1 year, 11 months ago
  6. 15c22cd No tombstones under normal bionic unit tests run. by Christopher Ferris · 2 years, 1 month ago
  7. c833fab Mark death tests properly. by Christopher Ferris · 2 years, 1 month ago
  8. e18c1fa Add a test for a recent POSIX change. by Elliott Hughes · 2 years, 2 months ago
  9. cc475cf Implement C23 scanf 'wf' length modifiers by zijunzhao · 2 years, 2 months ago
  10. 7890484 Implement C23 scanf 'w' length modifiers by zijunzhao · 2 years, 3 months ago
  11. 531199c printf unification: floating point. by Elliott Hughes · 2 years, 3 months ago
  12. 8fd4e96 Clean up stdio snprintf()/swprintf() tests. by Elliott Hughes · 2 years, 3 months ago
  13. 1fdece9 Implement C23 printf 'wf' length modifiers by zijunzhao · 2 years, 4 months ago
  14. 3b846ea Implement C23 printf 'w' length modifiers by zijunzhao · 2 years, 4 months ago
  15. e2c25fa Merge "stdio_test: improve the %b/%B tests." by Zijun Zhao · 2 years, 4 months ago
  16. e50d9d2 stdio_test: improve the %b/%B tests. by Elliott Hughes · 2 years, 4 months ago
  17. 8b86c0b Make tmpfile() respect $TMPDIR. by Elliott Hughes · 2 years, 4 months ago
  18. 2c445d9 Merge "Nullability check for stdio module" by Zijun Zhao · 2 years, 5 months ago
  19. 00a3dba Nullability check for stdio module by zijunzhao · 2 years, 6 months ago
  20. 6f231ce Remove #pragma workarounds for %b/%B. by Elliott Hughes · 2 years, 5 months ago
  21. e0a9a38 Fix stdio -NaN tests for riscv64. by Elliott Hughes · 2 years, 10 months ago
  22. d1c3d4a Merge "Add %b and %B support to the scanf/wscanf and strto*/wcsto* families." by Elliott Hughes · 3 years ago
  23. 1f462de Add %b and %B support to the scanf/wscanf and strto*/wcsto* families. by Elliott Hughes · 3 years ago
  24. 0cac291 Don't even try to allocate 2GiB on LP32. by Elliott Hughes · 3 years, 1 month ago
  25. b813a6a Add %b and %B support to the printf/wprintf family. by Elliott Hughes · 3 years, 1 month ago
  26. be78fc9 fread: cope with >2GiB totals. by Elliott Hughes · 3 years, 1 month ago
  27. f9b1313 Suppress -Wformat warning by Yi Kong · 3 years, 5 months ago
  28. 4ef83d6 Revert "strerror: incl enum name" by Steven Moreland · 3 years, 11 months ago
  29. c3060de strerror: incl enum name by Steven Moreland · 4 years ago
  30. 4c5595c Replace local MUSL define with global ANDROID_HOST_MUSL by Colin Cross · 4 years ago
  31. 14d1507 Fix some clang-format issues by Colin Cross · 4 years ago
  32. 7da2034 Build bionic unit tests for musl by Colin Cross · 4 years, 1 month ago
  33. 141b917 Switch to libbase SilentDeathTest. by Elliott Hughes · 4 years, 4 months ago
  34. e657eb4 Fix some bionic death tests. by Elliott Hughes · 4 years, 6 months ago
  35. f9cfecf Fix freopen() where the path is null. by Elliott Hughes · 4 years, 6 months ago
  36. 439ebbd Simplify and improve tempnam() and tmpnam(). by Elliott Hughes · 4 years, 9 months ago
  37. 7cebf83 Various coverage improvements. by Elliott Hughes · 5 years ago
  38. cdb4a26 Update upstream OpenBSD gdtoa. by Elliott Hughes · 5 years ago
  39. 5dc3130 Explicitly test printf %s with nullptr. by Elliott Hughes · 6 years ago
  40. 05b675e Add renameat2. by Elliott Hughes · 6 years ago
  41. 31c7309 Add SEEK_DATA and SEEK_HOLE constants. by Elliott Hughes · 6 years ago
  42. c485cdb Revert fwalk/sfp locking to fix concurrent reads by Ryan Prichard · 6 years ago
  43. bcaa454 bionic tests: use GTEST_SKIP. by Elliott Hughes · 6 years ago
  44. 288465d Avoid writing to a zero-capacity buffer. by Elliott Hughes · 7 years ago
  45. c2edae3 Fix cert-dcl16-c clang-tidy warnings in tests. by Chih-Hung Hsieh · 7 years ago
  46. 68a3bcc bionic tests: switch to using android-base/file.h for TemporaryFile by Mark Salyzyn · 7 years ago
  47. f340a56 Use strerror_r(3) for the printf family %m. by Elliott Hughes · 7 years ago
  48. 654cd83 Add the %m GNU extension to printf/wprintf. by Elliott Hughes · 7 years ago
  49. 2c4ec7e Fix uses of readlink in tests. by Christopher Ferris · 7 years ago
  50. f1a3838 Test that /dev/stdin, /dev/stdout, and /dev/stderr are all present. by Elliott Hughes · 7 years ago
  51. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  52. f6e5b58 Introduce api to track fd ownership in libc. by Josh Gao · 7 years ago
  53. 468efc8 Reimplement popen(3)/pclose(3). by Elliott Hughes · 7 years ago
  54. 41398d0 Call __fortify_fatal if printf sees %n. by Elliott Hughes · 7 years ago
  55. 38e4aef Support %mc/%ms/%m[ in sscanf. by Elliott Hughes · 8 years ago
  56. a7f1294 A few more trivial tests. by Elliott Hughes · 8 years ago
  57. bf9cb9e More scanf cleanup. by Elliott Hughes · 8 years ago
  58. 0d3ba1f Add sscanf %[ tests and fix the bug that fell out. by Elliott Hughes · 8 years ago
  59. bf54986 Allow 32-bit fseeko/fseeko64 SEEK_CUR/SEEK_SET to exceed 2 GiB by Ryan Prichard · 8 years ago
  60. 618303c More printf de-duplication. by Elliott Hughes · 8 years ago
  61. 2f9c8ce Start de-duplicating the regular and wide printf implementations. by Elliott Hughes · 8 years ago
  62. 37ad959 More missing _unlocked <stdio.h> functions. by Elliott Hughes · 8 years ago
  63. 9601f16 Expand swprintf tests. by Dan Albert · 8 years ago
  64. b15feb7 Clean up some <stdio.h> constants. by Elliott Hughes · 8 years ago
  65. 33a8cb1 Use O_APPEND for stdio append mode. by Elliott Hughes · 8 years ago
  66. 3a4c454 Replace fmemopen. by Elliott Hughes · 8 years ago
  67. 2f06e10 Improve fmemopen tests. by Josh Gao · 9 years ago
  68. b36efa4 Fix instances of '#if __LP64__'. by Josh Gao · 9 years ago
  69. 7f0849f Fix sscanf/wcstod parsing of NaNs. by Elliott Hughes · 9 years ago
  70. fb3873d Fortify vsnprintf in more cases. by Elliott Hughes · 9 years ago
  71. d1f25a7 Reimplement remove(3) without the lstat(2). by Elliott Hughes · 9 years ago
  72. 70715da More stdio one-liners. by Elliott Hughes · 9 years ago
  73. 20788ae Add ctermid. by Elliott Hughes · 9 years ago
  74. 8200e55 Add a test for a possible overflow in *printf. by Elliott Hughes · 10 years ago
  75. 43f7c87 Add a test for snprintf on a PTHREAD_STACK_MIN-sized stack. by Elliott Hughes · 10 years ago
  76. f226ee5 Add fopen64/freopen64/tmpfile64 aliases. by Elliott Hughes · 10 years ago
  77. e4fa6e9 Expose ftello64. by Elliott Hughes · 10 years ago
  78. 955426e Fix a sign extension bug in stdio. by Elliott Hughes · 10 years ago
  79. 03e65eb Implement funopen64. by Elliott Hughes · 10 years ago
  80. 9677fab Support _FILE_OFFSET_BITS=64 for most of <stdio.h>. by Elliott Hughes · 10 years ago
  81. 71288cb Add another stdio test. by Elliott Hughes · 10 years ago
  82. 2704bd1 Simplify fseek/ftell. by Elliott Hughes · 10 years ago
  83. 923f165 Make FILE*s less usable after fclose(3). by Elliott Hughes · 10 years ago
  84. 13f26a7 Add method to run fortified versions of funcs. by Christopher Ferris · 10 years ago
  85. 8ab433d Fix stdio read after EOF behavior. by Elliott Hughes · 10 years ago
  86. 694fd2d Add a test for getdelim(3) on a directory. by Elliott Hughes · 10 years ago
  87. cc9ca10 Fix fread returning bad data. by Christopher Ferris · 10 years ago
  88. e6bb5a2 Fix optimized fread. by Elliott Hughes · 11 years ago
  89. 0ed7e08 Fix the stdio.fread_EOF test. by Elliott Hughes · 11 years ago
  90. bcb378d Fix fread_EOF test name. by Elliott Hughes · 11 years ago
  91. 75b9938 Optimized fread. by Elliott Hughes · 11 years ago
  92. 1b18aff Fix nan output in the printf family. by Elliott Hughes · 11 years ago
  93. 20841a1 Avoid pathological behavior in OpenBSD's fread. by Elliott Hughes · 11 years ago
  94. 5ca4a9e implement missing seekdir and telldir by Yabin Cui · 11 years ago
  95. 6a03abc Ensure we initialize stdin/stdout/stderr's recursive mutexes. by Elliott Hughes · 11 years ago
  96. 31165ed CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps. by Elliott Hughes · 11 years ago
  97. a40fdbd call uselocale() before freelocale() to make sure that g_local_key has a valid locale. by Wally Yau · 11 years ago
  98. 6b841db Add POSIX-2008 fmemopen, open_memstream, and open_wmemstream. by Elliott Hughes · 11 years ago
  99. 1aec7c1 Proper MB_CUR_MAX. by Dan Albert · 11 years ago
  100. 8e613cf Remove declaration for putw(3)/getw(3). by Dan Albert · 11 years ago