1. 531199c printf unification: floating point. by Elliott Hughes · 2 years, 4 months ago
  2. 26a0ebd More printf unification: FLUSH(). by Elliott Hughes · 2 years, 4 months ago
  3. 1fdece9 Implement C23 printf 'wf' length modifiers by zijunzhao · 2 years, 4 months ago
  4. 3b846ea Implement C23 printf 'w' length modifiers by zijunzhao · 2 years, 5 months ago
  5. b813a6a Add %b and %B support to the printf/wprintf family. by Elliott Hughes · 3 years, 1 month ago
  6. f340a56 Use strerror_r(3) for the printf family %m. by Elliott Hughes · 7 years ago
  7. 654cd83 Add the %m GNU extension to printf/wprintf. by Elliott Hughes · 7 years ago
  8. fa5410f libc: enable -Wimplicit-fallthrough by George Burgess IV · 7 years ago
  9. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  10. 41398d0 Call __fortify_fatal if printf sees %n. by Elliott Hughes · 7 years ago
  11. b70576b Remove more trivial char/wchar_t printf differences. by Elliott Hughes · 8 years ago
  12. bc27bdc Yet more printf de-duplication. by Elliott Hughes · 8 years ago
  13. 1f49317 Move shared parts of the two printfs out. by Elliott Hughes · 8 years ago
  14. 93a1f8b More printf de-duplication. by Elliott Hughes · 8 years ago
  15. 5305a4d 10x printf speedup. by Elliott Hughes · 8 years ago
  16. 618303c More printf de-duplication. by Elliott Hughes · 8 years ago
  17. 2f9c8ce Start de-duplicating the regular and wide printf implementations. by Elliott Hughes · 8 years ago[Renamed (94%) from libc/stdio/vfwprintf.c]
  18. c8f2c52 clang-format the printf/scanf implementation. by Elliott Hughes · 8 years ago
  19. d9a7de1 Remove some always-on #ifdefery. by Elliott Hughes · 8 years ago
  20. 3a589c2 Fork vfprintf.c/vfwprintf.c. by Elliott Hughes · 8 years ago[Renamed from libc/upstream-openbsd/lib/libc/stdio/vfwprintf.c]
  21. 506c6de Sync with upstream OpenBSD. by Elliott Hughes · 10 years ago
  22. 1b18aff Fix nan output in the printf family. by Elliott Hughes · 11 years ago
  23. be8df2e Cherrypick upstream OpenBSD's vfwprintf.c revision 1.11. by Elliott Hughes · 11 years ago
  24. e2341d0 Disable %n in printf and vfwprintf. by Elliott Hughes · 11 years ago
  25. f1ada79 Sync with current OpenBSD stdio. by Elliott Hughes · 11 years ago
  26. 94336d8 Switch to OpenBSD stdio wide printf functions. by Elliott Hughes · 11 years ago