New module 'modfl'.
authorBruno Haible <bruno@clisp.org>
Sat, 25 Feb 2012 14:30:53 +0000 (15:30 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 25 Feb 2012 14:30:53 +0000 (15:30 +0100)
commit740a1058b08d06e581cceff4db58f22f9404abd9
tree717f2d59c2c2588dd3144f946ceebec253b506ca
parentbee49c47e7580789471815aea43b7fea5ad3bd1b
New module 'modfl'.

* lib/math.in.h (modfl): New declaration.
* lib/modfl.c: New file.
* m4/modfl.m4: New file.
* m4/math_h.m4 (gl_MATH_H): Test whether modfl is declared.
(gl_MATH_H_DEFAULTS): Initialize GNULIB_MODFL, HAVE_MODFL.
* modules/math (Makefile.am): Substitute GNULIB_MODFL, HAVE_MODFL.
* modules/modfl: New file.
* doc/posix-functions/modfl.texi: Mention the new module.
ChangeLog
doc/posix-functions/modfl.texi
lib/math.in.h
lib/modfl.c [new file with mode: 0644]
m4/math_h.m4
m4/modfl.m4 [new file with mode: 0644]
modules/math
modules/modfl [new file with mode: 0644]