# HG changeset patch # User Paul Eggert # Date 1097092938 0 # Node ID 8918b74eac823b55de161125c6838c0733d6d08d # Parent 318f3af87fbb62dbdfde91581d46370c56ddbf90 * atanl.c, logl.c: Add GPL notice, and make the code more similar to glibc. diff --git a/lib/ChangeLog b/lib/ChangeLog --- 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.