mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
64592fbc10
commit
ee6e23caf6
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
load 'rexml/encodings/Shift-JIS'
|
||||
load 'rexml/encodings/SHIFT-JIS.rb'
|
||||
|
|
Loading…
Reference in a new issue