diff options
author | Bruno Haible <bruno@clisp.org> | 2017-09-23 12:22:17 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2017-09-23 17:29:45 +0200 |
commit | 19882ec15628386c45977ade98293e26791b7a15 (patch) | |
tree | 852f03b877af3fbd5048fbd4f3d431906c0cfdff /doc | |
parent | b2fc4a431927a6fbdd523bef93357134d9c489a9 (diff) | |
download | gnulib-19882ec15628386c45977ade98293e26791b7a15.tar.gz |
strfmon_l: New module.
* modules/strfmon_l: New file.
* lib/strfmon_l.c: New file.
* m4/strfmon_l.m4: New file.
* doc/posix-functions/strfmon_l.texi: Mention the new module.
* modules/strfmon_l-tests: New file.
* tests/test-strfmon_l.c: New file.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/posix-functions/strfmon_l.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/posix-functions/strfmon_l.texi b/doc/posix-functions/strfmon_l.texi index b9da883a15..754dd1d59f 100644 --- a/doc/posix-functions/strfmon_l.texi +++ b/doc/posix-functions/strfmon_l.texi @@ -4,10 +4,13 @@ POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strfmon_l.html} -Gnulib module: --- +Gnulib module: strfmon_l Portability problems fixed by Gnulib: @itemize +@item +This function uses a wrong locale for the numbers on some platforms: +glibc 2.23. @end itemize Portability problems not fixed by Gnulib: |