From 28aa3a401c1bd18965b2bab0e76eb8a2e36f111d Mon Sep 17 00:00:00 2001 From: naruse Date: Mon, 15 Sep 2008 05:17:18 +0000 Subject: * encoding.c (rb_enc_compatible): accepst other than strings and regexps. [ruby-core:18595] * encoding.c (rb_enc_get_index): works files and encodings. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2567ae6b3..89492428a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Sep 15 13:53:33 2008 NARUSE, Yui + + * encoding.c (rb_enc_compatible): accepst other than strings and + regexps. [ruby-core:18595] + + * encoding.c (rb_enc_get_index): works files and encodings. + Mon Sep 15 13:17:21 2008 Tadayoshi Funaba * complex.c (nucomp_eql_p): new. -- cgit