On Wednesday 09 November 2005 02:15, Raphael wrote:
Hi,
Changelog:
- add I64 modifier support on msvcrt *printf functions
- correct ll modifier support on msvcrt *printf functions
- correct tests
this should correct bug 3759 and 2075 (and many others)
Now for libc who don't support %ll modifiers (which one?) Jesse Allen provide the patch (see bug 2075 content)
Regards, Raphael
better patch than previous: now Jesse can put his code into #else / #endif :)
Changelog: - add configure check to detect support of %ll modifier on libc printf - add I64 modifier support on msvcrt *printf functions - add I32 modifier support on msvcrt *printf functions - correct ll and LL modifier support on msvcrt *printf functions - some FIXMEs on unsupported cases - correct tests
Regards, Raphael