From 13e239a0120deefd6f2e60345796e282a78ace29 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 24 Dec 2007 16:12:05 +0000 Subject: [PATCH] avoid keyword itself. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index af7fbb38ce..fb43b86b38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ Tue Dec 25 01:07:57 2007 Tanaka Akira * lib/irb/output-method.rb: translate a comment to English to - avoid mix of EUC-JP comment and UTF-8 $Date$. + avoid mix of EUC-JP comment and UTF-8 Date keyword. + svn substitute Date keyword with UTF-8 weekday on UTF-8 locale. Tue Dec 25 00:27:28 2007 GOTOU Yuuzou