Mercurial > hg > octave-nkf > gnulib-hg
changeset 16473:5d99cc3818ef
New module 'rintf-ieee'.
* modules/rintf-ieee: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 27 Feb 2012 10:54:47 +0100 |
parents | 3aacf1725823 |
children | 3a58d2c88e2e |
files | ChangeLog modules/rintf-ieee |
diffstat | 2 files changed, 29 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-02-27 Bruno Haible <bruno@clisp.org> + + New module 'rintf-ieee'. + * modules/rintf-ieee: New file. + 2012-02-26 Paul Eggert <eggert@cs.ucla.edu> regex: re_search etc. should return -2 when memory exhausted
new file mode 100644 --- /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: +<math.h> + +Link: +$(RINTF_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible