From 878ceee565344e0709ee4f033e83240d646ee6d9 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 13 Nov 2009 07:22:04 +0000 Subject: * thread.c (thread_start_func_2): see first_func, not first_proc, to decide which to use. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 882bd5b28..761a9f120 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -Fri Nov 13 11:09:31 2009 Nobuyoshi Nakada +Fri Nov 13 16:22:00 2009 Nobuyoshi Nakada + + * thread.c (thread_start_func_2): see first_func, not first_proc, + to decide which to use. * gc.c (vm_xrealloc): use the given object space. -- cgit