From f8b41c131b4ebe3f92ffb4c46cb66bbee211cc77 Mon Sep 17 00:00:00 2001 From: nagai Date: Wed, 3 Dec 2003 04:55:07 +0000 Subject: * 'format'==>'Kernel.format' (avoid override trouble) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5091 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5f372f068..0420ebd9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Wed Dec 3 13:49:07 2003 Hidetoshi NAGAI + + * ext/tk/lib/tk.rb: 'format'==>'Kernel.format' (avoid override trouble) + + * ext/tk/lib/tkafter.rb: ditto. + + * ext/tk/lib/tkcanvas.rb: ditto. + + * ext/tk/lib/tkdialog.rb: ditto. + + * ext/tk/lib/tktext.rb: ditto. + Wed Dec 3 13:28:13 2003 Nobuyoshi Nakada * Makefile.in (lex.c): try gperf first, and copy from the source -- cgit