Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2010-12-08 00:27:45 +0300
committerJeff Johnston <jjohnstn@redhat.com>2010-12-08 00:27:45 +0300
commitbbb052381b6552c09852402dfefabb5c072b3ae7 (patch)
tree4afff94511a1383037ddcbaad72aedbd9e5ff627 /newlib
parentc317cb34b1383564fce06be5123bb7b154e7dc65 (diff)
Fix formatting.
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 7d0cc88ac..893db1c12 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,6 +1,6 @@
2010-12-07 Jeff Johnston <jjohnstn@redhat.com>
- * libc/stdlib/strtod.c(_strtod_r): Fix code to handle case whereby
+ * libc/stdlib/strtod.c (_strtod_r): Fix code to handle case whereby
_DOUBLE_IS_32BITS is set and DBL_DIGS is 6 instead of 15.
2010-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>