diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-15 23:45:26 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-15 23:45:26 +0000 |
commit | 9a6ef1f68acfda8ce42c8f147854ce25267f5aae (patch) | |
tree | 9bb38799448b07618368d6e9b4f07a4d00b2c65f /ChangeLog | |
parent | b50034ecec8e7b869d9290acc575518d58552b74 (diff) | |
download | ruby-9a6ef1f68acfda8ce42c8f147854ce25267f5aae.tar.gz ruby-9a6ef1f68acfda8ce42c8f147854ce25267f5aae.tar.xz ruby-9a6ef1f68acfda8ce42c8f147854ce25267f5aae.zip |
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Sun Nov 16 04:41:33 2003 Yukihiro Matsumoto <matz@ruby-lang.org> + + * 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 <gotoyuzo@notwork.org> * /ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext): |