From 8bfdece6657b36399e9b501a69a20956bbf0aa2a Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 26 Feb 2002 06:48:59 +0000 Subject: * eval.c (rb_eval): call trace_func for if/while conditions. * marshal.c (r_object): separate r_regist from proc calling. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 73aa4f2d3..7f9f5656b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Feb 26 15:41:30 2002 Yukihiro Matsumoto + + * eval.c (rb_eval): call trace_func for if/while conditions. + + * marshal.c (r_object): separate r_regist from proc calling. + Tue Feb 26 11:25:50 2002 akira yamada * lib/uri/generic.rb: merge0 shuld return [oth, oth] if oth is -- cgit