diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-22 12:15:34 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-22 12:15:34 +0000 |
commit | 65fed5dad3dbcbb60cc6ccffd4e43359ec29ffb4 (patch) | |
tree | 89d4722df33c2ec8e115078fa88cdc286842e454 /ChangeLog | |
parent | 88695fc0ea105d16f3c40be0119c18ff7306331b (diff) |
* class.c (rb_mod_init_copy): always copy singleton class.
[ruby-dev:22325]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5251 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,8 +1,13 @@ +Mon Dec 22 21:15:29 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * class.c (rb_mod_init_copy): always copy singleton class. + [ruby-dev:22325] + Mon Dec 22 20:44:36 2003 akira yamada <akira@ruby-lang.org> * lib/uri/generic.rb (URI::Generic#route_from): accepts urls which has no host-part. - + * test/uri/test_generic.rb (TestGeneric::test_route): added a test. Mon Dec 22 20:38:44 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> |