Ben Pfaff wrote: > Here is the module as I committed it: > > 2007-10-27 Ben Pfaff <[EMAIL PROTECTED]> > > + * lib/math.in.h: Define isfinite macro and prototypes for > + gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing > + implementations. > + * m4/math_h.m4: New substitutions for isfinite module. > + * lib/isfinite.c: New file. > + * m4/isfinite.m4: New file. > + * modules/math: Replace isfinite-related @VARS@ in math.in.h. > + * modules/isfinite: New file. > + * modules/isfinite-tests: New file. > + * tests/tests-isfinite.c: New file. > + * doc/functions/isfinite.texi: Mention isfinite module. > + * MODULES.html.sh: Mention new module.
Very nice! It passes all tests on MacOS X 10.3, AIX 5.1, OSF/1 4.0d, OSF/1 5.1, IRIX 6.5, Solaris 10. Bruno