[ros-kernel] RE: [ros-cvs] CVS Update: reactos
Hartmut Birr
Hartmut.Birr at gmx.de
Mon Jun 21 23:42:44 CEST 2004
Hi,
we should implement the floating point prefixes in ntdll. Currently there
exist one problem. The calculation of the numbers starts at the least
significant number. For a large number, there are to much divisions which
have rounding errors. Each number is wrong, which is greater then the max
resolution of the floating point calculations.
The goal for my changes was to get gcc 3.4.0 working on ros.
- Hartmut
> -----Original Message-----
> From: Filip Navara [mailto:navaraf at reactos.com]
> Sent: Saturday, June 19, 2004 7:58 PM
> To: ros-kernel at reactos.com; hbirr at osexperts.com
> Subject: Re: [ros-cvs] CVS Update: reactos
>
>
> Hi Hartmut!
>
> The s[w]printf version in NTDLL doesn't support the float prefixes
> (e/E/f/g/G/le/lE/lF/lG). Should that be fixed too?
>
> Regards,
> Filip
>
> Hartmut Birr wrote:
>
> >CVSROOT: /CVS/ReactOS
> >Module name: reactos
> >Repository: reactos/ntoskrnl/rtl/
> >Changes by: hbirr at mok.osexperts.com 04/06/15 01:53:54
> >
> >Modified files:
> > reactos/lib/crtdll/: makefile
> > reactos/lib/msvcrt/stdio/: vfprintf.c vfwprint.c
> > reactos/lib/ntdll/stdio/: sprintf.c swprintf.c
> > reactos/ntoskrnl/rtl/: sprintf.c swprintf.c
> >Removed files:
> > reactos/lib/crtdll/stdio/: vfprintf.c vfwprint.c
> >
> >Log message:
> > - Interpret the sign for qualifier 'l'.
> >
> >
>
More information about the Ros-kernel
mailing list