aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-19 04:34:44 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-19 04:34:44 +0000
commit1d23c250f07a3d977eb5b0c9dd4fac359dc112d2 (patch)
tree617eda2baf8bbb4f10b1543f8571f4c5a9c1eb59 /ChangeLog
parent0a02ad5e2e2cdd7e3dcb33f40eae056a8dfdc639 (diff)
downloadruby-1d23c250f07a3d977eb5b0c9dd4fac359dc112d2.tar.gz
* gc.c: use VALGRIND_MAKE_MEM_UNDEFINED to detect use of collected
objects if valgrind is available. It cannot detect first 2 words because they are used as the free list. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 836e15c2df..1c4ff64fe8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sun Aug 19 13:31:40 2007 Tanaka Akira <akr@fsij.org>
+
+ * gc.c: use VALGRIND_MAKE_MEM_UNDEFINED to detect use of collected
+ objects if valgrind is available. It cannot detect first 2 words
+ because they are used as the free list.
+
Sun Aug 19 13:13:52 2007 Koichi Sasada <ko1@atdot.net>
* compile.c (iseq_compile_each/NODE_RESBODY): fix to add