New module 'logf-ieee'.
authorBruno Haible <bruno@clisp.org>
Sat, 10 Mar 2012 09:58:13 +0000 (10:58 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 10 Mar 2012 15:08:01 +0000 (16:08 +0100)
* modules/logf-ieee: New file.

ChangeLog
modules/logf-ieee [new file with mode: 0644]

index 47be975..6200acc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2012-03-10  Bruno Haible  <bruno@clisp.org>
 
+       New module 'logf-ieee'.
+       * modules/logf-ieee: New file.
+
+2012-03-10  Bruno Haible  <bruno@clisp.org>
+
        log: Fix bug introduced on 2012-03-09.
        * m4/log.m4 (gl_FUNC_LOG): Require gl_MATH_H_DEFAULTS.
 
diff --git a/modules/logf-ieee b/modules/logf-ieee
new file mode 100644 (file)
index 0000000..293ebcd
--- /dev/null
@@ -0,0 +1,24 @@
+Description:
+logf() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+logf
+fpieee
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(LOGF_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible