aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-08 05:34:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-08 05:34:31 +0000
commit7c072b35d18391b9a1f848c6adc707c3ebbb1791 (patch)
treeeba43ccce1dc604689203e8a205f1c1f4bdc9052 /ChangeLog
parent97cd982a3e9fb4691af3dc63fdd0c37720def513 (diff)
downloadruby-7c072b35d18391b9a1f848c6adc707c3ebbb1791.tar.gz
class.c: always clear tables first
* class.c (rb_mod_init_copy): always clear instance variable, constant and method tables first, regardless the source tables. [ruby-dev:48182] [Bug #9813] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45874 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 0c6c940f91..5cadb8dec6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu May 8 14:34:29 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * class.c (rb_mod_init_copy): always clear instance variable,
+ constant and method tables first, regardless the source tables.
+ [ruby-dev:48182] [Bug #9813]
+
Thu May 8 10:53:14 2014 NARUSE, Yui <naruse@ruby-lang.org>
* configure.in: OpenBSD needs to include sys/param.h before include