1. fa7ba62 Don't use TEMP_FAILURE_RETRY on close in bionic. by Elliott Hughes · 9 years ago
  2. 17393b0 Hide internal of pthread_mutex_t. by Yabin Cui · 9 years ago
  3. cc9ca10 Fix fread returning bad data. by Christopher Ferris · 9 years ago
  4. e6bb5a2 Fix optimized fread. by Elliott Hughes · 9 years ago
  5. 8b5df39 Turn on -Wold-style-cast and fix the errors. by Elliott Hughes · 9 years ago
  6. 8c4994b Implement __fsetlocking. by Elliott Hughes · 9 years ago
  7. e69e645 Fix signed/unsigned comparison that was upsetting clang. by Elliott Hughes · 9 years ago
  8. 8885dcc Add TEMP_FAILURE_RETRY to stdio's low-level read/write functions. by Elliott Hughes · 9 years ago
  9. 75b9938 Optimized fread. by Elliott Hughes · 9 years ago
  10. 20841a1 Avoid pathological behavior in OpenBSD's fread. by Elliott Hughes · 10 years ago
  11. c48c3e4 Fix flockfile(3) and friends for stdin/stdout/stderr too. by Elliott Hughes · 10 years ago
  12. 168667c Add non-macro stdin/stdout/stderr too. by Elliott Hughes · 10 years ago
  13. dc6599e Fix warning of missing field initializer. by Chih-Hung Hsieh · 10 years ago
  14. 6a03abc Ensure we initialize stdin/stdout/stderr's recursive mutexes. by Elliott Hughes · 10 years ago
  15. 78ba823 Add back symbols to fix Greed for Glory franchise. by Christopher Ferris · 10 years ago
  16. abefc93 Re-expose more stdio implementation details for LP32. by Elliott Hughes · 10 years ago
  17. c08c25b Sync with upstream findfp.c. by Elliott Hughes · 10 years ago
  18. 5f35710 Expose __swsetup for LP32 binary compatibility. by Elliott Hughes · 10 years ago
  19. 2b021e1 Add <stdio_ext.h> for elfutils. by Elliott Hughes · 10 years ago
  20. a167eef Fix visibility for a bunch more symbols. by Elliott Hughes · 10 years ago
  21. f6d2ca2 Expose __srefill for LP64 until we can fix the NDK. by Elliott Hughes · 10 years ago
  22. aa50585 Restore __srefill for LP32. by Elliott Hughes · 10 years ago
  23. 35d90bb Restore __srget and __swbuf for LP32. by Elliott Hughes · 10 years ago
  24. 2899de9 Hide various stdio implementation details. by Elliott Hughes · 10 years ago
  25. 4c2da03 Fix the newly-introduced warning and turn on -Werror. by Elliott Hughes · 10 years ago
  26. 623b0d0 Register _cleanup function with atexit by Dmitriy Ivanov · 10 years ago
  27. 7b1a95b Merge "Add include guard to fileext.h" by Calin Juravle · 10 years ago
  28. ad53498 Merge "Disable %n in printf and vfwprintf." by Elliott Hughes · 10 years ago
  29. e2341d0 Disable %n in printf and vfwprintf. by Elliott Hughes · 10 years ago
  30. 792ae72 Switch to current upstream OpenBSD fwrite.c. by Elliott Hughes · 10 years ago
  31. 9287223 Add include guard to fileext.h by Calin Juravle · 10 years ago
  32. 01ae00f Switch to the OpenBSD implementations of the wide scanf functions. by Elliott Hughes · 10 years ago
  33. 9d3c2dd Switch to upstream OpenBSD fread/fvwrite. by Elliott Hughes · 10 years ago
  34. 0549371 Upgrade to current vfprintf. by Elliott Hughes · 10 years ago
  35. 4bd97ce Switch to gdtoa. by Elliott Hughes · 10 years ago
  36. 02c78a3 Reimplement isinf/isnan/fpclassify. by Elliott Hughes · 10 years ago
  37. 5eb6704 Replace the bionic hack for a vfprintf leak with (roughly) the upstream fix. by Elliott Hughes · 10 years ago
  38. edd7c2e Fix the printf issue for 64 bits. The following case: by Alexander Ivchenko · 10 years ago
  39. c20de90 Remove ALIGNBYTES and ALIGN from <sys/param.h> by Calin Juravle · 10 years ago
  40. f2cea02 Clean up <stdio.h> macros. by Elliott Hughes · 10 years ago
  41. 603332f Upgrade to current upstream scanf implementation. by Elliott Hughes · 10 years ago
  42. ad41e9a More stdio cleanup. by Elliott Hughes · 10 years ago
  43. 53e4329 More OpenBSD cleanup (primarily string). by Elliott Hughes · 10 years ago
  44. 0133944 Clean up our OpenBSD usage. by Elliott Hughes · 10 years ago
  45. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 11 years ago
  46. 35d937e Remove _FORTIFY_SOURCE in implementation files. by Stephen Hines · 11 years ago
  47. 1d13c64 Fix %hhd formats in the printf family. by Elliott Hughes · 11 years ago
  48. 284f788 Upgrade mktemp.c to the current upstream version. by Elliott Hughes · 11 years ago
  49. 677ee56 Switch to current upstream stdio makebuf.c and setvbuf.c. by Elliott Hughes · 11 years ago
  50. 61e699a Clean up abort. by Elliott Hughes · 11 years ago
  51. 6b05c8e Start moving to current FreeBSD stdio. by Elliott Hughes · 11 years ago
  52. f27b7fb Define DEFFILEMODE and friends by Hakan Kvist · 12 years ago
  53. a89864a Move non-upstream code into the libc/bionic directory. by Elliott Hughes · 12 years ago
  54. 91875dc Fix tmpfile(3). by Elliott Hughes · 12 years ago
  55. a37ce7f Merge "Add missing va_end() to prevent stack corruptions" by Ian Rogers · 12 years ago
  56. 9145ad3 vfprintf: fix spelling. by Nick Kralevich · 12 years ago
  57. c7dcd67 Add missing va_end() to prevent stack corruptions by Yaroslav Miroshnychenko · 12 years ago
  58. 965dbc6 FORTIFY_SOURCE: add fgets support. by Nick Kralevich · 12 years ago
  59. 9b549c3 FORTIFY_SOURCE: add sprintf / vsprintf support by Nick Kralevich · 12 years ago
  60. cffdf66 FORTIFY_SOURCE: add snprintf, vsnprintf by Nick Kralevich · 12 years ago
  61. 9831ad3 libc: speed-up flockfile()/funlockfile() by David 'Digit' Turner · 13 years ago
  62. bc9d1fe am 4685acbd: am 9efda5b7: Merge "typo in libc/stdio/wcio.h" by David Turner · 13 years ago
  63. 7743f68 typo in libc/stdio/wcio.h by Nathan Forbes · 13 years ago
  64. 3f7a322 am c5c84c86: Merge "vfscanf: Add support for L type modifier for long long" by David Turner · 13 years ago
  65. 712e4f8 vfscanf: Add support for L type modifier for long long by Chris Fries · 13 years ago
  66. f582340 Fix the handle locking in stdio by Kenny Root · 13 years ago
  67. f4e10b7 Merge "Bug 3330205 Put blanks and zeroes in const area" by Glenn Kasten · 13 years ago
  68. e9d0518 Bug 3330205 Remove unnecessary static variable by Glenn Kasten · 13 years ago
  69. 0946b1f Bug 3330205 Put blanks and zeroes in const area by Glenn Kasten · 13 years ago
  70. b486773 stdio: make internal symbols static/hidden by Jim Huang · 14 years ago
  71. a910abc improve readability of stdio: fix indentation and remove trailing spaces by André Goddard Rosa · 14 years ago
  72. 051ea9b stdio: simplify __fremovelock() by André Goddard Rosa · 14 years ago
  73. c8a850b stdio: simplify vasprintf() by André Goddard Rosa · 14 years ago
  74. 6aed428 stdio: simplify asprintf() by André Goddard Rosa · 14 years ago
  75. 1dc9e47 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  76. 1767f90 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  77. 4e468ed Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 15 years ago
  78. a27d2ba Initial Contribution by The Android Open Source Project · 16 years ago