]> Savannah Git Hosting - gnulib.git/commitdiff
New module 'rintf-ieee'.
authorBruno Haible <bruno@clisp.org>
Mon, 27 Feb 2012 09:54:47 +0000 (10:54 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 27 Feb 2012 09:54:47 +0000 (10:54 +0100)
* modules/rintf-ieee: New file.

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

index 433609aab75ffd3718c6ad93b92f85af85bb4332..9e5592cf269560015fdabcc66103363b618829d9 100644 (file)
--- 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 (file)
index 0000000..91b9f98
--- /dev/null
@@ -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