diff options
| author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-01-01 07:22:04 +0000 |
|---|---|---|
| committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-01-01 07:22:04 +0000 |
| commit | fd12362be367872563209d853cb22cefdb6a8d5b (patch) | |
| tree | e8a708359dfa538585295c003d37eb0cc1beea52 /ChangeLog | |
| parent | 0b6b98ddc23f3557da631ee6c9f8941e4fad4b2b (diff) | |
| download | ruby-fd12362be367872563209d853cb22cefdb6a8d5b.tar.gz ruby-fd12362be367872563209d853cb22cefdb6a8d5b.tar.xz ruby-fd12362be367872563209d853cb22cefdb6a8d5b.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Sat Jan 1 16:21:29 2005 Minero Aoki <aamine@loveruby.net> + + * 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 <gotoyuzo@notwork.org> * ext/openssl/ossl_ns_spki.c (ossl_spki_set_challenge): should call |
