New module 'rintl-ieee'.
authorBruno Haible <bruno@clisp.org>
Mon, 27 Feb 2012 09:56:33 +0000 (10:56 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 27 Feb 2012 09:56:33 +0000 (10:56 +0100)
* modules/rintl-ieee: New file.

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

index 215d801..92964ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-02-27  Bruno Haible  <bruno@clisp.org>
 
+       New module 'rintl-ieee'.
+       * modules/rintl-ieee: New file.
+
        Tests for module 'rint-ieee'.
        * modules/rint-ieee-tests: New file.
        * tests/test-rint-ieee.c: New file.
diff --git a/modules/rintl-ieee b/modules/rintl-ieee
new file mode 100644 (file)
index 0000000..9165d09
--- /dev/null
@@ -0,0 +1,24 @@
+Description:
+rintl() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+rintl
+fpieee
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(RINTL_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible