]> Savannah Git Hosting - gnulib.git/commit
logp1l: New module.
authorBruno Haible <bruno@clisp.org>
Mon, 29 Jul 2024 11:38:46 +0000 (13:38 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 29 Jul 2024 11:55:28 +0000 (13:55 +0200)
commit3f8e0614d0d3b1e364059963a3554b13bc28c687
treed1ef507854ce8778b89921401ea935493b175785
parent63d2572d0872ca3e6c38025cbc289f43328e064b
logp1l: New module.

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