aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-18 13:16:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-18 13:16:37 +0000
commite23d1736797f9b7170c80a7470b8e5cecd308105 (patch)
treedecab29dec4623d153048c82c9f96c70ecd0ac6b /ChangeLog
parent7ebb63f0389c06e05e047b54fb3171b97f210a34 (diff)
downloadruby-e23d1736797f9b7170c80a7470b8e5cecd308105.tar.gz
revert r46859 and r46860
revert "enum.c: optimize any? object allocations for Array and Hash" git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 0 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 668248501c..1602d901d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,12 +18,6 @@ Fri Jul 18 17:41:54 2014 GoGo tanaka <qlli.illb@gmail.com>
* test/matrix/test_matrix.rb: Add tests for Matrix class.
[Feature #10057][ruby-core:63809]
-Fri Jul 18 11:10:53 2014 Scott Francis <scott.francis@shopify.com>
-
- * enum.c (enum_any): optimize object allocations for Array and
- Hash when `each` is not redefined, always false if empty and the
- case without a block. [fix GH-671]
-
Fri Jul 18 10:14:42 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* lib/fileutils.rb: added missing options of FileUtils.touch by @Domon.