cvs commit: src/lib/libc/gdtoa _hdtoa.c src/lib/libc/stdio vfprintf.c

David Schultz das at FreeBSD.ORG
Tue Jan 2 21:38:12 PST 2007


On Wed, Jan 03, 2007, David Schultz wrote:
> das         2007-01-03 04:57:58 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     lib/libc/gdtoa       _hdtoa.c 
>     lib/libc/stdio       vfprintf.c 
>   Log:
>   Fix rounding of 0xf for hex fp formats.
>   
>   PR:     90333

The rounding function in _hdtoa.c could probably be removed by
having the FPU deal with rounding instead.  As I recall, there's a
reason things are done this way, but until I get back in the swing
of things I probably won't remember what it is.


More information about the cvs-src mailing list