summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-03-01 03:02:14 +0100
committerBruno Haible <bruno@clisp.org>2012-03-01 03:37:10 +0100
commitb71ef8c3aa6b74f6189a594b5d172623b53b2d00 (patch)
treeb9b4004a38a6f807206c20426e49c2cbd42e6282
parent83f7d47767e4c9cfdbf17f2415fe9c8028ff7da8 (diff)
downloadgnulib-b71ef8c3aa6b74f6189a594b5d172623b53b2d00.tar.gz
New module 'cbrtf-ieee'.
* modules/cbrtf-ieee: New file.
-rw-r--r--ChangeLog5
-rw-r--r--modules/cbrtf-ieee24
2 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f6dbbada8..1daf8266d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2012-02-29 Bruno Haible <bruno@clisp.org>
+ New module 'cbrtf-ieee'.
+ * modules/cbrtf-ieee: New file.
+
+2012-02-29 Bruno Haible <bruno@clisp.org>
+
cbrtf: Work around bug in IRIX 6.5 system function.
* lib/math.in.h (cbrtf): Override if REPLACE_CBRTF is 1.
* m4/cbrtf.m4 (gl_FUNC_CBRTF_WORKS): New macro.
diff --git a/modules/cbrtf-ieee b/modules/cbrtf-ieee
new file mode 100644
index 0000000000..063909c2ff
--- /dev/null
+++ b/modules/cbrtf-ieee
@@ -0,0 +1,24 @@
+Description:
+cbrtf() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+cbrtf
+fpieee
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(CBRTF_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible