From 49cd091cf24ba06d2cd019289815cd3f41c28d1f Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 5 Sep 2002 09:42:56 +0000 Subject: * 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@2799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ee205f90f9..687c42e72e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,19 @@ +Thu Sep 5 18:32:32 2002 Yukihiro Matsumoto + + * variable.c (rb_path2class): should not use rb_eval_string(). + Thu Sep 5 17:18:22 2002 Michal Rokos * 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 + + * 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 * eval.c (rb_eval): overriding false constant with class/module -- cgit v1.2.3