svn commit: r219091 - head/share/timedef

Bruce Cran bruce at cran.org.uk
Sun Feb 27 21:41:12 UTC 2011


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



More information about the svn-src-head mailing list