diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-19 05:08:49 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-19 05:08:49 +0000 |
| commit | 1a328da16a7eb5f0e5b5841df6b880c99893b48e (patch) | |
| tree | b4500c43738f5bfea5ea25637faaa0ffb086c99f /ChangeLog | |
| parent | 1db7f07df2b314c5e502cb21ebebe2eb30803f01 (diff) | |
| download | ruby-1a328da16a7eb5f0e5b5841df6b880c99893b48e.tar.gz ruby-1a328da16a7eb5f0e5b5841df6b880c99893b48e.tar.xz ruby-1a328da16a7eb5f0e5b5841df6b880c99893b48e.zip | |
* encoding.c (enc_check_encoding): should not load autoloaded encoding
directly, instead use rb_enc_find_index() which deal with alias and
replica. [ruby-core:15957]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Wed Mar 19 14:08:47 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * encoding.c (enc_check_encoding): should not load autoloaded encoding + directly, instead use rb_enc_find_index() which deal with alias and + replica. [ruby-core:15957] + Wed Mar 19 11:49:47 2008 NAKAMURA Usaku <usa@ruby-lang.org> * regint.h (include): include ruby.h instead of defines.h and config.h. |
