summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-31 06:36:39 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-31 06:36:39 +0000
commit7e118246da012348761ecbfb88bc2ac3d985cbc0 (patch)
treeb68e6059b87b9cf034861d9ceef900d3f3135065 /ChangeLog
parent3f66a0cf1b9c630cb5bb2ea8a9e2068aa4c0c6f9 (diff)
downloadglibc-7e118246da012348761ecbfb88bc2ac3d985cbc0.tar.gz
glibc-7e118246da012348761ecbfb88bc2ac3d985cbc0.tar.xz
glibc-7e118246da012348761ecbfb88bc2ac3d985cbc0.zip
Update.
2001-01-29  Ben Collins  <bcollins@debian.org>

	* sysdeps/sparc/fpu/fraiseexcpt.c: Include <float.h>.
	* sysdeps/hppa/fpu/fraiseexcpt.c: Likewise.
	* sysdeps/m68k/fpu/fraiseexcpt.c: Likewise.
	* sysdeps/s390/fpu/fraiseexcpt.c: Likewise.

	* locale/programs/ld-measurement.c (measurement_finish): Fix a typo.
	Patch by Marko Myllynen <myllynen@lut.fi>.

	* string/bits/string2.h (__strpbrk_c2): Correct parameter types
	(int instead of char).
	(__strpbrk_c3): Likewise.
	Reported by GOTO Masanori <gotom@debian.or.jp>.

	Reported by Arkadiusz Miskiewicz <misiek@pld.ORG.PL>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0148a8614e..c35687e09e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,24 @@
+2001-01-29  Ben Collins  <bcollins@debian.org>
+
+	* sysdeps/sparc/fpu/fraiseexcpt.c: Include <float.h>.
+	* sysdeps/hppa/fpu/fraiseexcpt.c: Likewise.
+	* sysdeps/m68k/fpu/fraiseexcpt.c: Likewise.
+	* sysdeps/s390/fpu/fraiseexcpt.c: Likewise.
+
 2001-01-30  Ulrich Drepper  <drepper@redhat.com>
 
+	* locale/programs/ld-measurement.c (measurement_finish): Fix a typo.
+	Patch by Marko Myllynen <myllynen@lut.fi>.
+
+	* string/bits/string2.h (__strpbrk_c2): Correct parameter types
+	(int instead of char).
+	(__strpbrk_c3): Likewise.
+	Reported by GOTO Masanori <gotom@debian.or.jp>.
+
 	* sysdeps/generic/bits/sockaddr.h: Remove SA_LEN macro.
 	* sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Likewise.
 	* include/sys/socket.h: Add SA_LEN here for internal use.
+	Reported by Arkadiusz Miskiewicz <misiek@pld.ORG.PL>.
 
 2001-01-29  Ulrich Drepper  <drepper@redhat.com>