aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-25 11:31:02 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-25 11:31:02 +0000
commit7a86a81dccd6aa6c5268196727c86944443cb9de (patch)
treea58959f67819ae7615d8df62be29a8bca04ce923 /ChangeLog
parent6cd13d6577401706d3f008e2f80ec14339988018 (diff)
downloadruby-7a86a81dccd6aa6c5268196727c86944443cb9de.tar.gz
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@19550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 41cf3357ef..9d3e7594e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Sep 25 20:27:54 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * 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 <drbrain@segment7.net>
* test/rubygems/*: Update some new tests to use build_rake_in.