summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-02-21 11:57:31 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-02-21 11:57:31 +0000
commit8e6088c57d9d6a3f2920f2f0e8d26bb5d86cb49d (patch)
tree4ce1ee27927d99cb1f4e3791ed8210ef9bbb5463 /ChangeLog
parentf6351a9201fa99a890e68e0e957c60f8588e1696 (diff)
downloadruby-8e6088c57d9d6a3f2920f2f0e8d26bb5d86cb49d.tar.gz
ruby-8e6088c57d9d6a3f2920f2f0e8d26bb5d86cb49d.tar.xz
ruby-8e6088c57d9d6a3f2920f2f0e8d26bb5d86cb49d.zip
* lib/fileutils.rb: new method FileUtils#copy_stream.
* lib/fileutils.rb: new method FileUtils#compare_file. * lib/fileutils.rb: new method FileUtils#compare_stream. * lib/fileutils.rb: new method FileUtils#rmtree (alias of rm_rf). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 383d20543..e1aefa7a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Fri Feb 21 21:03:41 2003 Minero Aoki <aamine@loveruby.net>
+
+ * lib/fileutils.rb: new method FileUtils#copy_stream.
+
+ * lib/fileutils.rb: new method FileUtils#compare_file.
+
+ * lib/fileutils.rb: new method FileUtils#compare_stream.
+
+ * lib/fileutils.rb: new method FileUtils#rmtree (alias of rm_rf).
+
Fri Feb 21 17:19:27 2003 WATANABE Hirofumi <eban@ruby-lang.org>
* eval.c (rb_f_require): do not need to abort if a DLEXT file