From 9ffeef1fa60bf30e46665940e8ae93f9e787002a Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 19 Feb 2008 02:14:14 +0000 Subject: * eval.c (ruby_exec_node): no thread starts inside iseq compilation. * eval.c (rb_f_raise): skip current control frame. [ruby-core:15589] * insns.def (opt_div): raise as the ordinary method. [ruby-core:15589] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 122651e89..6a66fdcce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Feb 19 11:14:13 2008 Nobuyoshi Nakada + + * eval.c (ruby_exec_node): no thread starts inside iseq compilation. + + * eval.c (rb_f_raise): skip current control frame. [ruby-core:15589] + + * insns.def (opt_div): raise as the ordinary method. [ruby-core:15589] + Mon Feb 18 15:16:30 2008 Tanaka Akira * string.c (rb_str_each_line): fix newline size. -- cgit