diff options
author | Bruno Haible <bruno@clisp.org> | 2011-10-06 00:03:44 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2011-10-06 00:03:44 +0200 |
commit | 7f26f4f75fc3aee7a5e351ecdf05278d9890ff3e (patch) | |
tree | 9806b0757bcaa00da27cd9e6fae4fdc628cabebb /doc/posix-functions/fabsf.texi | |
parent | 4b5996b3ab59b1765c95df7ddfe19dea0623517a (diff) | |
download | gnulib-7f26f4f75fc3aee7a5e351ecdf05278d9890ff3e.tar.gz |
New module 'fabsf'.
* lib/math.in.h (fabsf): New declaration.
* lib/fabsf.c: New file.
* m4/fabsf.m4: New file.
* m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FABSF,
HAVE_FABSF.
* modules/math (Makefile.am): Substitute GNULIB_FABSF, HAVE_FABSF.
* modules/fabsf: New file.
* tests/test-math-c++.cc: Check the declaration of fabsf.
* doc/posix-functions/fabsf.texi: Mention the new module.
Diffstat (limited to 'doc/posix-functions/fabsf.texi')
-rw-r--r-- | doc/posix-functions/fabsf.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/posix-functions/fabsf.texi b/doc/posix-functions/fabsf.texi index 87d8538255..4f6372494b 100644 --- a/doc/posix-functions/fabsf.texi +++ b/doc/posix-functions/fabsf.texi @@ -4,14 +4,10 @@ POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fabsf.html} -Gnulib module: --- +Gnulib module: fabsf Portability problems fixed by Gnulib: @itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize @item This function is missing on some platforms: AIX 5.1, Solaris 9. @@ -19,3 +15,7 @@ AIX 5.1, Solaris 9. This function is only defined as a macro with arguments on some platforms: MSVC 9. @end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize |