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@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@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
On 11/17/05, Raphael fenix@club-internet.fr wrote:
what is the l64e meaning ?
Double precision floating point. I think that's what I was getting when testing it on windows.