From 7acea197e2d653876ae7113d5538a4544ce60d84 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 6 Oct 2004 20:02:18 +0000 Subject: [PATCH] * atanl.c, logl.c: Add GPL notice, and make the code more similar to glibc. --- lib/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index e366808fd6..0fb41e8aeb 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2004-10-06 Paul Eggert + + * atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL notice. + * atanl.c (atanl): Keep the code as similar to glibc as possible. + * logl.c (logl): Keep the code as similar to glibc as possible. + This avoids a potential constant-folding bug. + 2004-10-05 Bruno Haible * strsep.h: Don't declare strsep() if HAVE_STRSEP. -- 2.30.2