summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-04-01 16:58:44 +0200
committerBruno Haible <bruno@clisp.org>2012-04-01 16:58:44 +0200
commit6093f01986439a661d2affdab173dfce1dd4929d (patch)
treef1ac79913f740a11a4eeeaa47836aaca35a4248d
parentf068ad7807118fd201763a73b0f27a3f73827f50 (diff)
downloadgnulib-6093f01986439a661d2affdab173dfce1dd4929d.tar.gz
New module 'log10f-ieee'.
* modules/log10f-ieee: New file.
-rw-r--r--ChangeLog5
-rw-r--r--modules/log10f-ieee24
2 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5d6386855..e90c7bfe97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2012-04-01 Bruno Haible <bruno@clisp.org>
+ New module 'log10f-ieee'.
+ * modules/log10f-ieee: New file.
+
+2012-04-01 Bruno Haible <bruno@clisp.org>
+
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 0000000000..8849cabc3a
--- /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:
+<math.h>
+
+Link:
+$(LOG10F_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible