public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "eduardo at esperanto dot org.uy" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sourceware.org
Subject: [Bug localedata/16190] [PATCH] Please add the esperanto (eo) locale
Date: Sun, 02 Feb 2014 19:59:00 -0000	[thread overview]
Message-ID: <bug-16190-131-KcJpFPKfRg@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-16190-131@http.sourceware.org/bugzilla/>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="UTF-8", Size: 4164 bytes --]

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

Eduardo Trápani <eduardo at esperanto dot org.uy> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #7373|0                           |1
        is obsolete|                            |

--- Comment #26 from Eduardo Trápani <eduardo at esperanto dot org.uy> ---
Created attachment 7385
  --> https://sourceware.org/bugzilla/attachment.cgi?id=7385&action=edit
Esperanto locale

> It looks good to me (apart from including eo~ of course) but few points you might want to check now or later, could also be that some of these are on purpose for a countryless locale:

I'd rather check that later, but hey, since we are now at it let's take of that
right now. I removed the eo~ from the diff, I hadn't noticed it.

> - date_fmt undefined (LC_TIME)

Added.

> - start of the week undefined (LC_TIME)
> - lang_lib undefined (LC_ADDRESS)
> For the latter two, if relevant

I don't consider those relevant.

I hope we are ready to go now ... Please let me know if there is still anything
amiss.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
>From glibc-bugs-return-21029-listarch-glibc-bugs=sources.redhat.com@sourceware.org Sun Feb 02 20:25:35 2014
Return-Path: <glibc-bugs-return-21029-listarch-glibc-bugs=sources.redhat.com@sourceware.org>
Delivered-To: listarch-glibc-bugs@sources.redhat.com
Received: (qmail 20258 invoked by alias); 2 Feb 2014 20:25:34 -0000
Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm
Precedence: bulk
List-Id: <glibc-bugs.sourceware.org>
List-Subscribe: <mailto:glibc-bugs-subscribe@sourceware.org>
List-Post: <mailto:glibc-bugs@sourceware.org>
List-Help: <mailto:glibc-bugs-help@sourceware.org>, <http://sourceware.org/lists.html#faqs>
Sender: glibc-bugs-owner@sourceware.org
Delivered-To: mailing list glibc-bugs@sourceware.org
Received: (qmail 20206 invoked by uid 48); 2 Feb 2014 20:25:30 -0000
From: "zimmerma+gcc at loria dot fr" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sourceware.org
Subject: [Bug math/16521] New: Missing underflow exception from exp2
Date: Sun, 02 Feb 2014 20:25:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: new
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: zimmerma+gcc at loria dot fr
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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter attachments.created
Message-ID: <bug-16521-131@http.sourceware.org/bugzilla/>
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-02/txt/msg00006.txt.bz2
Content-length: 974

https://sourceware.org/bugzilla/show_bug.cgi?id\x16521

            Bug ID: 16521
           Summary: Missing underflow exception from exp2
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
          Assignee: unassigned at sourceware dot org
          Reporter: zimmerma+gcc at loria dot fr

Created attachment 7386
  --> https://sourceware.org/bugzilla/attachment.cgi?ids86&actioníit
test program

on x86_64 I get with the attached program:

GNU libc version: 2.18.90
GNU libc release: development
x=-0x1.f8002ep+6 (-1.260001754e+02)
libc: exp2f(x)=0x1.fff01p-127 (1.175351419e-38) underflow=0
mpfr: exp2f(x)=0x1.fff01p-127 (1.175351419e-38)
ulp difference: 0.000000

Since the result 0x1.fff01p-127 is below the smallest normal number 1p-126, we
should have an underflow exception.

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


  parent reply	other threads:[~2014-02-02 19:59 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-19 14:50 [Bug localedata/16190] New: " eduardo at esperanto dot org.uy
2013-11-19 19:24 ` [Bug localedata/16190] " cjlhomeaddress at gmail dot com
2013-11-19 19:25 ` cjlhomeaddress at gmail dot com
2013-11-21 19:28 ` [Bug localedata/16190] [PATCH] " eduardo at esperanto dot org.uy
2013-11-21 21:36 ` carlos at redhat dot com
2013-11-21 21:40 ` carlos at redhat dot com
2013-11-21 21:51 ` cjlhomeaddress at gmail dot com
2013-11-22 12:34 ` eduardo at esperanto dot org.uy
2013-11-22 21:41 ` cjlhomeaddress at gmail dot com
2013-11-23 16:42 ` cjlhomeaddress at gmail dot com
2013-11-23 16:53 ` cjlhomeaddress at gmail dot com
2013-11-23 18:29 ` bugdal at aerifal dot cx
2013-11-23 21:15 ` carlos at redhat dot com
2013-11-23 22:55 ` allan at archlinux dot org
2013-11-23 23:17 ` carlos at redhat dot com
2013-11-25 14:07 ` eduardo at esperanto dot org.uy
2014-01-26 17:55 ` eduardo at esperanto dot org.uy
2014-01-27  8:52 ` myllynen at redhat dot com
2014-01-27 12:57 ` eduardo at esperanto dot org.uy
2014-01-28 16:29 ` myllynen at redhat dot com
2014-02-02 19:59 ` eduardo at esperanto dot org.uy [this message]
2014-04-08 13:47 ` eduardo at esperanto dot org.uy
2014-04-28 12:41 ` eduardo at esperanto dot org.uy
2014-05-04  4:46 ` allan at archlinux dot org
2014-05-04  5:51 ` adconrad at 0c3 dot net
2014-06-13 12:00 ` fweimer at redhat dot com
2014-06-16 15:35 ` eichi237 at mailoo dot org
2015-01-06 23:05 ` eichi237 at mailoo dot org
2015-10-03 14:46 ` perso@hack-libre.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-16190-131-KcJpFPKfRg@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=glibc-bugs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).