1. 9255dad handle whitespace before %% in scanf by Bartosz Brachaczek · 7 years ago
  2. 733d1ea fix wide scanf's use of a compound literal past its lifetime by Rich Felker · 8 years ago
  3. 536c6d5 fix idiom for setting stdio stream orientation to wide by Rich Felker · 9 years ago
  4. 984c25b fix failure of wide printf/scanf functions to set wide orientation by Rich Felker · 10 years ago
  5. 5717444 include cleanups: remove unused headers and add feature test macros by Szabolcs Nagy · 11 years ago
  6. f0328a5 fix invalid %m format crash in wide scanf variants by Rich Felker · 11 years ago
  7. 1d92cdd fix uninitialized/stale use of alloc (%m modifier) flag in scanf by Rich Felker · 11 years ago
  8. ef55078 fix scanf %c conversion wrongly storing a terminating null byte by Rich Felker · 11 years ago
  9. e039db2 implement 'm' modifier for wide scanf variants by Rich Felker · 11 years ago
  10. de80ea9 refactor wide-char scanf string handling by Rich Felker · 11 years ago
  11. 14f0272 Add ABI compatability aliases. by Isaac Dunham · 12 years ago
  12. 400c5e5 use restrict everywhere it's required by c99 and/or posix 2008 by Rich Felker · 12 years ago
  13. bdeb184 fix wide scanf's handling of input failure on %c, and simplify %[ by Rich Felker · 13 years ago
  14. a12aa29 fix failure to distinguish input/match failure in wide %[ scanf by Rich Felker · 13 years ago
  15. 9ab180f fix broken %s and %[ with no width specifier in wide scanf by Rich Felker · 13 years ago
  16. 99fbf4c make wide scanf %[ respect width by Rich Felker · 13 years ago
  17. 0072251 fix wide scanf to respect field width for strings by Rich Felker · 13 years ago
  18. 73ec1d0 introduce new wide scanf code and remove the last remnants of old scanf by Rich Felker · 13 years ago
  19. 0b44a03 initial check-in, version 0.5.0 by Rich Felker · 14 years ago