changeset 5329:8918b74eac82

* atanl.c, logl.c: Add GPL notice, and make the code more similar to glibc.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 06 Oct 2004 20:02:18 +0000
parents 318f3af87fbb
children 3afdbfc86177
files lib/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,10 @@
+2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+	* 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  <bruno@clisp.org>
 
 	* strsep.h: Don't declare strsep() if HAVE_STRSEP.