aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorglass <glass@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-04 02:56:11 +0000
committerglass <glass@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-04 02:56:11 +0000
commit2142287c8696f5c8b1ca8e68c557ff61ab921f8e (patch)
tree154cdea3a31632427ff58d2ffafa54a3da2bd794 /ChangeLog
parenta28a060db41415c1c1dad3e554ff2c865a20ebca (diff)
downloadruby-2142287c8696f5c8b1ca8e68c557ff61ab921f8e.tar.gz
* lib/fileutils.rb (module FileUtils): repatch [ruby-core:39622]
[Feature #5337]. improve performance of FileUtils.compare_stream. [ruby-core:47545] [Feature #7028] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37465 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c455ff44a..4e32dfbb2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sun Nov 4 11:47:39 2012 Masaki Matsushita <glass.saga@gmail.com>
+
+ * lib/fileutils.rb (module FileUtils): repatch [ruby-core:39622]
+ [Feature #5337]. improve performance of FileUtils.compare_stream.
+ [ruby-core:47545] [Feature #7028]
+
Sun Nov 4 11:27:54 2012 Masaki Matsushita <glass.saga@gmail.com>
* array.c (recursive_equal): fix to return true when self and other