about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-10-29 23:54:34 +0000
committerUlrich Drepper <drepper@redhat.com>1999-10-29 23:54:34 +0000
commit2aa562e8c7f41bbabb1f80b97927ec2eedbdf639 (patch)
tree8b5e4f9471867a5271c246527d16269b17294d76 /ChangeLog
parentc603b15b4461161f909f9827c294ba6c1d6a4bd5 (diff)
downloadglibc-2aa562e8c7f41bbabb1f80b97927ec2eedbdf639.tar.gz
glibc-2aa562e8c7f41bbabb1f80b97927ec2eedbdf639.tar.xz
glibc-2aa562e8c7f41bbabb1f80b97927ec2eedbdf639.zip
Update.
	* stdlib/tst-strtod.c: Add more hexadecimal tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf0e359fd2..d458b392e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1999-10-29  Ulrich Drepper  <drepper@cygnus.com>
 
+	* stdlib/tst-strtod.c: Add more hexadecimal tests.
+
 	* stdlib/strtod.c: Handle hexadecimal numbers with leading digit
 	!= 1 correctly.