From: Bruno Haible Date: Sun, 1 Apr 2012 14:58:44 +0000 (+0200) Subject: New module 'log10f-ieee'. X-Git-Tag: v0.1~787 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=6093f01986439a661d2affdab173dfce1dd4929d;p=gnulib.git New module 'log10f-ieee'. * modules/log10f-ieee: New file. --- diff --git a/ChangeLog b/ChangeLog index d5d638685..e90c7bfe9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2012-04-01 Bruno Haible + New module 'log10f-ieee'. + * modules/log10f-ieee: New file. + +2012-04-01 Bruno Haible + log10l: Work around AIX 5.1, IRIX 6.5, OSF/1 5.1 bug. * lib/math.in.h (log10l): Override if REPLACE_LOG10L is 1. * lib/log10l.c (log10l): If log10l exists, use it and provide just the diff --git a/modules/log10f-ieee b/modules/log10f-ieee new file mode 100644 index 000000000..8849cabc3 --- /dev/null +++ b/modules/log10f-ieee @@ -0,0 +1,24 @@ +Description: +log10f() function according to ISO C 99 with IEC 60559. + +Files: + +Depends-on: +log10f +fpieee + +configure.ac: + +Makefile.am: + +Include: + + +Link: +$(LOG10F_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible