summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-29 15:47:54 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-29 15:47:54 +0000
commita51d3fd03b7b9bc40e084bdb374d27f54877930d (patch)
tree56347f41d8e77335ef3a12911c4d0e0ce48b4cd5 /ChangeLog
parent133d4448feba7d9259bb4410754149cac284b12d (diff)
* class.c (clone_method): should copy cref as well.
[ruby-core:15833] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@15856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e4eb52da80..f8eac8679d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -82,6 +82,11 @@ Sat Mar 29 14:18:41 2008 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
* ext/tk/sample/tksleep_sample.rb: sample script about Tk.sleep.
+Sat Mar 29 04:08:59 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * class.c (clone_method): should copy cref as well.
+ [ruby-core:15833]
+
Mon Mar 24 20:07:42 2008 Akinori MUSHA <knu@iDaemons.org>
* eval.c (rb_eval): Call trace hook for if expression after the