Re: RESENT: [msvcrt] I64 and ll support

2005-11-17 Thread Jesse Allen
On 11/17/05, Raphael <[EMAIL PROTECTED]> wrote: > > what is the l64e meaning ? > Double precision floating point. I think that's what I was getting when testing it on windows.

Re: RESENT: [msvcrt] I64 and ll support

2005-11-17 Thread Raphael
On Tuesday 15 November 2005 00:00, Jesse Allen wrote: > On 11/14/05, Raphael <[EMAIL PROTECTED]> 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 I

Re: RESENT: [msvcrt] I64 and ll support

2005-11-14 Thread Jesse Allen
On 11/14/05, Raphael <[EMAIL PROTECTED]> 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 modifi

RESENT: [msvcrt] I64 and ll support

2005-11-14 Thread Raphael
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'

Re: [msvcrt] I64 and ll support

2005-11-10 Thread Raphael
On Wednesday 09 November 2005 23:26, Jesse Allen wrote: > On 11/8/05, Raphael <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Changelog: > > - add I64 modifier support on msvcrt *printf functions > > - correct ll modifier support on msvcrt *printf functions > > - correct tests > > > > this should

Re: [msvcrt] I64 and ll support

2005-11-09 Thread Jesse Allen
On 11/8/05, Raphael <[EMAIL PROTECTED]> 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 sup