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
commit4eac9b4b679e81ace32088aaa57e698861ff1fdd (patch)
tree340671f67223398e599db22a20a9fb3e3211f5a5 /ChangeLog
parentf3578d790f055e2183967aa051f659f7b22cf4ba (diff)
downloadruby-4eac9b4b679e81ace32088aaa57e698861ff1fdd.tar.gz
ruby-4eac9b4b679e81ace32088aaa57e698861ff1fdd.tar.xz
ruby-4eac9b4b679e81ace32088aaa57e698861ff1fdd.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/trunk@9000 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 39294a3e9..503675efd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed Aug 17 23:58:05 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * eval.c (terminate_process): take String message.
+
+ * eval.c (rb_thread_switch): propagate the exception caused thread
+ termination directly. fixed: [ruby-core:05552]
+
Wed Aug 17 21:20:05 2005 NARUSE, Yui <naruse@ruby-lang.org>
* ext/nkf/lib/kconv.rb: ensure that symbol_to_option is private_class_method
@@ -10,7 +17,7 @@ Wed Aug 17 00:05:46 2005 Yukihiro Matsumoto <matz@ruby-lang.org>
where a method is defined .
* eval.c (rb_call0): restore preserved safe level in the method
- execution.
+ execution.
* parse.y (lambda): need separate block variable stack
manipulation and lpar_beg maintenance. based on a patch found