From dfb4d6e5931d12c4634d8d419e0718e871a1ce55 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 27 Feb 2012 10:54:47 +0100 Subject: [PATCH] New module 'rintf-ieee'. * modules/rintf-ieee: New file. --- ChangeLog | 5 +++++ modules/rintf-ieee | 24 ++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 modules/rintf-ieee diff --git a/ChangeLog b/ChangeLog index 433609aab7..9e5592cf26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-02-27 Bruno Haible + + New module 'rintf-ieee'. + * modules/rintf-ieee: New file. + 2012-02-26 Paul Eggert regex: re_search etc. should return -2 when memory exhausted diff --git a/modules/rintf-ieee b/modules/rintf-ieee new file mode 100644 index 0000000000..91b9f98f25 --- /dev/null +++ b/modules/rintf-ieee @@ -0,0 +1,24 @@ +Description: +rintf() function according to ISO C 99 with IEC 60559. + +Files: + +Depends-on: +rintf +fpieee + +configure.ac: + +Makefile.am: + +Include: + + +Link: +$(RINTF_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible -- 2.39.5