wine/ dlls/msvcrt/Makefile.in dlls/msvcrt/cons ...
ChangeSet ID: 1029547320438857907037349 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 02/08/16 20:22:00 Modified files: dlls/msvcrt : Makefile.in console.c file.c msvcrt.spec include/msvcrt : stdio.h Added files: dlls/msvcrt : scanf.c scanf.h Log message: Daniel Gudbjartsson <dfg(a)decode.is> Combined the implementation of all the scanf's in a single place. Added implementations of fwscanf, swscanf, wscanf and sscanf. Corrected the declaration of swscanf. Added implementation of the l, h, L and w prefixes. Added implementation of the c, C, s, S and n types. Patch: http://cvs.winehq.com/patch.py?id=1029547320438857907037349 Revision Changes Path 1.9 +1 -0 wine/dlls/msvcrt/Makefile.in 1.9 +0 -260 wine/dlls/msvcrt/console.c 1.35 +14 -263 wine/dlls/msvcrt/file.c 1.48 +3 -3 wine/dlls/msvcrt/msvcrt.spec 1.1 +0 -0 wine/dlls/msvcrt/scanf.c 1.1 +0 -0 wine/dlls/msvcrt/scanf.h 1.7 +1 -1 wine/include/msvcrt/stdio.h
participants (1)
-
Alexandre Julliard