From 4000c6fd5aa5af4c86f6bbf2b06c7a9a7260374b Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 20 Aug 2004 21:42:21 +0000 Subject: * ext/tcltklib/extconf.rb (find_tcl, find_tk): find stub library. * lib/mkmf.rb (arg_config, with_config): deal with '-' and '_' uniformly. [ruby-dev:24118] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e98c03d24..e49e618ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,13 @@ +Sat Aug 21 06:41:16 2004 Nobuyoshi Nakada + + * ext/tcltklib/extconf.rb (find_tcl, find_tk): find stub library. + + * lib/mkmf.rb (arg_config, with_config): deal with '-' and '_' + uniformly. [ruby-dev:24118] + Thu Aug 19 16:29:45 2004 Hidetoshi NAGAI - * ext/tk/lib/tk.rb: Fail to treat a hash value of 'font' option. + * ext/tk/lib/tk.rb: Fail to treat a hash value of 'font' option. * ext/tk/lib/tk.rb: bindinfo cannot return '%' substiturion infomation. -- cgit