This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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

--- Comment #7 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, gentoo/2.23 has been updated
       via  42e149d87ba1665ddb463e47ef106de8d522df5a (commit)
      from  6a04ea1a9a8586c737a71b1a1b55e15c51a25c1f (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=42e149d87ba1665ddb463e47ef106de8d522df5a

commit 42e149d87ba1665ddb463e47ef106de8d522df5a
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)
    (cherry picked from commit 90c0f166e9fd6b2c7685437558cf7e8f8bc6876a)

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

Summary of changes:
 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 ++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 283 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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]