1. 7823f32 Extra tests for printf of NaN and Inf. by Elliott Hughes · 10 years ago
  2. edd7c2e Fix the printf issue for 64 bits. The following case: by Alexander Ivchenko · 11 years ago
  3. f171b34 Use the float/double assert macros. by Christopher Ferris · 11 years ago
  4. 603332f Upgrade to current upstream scanf implementation. by Elliott Hughes · 11 years ago
  5. f04935c Make sure that the same tests are on all platforms. by Christopher Ferris · 11 years ago
  6. 6ad8f76 Don't abort in stdio.getdelim_invalid and stdio.getline_invalid. by Elliott Hughes · 11 years ago
  7. cbd85b9 Modify tests for another glibc difference. by Christopher Ferris · 11 years ago
  8. 1361313 Fix up failing glibc tests. by Christopher Ferris · 11 years ago
  9. 925753a Fix some test assumptions that are wrong for __LP64__. by Elliott Hughes · 11 years ago
  10. 6c7b3cb Fix clang warnings in bionic. by Stephen Hines · 11 years ago
  11. 7248a2d Add a unit test for %n. by Elliott Hughes · 11 years ago
  12. 1d13c64 Fix %hhd formats in the printf family. by Elliott Hughes · 11 years ago
  13. 6b05c8e Start moving to current FreeBSD stdio. by Elliott Hughes · 11 years ago
  14. b6e2248 Let bionic use the correct definition of ssize_t. by Elliott Hughes · 12 years ago
  15. 6b3f49a Upgrade to current NetBSD popen/pclose. by Elliott Hughes · 12 years ago
  16. e255642 Avoid changing the C++ ABI with ssize_t. by Elliott Hughes · 12 years ago
  17. c641caf use architecture-specific ssize_t definition by Thorsten Glaser · 12 years ago
  18. 5e3fc43 Fix __pthread_clone on ARM to set errno on failure. by Elliott Hughes · 12 years ago
  19. eac9eb4 Add getdelim(3) and getline(3) to bionic by Irina Tirdea · 12 years ago
  20. 91875dc Fix tmpfile(3). by Elliott Hughes · 12 years ago