From: Bruno Haible Date: Sun, 26 Feb 2012 15:30:47 +0000 (+0100) Subject: New module 'ldexpf-ieee'. X-Git-Tag: v0.1~1084 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=22b448bf0236f7e5b1e94ad02a0be1d4c9e87144;p=gnulib.git New module 'ldexpf-ieee'. * modules/ldexpf-ieee: New file. --- diff --git a/ChangeLog b/ChangeLog index cb19d9f55..ec7c80ac4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2012-02-26 Bruno Haible + New module 'ldexpf-ieee'. + * modules/ldexpf-ieee: New file. + +2012-02-26 Bruno Haible + Refactor frexp*-ieee tests. * tests/test-frexp-ieee.h: New file. * tests/test-frexpf-ieee.c: Include test-frexp-ieee.h. diff --git a/modules/ldexpf-ieee b/modules/ldexpf-ieee new file mode 100644 index 000000000..537eb04d5 --- /dev/null +++ b/modules/ldexpf-ieee @@ -0,0 +1,24 @@ +Description: +ldexpf() function according to ISO C 99 with IEC 60559. + +Files: + +Depends-on: +ldexpf +fpieee + +configure.ac: + +Makefile.am: + +Include: + + +Link: +$(LDEXPF_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible