1. 27d276f Avoid pathological behavior in OpenBSD's fread. by Elliott Hughes · 9 years ago
  2. d18f4b2 Ensure we initialize stdin/stdout/stderr's recursive mutexes. by Elliott Hughes · 10 years ago
  3. 8a46cf0 call uselocale() before freelocale() to make sure that g_local_key has a valid locale. by Wally Yau · 10 years ago
  4. 6035e6c Proper MB_CUR_MAX. by Dan Albert · 10 years ago
  5. 8e613cf Remove declaration for putw(3)/getw(3). by Dan Albert · 10 years ago
  6. 69f05d2 Fix the printf family for non-ASCII. by Elliott Hughes · 10 years ago
  7. 9e01ea6 Fix dprintf test. by Christopher Ferris · 10 years ago
  8. 6afb2a9 Add dprintf test by Calin Juravle · 10 years ago
  9. 9b95ea9 Document a known test issue in stdio_test.cpp. by Calin Juravle · 10 years ago
  10. c9244bd Add tests for fprintf behavior when the underlying fd is bad. by Elliott Hughes · 10 years ago
  11. e77f38f Add a unit test for already-fixed printf -0.0 formatting. by Elliott Hughes · 10 years ago
  12. 063525c Consistently use #if defined(__BIONIC__) in tests. by Elliott Hughes · 10 years ago
  13. 03e4ebe Add fpos_t tests. by Calin Juravle · 10 years ago
  14. 20f8aec Fix use-after-free errors in stdio_test. by Elliott Hughes · 10 years ago
  15. ad53498 Merge "Disable %n in printf and vfwprintf." by Elliott Hughes · 10 years ago
  16. e2341d0 Disable %n in printf and vfwprintf. by Elliott Hughes · 10 years ago
  17. 53b2438 Switch to current upstream OpenBSD wsetup.c. by Elliott Hughes · 10 years ago
  18. 0549371 Upgrade to current vfprintf. by Elliott Hughes · 10 years ago
  19. 4bd97ce Switch to gdtoa. by Elliott Hughes · 10 years ago
  20. 7823f32 Extra tests for printf of NaN and Inf. by Elliott Hughes · 10 years ago
  21. edd7c2e Fix the printf issue for 64 bits. The following case: by Alexander Ivchenko · 10 years ago
  22. f171b34 Use the float/double assert macros. by Christopher Ferris · 10 years ago
  23. 603332f Upgrade to current upstream scanf implementation. by Elliott Hughes · 10 years ago
  24. f04935c Make sure that the same tests are on all platforms. by Christopher Ferris · 10 years ago
  25. 6ad8f76 Don't abort in stdio.getdelim_invalid and stdio.getline_invalid. by Elliott Hughes · 10 years ago
  26. cbd85b9 Modify tests for another glibc difference. by Christopher Ferris · 11 years ago
  27. 1361313 Fix up failing glibc tests. by Christopher Ferris · 11 years ago
  28. 925753a Fix some test assumptions that are wrong for __LP64__. by Elliott Hughes · 11 years ago
  29. 6c7b3cb Fix clang warnings in bionic. by Stephen Hines · 11 years ago
  30. 7248a2d Add a unit test for %n. by Elliott Hughes · 11 years ago
  31. 1d13c64 Fix %hhd formats in the printf family. by Elliott Hughes · 11 years ago
  32. 6b05c8e Start moving to current FreeBSD stdio. by Elliott Hughes · 11 years ago
  33. b6e2248 Let bionic use the correct definition of ssize_t. by Elliott Hughes · 11 years ago
  34. 6b3f49a Upgrade to current NetBSD popen/pclose. by Elliott Hughes · 11 years ago
  35. e255642 Avoid changing the C++ ABI with ssize_t. by Elliott Hughes · 11 years ago
  36. c641caf use architecture-specific ssize_t definition by Thorsten Glaser · 11 years ago
  37. 5e3fc43 Fix __pthread_clone on ARM to set errno on failure. by Elliott Hughes · 11 years ago
  38. eac9eb4 Add getdelim(3) and getline(3) to bionic by Irina Tirdea · 12 years ago
  39. 91875dc Fix tmpfile(3). by Elliott Hughes · 12 years ago