src/newlib ChangeLog libc/stdio/vfprintf.c lib ...
jjohnstn@sourceware.org
jjohnstn@sourceware.org
Thu Jun 16 19:14:00 GMT 2005
CVSROOT: /cvs/src
Module name: src
Changes by: jjohnstn@sourceware.org 2005-06-16 19:14:01
Modified files:
newlib : ChangeLog
newlib/libc/stdio: vfprintf.c
newlib/libc/stdlib: ldtoa.c
Log message:
2005-06-16 Christopher Faylor <cgf@timesys.com>
* libc/stdio/vfprintf.c (cvt): Don't rely on pointer aliasing to
determine characteristics of long double. Use a union instead.
* ldtoa.c (_ldtoa_r): Ditto.
(_ldcheck): Ditto.
(_strtold): Ditto.
(union uconv): New union.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.782&r2=1.783
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdio/vfprintf.c.diff?cvsroot=src&r1=1.39&r2=1.40
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/ldtoa.c.diff?cvsroot=src&r1=1.9&r2=1.10
More information about the Newlib-cvs
mailing list