summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-16 22:48:25 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-16 22:48:25 +0000
commitad980058d372b3d103d08370c2eaa8729e375bb4 (patch)
treea122a91b574062da926befab7261ae2381429056
parentcc042b0ca6aa136fca967b11cff8b57fa568344e (diff)
downloadruby-ad980058d372b3d103d08370c2eaa8729e375bb4.tar.gz
ruby-ad980058d372b3d103d08370c2eaa8729e375bb4.tar.xz
ruby-ad980058d372b3d103d08370c2eaa8729e375bb4.zip
* lib/rexml/encodings/SHIFT_JIS: wrong library name.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--lib/rexml/encodings/SHIFT_JIS.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ba58dadc..cb0d6331a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Feb 17 07:48:21 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/rexml/encodings/SHIFT_JIS: wrong library name.
+
Tue Feb 17 01:35:28 2004 Tanaka Akira <akr@m17n.org>
* eval.c (rb_eval): care that another thread replace NODE_DREGX_ONCE
diff --git a/lib/rexml/encodings/SHIFT_JIS.rb b/lib/rexml/encodings/SHIFT_JIS.rb
index 6e8f75937..e355704a7 100644
--- a/lib/rexml/encodings/SHIFT_JIS.rb
+++ b/lib/rexml/encodings/SHIFT_JIS.rb
@@ -1 +1 @@
-require 'rexml/encodings/Shift-JIS'
+require 'rexml/encodings/SHIFT-JIS'