diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-24 16:12:05 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-24 16:12:05 +0000 |
commit | 13e239a0120deefd6f2e60345796e282a78ace29 (patch) | |
tree | 790368ea1d46c57ed6a5a0f8e3fa84c6080089f4 | |
parent | 027c45a1c7f272234962b3591902d6f0c5766ce1 (diff) |
avoid keyword itself.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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]> |