From a4ec0fb4da43c6344bc0389f7c4bf8111441843a Mon Sep 17 00:00:00 2001 From: nagai Date: Mon, 26 Oct 2009 22:40:22 +0000 Subject: * ext/tk/tcltklib.c,stubs.c: remove errors or warnings when compiled with old ruby 1.8.x. * ext/tk/tkutil/tkutil.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4a3febde5..1fa3f9671 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Oct 27 07:38:39 2009 Hidetoshi NAGAI + + * ext/tk/tcltklib.c,stubs.c: remove errors or warnings when compiled + with old ruby 1.8.x. + + * ext/tk/tkutil/tkutil.c: ditto. + Tue Oct 27 05:56:39 2009 NARUSE, Yui * vm.c (invoke_block_from_c): return Qnil when its iseq is -- cgit