From 4520ae9543a0d2791dd14772ebd57cff729e3b79 Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 25 Sep 2008 09:46:59 +0000 Subject: * class.c (rb_make_metaclass): Made class of class of class from Class into its own eigenclass. Now meta^(n)-class hierarchy regresses infinitely, again. (This feature was decided on developer-meeting-20080922.) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 270a8a071..3c9f11be7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,17 @@ -2008-09-25 Jim Weirich +Thu Sep 25 18:40:42 2008 Yuki Sonoda (Yugui) + + * class.c (rb_make_metaclass): Made class of class of class + from Class into its own eigenclass. Now meta^(n)-class + hierarchy regresses infinitely, again. + (This feature was decided on developer-meeting-20080922.) + +Thu Sep 25 16:01:07 2008 Jim Weirich * lib/rake.rb: Update rake source to version 0.8.3. This - version includes some fixes for running Rake on windows. (1) - better APPDATA/HOMExxx/USERPROFILE integration for system - rakefiles, (2) Better handling of the :ruby command when - installed in directory containing spaces. + version includes some fixes for running Rake on windows. + (1) better APPDATA/HOMExxx/USERPROFILE integration for + system rakefiles, (2) Better handling of the :ruby command + when installed in directory containing spaces. Thu Sep 25 11:22:51 2008 -- cgit