From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23547 invoked by alias); 19 Jun 2014 22:47:19 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 23484 invoked by uid 48); 19 Jun 2014 22:47:14 -0000 From: "bugzilla at tecnocode dot co.uk" To: glibc-bugs@sourceware.org Subject: [Bug localedata/14641] Deprecate name_fmt Date: Thu, 19 Jun 2014 22:47:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: bugzilla at tecnocode dot co.uk X-Bugzilla-Status: REOPENED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-06/txt/msg01326.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D14641 --- Comment #18 from Philip Withnall --- (In reply to Florian Weimer from comment #15) > (In reply to Philip Withnall from comment #14) > > (In reply to Florian Weimer from comment #13) > > > Closing per previous discussion. > >=20 > > As per comments #5 and #6, I think the proper solution is to deprecate > > name_fmt, since it seems to be fundamentally incorrect to have it in li= bc, > > and keeping it un-deprecated just encourages people to use it incorrect= ly or > > unsuccessfully. >=20 > Fair enough. That would extend to LC_NAME, LC_ADDRESS, LC_TELEPHONE, I > suppose. What about LC_MEASUREMENT and LC_IDENTIFICATION? LC_MEASUREMENT and LC_IDENTIFICATION are in active use, and seem reasonably well-defined and useful (for example, knowing which temperature units to us= e in the current locale). LC_TELEPHONE also seems useful, giving international c= all codes in and out of the current country. I guess I=E2=80=99d say the cutoff is whether the formatting depends on the= origin of the data. For phone numbers it doesn=E2=80=99t (calling codes are internati= onally defined), but for names and addresses. > Related identifiers include _NL_NAME_*, _NL_ADDRESS_*, _NL_TELEPHONE_*, p= lus > the _NL_NUM_* identifiers. Anything else? I can=E2=80=99t find anything else. --=20 You are receiving this mail because: You are on the CC list for the bug. >>From glibc-bugs-return-23951-listarch-glibc-bugs=sources.redhat.com@sourceware.org Fri Jun 20 02:33:12 2014 Return-Path: Delivered-To: listarch-glibc-bugs@sources.redhat.com Received: (qmail 6298 invoked by alias); 20 Jun 2014 02:33:10 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Delivered-To: mailing list glibc-bugs@sourceware.org Received: (qmail 6066 invoked by uid 55); 20 Jun 2014 02:33:03 -0000 From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug math/6803] scalb(), scalbln(), scalbn() do not set errno on overflow/underflow Date: Fri, 20 Jun 2014 02:33:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: math X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-06/txt/msg01327.txt.bz2 Content-length: 3699 https://sourceware.org/bugzilla/show_bug.cgi?id=6803 --- Comment #7 from 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, master has been updated via 3ef6b85059cdd52096625d98c4ce9259854cb8bb (commit) via d8c2869d4450d54935c3410ad3093d51b5d85f79 (commit) from c8daec5c7cd19378112391d2394e6d6344e156dc (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=3ef6b85059cdd52096625d98c4ce9259854cb8bb commit 3ef6b85059cdd52096625d98c4ce9259854cb8bb Author: Stefan Liebler Date: Fri Jun 20 07:48:20 2014 +0530 [BZ #6803] Set errno for scalbln, scalbn Errno is not set and the testcases will fail. Now the scalbln-aliases are removed in i386/m68 and the wrappers are used when calling the scalbln-functions. On ia64 only scalblnf has its own implementation. For scalbln and scalblnl the ieee754/dbl-64 and ieee754/ldbl-96 are used, thus the wrappers are needed, too. https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d8c2869d4450d54935c3410ad3093d51b5d85f79 commit d8c2869d4450d54935c3410ad3093d51b5d85f79 Author: Stefan Liebler Date: Fri Jun 20 07:44:42 2014 +0530 Generate en_GB.UTF-8 during testing This patch generates en_GB.UTF-8, which is used in tst-strcoll-overflow. This solves the issue of failing xtests on s390/s390x. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 37 +++++++ NEWS | 24 ++-- localedata/Makefile | 2 +- math/Makefile | 2 +- math/libm-test.inc | 128 ++++++++++++------------ math/w_scalbln.c | 40 ++++++++ math/w_scalblnf.c | 36 +++++++ math/w_scalblnl.c | 36 +++++++ sysdeps/i386/fpu/s_scalbn.S | 1 - sysdeps/i386/fpu/s_scalbnf.S | 1 - sysdeps/i386/fpu/s_scalbnl.S | 1 - sysdeps/ia64/fpu/w_scalblnf.c | 20 ++++ sysdeps/ieee754/dbl-64/s_scalbln.c | 2 - sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c | 2 - sysdeps/ieee754/flt-32/s_scalblnf.c | 1 - sysdeps/ieee754/ldbl-128/s_scalblnl.c | 1 - sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c | 1 - sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c | 23 ++++ sysdeps/ieee754/ldbl-64-128/s_scalblnl.c | 5 - sysdeps/ieee754/ldbl-64-128/w_scalblnl.c | 27 +++++ sysdeps/ieee754/ldbl-96/s_scalblnl.c | 1 - sysdeps/m68k/m680x0/fpu/s_scalbn.c | 1 - sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c | 2 - 23 files changed, 297 insertions(+), 97 deletions(-) create mode 100644 math/w_scalbln.c create mode 100644 math/w_scalblnf.c create mode 100644 math/w_scalblnl.c create mode 100644 sysdeps/ia64/fpu/w_scalblnf.c create mode 100644 sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c create mode 100644 sysdeps/ieee754/ldbl-64-128/w_scalblnl.c -- You are receiving this mail because: You are on the CC list for the bug.