New module 'cbrtl'.
authorBruno Haible <bruno@clisp.org>
Thu, 1 Mar 2012 01:50:14 +0000 (02:50 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 1 Mar 2012 01:50:14 +0000 (02:50 +0100)
commit7eb9ec92d98cf8a79c6bb977d7ba29686bf03be0
tree103285b1fd6c57667b985bacacaf64e8b7d5dd78
parente201f192a237a32abced628f8f20e062c19823d1
New module 'cbrtl'.

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