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.
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
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
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'
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
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