annotate modules/strfmon_l @ 40246:c34f677e6117 default tip master

_Noreturn: GCC 4.7 does not support [[noreturn]] in C++11 mode * lib/_Noreturn.h, m4/gnulib-common.m4: Don't use [[noreturn]] before GCC 4.8.
author Akim Demaille <akim.demaille@gmail.com>
date Sun, 17 Mar 2019 19:27:20 +0100
parents 02ed6264c100
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19204
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 strfmon_l() function: formatted conversion of monetary value to string.
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/strfmon_l.c
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/strfmon_l.m4
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 monetary
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 extensions
40216
02ed6264c100 strfmon_l: Fix -fsanitize=address finding.
Bruno Haible <bruno@clisp.org>
parents: 19204
diff changeset
11 stdbool [test $REPLACE_STRFMON_L = 1]
19204
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 configure.ac:
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 gl_FUNC_STRFMON_L
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 if test $REPLACE_STRFMON_L = 1; then
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 AC_LIBOBJ([strfmon_l])
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 gl_PREREQ_STRFMON_L
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 fi
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 gl_MONETARY_MODULE_INDICATOR([strfmon_l])
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 Makefile.am:
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 Include:
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 #if HAVE_MONETARY_H
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 <monetary.h>
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 #endif
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 License:
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 LGPLv2+
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31 Maintainer:
d0e723baf192 strfmon_l: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32 all