From 4aa0fea5d6d76ec0e84beafd1f14717c626a8a4e Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 18 Aug 2008 16:33:46 +0000 Subject: * io.c (rb_open_file): encoding in mode string was ignored if perm is specified. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1b118814f..280332159 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Aug 19 01:32:37 2008 Tanaka Akira + + * io.c (rb_open_file): encoding in mode string was ignored if perm is + specified. + Tue Aug 19 01:02:19 2008 Tanaka Akira * io.c (rb_open_file): don't access argv[-1] by -- cgit