From c68490037a060b14bc9e7bb3d5f86f58f9e44686 Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 15 Jan 2009 16:32:49 +0000 Subject: merges r21536 from trunk into ruby_1_9_1. * vm.c (rb_vm_inc_const_missing_count, ruby_vm_const_missing_count): added. * vm_insnhelper.h: ditto. * variable.c (rb_const_get_0), insns.def: Constants should not be cached if const_missing is called. [ruby-core:21059] [Bug #967] * bootstraptest/test_class.rb: add a test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21574 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 99ae273fc..054910b41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Fri Jan 16 00:27:03 2009 Koichi Sasada + + * vm.c (rb_vm_inc_const_missing_count, ruby_vm_const_missing_count): + added. + + * vm_insnhelper.h: ditto. + + * variable.c (rb_const_get_0), insns.def: Constants should not be + cached if const_missing is called. [ruby-core:21059] [Bug #967] + + * bootstraptest/test_class.rb: add a test. + Fri Jan 16 00:25:09 2009 Koichi Sasada * common.mk: btest-ruby should receive option with OPTS. -- cgit