1. 5ba2c21 Finish <stdio_ext.h>. by Elliott Hughes · 8 years ago
  2. 4a8de0d Consistently say va_arg rather than __va_arg. by Elliott Hughes · 8 years ago
  3. ec6850d Remove restrict/__restrict. by Elliott Hughes · 8 years ago
  4. 33a8cb1 Use O_APPEND for stdio append mode. by Elliott Hughes · 8 years ago
  5. 4fce647 Merge "Remove the HASLB and FREEUB macros." by Treehugger Robot · 8 years ago
  6. 80e4c15 Remove the HASLB and FREEUB macros. by Elliott Hughes · 8 years ago
  7. 3a4c454 Replace fmemopen. by Elliott Hughes · 8 years ago
  8. 7a3681e Move libc_log code into libasync_safe. by Christopher Ferris · 8 years ago
  9. 7cc779f libc: add clang FORTIFY support by George Burgess IV · 8 years ago
  10. 3037ea4 Fix stdin/stdout/stderr for pre-M. by Dan Albert · 9 years ago
  11. a9209d7 Fix some easy cases of __ANDROID__ versus __BIONIC__. by Elliott Hughes · 9 years ago
  12. 7f0849f Fix sscanf/wcstod parsing of NaNs. by Elliott Hughes · 9 years ago
  13. fb3873d Fortify vsnprintf in more cases. by Elliott Hughes · 9 years ago
  14. 53cf348 Remove more stdio copy/paste. by Elliott Hughes · 9 years ago
  15. d1f25a7 Reimplement remove(3) without the lstat(2). by Elliott Hughes · 9 years ago
  16. 70715da More stdio one-liners. by Elliott Hughes · 9 years ago
  17. cceaf06 More stdio cleanup. by Elliott Hughes · 9 years ago
  18. 7b737e4 Remove #pragma GCC visibility. by Elliott Hughes · 9 years ago
  19. 20788ae Add ctermid. by Elliott Hughes · 9 years ago
  20. 62e3a07 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  21. f226ee5 Add fopen64/freopen64/tmpfile64 aliases. by Elliott Hughes · 10 years ago
  22. 955426e Fix a sign extension bug in stdio. by Elliott Hughes · 10 years ago
  23. 03e65eb Implement funopen64. by Elliott Hughes · 10 years ago
  24. 9677fab Support _FILE_OFFSET_BITS=64 for most of <stdio.h>. by Elliott Hughes · 10 years ago
  25. e70e0e9 Move internal FILE flags macros to "local.h" from <stdio.h>. by Elliott Hughes · 10 years ago
  26. 023c307 Add _seek64 to FILE. by Elliott Hughes · 10 years ago
  27. b877601 Put struct FILE back how NDK-built apps expect it. by Elliott Hughes · 10 years ago
  28. 2704bd1 Simplify fseek/ftell. by Elliott Hughes · 10 years ago
  29. 021335e Move stdio implementation details around a little. by Elliott Hughes · 10 years ago
  30. 923f165 Make FILE*s less usable after fclose(3). by Elliott Hughes · 10 years ago
  31. 29ee639 Fix stdio static initializers to make both clang and GCC happy. by Elliott Hughes · 10 years ago
  32. bb46afd Revert "Revert "Remove __sinit and __sdidinit."" by Elliott Hughes · 10 years ago
  33. c8bae05 Revert "Remove __sinit and __sdidinit." by Elliott Hughes · 10 years ago
  34. 4371961 Remove __sinit and __sdidinit. by Elliott Hughes · 10 years ago
  35. 76144aa Change _stdio_handles_locking into _caller_handles_locking. by Yabin Cui · 10 years ago
  36. fb994f4 Add fileno_unlocked to support thread sanitizer. by Yabin Cui · 10 years ago
  37. a818445 Rename LIBC64_HIDDEN to LIBC32_LEGACY_PUBLIC. by Christopher Ferris · 10 years ago
  38. f0141df Make struct FILE opaque. by Elliott Hughes · 10 years ago
  39. 8ab433d Fix stdio read after EOF behavior. by Elliott Hughes · 10 years ago
  40. 4e8ef69 Don't use TEMP_FAILURE_RETRY on close in bionic. by Elliott Hughes · 10 years ago
  41. 17393b0 Hide internal of pthread_mutex_t. by Yabin Cui · 10 years ago
  42. cc9ca10 Fix fread returning bad data. by Christopher Ferris · 10 years ago
  43. e6bb5a2 Fix optimized fread. by Elliott Hughes · 11 years ago
  44. 8b5df39 Turn on -Wold-style-cast and fix the errors. by Elliott Hughes · 11 years ago
  45. 8c4994b Implement __fsetlocking. by Elliott Hughes · 11 years ago
  46. e69e645 Fix signed/unsigned comparison that was upsetting clang. by Elliott Hughes · 11 years ago
  47. 8885dcc Add TEMP_FAILURE_RETRY to stdio's low-level read/write functions. by Elliott Hughes · 11 years ago
  48. 75b9938 Optimized fread. by Elliott Hughes · 11 years ago
  49. 20841a1 Avoid pathological behavior in OpenBSD's fread. by Elliott Hughes · 11 years ago
  50. c48c3e4 Fix flockfile(3) and friends for stdin/stdout/stderr too. by Elliott Hughes · 11 years ago
  51. 168667c Add non-macro stdin/stdout/stderr too. by Elliott Hughes · 11 years ago
  52. dc6599e Fix warning of missing field initializer. by Chih-Hung Hsieh · 11 years ago
  53. 6a03abc Ensure we initialize stdin/stdout/stderr's recursive mutexes. by Elliott Hughes · 11 years ago
  54. 78ba823 Add back symbols to fix Greed for Glory franchise. by Christopher Ferris · 11 years ago
  55. abefc93 Re-expose more stdio implementation details for LP32. by Elliott Hughes · 11 years ago
  56. c08c25b Sync with upstream findfp.c. by Elliott Hughes · 11 years ago
  57. 5f35710 Expose __swsetup for LP32 binary compatibility. by Elliott Hughes · 11 years ago
  58. 2b021e1 Add <stdio_ext.h> for elfutils. by Elliott Hughes · 11 years ago
  59. a167eef Fix visibility for a bunch more symbols. by Elliott Hughes · 11 years ago
  60. f6d2ca2 Expose __srefill for LP64 until we can fix the NDK. by Elliott Hughes · 11 years ago
  61. aa50585 Restore __srefill for LP32. by Elliott Hughes · 11 years ago
  62. 35d90bb Restore __srget and __swbuf for LP32. by Elliott Hughes · 11 years ago
  63. 2899de9 Hide various stdio implementation details. by Elliott Hughes · 11 years ago
  64. 4c2da03 Fix the newly-introduced warning and turn on -Werror. by Elliott Hughes · 11 years ago
  65. 623b0d0 Register _cleanup function with atexit by Dmitriy Ivanov · 11 years ago
  66. 7b1a95b Merge "Add include guard to fileext.h" by Calin Juravle · 11 years ago
  67. ad53498 Merge "Disable %n in printf and vfwprintf." by Elliott Hughes · 11 years ago
  68. e2341d0 Disable %n in printf and vfwprintf. by Elliott Hughes · 11 years ago
  69. 792ae72 Switch to current upstream OpenBSD fwrite.c. by Elliott Hughes · 11 years ago
  70. 9287223 Add include guard to fileext.h by Calin Juravle · 11 years ago
  71. 01ae00f Switch to the OpenBSD implementations of the wide scanf functions. by Elliott Hughes · 11 years ago
  72. 9d3c2dd Switch to upstream OpenBSD fread/fvwrite. by Elliott Hughes · 11 years ago
  73. 0549371 Upgrade to current vfprintf. by Elliott Hughes · 11 years ago
  74. 4bd97ce Switch to gdtoa. by Elliott Hughes · 11 years ago
  75. 02c78a3 Reimplement isinf/isnan/fpclassify. by Elliott Hughes · 11 years ago
  76. 5eb6704 Replace the bionic hack for a vfprintf leak with (roughly) the upstream fix. by Elliott Hughes · 11 years ago
  77. edd7c2e Fix the printf issue for 64 bits. The following case: by Alexander Ivchenko · 11 years ago
  78. c20de90 Remove ALIGNBYTES and ALIGN from <sys/param.h> by Calin Juravle · 11 years ago
  79. f2cea02 Clean up <stdio.h> macros. by Elliott Hughes · 11 years ago
  80. 603332f Upgrade to current upstream scanf implementation. by Elliott Hughes · 11 years ago
  81. ad41e9a More stdio cleanup. by Elliott Hughes · 11 years ago
  82. 53e4329 More OpenBSD cleanup (primarily string). by Elliott Hughes · 11 years ago
  83. 0133944 Clean up our OpenBSD usage. by Elliott Hughes · 11 years ago
  84. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 12 years ago
  85. 35d937e Remove _FORTIFY_SOURCE in implementation files. by Stephen Hines · 12 years ago
  86. 1d13c64 Fix %hhd formats in the printf family. by Elliott Hughes · 12 years ago
  87. 284f788 Upgrade mktemp.c to the current upstream version. by Elliott Hughes · 12 years ago
  88. 677ee56 Switch to current upstream stdio makebuf.c and setvbuf.c. by Elliott Hughes · 12 years ago
  89. 61e699a Clean up abort. by Elliott Hughes · 12 years ago
  90. 6b05c8e Start moving to current FreeBSD stdio. by Elliott Hughes · 12 years ago
  91. f27b7fb Define DEFFILEMODE and friends by Hakan Kvist · 13 years ago
  92. a89864a Move non-upstream code into the libc/bionic directory. by Elliott Hughes · 13 years ago
  93. 91875dc Fix tmpfile(3). by Elliott Hughes · 13 years ago
  94. a37ce7f Merge "Add missing va_end() to prevent stack corruptions" by Ian Rogers · 13 years ago
  95. 9145ad3 vfprintf: fix spelling. by Nick Kralevich · 13 years ago
  96. c7dcd67 Add missing va_end() to prevent stack corruptions by Yaroslav Miroshnychenko · 13 years ago
  97. 965dbc6 FORTIFY_SOURCE: add fgets support. by Nick Kralevich · 13 years ago
  98. 9b549c3 FORTIFY_SOURCE: add sprintf / vsprintf support by Nick Kralevich · 13 years ago
  99. cffdf66 FORTIFY_SOURCE: add snprintf, vsnprintf by Nick Kralevich · 13 years ago
  100. 9831ad3 libc: speed-up flockfile()/funlockfile() by David 'Digit' Turner · 14 years ago