This is the mail archive of the
newlib-cvs@sources.redhat.com
mailing list for the newlib project.
src/newlib ChangeLog libc/stdlib/ldtoa.c
- From: jjohnstn at sources dot redhat dot com
- To: newlib-cvs at sources dot redhat dot com
- Date: 3 Feb 2003 21:29:45 -0000
- Subject: src/newlib ChangeLog libc/stdlib/ldtoa.c
CVSROOT: /cvs/src
Module name: src
Changes by: jjohnstn@sourceware.org 2003-02-03 21:29:45
Modified files:
newlib : ChangeLog
newlib/libc/stdlib: ldtoa.c
Log message:
2003-02-03 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdlib/ldtoa.c (_ldtoa_r): Fix code to allocate the format
buffer based on the precision, after we have processed the input value
in a local buffer and know its relative magnitude.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.500&r2=1.501
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/newlib/libc/stdlib/ldtoa.c.diff?cvsroot=src&r1=1.7&r2=1.8