From 9a6ef1f68acfda8ce42c8f147854ce25267f5aae Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 15 Nov 2003 23:45:26 +0000 Subject: * eval.c (eval): do not re-raise exception to avoid unnecessary exception copying, instead modify exception and internal information to adjust eval(). * eval.c (backtrace): can return the current frame information only if lev < -1. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4962 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 32d53da55..415e99ca5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sun Nov 16 04:41:33 2003 Yukihiro Matsumoto + + * eval.c (eval): do not re-raise exception to avoid unnecessary + exception copying, instead modify exception and internal + information to adjust eval(). + + * eval.c (backtrace): can return the current frame information + only if lev < -1. + Sat Nov 15 22:16:42 2003 GOTOU Yuuzou * /ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext): -- cgit