diff options
| author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-22 15:53:22 +0000 |
|---|---|---|
| committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-22 15:53:22 +0000 |
| commit | 7506bf2c3cc1dc1fdd1d043e9f5dc84c76df052b (patch) | |
| tree | 804872a95515c17df79e806e6a3d06fe0f45ed1f /ChangeLog | |
| parent | be5d23c22ac241c25c508d4a17a7b58895541d97 (diff) | |
* class.c (clone_method): Totally revamp the previous fix which
was incorrect.
(rb_mod_init_copy): Ditto.
(singleton_class_clone_int): Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Fri May 23 00:51:48 2008 Akinori MUSHA <knu@iDaemons.org> + + * class.c (clone_method): Totally revamp the previous fix which + was incorrect. + (rb_mod_init_copy): Ditto. + (singleton_class_clone_int): Ditto. + Fri May 23 00:48:10 2008 Akinori MUSHA <knu@iDaemons.org> * eval.c (rb_copy_node_scope), node.h: Rename from copy_node_scope |
