From f3e8d4994b7bd78b9b8dd2b68fa58a55d758c688 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 15 Sep 2008 14:29:09 +0000 Subject: * encoding.c (rb_enc_get_index): don't return -1. * io.c (rb_scan_open_args): call FilePathValue before encoding conversion. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19362 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 78366c487..0eb2e48a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Sep 15 23:28:28 2008 Tanaka Akira + + * encoding.c (rb_enc_get_index): don't return -1. + + * io.c (rb_scan_open_args): call FilePathValue before encoding + conversion. + Mon Sep 15 20:57:00 2008 Yuki Sonoda (Yugui) * lib/matrix.rb (Matrix#eql?): fixed [ruby-dev:36298]. -- cgit