1. 9e74d10 printf implementation: add missing const to padding strings. by Elliott Hughes · 11 months ago
  2. 2109f12 Add strerrordesc_np() and strerrorname_np(). by Elliott Hughes · 1 year, 10 months ago
  3. 531199c printf unification: floating point. by Elliott Hughes · 2 years, 2 months ago
  4. 26a0ebd More printf unification: FLUSH(). by Elliott Hughes · 2 years, 2 months ago
  5. 1fdece9 Implement C23 printf 'wf' length modifiers by zijunzhao · 2 years, 3 months ago
  6. 3b846ea Implement C23 printf 'w' length modifiers by zijunzhao · 2 years, 3 months ago
  7. b813a6a Add %b and %B support to the printf/wprintf family. by Elliott Hughes · 3 years ago
  8. f340a56 Use strerror_r(3) for the printf family %m. by Elliott Hughes · 7 years ago
  9. 654cd83 Add the %m GNU extension to printf/wprintf. by Elliott Hughes · 7 years ago
  10. fa5410f libc: enable -Wimplicit-fallthrough by George Burgess IV · 7 years ago
  11. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  12. 41398d0 Call __fortify_fatal if printf sees %n. by Elliott Hughes · 7 years ago
  13. b70576b Remove more trivial char/wchar_t printf differences. by Elliott Hughes · 8 years ago
  14. bc27bdc Yet more printf de-duplication. by Elliott Hughes · 8 years ago
  15. 1f49317 Move shared parts of the two printfs out. by Elliott Hughes · 8 years ago
  16. 93a1f8b More printf de-duplication. by Elliott Hughes · 8 years ago
  17. 5305a4d 10x printf speedup. by Elliott Hughes · 8 years ago
  18. 618303c More printf de-duplication. by Elliott Hughes · 8 years ago
  19. 2f9c8ce Start de-duplicating the regular and wide printf implementations. by Elliott Hughes · 8 years ago[Renamed (94%) from libc/stdio/vfprintf.c]
  20. c8f2c52 clang-format the printf/scanf implementation. by Elliott Hughes · 8 years ago
  21. d9a7de1 Remove some always-on #ifdefery. by Elliott Hughes · 8 years ago
  22. 3a589c2 Fork vfprintf.c/vfwprintf.c. by Elliott Hughes · 8 years ago[Renamed from libc/upstream-openbsd/lib/libc/stdio/vfprintf.c]
  23. 506c6de Sync with upstream OpenBSD. by Elliott Hughes · 10 years ago
  24. 1b18aff Fix nan output in the printf family. by Elliott Hughes · 11 years ago
  25. e2341d0 Disable %n in printf and vfwprintf. by Elliott Hughes · 11 years ago
  26. f1ada79 Sync with current OpenBSD stdio. by Elliott Hughes · 11 years ago
  27. 0549371 Upgrade to current vfprintf. by Elliott Hughes · 11 years ago[Renamed (69%) from libc/stdio/vfprintf.c]
  28. 4bd97ce Switch to gdtoa. by Elliott Hughes · 11 years ago
  29. 02c78a3 Reimplement isinf/isnan/fpclassify. by Elliott Hughes · 11 years ago
  30. 5eb6704 Replace the bionic hack for a vfprintf leak with (roughly) the upstream fix. by Elliott Hughes · 11 years ago
  31. edd7c2e Fix the printf issue for 64 bits. The following case: by Alexander Ivchenko · 11 years ago
  32. 1d13c64 Fix %hhd formats in the printf family. by Elliott Hughes · 12 years ago
  33. a37ce7f Merge "Add missing va_end() to prevent stack corruptions" by Ian Rogers · 13 years ago
  34. 9145ad3 vfprintf: fix spelling. by Nick Kralevich · 13 years ago
  35. c7dcd67 Add missing va_end() to prevent stack corruptions by Yaroslav Miroshnychenko · 13 years ago
  36. f582340 Fix the handle locking in stdio by Kenny Root · 14 years ago
  37. f4e10b7 Merge "Bug 3330205 Put blanks and zeroes in const area" by Glenn Kasten · 15 years ago
  38. e9d0518 Bug 3330205 Remove unnecessary static variable by Glenn Kasten · 15 years ago
  39. 0946b1f Bug 3330205 Put blanks and zeroes in const area by Glenn Kasten · 15 years ago
  40. 1dc9e47 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  41. 1767f90 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  42. a27d2ba Initial Contribution by The Android Open Source Project · 17 years ago