1. e118778 Remove <private/bsd_sys_param.h>. by Elliott Hughes · 10 months ago
  2. 8949959 Merge "printf: reduce stack usage in the common case." into main by Elliott Hughes · 12 months ago
  3. 9e74d10 printf implementation: add missing const to padding strings. by Elliott Hughes · 12 months ago
  4. d4c6118 printf: reduce stack usage in the common case. by Elliott Hughes · 12 months ago
  5. 5f3b8e0 Update pubs.opengroup.org links for POSIX 2024 (and https). by Elliott Hughes · 12 months ago
  6. f204ce7 Merge "Use size_t for stdio's __sbuf even on ILP32." into main by Elliott Hughes · 12 months ago
  7. bbd39aa Replace http://man7.org links with https://man7.org links. by Elliott Hughes · 12 months ago
  8. 9d8f724 Use size_t for stdio's __sbuf even on ILP32. by Elliott Hughes · 12 months ago
  9. 00a2a6f Merge <stdio_ext.h>'s __fpurge() with <stdio.h>'s fpurge(). by Elliott Hughes · 12 months ago
  10. 69bd8e9 libc/Android.bp: more cleanup. by Elliott Hughes · 1 year, 6 months ago
  11. 2109f12 Add strerrordesc_np() and strerrorname_np(). by Elliott Hughes · 1 year, 11 months ago
  12. a9e914d Make multibyte result constants public. by Dan Albert · 2 years, 1 month ago
  13. cc475cf Implement C23 scanf 'wf' length modifiers by zijunzhao · 2 years, 2 months ago
  14. 7890484 Implement C23 scanf 'w' length modifiers by zijunzhao · 2 years, 3 months ago
  15. 531199c printf unification: floating point. by Elliott Hughes · 2 years, 3 months ago
  16. 26a0ebd More printf unification: FLUSH(). by Elliott Hughes · 2 years, 3 months ago
  17. 1fdece9 Implement C23 printf 'wf' length modifiers by zijunzhao · 2 years, 4 months ago
  18. 3b846ea Implement C23 printf 'w' length modifiers by zijunzhao · 2 years, 4 months ago
  19. ae1c64a Slightly simplify perror(). by Elliott Hughes · 2 years, 5 months ago
  20. 20dd3fe Pull flockfile/funlockfile/ftrylockfile into stdio.cpp. by Elliott Hughes · 2 years, 5 months ago
  21. 82be76b Add __freadahead. by Elliott Hughes · 2 years, 11 months ago
  22. 1f462de Add %b and %B support to the scanf/wscanf and strto*/wcsto* families. by Elliott Hughes · 3 years ago
  23. b813a6a Add %b and %B support to the printf/wprintf family. by Elliott Hughes · 3 years ago
  24. be78fc9 fread: cope with >2GiB totals. by Elliott Hughes · 3 years ago
  25. b6b7e2e Add the missing '--' to shell invocations. by Elliott Hughes · 3 years, 9 months ago
  26. d3915c7 Make fd overflow an abort. by Elliott Hughes · 4 years, 6 months ago
  27. f9cfecf Fix freopen() where the path is null. by Elliott Hughes · 4 years, 6 months ago
  28. e1dc4f6 Fewer copies of ALIGN()/ALIGNBYTES. by Elliott Hughes · 4 years, 7 months ago
  29. 7cebf83 Various coverage improvements. by Elliott Hughes · 5 years ago
  30. 3f31610 Cleanup for #inclusivefixit. by Elliott Hughes · 5 years ago
  31. 68ae6ad Changes for #inclusivefixit. by Elliott Hughes · 5 years ago
  32. bf03c01 Remove bionic's internal ctype-like inlines. by Elliott Hughes · 6 years ago
  33. 4956c37 Move bionic_macros.h from private to platform. by Josh Gao · 6 years ago
  34. 50080a2 Remove the ___ hack. by Elliott Hughes · 6 years ago
  35. c485cdb Revert fwalk/sfp locking to fix concurrent reads by Ryan Prichard · 6 years ago
  36. fe88d26 Merge "Typo fix in comment. O_CLOEXEC is e, not x." by Treehugger Robot · 6 years ago
  37. ba1151c Typo fix in comment. O_CLOEXEC is e, not x. by Dan Albert · 6 years ago
  38. b1ddbfd Merge "Fix internal uses of _PATH_BSHELL." by Treehugger Robot · 6 years ago
  39. 886370c Fix internal uses of _PATH_BSHELL. by Elliott Hughes · 6 years ago
  40. 137b6f3 popen: stop using _fwalk. by Elliott Hughes · 6 years ago
  41. 288465d Avoid writing to a zero-capacity buffer. by Elliott Hughes · 7 years ago
  42. 22917f6 Make fclose/pclose distinct. by Elliott Hughes · 7 years ago
  43. f340a56 Use strerror_r(3) for the printf family %m. by Elliott Hughes · 7 years ago
  44. 654cd83 Add the %m GNU extension to printf/wprintf. by Elliott Hughes · 7 years ago
  45. fa5410f libc: enable -Wimplicit-fallthrough by George Burgess IV · 7 years ago
  46. f80e3f4 Merge "Make all popen(3) file descriptors O_CLOEXEC." by Elliott Hughes · 7 years ago
  47. 9b6fefd Make all popen(3) file descriptors O_CLOEXEC. by Elliott Hughes · 7 years ago
  48. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  49. f6e5b58 Introduce api to track fd ownership in libc. by Josh Gao · 7 years ago
  50. 468efc8 Reimplement popen(3)/pclose(3). by Elliott Hughes · 7 years ago
  51. 41398d0 Call __fortify_fatal if printf sees %n. by Elliott Hughes · 7 years ago
  52. 9412cb3 clang-format local.h. by Elliott Hughes · 7 years ago
  53. 5a98234 Merge stdio/local.h and stdio/wcio.h. by Elliott Hughes · 7 years ago
  54. 4578526 Add __fseterr. by Elliott Hughes · 7 years ago
  55. cbc80ba Switch the rest of our internal headers to #pragma once. by Elliott Hughes · 7 years ago
  56. 9024235 Remove __overloadable/__RENAME_CLANG by George Burgess IV · 8 years ago
  57. 733c1e4 Avoid trademarks. by Elliott Hughes · 8 years ago
  58. 3048a36 Simplify CT_CCL and CT_STRING inner loop. by Elliott Hughes · 8 years ago
  59. 38e4aef Support %mc/%ms/%m[ in sscanf. by Elliott Hughes · 8 years ago
  60. f23ccdb Merge "Speed up __sfileext initialization." by Elliott Hughes · 8 years ago
  61. 1a56a26 Speed up __sfileext initialization. by Elliott Hughes · 8 years ago
  62. 1133fec Use inline ctype functions for ato*/strto* and scanf. by Elliott Hughes · 8 years ago
  63. bf9cb9e More scanf cleanup. by Elliott Hughes · 8 years ago
  64. 0d3ba1f Add sscanf %[ tests and fix the bug that fell out. by Elliott Hughes · 8 years ago
  65. b70576b Remove more trivial char/wchar_t printf differences. by Elliott Hughes · 8 years ago
  66. 0793e3d Merge "Yet more printf de-duplication." by Elliott Hughes · 8 years ago
  67. 345b727 Move public scanf functions away from implementation. by Elliott Hughes · 8 years ago
  68. bc27bdc Yet more printf de-duplication. by Elliott Hughes · 8 years ago
  69. 1f49317 Move shared parts of the two printfs out. by Elliott Hughes · 8 years ago
  70. 93a1f8b More printf de-duplication. by Elliott Hughes · 8 years ago
  71. bf54986 Allow 32-bit fseeko/fseeko64 SEEK_CUR/SEEK_SET to exceed 2 GiB by Ryan Prichard · 8 years ago
  72. 5305a4d 10x printf speedup. by Elliott Hughes · 8 years ago
  73. 618303c More printf de-duplication. by Elliott Hughes · 8 years ago
  74. 2f9c8ce Start de-duplicating the regular and wide printf implementations. by Elliott Hughes · 8 years ago
  75. 07e4124 Merge "More missing _unlocked <stdio.h> functions." by Treehugger Robot · 8 years ago
  76. 37ad959 More missing _unlocked <stdio.h> functions. by Elliott Hughes · 8 years ago
  77. c8f2c52 clang-format the printf/scanf implementation. by Elliott Hughes · 8 years ago
  78. d9a7de1 Remove some always-on #ifdefery. by Elliott Hughes · 8 years ago
  79. 3a589c2 Fork vfprintf.c/vfwprintf.c. by Elliott Hughes · 8 years ago
  80. cc3d04f Add null checks to <dirent.h> functions. by Elliott Hughes · 8 years ago
  81. d162060 Add explicit null checks to some stdio functions. by Josh Gao · 8 years ago
  82. 5ba2c21 Finish <stdio_ext.h>. by Elliott Hughes · 8 years ago
  83. 4a8de0d Consistently say va_arg rather than __va_arg. by Elliott Hughes · 8 years ago
  84. ec6850d Remove restrict/__restrict. by Elliott Hughes · 8 years ago
  85. 33a8cb1 Use O_APPEND for stdio append mode. by Elliott Hughes · 8 years ago
  86. 4fce647 Merge "Remove the HASLB and FREEUB macros." by Treehugger Robot · 8 years ago
  87. 80e4c15 Remove the HASLB and FREEUB macros. by Elliott Hughes · 8 years ago
  88. 3a4c454 Replace fmemopen. by Elliott Hughes · 8 years ago
  89. 7a3681e Move libc_log code into libasync_safe. by Christopher Ferris · 8 years ago
  90. 7cc779f libc: add clang FORTIFY support by George Burgess IV · 8 years ago
  91. 3037ea4 Fix stdin/stdout/stderr for pre-M. by Dan Albert · 9 years ago
  92. a9209d7 Fix some easy cases of __ANDROID__ versus __BIONIC__. by Elliott Hughes · 9 years ago
  93. 7f0849f Fix sscanf/wcstod parsing of NaNs. by Elliott Hughes · 9 years ago
  94. fb3873d Fortify vsnprintf in more cases. by Elliott Hughes · 9 years ago
  95. 53cf348 Remove more stdio copy/paste. by Elliott Hughes · 9 years ago
  96. d1f25a7 Reimplement remove(3) without the lstat(2). by Elliott Hughes · 9 years ago
  97. 70715da More stdio one-liners. by Elliott Hughes · 9 years ago
  98. cceaf06 More stdio cleanup. by Elliott Hughes · 9 years ago
  99. 7b737e4 Remove #pragma GCC visibility. by Elliott Hughes · 9 years ago
  100. 20788ae Add ctermid. by Elliott Hughes · 9 years ago