From 759211e2e28aeaf138b50caa1aa4570541091cb7 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 21 Oct 2008 01:40:41 +0000 Subject: * io.c (rb_file_open_internal): should initialize fmode before using. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c7660793a..952418ffa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Oct 21 10:40:37 2008 Nobuyoshi Nakada + + * io.c (rb_file_open_internal): should initialize fmode before using. + Tue Oct 21 08:56:37 2008 Nobuyoshi Nakada * regparse.c (parse_char_class): CCV_SB is only for single -- cgit