From e55782570496a66d7e8761bba0791abb8590bd32 Mon Sep 17 00:00:00 2001 From: nagai Date: Sun, 26 Oct 2003 15:25:58 +0000 Subject: bug fix on Win : hang-up when calling 'exit' in the Tk callback procedure. [ruby-list:38656] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4845 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ee8d2650d..db8dc05d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 27 00:23:50 2003 Hidetoshi NAGAI + + * ext/tcltklib/tcltklib.c (ip_ruby): bug fix on Win : hang-up when + calling 'exit' in the Tk callback procedure. [ruby-list:38656] + Sat Oct 25 09:18:04 2003 Yukihiro Matsumoto * eval.c (rb_method_missing): protect exception from within -- cgit