From e36f128f09cec6b0feab6adabc57d72f8ed5ccba Mon Sep 17 00:00:00 2001 From: nagai Date: Fri, 17 Sep 2004 06:05:33 +0000 Subject: * ext/tcltklib/tcltklib.c: fix SEGV when (thread_)vwait or (thread_)tkwait * ext/tk/lib/tk.rb: add alias wait_window to wait_destroy * ext/tk/lib/multi-tk.rb: support calling 'mainloop' on slave interpreters (however, the 'real' eventloop must be run on the Default Master IP) * ext/tk/lib/remote-tk.rb: follow the changes of ext/tk/lib/multi-tk.rb * ext/tk/sample/remote-ip_sample2.rb: ditto * ext/tk/sample/tkoptdb-safeTk.rb: ditto git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 707790ab3..aeeffcc47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +Fri Sep 17 15:01:57 2004 Hidetoshi NAGAI + + * ext/tcltklib/tcltklib.c: fix SEGV when (thread_)vwait or + (thread_)tkwait + + * ext/tk/lib/tk.rb: add alias wait_window to wait_destroy + + * ext/tk/lib/multi-tk.rb: support calling 'mainloop' on slave + interpreters (however, the 'real' eventloop must be run on the + Default Master IP) + + * ext/tk/lib/remote-tk.rb: follow the changes of ext/tk/lib/multi-tk.rb + + * ext/tk/sample/remote-ip_sample2.rb: ditto + + * ext/tk/sample/tkoptdb-safeTk.rb: ditto + Thu Sep 16 18:12:32 2004 GOTOU Yuuzou * lib/webrick/cgi.rb (WEBrick::CGI#start): should set REMOTE_USER -- cgit