diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-09-05 09:42:56 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-09-05 09:42:56 +0000 |
| commit | b7b36ad788569a4f542538fa7d5195d7726ffd17 (patch) | |
| tree | 889098fc7c624d1665a94d18564e776b059fd1f4 /ChangeLog | |
| parent | 36b65cf786321c492cfa24d103784ed364d689b6 (diff) | |
| download | ruby-b7b36ad788569a4f542538fa7d5195d7726ffd17.tar.gz ruby-b7b36ad788569a4f542538fa7d5195d7726ffd17.tar.xz ruby-b7b36ad788569a4f542538fa7d5195d7726ffd17.zip | |
* variable.c (rb_path2class): should not use rb_eval_string().
* marshal.c (w_extended): should allow marshaling of object which
is extended by named module.
* class.c (rb_make_metaclass): super may be T_ICLASS, need to skip.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,8 +1,19 @@ +Thu Sep 5 18:32:32 2002 Yukihiro Matsumoto <matz@ruby-lang.org> + + * variable.c (rb_path2class): should not use rb_eval_string(). + Thu Sep 5 17:18:22 2002 Michal Rokos <michal@ruby-lang.org> * dln.c: fix memory leak in dln_load (ruby-core:405) and in load_1 (ruby-core:407) +Thu Sep 5 15:43:54 2002 Yukihiro Matsumoto <matz@ruby-lang.org> + + * marshal.c (w_extended): should allow marshaling of object which + is extended by named module. + + * class.c (rb_make_metaclass): super may be T_ICLASS, need to skip. + Thu Sep 5 13:09:22 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net> * eval.c (rb_eval): overriding false constant with class/module |
