From 564e497f42fb88819cdee861000ae65bfa9c9f3f Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 20 May 2002 04:33:59 +0000 Subject: * io.c (rb_io_clone): writing stream was not copied properly. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2473 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 906d83638..8301f6c9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon May 20 13:28:52 2002 Nobuyoshi Nakada + + * io.c (rb_io_clone): writing stream was not copied properly. + Sat May 18 21:38:11 2002 Tadayoshi Funaba * lib/date.rb, lib/date/format.rb, lib/parsedate.rb: -- cgit