annotate modules/localeconv @ 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 1f14c6dd175d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16720
7dbecbf765a8 New module 'localeconv'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
7dbecbf765a8 New module 'localeconv'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 localeconv() function: query locale dependent information for formatting
7dbecbf765a8 New module 'localeconv'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 numbers.
7dbecbf765a8 New module 'localeconv'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4
7dbecbf765a8 New module 'localeconv'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 Files:
7dbecbf765a8 New module 'localeconv'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/localeconv.c
7dbecbf765a8 New module 'localeconv'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 m4/localeconv.m4
7dbecbf765a8 New module 'localeconv'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
7dbecbf765a8 New module 'localeconv'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
7dbecbf765a8 New module 'localeconv'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 locale
7dbecbf765a8 New module 'localeconv'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
7dbecbf765a8 New module 'localeconv'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 configure.ac:
7dbecbf765a8 New module 'localeconv'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 gl_FUNC_LOCALECONV
7dbecbf765a8 New module 'localeconv'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 if test $REPLACE_LOCALECONV = 1; then
7dbecbf765a8 New module 'localeconv'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 AC_LIBOBJ([localeconv])
7dbecbf765a8 New module 'localeconv'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 gl_PREREQ_LOCALECONV
7dbecbf765a8 New module 'localeconv'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 fi
7dbecbf765a8 New module 'localeconv'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 gl_LOCALE_MODULE_INDICATOR([localeconv])
7dbecbf765a8 New module 'localeconv'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
7dbecbf765a8 New module 'localeconv'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 Makefile.am:
7dbecbf765a8 New module 'localeconv'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21
7dbecbf765a8 New module 'localeconv'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 Include:
7dbecbf765a8 New module 'localeconv'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 <locale.h>
7dbecbf765a8 New module 'localeconv'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
7dbecbf765a8 New module 'localeconv'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 License:
7dbecbf765a8 New module 'localeconv'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 LGPLv2+
7dbecbf765a8 New module 'localeconv'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27
7dbecbf765a8 New module 'localeconv'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 Maintainer:
17713
1f14c6dd175d Bruno Haible has stepped down as maintainer.
Paul Eggert <eggert@cs.ucla.edu>
parents: 16720
diff changeset
29 all