Mercurial > hg > octave-kai > gnulib-hg
annotate modules/wmemset @ 15887:89c762414427
New module 'atanf'.
* lib/math.in.h (atanf): New declaration.
* lib/atanf.c: New file.
* m4/atanf.m4: New file.
* m4/math_h.m4 (gl_MATH_H): Test whether atanf is declared.
(gl_MATH_H_DEFAULTS): Initialize GNULIB_ATANF, HAVE_ATANF.
* modules/math (Makefile.am): Substitute GNULIB_ATANF, HAVE_ATANF.
* modules/atanf: New file.
* tests/test-math-c++.cc: Check the declaration of atanf.
* doc/posix-functions/atanf.texi: Mention the new module.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 08 Oct 2011 23:55:44 +0200 |
parents | eb33ef582ed0 |
children |
rev | line source |
---|---|
14280 | 1 Description: |
2 wmemset() function: fill wide character array. | |
3 | |
4 Files: | |
5 lib/wmemset.c | |
6 lib/wmemset-impl.h | |
7 m4/wmemset.m4 | |
8 | |
9 Depends-on: | |
10 wchar | |
11 | |
12 configure.ac: | |
13 gl_FUNC_WMEMSET | |
15173
eb33ef582ed0
wmemset: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
14280
diff
changeset
|
14 if test $HAVE_WMEMSET = 0; then |
eb33ef582ed0
wmemset: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
14280
diff
changeset
|
15 AC_LIBOBJ([wmemset]) |
eb33ef582ed0
wmemset: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
14280
diff
changeset
|
16 fi |
14280 | 17 gl_WCHAR_MODULE_INDICATOR([wmemset]) |
18 | |
19 Makefile.am: | |
20 | |
21 Include: | |
22 <wchar.h> | |
23 | |
24 License: | |
25 LGPL | |
26 | |
27 Maintainer: | |
28 Bruno Haible |