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
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2005-06-16 23:14:01 +0400
committerJeff Johnston <jjohnstn@redhat.com>2005-06-16 23:14:01 +0400
commit68cdbb18dac8d6cc6990e1de7b4f481ccbbfcd1d (patch)
treeccc8d604adc3c53e70af476efb86f09ec70bb428 /newlib/ChangeLog
parentec3b136a64f8adaa39f454acefb106952a6139f5 (diff)
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.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 52df833e0..ae9584373 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,12 @@
+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.
+
2005-06-03 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdlib/mallocr.c (MALLOC_COPY): Switch to use memmove