From 6f02881c9a8a39e38d9d3ceacb3fade89a9bc967 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 18 Aug 2008 16:04:09 +0000 Subject: * io.c (rb_open_file): don't access argv[-1] by File.allocate.instance_eval { initialize }. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a107dc8b5..1b118814f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Aug 19 01:02:19 2008 Tanaka Akira + + * io.c (rb_open_file): don't access argv[-1] by + File.allocate.instance_eval { initialize }. + Tue Aug 19 00:56:01 2008 Tanaka Akira * re.c (rb_reg_inspect): don't raise for uninitialized Regexp. -- cgit