From owner-svn-src-head@freebsd.org Sun Jun 19 04:58:00 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EEF4CA7801E for ; Sun, 19 Jun 2016 04:58:00 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: from mail-lf0-f51.google.com (mail-lf0-f51.google.com [209.85.215.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 782A32C42 for ; Sun, 19 Jun 2016 04:58:00 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: by mail-lf0-f51.google.com with SMTP id f6so19660801lfg.0 for ; Sat, 18 Jun 2016 21:58:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=gUz0urVfuDPnzYt754mRo+HTlub/Of3e/6PtZ/GXshI=; b=CxnE2GMqYC/J0y+hVyw45P7ae8Pl0hLOlhe0VUXUzUFI7Ef9IpuFXYN3hGVS4LhPSB XIUbqhDwH8nvq1dmlw917CL4cDKCexCths9EMoM1+9rOF6/Vb4524hBOFk6gYEl1aVhN Gbwgx+RV4NvdGf2gLryni3iQm4r3BS85kE8yLxJwnzyDo+YVHDFUoHYbPGiivgJca0iE Pa0tdNgjWyIA8SB1LXtQXwm+uvsWbu8lE3qpaQ/+R3xVWsB07yE5UrYW4UveRKSRjnMu 3iDc1IVlZPXFiUBaqgu/m1FUx7NT1Q5Kthv/Z2tsdPOBpG+dErNgNB1XaR2hWWPvvmpr g7eA== X-Gm-Message-State: ALyK8tLqQKlxbccwYGz/1Q2LYcBn1oK/LR03xDru0PFh4JiGZ51m6/GvmATCwaPG/BGgzQ== X-Received: by 10.25.153.148 with SMTP id b142mr2696747lfe.61.1466312271479; Sat, 18 Jun 2016 21:57:51 -0700 (PDT) Received: from [192.168.1.2] ([89.169.173.68]) by smtp.gmail.com with ESMTPSA id m71sm2931372lfb.48.2016.06.18.21.57.50 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 18 Jun 2016 21:57:50 -0700 (PDT) Subject: Re: svn commit: r302016 - in head: share/timedef tools/tools/locale/tools To: Hajimu UMEMOTO , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201606190344.u5J3iWO6079652@repo.freebsd.org> From: Andrey Chernov Message-ID: <3387744f-7abd-417c-599f-163e78b4170e@freebsd.org> Date: Sun, 19 Jun 2016 07:57:49 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <201606190344.u5J3iWO6079652@repo.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jun 2016 04:58:01 -0000 On 19.06.2016 6:44, Hajimu UMEMOTO wrote: > Log: > - Prefer to use %d over %e where the day of the month should be zero > filled. > - Since %e means the day of the month as well, regard %e as same as %d > in md_order. Nonsense doubled formats in sr_*_RS locales and nonsense md_order there too.