1. d134aa5 Fix scanf handling of float numbers (beginning with a dot). by Raphael Junqueira · 21 years ago
  2. 0511d33 Implement I64 modifier, move WARN to TRACE. by Uwe Bonnes · 21 years ago
  3. c042e13 Fixed varargs handling in the scanf functions (spotted by Eric Pouech). by Alexandre Julliard · 21 years ago
  4. a457ee0 %[a-z] and %[z-a] are interpreted as equivalent to %[abcde...z]. by Peter Berg Larsen · 21 years ago
  5. ccd7496 Added _BITMAPSIZE_ and split _CONVERT_ macro to remove #ifdefs. by Peter Berg Larsen · 21 years ago
  6. 545a3b7 Patch and test for scanf %i. by Uwe Bonnes · 21 years ago
  7. 242beda %n returns the number of consumed characters. by Uwe Bonnes · 21 years ago
  8. 29c7e32 Fix some sscanf cases and testcase to get wxtide32.exe running. by Uwe Bonnes · 22 years ago
  9. 76db6b0 Warning fixes. by Alexandre Julliard · 22 years ago
  10. a3717a2 Fixed EOF return value for sscanf. by Alexandre Julliard · 22 years ago
  11. 6535103 - return EOF when stream is empty - conformance test updated by Mehmet Yasar · 22 years ago
  12. 7ea8a0b Handle unknown format chars correctly (spotted by György 'Nog' by Alexandre Julliard · 22 years ago
  13. 5f31b32 Use MSVCRT_wchar_t instead of WCHAR so that the implementation matches by Alexandre Julliard · 22 years ago
  14. e022026 Implement [ format specifier. by György 'Nog' Jeney · 22 years ago
  15. 9747c15 Functions sscanf and swscanf now expect strings to be terminated with by Jukka Heinonen · 23 years ago
  16. 921eef3 Make the scanf family recognize characters again. by Uwe Bonnes · 23 years ago
  17. 42c74d6 Combined the implementation of all the scanf's in a single place. by Daniel Gudbjartsson · 23 years ago