From 43c4522fbdbe37d2fd70d05dc263ff4fed703cbe Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 4 Oct 2004 05:04:22 +0000 Subject: * io.c (rb_file_open_internal, rb_io_reopen): fname might be altered while GC. [ruby-dev:24408] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6995 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 62b1a6e86..bc3743a89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 4 14:04:14 2004 Nobuyoshi Nakada + + * io.c (rb_file_open_internal, rb_io_reopen): fname might be altered + while GC. [ruby-dev:24408] + Mon Oct 4 12:53:45 2004 Hidetoshi NAGAI * ext/tk/lib/tk/optiondb.rb: support definition of command -- cgit