comparison lib/ChangeLog @ 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 6523edcee696
children 72896a268e23
comparison
equal deleted inserted replaced
5328:318f3af87fbb 5329:8918b74eac82
1 2004-10-06 Paul Eggert <eggert@cs.ucla.edu>
2
3 * atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL notice.
4 * atanl.c (atanl): Keep the code as similar to glibc as possible.
5 * logl.c (logl): Keep the code as similar to glibc as possible.
6 This avoids a potential constant-folding bug.
7
1 2004-10-05 Bruno Haible <bruno@clisp.org> 8 2004-10-05 Bruno Haible <bruno@clisp.org>
2 9
3 * strsep.h: Don't declare strsep() if HAVE_STRSEP. 10 * strsep.h: Don't declare strsep() if HAVE_STRSEP.
4 11
5 2004-10-04 Paul Eggert <eggert@cs.ucla.edu> 12 2004-10-04 Paul Eggert <eggert@cs.ucla.edu>