From 0a4a9dbaea37782ffe47210b26f2462f42ebff16 Mon Sep 17 00:00:00 2001 From: aamine Date: Sat, 1 Jan 2005 07:22:04 +0000 Subject: * lib/fileutils.rb (copy_stream): use read/write instead of sysread/syswrite, which allows duck typing. [ruby-dev:25369] * lib/fileutils.rb (copy_stream): does NOT support nonblocking IO. [ruby-dev:25370] * test/fileutils/test_fileutils.rb: test copy_entry, copy_file, copy_stream. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b88fe2b5f7..9d0b7807cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Sat Jan 1 16:21:29 2005 Minero Aoki + + * lib/fileutils.rb (copy_stream): use read/write instead of + sysread/syswrite, which allows duck typing. [ruby-dev:25369] + + * lib/fileutils.rb (copy_stream): does NOT support nonblocking IO. + [ruby-dev:25370] + + * test/fileutils/test_fileutils.rb: test copy_entry, copy_file, + copy_stream. + Sat Jan 1 04:20:23 2005 GOTOU Yuuzou * ext/openssl/ossl_ns_spki.c (ossl_spki_set_challenge): should call -- cgit v1.2.3