1. ae1c64a Slightly simplify perror(). by Elliott Hughes · 2 years, 4 months ago
  2. 20dd3fe Pull flockfile/funlockfile/ftrylockfile into stdio.cpp. by Elliott Hughes · 2 years, 4 months ago
  3. be78fc9 fread: cope with >2GiB totals. by Elliott Hughes · 3 years ago
  4. b6b7e2e Add the missing '--' to shell invocations. by Elliott Hughes · 3 years, 8 months ago
  5. d3915c7 Make fd overflow an abort. by Elliott Hughes · 4 years, 5 months ago
  6. f9cfecf Fix freopen() where the path is null. by Elliott Hughes · 4 years, 5 months ago
  7. e1dc4f6 Fewer copies of ALIGN()/ALIGNBYTES. by Elliott Hughes · 4 years, 6 months ago
  8. 7cebf83 Various coverage improvements. by Elliott Hughes · 5 years ago
  9. 68ae6ad Changes for #inclusivefixit. by Elliott Hughes · 5 years ago
  10. 50080a2 Remove the ___ hack. by Elliott Hughes · 6 years ago
  11. c485cdb Revert fwalk/sfp locking to fix concurrent reads by Ryan Prichard · 6 years ago
  12. fe88d26 Merge "Typo fix in comment. O_CLOEXEC is e, not x." by Treehugger Robot · 6 years ago
  13. ba1151c Typo fix in comment. O_CLOEXEC is e, not x. by Dan Albert · 6 years ago
  14. b1ddbfd Merge "Fix internal uses of _PATH_BSHELL." by Treehugger Robot · 6 years ago
  15. 886370c Fix internal uses of _PATH_BSHELL. by Elliott Hughes · 6 years ago
  16. 137b6f3 popen: stop using _fwalk. by Elliott Hughes · 6 years ago
  17. 22917f6 Make fclose/pclose distinct. by Elliott Hughes · 7 years ago
  18. 9b6fefd Make all popen(3) file descriptors O_CLOEXEC. by Elliott Hughes · 7 years ago
  19. f6e5b58 Introduce api to track fd ownership in libc. by Josh Gao · 7 years ago
  20. 468efc8 Reimplement popen(3)/pclose(3). by Elliott Hughes · 7 years ago
  21. 9024235 Remove __overloadable/__RENAME_CLANG by George Burgess IV · 7 years ago
  22. 1a56a26 Speed up __sfileext initialization. by Elliott Hughes · 8 years ago
  23. 345b727 Move public scanf functions away from implementation. by Elliott Hughes · 8 years ago
  24. bf54986 Allow 32-bit fseeko/fseeko64 SEEK_CUR/SEEK_SET to exceed 2 GiB by Ryan Prichard · 8 years ago
  25. 618303c More printf de-duplication. by Elliott Hughes · 8 years ago
  26. 37ad959 More missing _unlocked <stdio.h> functions. by Elliott Hughes · 8 years ago
  27. d162060 Add explicit null checks to some stdio functions. by Josh Gao · 8 years ago
  28. 33a8cb1 Use O_APPEND for stdio append mode. by Elliott Hughes · 8 years ago
  29. 80e4c15 Remove the HASLB and FREEUB macros. by Elliott Hughes · 8 years ago
  30. 3037ea4 Fix stdin/stdout/stderr for pre-M. by Dan Albert · 9 years ago
  31. fb3873d Fortify vsnprintf in more cases. by Elliott Hughes · 9 years ago
  32. 53cf348 Remove more stdio copy/paste. by Elliott Hughes · 9 years ago
  33. d1f25a7 Reimplement remove(3) without the lstat(2). by Elliott Hughes · 9 years ago
  34. 70715da More stdio one-liners. by Elliott Hughes · 9 years ago
  35. cceaf06 More stdio cleanup. by Elliott Hughes · 9 years ago
  36. 20788ae Add ctermid. by Elliott Hughes · 9 years ago
  37. 62e3a07 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  38. f226ee5 Add fopen64/freopen64/tmpfile64 aliases. by Elliott Hughes · 9 years ago
  39. 955426e Fix a sign extension bug in stdio. by Elliott Hughes · 9 years ago
  40. 03e65eb Implement funopen64. by Elliott Hughes · 9 years ago
  41. 9677fab Support _FILE_OFFSET_BITS=64 for most of <stdio.h>. by Elliott Hughes · 9 years ago
  42. 023c307 Add _seek64 to FILE. by Elliott Hughes · 9 years ago
  43. b877601 Put struct FILE back how NDK-built apps expect it. by Elliott Hughes · 9 years ago
  44. 2704bd1 Simplify fseek/ftell. by Elliott Hughes · 9 years ago
  45. 021335e Move stdio implementation details around a little. by Elliott Hughes · 9 years ago[Renamed (72%) from libc/stdio/findfp.c]
  46. 923f165 Make FILE*s less usable after fclose(3). by Elliott Hughes · 9 years ago
  47. 29ee639 Fix stdio static initializers to make both clang and GCC happy. by Elliott Hughes · 10 years ago
  48. bb46afd Revert "Revert "Remove __sinit and __sdidinit."" by Elliott Hughes · 10 years ago
  49. c8bae05 Revert "Remove __sinit and __sdidinit." by Elliott Hughes · 10 years ago
  50. 4371961 Remove __sinit and __sdidinit. by Elliott Hughes · 10 years ago
  51. f0141df Make struct FILE opaque. by Elliott Hughes · 10 years ago
  52. 6c1e3f6 Remove unnecessary #undefs from AOSP. by Elliott Hughes · 11 years ago
  53. 12b7dd0 am 152e978f: Merge "Put stdin/stdout/stderr symbols in place." into lmp-mr1-dev by Elliott Hughes · 11 years ago
  54. 111461a Put stdin/stdout/stderr symbols in place. by Elliott Hughes · 11 years ago
  55. 168667c Add non-macro stdin/stdout/stderr too. by Elliott Hughes · 11 years ago
  56. dc6599e Fix warning of missing field initializer. by Chih-Hung Hsieh · 11 years ago
  57. d18f4b2 Ensure we initialize stdin/stdout/stderr's recursive mutexes. by Elliott Hughes · 11 years ago[Renamed (90%) from libc/upstream-openbsd/lib/libc/stdio/findfp.c]
  58. 6a03abc Ensure we initialize stdin/stdout/stderr's recursive mutexes. by Elliott Hughes · 11 years ago
  59. c08c25b Sync with upstream findfp.c. by Elliott Hughes · 11 years ago
  60. 623b0d0 Register _cleanup function with atexit by Dmitriy Ivanov · 11 years ago[Renamed (84%) from libc/stdio/findfp.c]
  61. 01ae00f Switch to the OpenBSD implementations of the wide scanf functions. by Elliott Hughes · 11 years ago
  62. c20de90 Remove ALIGNBYTES and ALIGN from <sys/param.h> by Calin Juravle · 11 years ago
  63. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 12 years ago
  64. 61e699a Clean up abort. by Elliott Hughes · 12 years ago
  65. 9831ad3 libc: speed-up flockfile()/funlockfile() by David 'Digit' Turner · 14 years ago
  66. f582340 Fix the handle locking in stdio by Kenny Root · 14 years ago
  67. b486773 stdio: make internal symbols static/hidden by Jim Huang · 15 years ago
  68. a910abc improve readability of stdio: fix indentation and remove trailing spaces by André Goddard Rosa · 15 years ago
  69. 1dc9e47 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  70. 1767f90 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  71. a27d2ba Initial Contribution by The Android Open Source Project · 17 years ago