From 143d2c0929c2df367894c9f7e5f220e438c87a5e Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 5 May 2008 15:01:42 +0000 Subject: * compile.c (iseq_compile_each): should call compile_cpath() for modules as well. [ruby-dev:34585] * insns.def (defineclass): add undef handling. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 49e1a4548..ce7364f21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue May 6 00:00:02 2008 Yukihiro Matsumoto + + * compile.c (iseq_compile_each): should call compile_cpath() for + modules as well. [ruby-dev:34585] + + * insns.def (defineclass): add undef handling. + Mon May 5 23:49:40 2008 Yukihiro Matsumoto * insns.def (defineclass): was using wrong variable. [ruby-dev:34592] -- cgit