annotate modules/exp2l-ieee @ 17632:86af85d364e1 default tip

unistd: port readlink to Mac OS X 10.3.9 * lib/unistd.in.h (_GL_INCLUDING_UNISTD_H): New macro, to work around self-include problem in Mac OS X 10.3.9 when combined with readlink module. Problem reported by Klaus Zietler in <http://bugs.gnu.org/16825>.
author Paul Eggert <eggert@penguin.cs.ucla.edu>
date Tue, 25 Feb 2014 11:16:27 -0800
parents d19d163c1519
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16626
fe0c465e9b16 New module 'exp2l-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
fe0c465e9b16 New module 'exp2l-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 exp2l() function according to ISO C 99 with IEC 60559.
fe0c465e9b16 New module 'exp2l-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
fe0c465e9b16 New module 'exp2l-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
16628
d19d163c1519 exp2l-ieee: Work around test failure on OpenBSD 4.9 and IRIX 6.5.
Bruno Haible <bruno@clisp.org>
parents: 16626
diff changeset
5 m4/exp2l-ieee.m4
16626
fe0c465e9b16 New module 'exp2l-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
fe0c465e9b16 New module 'exp2l-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 Depends-on:
fe0c465e9b16 New module 'exp2l-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 exp2l
fe0c465e9b16 New module 'exp2l-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 fpieee
fe0c465e9b16 New module 'exp2l-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
fe0c465e9b16 New module 'exp2l-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 configure.ac:
16628
d19d163c1519 exp2l-ieee: Work around test failure on OpenBSD 4.9 and IRIX 6.5.
Bruno Haible <bruno@clisp.org>
parents: 16626
diff changeset
12 gl_FUNC_EXP2L_IEEE
16626
fe0c465e9b16 New module 'exp2l-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
fe0c465e9b16 New module 'exp2l-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 Makefile.am:
fe0c465e9b16 New module 'exp2l-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
fe0c465e9b16 New module 'exp2l-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 Include:
fe0c465e9b16 New module 'exp2l-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 <math.h>
fe0c465e9b16 New module 'exp2l-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
fe0c465e9b16 New module 'exp2l-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 Link:
fe0c465e9b16 New module 'exp2l-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 $(EXP2L_LIBM)
fe0c465e9b16 New module 'exp2l-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21
fe0c465e9b16 New module 'exp2l-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 License:
fe0c465e9b16 New module 'exp2l-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 LGPL
fe0c465e9b16 New module 'exp2l-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
fe0c465e9b16 New module 'exp2l-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 Maintainer:
fe0c465e9b16 New module 'exp2l-ieee'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 Bruno Haible