MSVCRT: Re-implement *printf

Aneurin Price wine at shadovald.dyndns.org
Fri Jan 7 10:39:55 CST 2005


Thanks to those who suggested ways to improve this. Perhaps I should 
have waited a bit longer for more responses to my most recent try, but I 
got impatient and figured if I waited too long I might get bored and 
leave it for ages again.
Aneurin Price

Changelog:
Re-implement all *printf functions in msvcrt.dll, according to 
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_crt_format_specification_fields_.2d_.printf_and_wprintf_functions.asp
and descriptions of appropriate functions.
This should fix, among other things, bugs 321 and 2075.

Modified Files:
dlls/msvcrt/Makefile.in
dlls/msvcrt/file.c
dlls/msvcrt/msvcrt.spec
dlls/msvcrt/wcs.c

Added Files:
dlls/msvcrt/printf.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: printf.diff
Type: text/x-patch
Size: 56608 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20050107/008eef5e/printf.bin


More information about the wine-patches mailing list