summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-26 04:01:38 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-26 04:01:38 +0000
commitaf4986f515bfccadc404709985422897217504c8 (patch)
treef87e22b5a0d490d943748e41808349ac65fa0047 /ChangeLog
parent201d99cc5f0c5f9da671245befe12e4036ff0c99 (diff)
* vm.c (rb_thread_mark): should mark iseq itself other than normal
iseq. [ruby-dev:41880] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28755 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 7a08141caf..32dad4c028 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jul 26 13:01:25 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * vm.c (rb_thread_mark): should mark iseq itself other than normal
+ iseq. [ruby-dev:41880]
+
Mon Jul 26 11:51:01 2010 NARUSE, Yui <naruse@ruby-lang.org>
* configure.in: define BROKEN_CLOSE on FreeBSD.