From 4d1d308df21c74c0423ceec99ca98495ce1cbab4 Mon Sep 17 00:00:00 2001 From: nagai Date: Mon, 7 Nov 2005 04:47:08 +0000 Subject: * ext/tk/stubs.c (_nativethread_consistency_check): use simpler (low cost) way to check whether the Tcl interpreter was compiled with threads enabled of not. * ext/tk/tcltklib.c: reduce warnings. * ext/tk/tkutil/tkutil.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dfc8c47a5..a1ec03340 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Mon Nov 7 13:43:51 2005 Hidetoshi NAGAI + + * ext/tk/stubs.c (_nativethread_consistency_check): use simpler + (low cost) way to check whether the Tcl interpreter was compiled + with threads enabled of not. + + * ext/tk/tcltklib.c: reduce warnings. + + * ext/tk/tkutil/tkutil.c: ditto. + Mon Nov 7 00:06:58 2005 Hirokazu Yamamoto * lib/yaml.rb: removed :nodoc: to generate Kernel doc. [ruby-core:6324] -- cgit