about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-12-10 01:11:45 +0000
committerUlrich Drepper <drepper@redhat.com>2006-12-10 01:11:45 +0000
commit2282c90c4298988b61d2487549167c39d76ec7bc (patch)
tree9b626e8bddc6858fd19f589d3c3762f70e7cd225 /ChangeLog
parentd117c1ce4df93249471a63a4d6baad0bcbc5a988 (diff)
downloadglibc-2282c90c4298988b61d2487549167c39d76ec7bc.tar.gz
glibc-2282c90c4298988b61d2487549167c39d76ec7bc.tar.xz
glibc-2282c90c4298988b61d2487549167c39d76ec7bc.zip
[BZ #3673]
	* stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
	computation.
	* stdlib/Makefile (tests): Add tst-atof2.
	* stdlib/tst-atof2.c: New file.

	* stdlib/Makefile (tests): Add tst-atof1.
	* stdlib/tst-atof1.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3400be76ac..2c37e52341 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,16 @@
 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
 
+	[BZ #3673]
+	* stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
+	computation.
+	* stdlib/Makefile (tests): Add tst-atof2.
+	* stdlib/tst-atof2.c: New file.
+
 	[BZ #3674]
 	* stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
 	correctly if removing trailing zero of hex-float.
+	* stdlib/Makefile (tests): Add tst-atof1.
+	* stdlib/tst-atof1.c: New file.
 
 2006-12-09  Jakub Jelinek  <jakub@redhat.com>