From a653fb580318c232b89ddad54a53175f23befd69 Mon Sep 17 00:00:00 2001 From: nagai Date: Thu, 7 Oct 2004 08:38:03 +0000 Subject: * ext/tk/lib/tk.rb: When CHILDKILLED and so on, Tk.errorCode returns a Fixnum for 2nd element (it's pid) of the return value. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3ca3465f9..51dbc224a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 7 17:36:25 2004 Hidetoshi NAGAI + + * ext/tk/lib/tk.rb: When CHILDKILLED and so on, Tk.errorCode returns + a Fixnum for 2nd element (it's pid) of the return value. + Thu Oct 7 12:55:04 2004 Yukihiro Matsumoto * io.c (io_read): should freeze buffer before thread context -- cgit