changeset 36328:ffefaa3cae2e

New module 'logf-ieee'. * modules/logf-ieee: New file.
author Bruno Haible <bruno@clisp.org>
date Sat, 10 Mar 2012 10:58:13 +0100
parents bea7f85ab111
children 001078258d5a
files ChangeLog modules/logf-ieee
diffstat 2 files changed, 29 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Mar 10 11:33:29 2012 +0100
+++ b/ChangeLog	Sat Mar 10 10:58:13 2012 +0100
@@ -1,3 +1,8 @@
+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.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/modules/logf-ieee	Sat Mar 10 10:58:13 2012 +0100
@@ -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