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