Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Feb 2011 21:40:49 +0000
From:      Bruce Cran <bruce@cran.org.uk>
To:        Konrad Jankowski <versus@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r219091 - head/share/timedef
Message-ID:  <1298842849.10001.4.camel@core.nessbank>
In-Reply-To: <201102272132.p1RLWPZJ007789@svn.freebsd.org>
References:  <201102272132.p1RLWPZJ007789@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1298842849.10001.4.camel>