[Bug locale/19633] strfmon_l applies global locale to number formatting

cvs-commit at gcc dot gnu.org sourceware-bugzilla@sourceware.org
Mon May 9 10:04:00 GMT 2016


https://sourceware.org/bugzilla/show_bug.cgi?id=19633

--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, release/2.23/master has been updated
       via  90c0f166e9fd6b2c7685437558cf7e8f8bc6876a (commit)
      from  4cf055a2a331b7361622dc9ac8993b59c6f0ef59 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=90c0f166e9fd6b2c7685437558cf7e8f8bc6876a

commit 90c0f166e9fd6b2c7685437558cf7e8f8bc6876a
Author: Florian Weimer <fweimer@redhat.com>
Date:   Mon Apr 4 15:18:13 2016 +0200

    strfmon_l: Use specified locale for number formatting [BZ #19633]

    (cherry picked from commit 985fc132f23dbb83de76c5af9e783ef1b5900148)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                |   18 ++++
 include/printf.h         |    4 +
 locale/localeinfo.h      |   21 +++++
 stdio-common/printf_fp.c |   52 +++++++----
 stdlib/Makefile          |    6 +-
 stdlib/strfmon_l.c       |    5 +-
 stdlib/tst-strfmon_l.c   |  220 ++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 301 insertions(+), 25 deletions(-)
 create mode 100644 stdlib/tst-strfmon_l.c

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Glibc-bugs mailing list