From 42172d16f06cd6c2edd606fc377896e24a0e0bf6 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 15 Jul 2008 12:58:23 +0000 Subject: * ext/tk/{,tkutil/}extconf.rb: ruby/ruby.h no longer needs to be checked. * ext/tk/{tcltklib.c,tkutil/tkutil.c}: check macros for each headers. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 45f074390..5a2fb9afc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Jul 15 21:58:20 2008 Nobuyoshi Nakada + + * ext/tk/{,tkutil/}extconf.rb: ruby/ruby.h no longer needs to be + checked. + + * ext/tk/{tcltklib.c,tkutil/tkutil.c}: check macros for each headers. + Tue Jul 15 21:45:41 2008 Akinori MUSHA * ext/tk/extconf.rb, ext/tk/tcltklib.c, ext/tk/tkutil/tkutil.c: Do -- cgit