From 88014d3a00de0ea7c4db31cca2d8257b06da15d5 Mon Sep 17 00:00:00 2001 From: nagai Date: Mon, 16 Jun 2008 16:54:50 +0000 Subject: * ext/tk/tcltklib.c: SEGV when exit. * ext/tk/lib/tk.rb: add a check for safety to Tk.exit. * ext/tk/sample/irbtkw.rbw: freezes when receives SIGINT. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17368 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5ba0d01d6..1cbc39ff3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Jun 17 01:52:50 2008 Hidetoshi NAGAI + + * ext/tk/tcltklib.c: SEGV when exit. + + * ext/tk/lib/tk.rb: add a check for safety to Tk.exit. + + * ext/tk/sample/irbtkw.rbw: freezes when receives SIGINT. + Mon Jun 16 21:58:38 2008 Nobuyoshi Nakada * ext/stringio/stringio.c (strio_each, strio_readlines): IO#each and -- cgit