From owner-svn-src-all@FreeBSD.ORG Mon Jun 15 18:49:07 2009 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 37B72106566C; Mon, 15 Jun 2009 18:49:07 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 25C938FC24; Mon, 15 Jun 2009 18:49:07 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n5FIn7Du097970; Mon, 15 Jun 2009 18:49:07 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n5FIn6JR097968; Mon, 15 Jun 2009 18:49:06 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <200906151849.n5FIn6JR097968@svn.freebsd.org> From: Jung-uk Kim Date: Mon, 15 Jun 2009 18:49:06 +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: r194250 - 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: Mon, 15 Jun 2009 18:49:08 -0000 Author: jkim Date: Mon Jun 15 18:49:06 2009 New Revision: 194250 URL: http://svn.freebsd.org/changeset/base/194250 Log: Long long time ago, several utilities in base used to parse %c output and we were not able to change c_fmt without breaking these utilities. Since ache fixed all known issues 8 years ago, now we make ko_KR more usable. Better late than never... Modified: head/share/timedef/ko_KR.UTF-8.src head/share/timedef/ko_KR.eucKR.src Modified: head/share/timedef/ko_KR.UTF-8.src ============================================================================== --- head/share/timedef/ko_KR.UTF-8.src Mon Jun 15 18:27:27 2009 (r194249) +++ head/share/timedef/ko_KR.UTF-8.src Mon Jun 15 18:49:06 2009 (r194250) @@ -61,13 +61,11 @@ # # x_fmt # -%Y/%m/%d +%Y년 %b월 %e일 # # c_fmt # -# just following tradition... -# %Y년 %b월 %e일 %a요일 %X -%a %b/%e %H:%M:%S %Y +%x %A %X # # am # @@ -79,7 +77,7 @@ # # date_fmt # -%Y년 %B %e일 %A %X %Z +%c %Z # # Long month names (without case ending) # Modified: head/share/timedef/ko_KR.eucKR.src ============================================================================== --- head/share/timedef/ko_KR.eucKR.src Mon Jun 15 18:27:27 2009 (r194249) +++ head/share/timedef/ko_KR.eucKR.src Mon Jun 15 18:49:06 2009 (r194250) @@ -61,13 +61,11 @@ # # x_fmt # -%Y/%m/%d +%Y %b %e # # c_fmt # -# just following tradition... -# %Y %b %e %a %X -%a %b/%e %H:%M:%S %Y +%x %A %X # # am # @@ -79,7 +77,7 @@ # # date_fmt # -%Y %B %e %A %X %Z +%c %Z # # Long month names (without case ending) #