]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 29 Oct 1999 20:20:37 +0000 (20:20 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 29 Oct 1999 20:20:37 +0000 (20:20 +0000)
* math/libm-err-test.pl: New file to generate a table of
Reported by Bernd Loechner <loechner@informatik.uni-kl.de>.

ChangeLog

index b0f78dab7e47020230399499d0147bdbe99c94e8..abed04c76513b38d6f19f0b5ef4af7b12cb147c6 100644 (file)
--- 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.