From patchwork Wed Jul 10 09:44:05 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rafal Luzynski X-Patchwork-Id: 1130313 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-103585-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=lingonborough.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="ZhUVUGby"; dkim-atps=neutral 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 ozlabs.org (Postfix) with ESMTPS id 45kDmc3f10z9sN4 for ; Wed, 10 Jul 2019 19:44:31 +1000 (AEST) 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=GBASm6hykubQh+51qcndX1odOlOWCNRcqBlguwmPsCaJhqCQ/WUzn Yi+4oYL/LrUQy5KmSZKD6avfOrQ/oWeVK577K5vykLP3Ubvahq41BY+jKpDKTfw7 xJTZHXmjzGWF5k6N7MQ3wmNIJibLyGCn9+iYyqZjlwYfmryQIPWYFk= 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=ZhUVUGby7pc0Uh5WKn9WXbUH97P2 KnVEkTSn1Xg0ApQVi6o74GQyntmD4x/qRThbUveffXYPnGpHShT6qqtfeoE/Vtk8 WRqHZlYTesMhgVOrhY6usfnTb13UhJj1QKbKQchVRQ0Hu65Wv8Cs0VBQhLoNCvdE nxLPijbj1LZ4XbE= 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 Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 99841 invoked by uid 89); 10 Jul 2019 09:44:25 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.2 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, XPRIO autolearn=no version=3.3.1 spammy=scratch, Four, hear X-HELO: shared-ano163.rev.nazwa.pl X-Spam-Score: 0 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 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