about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-10-29 20:20:37 +0000
committerUlrich Drepper <drepper@redhat.com>1999-10-29 20:20:37 +0000
commitfd7d5da885adaec829fc5a2e4de5ca1b49d04601 (patch)
tree6b534490c0c852adc199df206944c13b7d38fcb0
parentcd33623e19125a1c68fdb3866828d1dc31502cf5 (diff)
downloadglibc-fd7d5da885adaec829fc5a2e4de5ca1b49d04601.tar.gz
glibc-fd7d5da885adaec829fc5a2e4de5ca1b49d04601.tar.xz
glibc-fd7d5da885adaec829fc5a2e4de5ca1b49d04601.zip
Update.
	* math/libm-err-test.pl: New file to generate a table of
	Reported by Bernd Loechner <loechner@informatik.uni-kl.de>.
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b0f78dab7e..abed04c765 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 1999-10-29  Andreas Jaeger  <aj@suse.de>
 
-	* math/gen-libm-test.pl: New file to generate a table of
+	* math/libm-err-test.pl: New file to generate a table of
 	libm-test-ulps values.
 
 1999-10-29  Ulrich Drepper  <drepper@cygnus.com>
@@ -44,7 +44,7 @@
 
 	* stdlib/qsort.c: Make code and comments 64 bit clean; clarify
 	some comments.
-	Reported by Bernd Löchner <loechner@informatik.uni-kl.de>.
+	Reported by Bernd Loechner <loechner@informatik.uni-kl.de>.
 	Remove K&R compatibility.
 	Move prototype declaration to include/stdlib.h.
 	Include <alloca.h> for prototype; include <limits.h> for CHAR_BIT.