From ea79558e2e8f30a60e7a144d00dc8a48bd12c238 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 18 Jun 2008 05:31:35 +0000 Subject: * io.c (rb_open_file): not rb_enc_get_index but rb_enc_get. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c2920557d..8a58a7919 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Jun 18 14:30:06 2008 NARUSE, Yui + + * io.c (rb_open_file): not rb_enc_get_index but rb_enc_get. + Wed Jun 18 13:49:58 2008 NAKAMURA Usaku * include/ruby/win32.h (pipe): now pipe is textmode. although this -- cgit