From fd12362be367872563209d853cb22cefdb6a8d5b 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: http://svn.ruby-lang.org/repos/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 b88fe2b5f..9d0b7807c 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