From owner-svn-src-head@FreeBSD.ORG Mon Feb 28 07:56:07 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 8F346106566B; Mon, 28 Feb 2011 07:56:07 +0000 (UTC) (envelope-from lichave@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 16CD88FC12; Mon, 28 Feb 2011 07:56:06 +0000 (UTC) Received: by vws16 with SMTP id 16so3351176vws.13 for ; Sun, 27 Feb 2011 23:56:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=/iDRNWS9CB5Hgppp+c70Xp/UgCZvhMleRPhdlqPR9rg=; b=Ub3aCY4Knj4NR574iNoRwenDTGtSLXYEaZ5Q+EZJyJotiHtt/1JwC8DnNESx/5IEg4 gvUuNUcelYmG4v8zTRjv/3xqskw4mNvnofbBGS3K/c9sf2N42OFGP2IFrPrnOfqE1Sl+ rmZI6xnt4RUGdZAbFEFCNC4cyUfOsxhBj2pp0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; b=IdOb4oXtjJ+QLzAvRcy3zMWsbwiaBCmgB1IP6+gyoQ/14Kbd0HeCAM+4gepG06WyBz uXuindbMLeeH7zNblW64BwjiAwVC3FqgaCN360YrJT4gXqhiOV28z6Fgv+Ht4+HnzsFj x0kYVocV8l0Qx5acH5GFD0qOBEvH/746SulYI= Received: by 10.52.158.100 with SMTP id wt4mr8371247vdb.144.1298878262152; Sun, 27 Feb 2011 23:31:02 -0800 (PST) MIME-Version: 1.0 Received: by 10.52.161.234 with HTTP; Sun, 27 Feb 2011 23:30:40 -0800 (PST) In-Reply-To: <1298842849.10001.4.camel@core.nessbank> References: <201102272132.p1RLWPZJ007789@svn.freebsd.org> <1298842849.10001.4.camel@core.nessbank> From: Konrad Jankowski Date: Mon, 28 Feb 2011 08:30:40 +0100 Message-ID: To: Bruce Cran Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 Reply-To: versus@freebsd.org 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: Mon, 28 Feb 2011 07:56:07 -0000 On Sun, Feb 27, 2011 at 10:40 PM, Bruce Cran wrote: > 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: >> =C2=A0 Partial fix for PR 91106. Correct the short weekday names. Done a= ccording to this poll https://bugzilla.redhat.com/show_bug.cgi?id=3D242296.= This will not close the bug fully yet, as the month names are still not co= rrectly in Genitive. More research on this topic will be done, as I'm suspe= cting a bug in the libc locale functions picking the month name from the wr= ong 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=3Dred ctermfg=3Dwhite guibg=3D#592929 > match OverLength /\%81v.\+/ Sure, sorry about that, it won't happen again. --=20 Konrad Jankowski