From fd7d5da885adaec829fc5a2e4de5ca1b49d04601 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 29 Oct 1999 20:20:37 +0000 Subject: [PATCH] Update. * math/libm-err-test.pl: New file to generate a table of Reported by Bernd Loechner . --- ChangeLog | 4 ++-- 1 file 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 - * 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 @@ -44,7 +44,7 @@ * stdlib/qsort.c: Make code and comments 64 bit clean; clarify some comments. - Reported by Bernd Löchner . + Reported by Bernd Loechner . Remove K&R compatibility. Move prototype declaration to include/stdlib.h. Include for prototype; include for CHAR_BIT.