RESENT: [msvcrt] I64 and ll support
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
On 11/14/05, Raphael <fenix(a)club-internet.fr> wrote:
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
I think this one works now since we at least test for ll. I can take my sweet time and make my patch real good now =p yeah right. Did you test I64e??? I don't think there is a test in there yet, and I will need it. Jesse
On Tuesday 15 November 2005 00:00, Jesse Allen wrote:
On 11/14/05, Raphael <fenix(a)club-internet.fr> wrote:
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
I think this one works now since we at least test for ll. :)
I can take my sweet time and make my patch real good now =p yeah right. Did you test I64e???
what is the l64e meaning ?
I don't think there is a test in there yet, and I will need it.
Jesse
Regards, Raphael
participants (2)
-
Jesse Allen -
Raphael