From ea899f6b18b63057eafa2bad72de55d40fa4192f Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 30 Jul 2006 13:30:19 +0000 Subject: * eval.c (rb_trap_eval): make the current thread runnable to deal with exceptions which occurred within the trap. fixed: [ruby-dev:27729] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0089596024..cca6cf7fc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Jul 30 22:29:01 2006 Nobuyoshi Nakada + + * eval.c (rb_trap_eval): make the current thread runnable to deal with + exceptions which occurred within the trap. fixed: [ruby-dev:27729] + Sat Jul 29 06:12:06 2006 Hidetoshi NAGAI * ext/tk/lib/multi-tk.rb: freeze ip_name for security reason. -- cgit v1.2.3