From a0b0c78c4ae1361b9d5de0dde566bbcf1dfe7f69 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 14 Jul 2000 04:34:43 +0000 Subject: matz git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@832 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 821fc1087..23539266b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Jul 14 12:49:50 2000 Yukihiro Matsumoto + + * eval.c (rb_eval): should preserve errinfo even if return, break, + etc. is called in rescue clause. + + * instruby.rb: install irb too. + Wed Jul 12 15:32:57 2000 Yukihiro Matsumoto * variable.c (rb_const_get): constants for builtin classes must @@ -10,7 +17,7 @@ Wed Jul 12 15:06:28 2000 Yukihiro Matsumoto * eval.c (rb_eval): use rb_const_get_at(). - * variable.c (rb_const_get_at): retrieve toplevel constants only, + * variable.c (top_const_get): retrieve toplevel constants only, not ones of Object (and its included modules) in general. Wed Jul 12 15:04:11 2000 Minero Aoki -- cgit