From 7b837f9569b67ae8930f4ee03c56124445ef83fa Mon Sep 17 00:00:00 2001 From: mame Date: Sun, 27 Jul 2008 15:20:01 +0000 Subject: * vm_core.h, thread.c: It is now prohibited to use Data_Get_Struct in *_free against an object that is going to be free'ed. So, change type of thread_t#keeping_mutexes from VALUE to mutex_t. * vm.c: remove mark to keeping_mutexes. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18235 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8aad884d5..d42730787 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Jul 28 00:18:47 2008 Yusuke Endoh + + * vm_core.h, thread.c: It is now prohibited to use Data_Get_Struct in + *_free against an object that is going to be free'ed. So, change type + of thread_t#keeping_mutexes from VALUE to mutex_t. + + * vm.c: remove mark to keeping_mutexes. + Sun Jul 27 23:32:42 2008 Yusuke Endoh * test/openssl/test_ssl.rb (server_loop): rescue Errno::EINVAL and -- cgit