summaryrefslogtreecommitdiffstats
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
commit4520ae9543a0d2791dd14772ebd57cff729e3b79 (patch)
treef4d4df6103a117fc504bb51d846117b5d376a92c /ChangeLog
parent15bd942de4953fef0af134ec1662dec02c21b7c6 (diff)
downloadruby-4520ae9543a0d2791dd14772ebd57cff729e3b79.tar.gz
ruby-4520ae9543a0d2791dd14772ebd57cff729e3b79.tar.xz
ruby-4520ae9543a0d2791dd14772ebd57cff729e3b79.zip
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 12 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 270a8a071..3c9f11be7 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