diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-21 06:16:02 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-21 06:16:02 +0000 |
| commit | 538cf682601f27d30576009d6f9479b21dcc4275 (patch) | |
| tree | c88a62c8e9a554de06d87954163c8403b10ecd9e /ChangeLog | |
| parent | 65388f24bfdd5dafbbca401e59d6ced7a2b04296 (diff) | |
| download | ruby-538cf682601f27d30576009d6f9479b21dcc4275.tar.gz ruby-538cf682601f27d30576009d6f9479b21dcc4275.tar.xz ruby-538cf682601f27d30576009d6f9479b21dcc4275.zip | |
* encoding.c (rb_to_encoding_index): should return error instead of
exception even if type is incorrect.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14405 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Fri Dec 21 15:16:00 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * encoding.c (rb_to_encoding_index): should return error instead of + exception even if type is incorrect. + Fri Dec 21 14:58:27 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * enumerator.c (enumerator_init_copy): prohibit cloning of |
