summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e91e8ff7f9..dcb2b0d86e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+Tue Nov 17 18:36:52 2015 Koichi Sasada <ko1@atdot.net>
+
+ * method.h: introduce rb_method_definition_t::complemented_count.
+
+ * vm_method.c (method_definition_addref_complement): introduced.
+
+ def->alias_count is used to decide warn or do not warn at method
+ redefinition. Complented methods should not prevent redefiniton
+ warnings.
+
+ * vm_method.c (rb_method_definition_release): release def iff
+ alias_count == 0 && complemented_count == 0.
+
+ * test/ruby/test_module.rb: add a test.
+
Tue Nov 17 15:34:34 2015 Martin Duerst <duerst@it.aoyama.ac.jp>
* NEWS: Added update from Unicode 7.0.0 to 8.0.0 [ci skip]