From 12aeeeaa3607a6e4696990986f7d76a847cc8a45 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 2 Feb 2007 10:24:06 +0000 Subject: * parse.y (assignable_gen): no need to generate NODE_CVDECL. * compile.c (iseq_compile_each): no NODE_CVDECL. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ebbfa1ad9..c484b395f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,12 @@ Fri Feb 2 18:27:54 2007 Yukihiro Matsumoto * eval.c: remove duplicated global variables rb_cProc and rb_cBinding. [ruby-dev:30242] +Thu Feb 1 21:04:39 2007 Yukihiro Matsumoto + + * parse.y (assignable_gen): no need to generate NODE_CVDECL. + + * compile.c (iseq_compile_each): no NODE_CVDECL. + Thu Feb 1 20:53:32 2007 Yukihiro Matsumoto * vm.c (eval_get_cvar_base): destination for class variable access -- cgit