From: Bruno Haible Date: Thu, 1 Mar 2012 02:02:14 +0000 (+0100) Subject: New module 'cbrtf-ieee'. X-Git-Tag: v0.1~987 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=b71ef8c3aa6b74f6189a594b5d172623b53b2d00;p=gnulib.git New module 'cbrtf-ieee'. * modules/cbrtf-ieee: New file. --- diff --git a/ChangeLog b/ChangeLog index 6f6dbbada8..1daf8266d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-02-29 Bruno Haible + + New module 'cbrtf-ieee'. + * modules/cbrtf-ieee: New file. + 2012-02-29 Bruno Haible cbrtf: Work around bug in IRIX 6.5 system function. 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: + + +Link: +$(CBRTF_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible