From 0912f7a6fc0fb13e9f5e2a215c3024269e4b7d44 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 24 Dec 2007 16:12:05 +0000 Subject: avoid keyword itself. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index af7fbb38c..fb43b86b3 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 -- cgit