From a5f96ec9df5f440247fe31cc11bdd687e190383b Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 25 Oct 2003 00:36:56 +0000 Subject: * eval.c (rb_method_missing): protect exception from within "inspect". (ruby-bugs PR#1204) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4841 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 57abeb74b..ee8d2650d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Oct 25 09:18:04 2003 Yukihiro Matsumoto + + * eval.c (rb_method_missing): protect exception from within + "inspect". (ruby-bugs PR#1204) + Fri Oct 24 23:26:34 2003 Yukihiro Matsumoto * hash.c (rb_hash_each): Hash#each should yield single value. -- cgit