diff options
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 84f0dc05e..7ec7bcaa0 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,9 @@ +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. + 2003-01-31 Michael Snyder <msnyder@redhat.com> * libc/sys/h8300hms/_exit.c (_exit, __exit): Slip a magic cookie |