From: Bruno Haible Date: Mon, 27 Feb 2012 09:56:13 +0000 (+0100) Subject: New module 'rint-ieee'. X-Git-Tag: v0.1~1051 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=5272e693d2736f7eb7af02a39db91d82895fdb4b;p=gnulib.git New module 'rint-ieee'. * modules/rint-ieee: New file. --- diff --git a/ChangeLog b/ChangeLog index ce040eae3b..1b96399c68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-02-27 Bruno Haible + New module 'rint-ieee'. + * modules/rint-ieee: New file. + Tests for module 'rintf-ieee'. * modules/rintf-ieee-tests: New file. * tests/test-rintf-ieee.c: New file. diff --git a/modules/rint-ieee b/modules/rint-ieee new file mode 100644 index 0000000000..d88fa800a0 --- /dev/null +++ b/modules/rint-ieee @@ -0,0 +1,24 @@ +Description: +rint() function according to ISO C 99 with IEC 60559. + +Files: + +Depends-on: +rint +fpieee + +configure.ac: + +Makefile.am: + +Include: + + +Link: +$(RINT_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible