Mercurial > hg > octave-shane > gnulib-hg
annotate modules/fpieee @ 10812:a672954bb892
New module 'servent'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 16 Nov 2008 05:02:40 +0100 |
parents | 0787c53b84f0 |
children |
rev | line source |
---|---|
8550 | 1 Description: |
2 Ensure IEEE compliant floating-point operations (overflow and division by zero). | |
3 | |
4 Files: | |
5 m4/fpieee.m4 | |
6 | |
7 Depends-on: | |
8 | |
9 configure.ac-early: | |
10 AC_REQUIRE([gl_FP_IEEE]) | |
11 | |
12 configure.ac: | |
13 | |
14 Makefile.am: | |
15 | |
16 Include: | |
17 | |
18 License: | |
19 LGPL | |
20 | |
21 Maintainer: | |
22 Bruno Haible | |
23 |