From c0c0723bf8c3b76950a96e94e062e16c4fbecce9 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/trunk@6995 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 244d028f7..a2bbf8b97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 4 14:03:40 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