summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-11-15 23:45:26 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-11-15 23:45:26 +0000
commit9a6ef1f68acfda8ce42c8f147854ce25267f5aae (patch)
tree9bb38799448b07618368d6e9b4f07a4d00b2c65f /ChangeLog
parentb50034ecec8e7b869d9290acc575518d58552b74 (diff)
downloadruby-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
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 <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):