]> Savannah Git Hosting - gnulib.git/commit
logp1: New module.
authorBruno Haible <bruno@clisp.org>
Mon, 29 Jul 2024 01:24:51 +0000 (03:24 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 29 Jul 2024 11:02:43 +0000 (13:02 +0200)
commit4cab49fa7925658314d3b87ce999cabeb8f063b7
tree0e5da9ff16fff5175951880900ad3b498602d044
parent4752693455d41fe0625c7bf1355fd159185a6286
logp1: New module.

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