1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/rexml/encodings/SHIFT_JIS: wrong library name.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2004-02-16 22:48:25 +00:00
parent 511dceec5c
commit bd00e2118c
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -1 +1 @@
require 'rexml/encodings/Shift-JIS'
require 'rexml/encodings/SHIFT-JIS'