From f92d8eb89ecec617668f9ef994ee0aefcda12e1a Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 25 Sep 2008 11:31:02 +0000 Subject: * class.c (rb_make_metaclass): [BUG] Fixed a bus error on the case for metaclass of a class which includes a module. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 41cf3357e..9d3e7594e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Sep 25 20:27:54 2008 Yuki Sonoda (Yugui) + + * class.c (rb_make_metaclass): [BUG] Fixed a bus error + on the case for metaclass of a class which includes a + module. + Thu Sep 25 19:34:33 2008 Eric Hodel * test/rubygems/*: Update some new tests to use build_rake_in. -- cgit