summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-24 22:13:39 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-24 22:13:39 +0000
commitdc5fd90772df0a138e25e0af7d3c51ad02a3e940 (patch)
tree4806ee0799bba9278a579c6c54add879d7551bf6 /ChangeLog
parentac259c27be2057cd323eb2113d213065a4517121 (diff)
downloadglibc-dc5fd90772df0a138e25e0af7d3c51ad02a3e940.tar.gz
glibc-dc5fd90772df0a138e25e0af7d3c51ad02a3e940.tar.xz
glibc-dc5fd90772df0a138e25e0af7d3c51ad02a3e940.zip
Update.
2001-01-24  Ulrich Drepper  <drepper@redhat.com>

	* stdlib/strtod.c (str_to_mpn): Correct parsing of thousands
	separators.
	Reported by Lagardere Jean-Francois <LAGARDEREJ@thmulti.com>.

	* stdlib/tst-strtod.c (locale_test): New function.
	(main): Call locale_test.

	* include/sys/sysctl.h: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a2a742c70..452153ba0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2001-01-24  Ulrich Drepper  <drepper@redhat.com>
+
+	* stdlib/strtod.c (str_to_mpn): Correct parsing of thousands
+	separators.
+	Reported by Lagardere Jean-Francois <LAGARDEREJ@thmulti.com>.
+
+	* stdlib/tst-strtod.c (locale_test): New function.
+	(main): Call locale_test.
+
 2001-01-24  Mark Kettenis  <kettenis@gnu.org>
 
 	* hurd/hurdsig.c (_hurdsig_getenv): Remove spurious innermost
@@ -10,7 +19,7 @@
 	prototype.
 	* sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
 
-	* include/sys/sysctl.h: New.
+	* include/sys/sysctl.h: New file.
 
 2001-01-23  Andreas Jaeger  <aj@suse.de>