1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

forgot to add items

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
aamine 2005-01-01 07:32:15 +00:00
parent 0a4a9dbaea
commit 6a95ae2a79

View file

@ -6,6 +6,8 @@ Sat Jan 1 16:21:29 2005 Minero Aoki <aamine@loveruby.net>
* lib/fileutils.rb (copy_stream): does NOT support nonblocking IO.
[ruby-dev:25370]
* lib/fileutils.rb (copy_entry): could not copy symlink.
* test/fileutils/test_fileutils.rb: test copy_entry, copy_file,
copy_stream.