New module 'log1pl'.
authorBruno Haible <bruno@clisp.org>
Sat, 10 Mar 2012 23:48:36 +0000 (00:48 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 11 Mar 2012 01:40:33 +0000 (02:40 +0100)
commit0109cf664612c71e689953161d13755807169329
treec01fb2cec32444b1eb946a23a03d1bf3d1b2ee80
parentf09d8785b3d49d1a0281ada9c7f002328390dfca
New module 'log1pl'.

* lib/math.in.h (log1pl): New declaration.
* lib/log1pl.c: New file.
* m4/log1pl.m4: New file.
* m4/math_h.m4 (gl_MATH_H): Test whether log1pl is declared.
(gl_MATH_H_DEFAULTS): Initialize GNULIB_LOG1PL, HAVE_LOG1PL.
* modules/math (Makefile.am): Substitute GNULIB_LOG1PL, HAVE_LOG1PL.
* modules/log1pl: New file.
* tests/test-math-c++.cc: Check the declaration of log1pl.
* doc/posix-functions/log1pl.texi: Mention the new module.
ChangeLog
doc/posix-functions/log1pl.texi
lib/log1pl.c [new file with mode: 0644]
lib/math.in.h
m4/log1pl.m4 [new file with mode: 0644]
m4/math_h.m4
modules/log1pl [new file with mode: 0644]
modules/math
tests/test-math-c++.cc