summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-24 16:12:05 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-24 16:12:05 +0000
commit13e239a0120deefd6f2e60345796e282a78ace29 (patch)
tree790368ea1d46c57ed6a5a0f8e3fa84c6080089f4
parent027c45a1c7f272234962b3591902d6f0c5766ce1 (diff)
avoid keyword itself.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
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 <[email protected]>
* 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 <[email protected]>