From: Bruno Haible <bruno@clisp.org>
Date: Mon, 27 Feb 2012 09:54:47 +0000 (+0100)
Subject: New module 'rintf-ieee'.
X-Git-Tag: v0.1~1053
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=dfb4d6e5931d12c4634d8d419e0718e871a1ce55;p=gnulib.git

New module 'rintf-ieee'.

* modules/rintf-ieee: New file.
---

diff --git a/ChangeLog b/ChangeLog
index 433609aab7..9e5592cf26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-27  Bruno Haible  <bruno@clisp.org>
+
+	New module 'rintf-ieee'.
+	* modules/rintf-ieee: New file.
+
 2012-02-26  Paul Eggert  <eggert@cs.ucla.edu>
 
 	regex: re_search etc. should return -2 when memory exhausted
diff --git a/modules/rintf-ieee b/modules/rintf-ieee
new file mode 100644
index 0000000000..91b9f98f25
--- /dev/null
+++ b/modules/rintf-ieee
@@ -0,0 +1,24 @@
+Description:
+rintf() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+rintf
+fpieee
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(RINTF_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible