From 91a689f27eab58f89172f2f8ad092e9e5552e330 Mon Sep 17 00:00:00 2001 From: nagai Date: Mon, 27 Jul 2009 19:40:43 +0000 Subject: * ext/tk/lib/extconf.rb: bug fix and ignore invalid Tcl/Tk libraries. * ext/tk/lib/config_list.in: bug fix and add a new option. * ext/tk/lib/README.tcltklib: update for a new option. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2e14993c0..878c096b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Jul 28 04:34:05 2009 Hidetoshi NAGAI + + * ext/tk/lib/extconf.rb: bug fix and ignore invalid Tcl/Tk libraries. + + * ext/tk/lib/config_list.in: bug fix and add a new option. + + * ext/tk/lib/README.tcltklib: update for a new option. + Mon Jul 27 19:03:07 2009 Nobuyoshi Nakada * include/ruby/intern.h (rb_*str_new_cstr, rb_str_buf_new_cstr), -- cgit