From 314e1485ee73347382e64f1fe64eac6fbc8b50c2 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 3 Jul 2009 09:35:08 +0000 Subject: * vm_core.h (struct rb_iseq_struct): fixed types. * vm_core.h (ic_vmstat): VM state version is VALUE. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23945 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 13345e168..fb6df4f69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Jul 3 18:35:06 2009 Nobuyoshi Nakada + + * vm_core.h (struct rb_iseq_struct): fixed types. + + * vm_core.h (ic_vmstat): VM state version is VALUE. + Fri Jul 3 02:52:20 2009 Tanaka Akira * time.c (find_time_t): time guess strategy refined again. -- cgit