From cdd39077b6ec522d084c3ed415edc4f5aaa23734 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 19 Jan 2002 14:22:27 +0000 Subject: * eval.c (rb_eval): need not to clar method cache for NODE_CLASS, NODE_SCLASS. * gc.c (obj_free): need not to clear method cache on class/module finalization. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2006 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1a9ea8c0a..ad4b4e4d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Sat Jan 19 02:31:45 2002 Yukihiro Matsumoto + + * eval.c (rb_eval): need not to clar method cache for NODE_CLASS, + NODE_SCLASS. + + * gc.c (obj_free): need not to clear method cache on class/module + finalization. + +Fri Jan 18 23:38:03 2002 Yukihiro Matsumoto + + * array.c (rb_ary_fetch): index out of range raises exception + unless optional second argument is specified. + Fri Jan 18 17:32:09 2002 Yukihiro Matsumoto * io.c (rb_io_s_new): block check moved from initialize to this -- cgit