From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20919 invoked by alias); 19 Feb 2014 21:06:01 -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 20708 invoked by uid 48); 19 Feb 2014 21:05:57 -0000 From: "aldocassola at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug localedata/16608] es_US locale has invalid collation rules for 'ch' and 'll' Date: Wed, 19 Feb 2014 21:06: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: normal X-Bugzilla-Who: aldocassola at gmail dot com X-Bugzilla-Status: WAITING 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: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-02/txt/msg00676.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D16608 --- Comment #6 from Aldo --- Comment on attachment 7429 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D7429 icu sort sample program I have written a small sort program using libicu to sort the strings "ca", "ch", "cz", and "cñ". Compile it with=20 gcc sort.c -licui18n -licuuc -licuio It takes the locale as the first command-line argument. A sample run: $ ./a.out es_EC Unsorted array (using: es_EC) ch c=C3=B1 cz ca Sorted array (using: es_EC) ca ch c=C3=B1 cz --=20 You are receiving this mail because: You are on the CC list for the bug. >>From glibc-bugs-return-21700-listarch-glibc-bugs=sources.redhat.com@sourceware.org Wed Feb 19 21:43:48 2014 Return-Path: Delivered-To: listarch-glibc-bugs@sources.redhat.com Received: (qmail 18166 invoked by alias); 19 Feb 2014 21:43:48 -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 18118 invoked by uid 48); 19 Feb 2014 21:43:43 -0000 From: "jsm28 at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug libc/16609] New: Inaccurate assumptions about accept4 availability Date: Wed, 19 Feb 2014 21:43:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.19 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jsm28 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc cf_gcchost Message-ID: 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/msg00677.txt.bz2 Content-length: 1089 https://sourceware.org/bugzilla/show_bug.cgi?id=16609 Bug ID: 16609 Summary: Inaccurate assumptions about accept4 availability Product: glibc Version: 2.19 Status: NEW Severity: normal Priority: P2 Component: libc Assignee: unassigned at sourceware dot org Reporter: jsm28 at gcc dot gnu.org CC: drepper.fsp at gmail dot com Host: *-*-linux* The definition of __ASSUME_ACCEPT4 is confused about whether it refers to the C function, the socketcall operation or the syscall, resulting in assumptions being made about accept4 availability in cases where only the socketcall operation is available and not the syscall the library code actually tries to use. In addition, the version number used for assuming accept4 availability on alpha is wrong (2.6.33, should be 3.2). See https://sourceware.org/ml/libc-alpha/2013-12/msg00014.html for more discussion. Testing a patch. -- You are receiving this mail because: You are on the CC list for the bug.