From owner-svn-src-all@FreeBSD.ORG Sun Feb 27 21:32:26 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A2AF106566B; Sun, 27 Feb 2011 21:32:26 +0000 (UTC) (envelope-from versus@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C52BC8FC13; Sun, 27 Feb 2011 21:32:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p1RLWPp9007792; Sun, 27 Feb 2011 21:32:25 GMT (envelope-from versus@svn.freebsd.org) Received: (from versus@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p1RLWPZJ007789; Sun, 27 Feb 2011 21:32:25 GMT (envelope-from versus@svn.freebsd.org) Message-Id: <201102272132.p1RLWPZJ007789@svn.freebsd.org> From: Konrad Jankowski Date: Sun, 27 Feb 2011 21:32:25 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r219091 - head/share/timedef X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Feb 2011 21:32:26 -0000 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. PR: conf/91106 Approved by: gavin (mentor) MFC after: 1 month Modified: head/share/timedef/pl_PL.ISO8859-2.src head/share/timedef/pl_PL.UTF-8.src Modified: head/share/timedef/pl_PL.ISO8859-2.src ============================================================================== --- head/share/timedef/pl_PL.ISO8859-2.src Sun Feb 27 19:44:10 2011 (r219090) +++ head/share/timedef/pl_PL.ISO8859-2.src Sun Feb 27 21:32:25 2011 (r219091) @@ -32,12 +32,12 @@ grudnia # # Short weekday names # -ndz +nie pon wto ¶ro czw -ptk +pi± sob # # Long weekday names Modified: head/share/timedef/pl_PL.UTF-8.src ============================================================================== --- head/share/timedef/pl_PL.UTF-8.src Sun Feb 27 19:44:10 2011 (r219090) +++ head/share/timedef/pl_PL.UTF-8.src Sun Feb 27 21:32:25 2011 (r219091) @@ -32,12 +32,12 @@ grudnia # # Short weekday names # -ndz +nie pon wto Å›ro czw -ptk +piÄ… sob # # Long weekday names