From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 4945D1F461 for ; Wed, 10 Jul 2019 09:44:28 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:message-id:subject :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=BDDDU8PXmEpIB4z9gQ/FnI2JswM8aFrdYnVQH9YsGER/17VyWVlSn vws+Q33LXikzQz6FS3edNCkUixywleKgOMbrI5LmWbBARghytih5opV8GXxM6UYx hqF+xa+lbeHfq7YjXIvl+DBCBm7NOR6ffB3Io0b7MXoY6VrzR9rYAY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:message-id:subject :mime-version:content-type:content-transfer-encoding; s=default; bh=XAmwgo3EWUo9IZKwIGBZ/+Kn0G0=; b=r7Bxw++7LS/8TiVmPiU0ZQNs7XZe fUujzhZszD7cfM93O0EO6NzJPztxVCB8JioP9KumpF7VMu+0E0L1A6Ewahpt2PcZ M6UeEFmDQAHLkh55KeVtWXiKHf2EHDpBsKA2DEKhxbciJQhED9SOIlM+K6xmYhcW XCfYH7puMUWTQrg= Received: (qmail 100117 invoked by alias); 10 Jul 2019 09:44:25 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 99841 invoked by uid 89); 10 Jul 2019 09:44:25 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: shared-ano163.rev.nazwa.pl Date: Wed, 10 Jul 2019 11:44:05 +0200 (CEST) From: Rafal Luzynski To: libc-alpha@sourceware.org Cc: Carlos O'Donell Message-ID: <2083625056.75389.1562751845263@poczta.nazwa.pl> Subject: [PATCH 0/4] Four locale data patches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I think these patches are correct and not destructive but since we are in the slushy freeze period I'd like to hear at least one OK. Carlos? Explanations: [PATCH v2 1/4] ga_IE and en_IE locales: Revert first_weekday removal (bug 24200). I call it v2 because the previous version was posted here: https://sourceware.org/ml/libc-alpha/2016-11/msg00978.html This version adds the same first_weekday for ga_IE as well. [PATCH 2/4] nl_BE and nl_NL locales: Dutch salutations (bug 23996). Originally posted as an attachment here: https://sourceware.org/bugzilla/show_bug.cgi?id=23996 [PATCH 3/4] nl_BE locale: Use "copy "nl_NL"" in LC_NAME (bug 23996). This is my improvement for the previous patch. [PATCH v4 4/4] Afar locales: Months and days updated from CLDR (bug 21897). I call it v4 because it is a continuation of the previous patches posted by Akhilesh Kumar: v1: https://sourceware.org/ml/libc-alpha/2017-08/msg00068.html v2: https://sourceware.org/ml/libc-alpha/2017-08/msg00245.html v3: https://sourceware.org/ml/libc-alpha/2017-08/msg00256.html However, my patch has been written from scratch and is based on CLDR, it does not use the previous patches. Regards, Rafal