* lib/rexml/encodings/SHIFT_JIS.rb: fixed LoadError bug. [ruby-core:3958]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kou 2004-12-19 15:19:43 +00:00
parent 64592fbc10
commit ee6e23caf6
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Mon Dec 20 00:16:54 2004 Kouhei Sutou <kou@cozmixng.org>
* lib/rexml/encodings/SHIFT_JIS.rb: fixed LoadError bug.
[ruby-core:3958]
Sun Dec 19 17:24:59 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (enable_rpath): use rpath flag to embed the library

View File

@ -1 +1 @@
load 'rexml/encodings/Shift-JIS'
load 'rexml/encodings/SHIFT-JIS.rb'