aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-25 09:46:59 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-25 09:46:59 +0000
commit788001a9c8473130bd357846785838045387b060 (patch)
treef4d4df6103a117fc504bb51d846117b5d376a92c /ChangeLog
parentfaefcc8249e83d6b122213dfae15cb66c798ab6a (diff)
downloadruby-788001a9c8473130bd357846785838045387b060.tar.gz
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@19546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 12 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 270a8a0716..3c9f11be70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,17 @@
-2008-09-25 Jim Weirich <jim@tardis.local>
+Thu Sep 25 18:40:42 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * 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 <jim@tardis.local>
* 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