From 31060fb11be83c8d8c38fa1c2b8f0f7bc10cac9c Mon Sep 17 00:00:00 2001 From: nagai Date: Thu, 16 Jul 2009 14:34:09 +0000 Subject: * ext/tk/extconf.rb,ext/tk/config_list.in: ignore paths which includes white space characters on Windows.[ruby-dev:38794] * ext/tk/lib/tk.rb: works on Cygwin (limitation:: Tk.mainloop works on the main thread only). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24154 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0919ab7fa4..4feac82280 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Jul 16 23:32:16 2009 Hidetoshi NAGAI + + * ext/tk/extconf.rb,ext/tk/config_list.in: ignore paths which includes + white space characters on Windows.[ruby-dev:38794] + + * ext/tk/lib/tk.rb: works on Cygwin (limitation:: Tk.mainloop works on + the main thread only). + Thu Jul 16 20:58:18 2009 Masaki Suketa * test/win32ole/test_win32ole.rb (test_s_codepage_changed, -- cgit v1.2.3