annotate modules/strtold @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents cdb3438ceb13
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
40166
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 strtold() function: convert string to 'long double'.
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/strtold.c
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/strtod.c
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 m4/strtold.m4
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 m4/math_h.m4
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 m4/ldexpl.m4
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 Depends-on:
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 stdlib
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 c-ctype [test $HAVE_STRTOLD = 0 || test $REPLACE_STRTOLD = 1]
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 math [test $HAVE_STRTOLD = 0 || test $REPLACE_STRTOLD = 1]
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 stdbool [test $HAVE_STRTOLD = 0 || test $REPLACE_STRTOLD = 1]
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 strtod [{ test $HAVE_STRTOLD = 0 || test $REPLACE_STRTOLD = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 configure.ac:
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 gl_FUNC_STRTOLD
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 if test $HAVE_STRTOLD = 0 || test $REPLACE_STRTOLD = 1; then
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 AC_LIBOBJ([strtold])
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 gl_PREREQ_STRTOLD
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 fi
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 gl_STDLIB_MODULE_INDICATOR([strtold])
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 Makefile.am:
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 Include:
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 <stdlib.h>
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31 License:
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32 LGPL
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
33
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
34 Maintainer:
cdb3438ceb13 strtold: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
35 all