From 5d502653a4d1d794683f622de69fcb0977645bf3 Mon Sep 17 00:00:00 2001 From: nagai Date: Mon, 31 Jan 2005 04:17:23 +0000 Subject: * ext/tk/extconf.rb: add tkutil configuration step (remove old schema) * ext/tk/depend: remove the information of tkutil * ext/tk/make-tkutil: sub-part of Makefile to compile tkutil * ext/tk/tkutil/tkutil.c: move tkutil.c to subdirectory * ext/tk/tkutil/subconf.rb: configuration file for tkutil.c * ext/tk/tkutil/depend: ditto git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4eb9e422e..6f20f1e3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Mon Jan 31 13:16:39 2005 Hidetoshi NAGAI + + * ext/tk/extconf.rb: add tkutil configuration step (remove old schema) + + * ext/tk/depend: remove the information of tkutil + + * ext/tk/make-tkutil: sub-part of Makefile to compile tkutil + + * ext/tk/tkutil/tkutil.c: move tkutil.c to subdirectory + + * ext/tk/tkutil/subconf.rb: configuration file for tkutil.c + + * ext/tk/tkutil/depend: ditto + Mon Jan 31 13:13:35 2005 Hidetoshi NAGAI * ext/tk/tcltklib.c: add invalid namespace check -- cgit