summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-08-17 14:58:47 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-08-17 14:58:47 +0000
commit942903a0c2e46871d9659d75fbb77f87f07db1f2 (patch)
treeabcb8e704263ebd1522d3cfb10186dc70428be8c /ChangeLog
parent2edc0bf2e78ef13dc791e6f5b07337be58b552a7 (diff)
downloadruby-942903a0c2e46871d9659d75fbb77f87f07db1f2.tar.gz
ruby-942903a0c2e46871d9659d75fbb77f87f07db1f2.tar.xz
ruby-942903a0c2e46871d9659d75fbb77f87f07db1f2.zip
* eval.c (terminate_process): take String message.
* eval.c (rb_thread_switch): propagate the exception caused thread termination directly. fixed: [ruby-core:05552] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9000 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 232bad6d0..ebd14b6c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-Mon Aug 15 07:24:38 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Wed Aug 17 23:58:05 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
* object.c (rb_to_integer): argument constified.
+ * eval.c (terminate_process): take String message.
+
+ * eval.c (rb_thread_switch): propagate the exception caused thread
+ termination directly. fixed: [ruby-core:05552]
+
Mon Aug 15 00:38:51 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
* eval.c (rb_rescue2): reduce PUSH_TAG() as well as NODE_RESCUE.