From owner-svn-src-head@FreeBSD.ORG Sun Feb 27 21:41:12 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EBA81065673; Sun, 27 Feb 2011 21:41:12 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (unknown [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id A0A158FC15; Sun, 27 Feb 2011 21:41:11 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id C7007E8C8A; Sun, 27 Feb 2011 21:41:10 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cran.org.uk; h=subject :from:to:cc:in-reply-to:references:content-type:date:message-id :mime-version:content-transfer-encoding; s=mail; bh=nEkFDJYxUENB 7H3tkxulc/C2vcs=; b=y3+0+5Hr3904Q2TNLnQkkJ3PhGBSUkl8FXpP94qDwZBD +XsrxSsPBQ1cLhsHHtXr/V6jwDX6O43FTPMYu2rlwm7pEHJuEmNhdq2u+ze6z1k6 FQga8+As3OyaYUhe0nAouSWng/BZNW6pT73yYssAJDG/S1lp9DGYY5wUXOVZcWI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cran.org.uk; h=subject:from :to:cc:in-reply-to:references:content-type:date:message-id :mime-version:content-transfer-encoding; q=dns; s=mail; b=haJ8Ut CmeX7e9lB2VpYgYUL1BzYAi/TizsI3WD9of2lrVrU9NFvC7gxQnIjsY17P9HOSbZ E81J+/UjfnSyq5kkq/ol5Olp8x/yIWcVSuiKUohxSOjolaaXJn/ZrVT1pHfLIxwo p497j30f5OWEcfY1TIokdgzJ9Qm44Dqx57ZKw= Received: from [192.168.0.10] (client-86-31-236-253.oxfd.adsl.virginmedia.com [86.31.236.253]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 68A67E785C; Sun, 27 Feb 2011 21:41:10 +0000 (GMT) From: Bruce Cran To: Konrad Jankowski In-Reply-To: <201102272132.p1RLWPZJ007789@svn.freebsd.org> References: <201102272132.p1RLWPZJ007789@svn.freebsd.org> Content-Type: text/plain; charset="us-ascii" Date: Sun, 27 Feb 2011 21:40:49 +0000 Message-ID: <1298842849.10001.4.camel@core.nessbank> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r219091 - head/share/timedef X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2011 21:41:12 -0000 On Sun, 2011-02-27 at 21:32 +0000, Konrad Jankowski wrote: > Author: versus > Date: Sun Feb 27 21:32:25 2011 > New Revision: 219091 > URL: http://svn.freebsd.org/changeset/base/219091 > > Log: > Partial fix for PR 91106. Correct the short weekday names. Done according to this poll https://bugzilla.redhat.com/show_bug.cgi?id=242296. This will not close the bug fully yet, as the month names are still not correctly in Genitive. More research on this topic will be done, as I'm suspecting a bug in the libc locale functions picking the month name from the wrong group. Could you limit lines to 80 characters please? If you use vim, the following in ~/.vimrc will cause it to highlight overly long lines in red: highlight OverLength ctermbg=red ctermfg=white guibg=#592929 match OverLength /\%81v.\+/ -- Bruce Cran