From c4c052c4f4e6f81cf469600e6b08b41926495634 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 2 Jul 2006 02:25:11 +0000 Subject: * io.c (io_reopen): STDOUT.reopen(filename, "w+") didn't work. (rb_io_reopen): STDOUT.reopen(File.open(filename, "w+")) didn't work. This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f2beaf99d..93b7f079c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Jul 2 11:22:03 2006 Tanaka Akira + + * io.c (io_reopen): STDOUT.reopen(filename, "w+") didn't work. + (rb_io_reopen): STDOUT.reopen(File.open(filename, "w+")) didn't work. + Sat Jul 1 23:55:42 2006 Yukihiro Matsumoto * eval.c (PUSH_FRAME): initialize frame->self. [ruby-dev:28911] -- cgit