annotate modules/oset @ 16753:0f9a8ebc12c1

New module 'logbf'. * lib/math.in.h (logbf): New declaration. * lib/logbf.c: New file. * m4/logbf.m4: New file. * m4/math_h.m4 (gl_MATH_H): Test whether logbf is declared. (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGBF, HAVE_LOGBF, REPLACE_LOGBF. * modules/math (Makefile.am): Substitute GNULIB_LOGBF, HAVE_LOGBF, REPLACE_LOGBF. * modules/logbf: New file. * tests/test-math-c++.cc: Check the declaration of logbf. * doc/posix-functions/logbf.texi: Mention the new module.
author Bruno Haible <bruno@clisp.org>
date Tue, 03 Apr 2012 04:44:59 +0200
parents a955e5f25317
children 86c983ca0522
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6983
b35d92b555bf Abstract ordered set data type.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
b35d92b555bf Abstract ordered set data type.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Abstract ordered set data type.
b35d92b555bf Abstract ordered set data type.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
b35d92b555bf Abstract ordered set data type.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
b35d92b555bf Abstract ordered set data type.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/gl_oset.h
b35d92b555bf Abstract ordered set data type.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/gl_oset.c
b35d92b555bf Abstract ordered set data type.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 m4/gl_list.m4
b35d92b555bf Abstract ordered set data type.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
b35d92b555bf Abstract ordered set data type.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
7632
a955e5f25317 * modules/inline: New file/module.
Jim Meyering <jim@meyering.net>
parents: 7613
diff changeset
10 inline
6983
b35d92b555bf Abstract ordered set data type.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 stdbool
b35d92b555bf Abstract ordered set data type.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
b35d92b555bf Abstract ordered set data type.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 configure.ac:
b35d92b555bf Abstract ordered set data type.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 gl_LIST
b35d92b555bf Abstract ordered set data type.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
b35d92b555bf Abstract ordered set data type.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 Makefile.am:
b35d92b555bf Abstract ordered set data type.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 lib_SOURCES += gl_oset.h gl_oset.c
b35d92b555bf Abstract ordered set data type.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
b35d92b555bf Abstract ordered set data type.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 Include:
b35d92b555bf Abstract ordered set data type.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 "gl_oset.h"
b35d92b555bf Abstract ordered set data type.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21
b35d92b555bf Abstract ordered set data type.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 License:
b35d92b555bf Abstract ordered set data type.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 GPL
b35d92b555bf Abstract ordered set data type.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
b35d92b555bf Abstract ordered set data type.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 Maintainer:
b35d92b555bf Abstract ordered set data type.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 Bruno Haible