From 885deb13f908df7a06e954bbb1d4484fb37155de Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 23 Feb 2007 02:49:41 +0000 Subject: * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h, object.c, string.c, variable.c, vm_macro.def: revert private instance variable feature, which is postponed until next major release. * marshal.c: TYPE_SYMBOL2 removed; MARSHAL_MINOR reverted back to 8th version. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5129f953f..398662027 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Fri Feb 23 11:41:21 2007 Yukihiro Matsumoto + + * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h, + object.c, string.c, variable.c, vm_macro.def: revert private + instance variable feature, which is postponed until next major + release. + + * marshal.c: TYPE_SYMBOL2 removed; MARSHAL_MINOR reverted back to + 8th version. + Fri Feb 23 10:53:21 2007 Shugo Maeda * thread_pthread.ci (native_mutex_lock): do not call -- cgit