diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-06 13:59:37 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-06 13:59:37 +0000 |
| commit | 20bc76a036c89836e7c35f085e705e693fc9a593 (patch) | |
| tree | f3e77a4ecdfe00ee86d793254fb9fddc501cec42 /ChangeLog | |
| parent | 0420595b43d2c9afe2c7f0d779b775658baa0979 (diff) | |
| download | ruby-20bc76a036c89836e7c35f085e705e693fc9a593.tar.gz ruby-20bc76a036c89836e7c35f085e705e693fc9a593.tar.xz ruby-20bc76a036c89836e7c35f085e705e693fc9a593.zip | |
* lib/fileutils.rb (FileUtils::Entry_::copy): prevent self copy of
directories.
* lib/fileutils.rb (FileUtils::fu_each_src_dest0): use try_convert.
* lib/fileutils.rb (FileUtils::fu_update_option): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Thu Sep 6 22:57:01 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * lib/fileutils.rb (FileUtils::Entry_::copy): prevent self copy of + directories. + + * lib/fileutils.rb (FileUtils::fu_each_src_dest0): use try_convert. + + * lib/fileutils.rb (FileUtils::fu_update_option): ditto. + Thu Sep 6 21:36:33 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * include/ruby/oniguruma.h (OnigEncodingTypeST): add end parameter |
