diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-08-23 11:36:42 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-08-23 11:36:42 +0000 |
commit | 6a80947a4b7ebb637602ae105ee9b2d20ae62fce (patch) | |
tree | 5f194b8a553f13eb854a66b18b939a9d338e4822 /ChangeLog | |
parent | b2ea5504bc1c979f786a4ed121f76dd933fff2d0 (diff) | |
download | ruby-6a80947a4b7ebb637602ae105ee9b2d20ae62fce.tar.gz |
* class.c (singleton_class_of): flonum can't have singleton class.
* vm.c (vm_define_method): flonum can't have singleton method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Thu Aug 23 20:34:32 2012 NAKAMURA Usaku <usa@ruby-lang.org> + + * class.c (singleton_class_of): flonum can't have singleton class. + + * vm.c (vm_define_method): flonum can't have singleton method. + Thu Aug 23 19:18:33 2012 NAKAMURA Usaku <usa@ruby-lang.org> * common.mk (win32/*): macro RUBY_H_INCLUDES is not defined there, |