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>2003-01-07 22:52:27 +0300
committerJeff Johnston <jjohnstn@redhat.com>2003-01-07 22:52:27 +0300
commitd4c3a750e74112d5ea316a35a4ae61c623c5169a (patch)
tree5fc2e20f57a1dd558080156fc038ee8bb2bd9537 /newlib/ChangeLog
parentb2294aaa30ad58363983f7a6e5a37a3bcf5025bf (diff)
2003-01-07 Jeff Johnston <jjohnstn@redhat.com>
* configure.host: Support long double I/O for x86-linux. * libc/stdlib/ldtoa.c (_ldtoa_r): Fix code to allocate a buffer large enough to hold formatted result. * libc/machine/powerpc/simdldtoa.c (_simdldtoa_r): Ditto.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index ea5f76976..72b77cb6d 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,10 @@
+2003-01-07 Jeff Johnston <jjohnstn@redhat.com>
+
+ * configure.host: Support long double I/O for x86-linux.
+ * libc/stdlib/ldtoa.c (_ldtoa_r): Fix code to allocate a buffer
+ large enough to hold formatted result.
+ * libc/machine/powerpc/simdldtoa.c (_simdldtoa_r): Ditto.
+
2003-01-06 Charles Wilson <cwilson@ece.gatech.edu>
* Makefile.am: Add vasprintf.