summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-25 12:41:48 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-25 12:41:48 +0000
commit49bc6e7c8bf809166552c3463aad3c1570b4d4e5 (patch)
treea1826ada1b512c5ae1d51ebe782cd5555ea7bf16 /ChangeLog
parent0c7a3e5dd370b7b91e39b6ab727f14daec4fb583 (diff)
downloadruby-49bc6e7c8bf809166552c3463aad3c1570b4d4e5.tar.gz
ruby-49bc6e7c8bf809166552c3463aad3c1570b4d4e5.tar.xz
ruby-49bc6e7c8bf809166552c3463aad3c1570b4d4e5.zip
* eval_method.ci (remove_method): should not remove undef place
holder. [ruby-dev:31816], [ruby-dev:31817] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13511 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 c5316ba25..8e0537d34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Sep 25 13:43:03 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * eval_method.ci (remove_method): should not remove undef place
+ holder. [ruby-dev:31816], [ruby-dev:31817]
+
Tue Sep 25 09:51:31 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* eval.c (rb_longjmp): source file information may be NULL.