From 228b59bb404c38caa3611302d5107d005db1417d Mon Sep 17 00:00:00 2001 From: nagai Date: Tue, 18 Apr 2006 08:43:10 +0000 Subject: * ext/tk/lib/multi-tk.rb: add a binding to a container for a slave IP. * ext/tk/lib/tk.rb: update RELEASE_DATE. * ext/tk/tcltklib.c: forget to reset a Tcl interpreter. * ext/tk/stubs.c: fix potential bugs about handling rb_argv0. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b9b896c25..f29f7e4a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Tue Apr 18 17:40:37 2006 Hidetoshi NAGAI + + * ext/tk/lib/multi-tk.rb: add a binding to a container for a slave IP. + + * ext/tk/lib/tk.rb: update RELEASE_DATE. + + * ext/tk/tcltklib.c: forget to reset a Tcl interpreter. + + * ext/tk/stubs.c: fix potential bugs about handling rb_argv0. + Tue Apr 18 00:11:21 2006 Yukihiro Matsumoto * eval.c: block_unique should be 1, not frame_unique. -- cgit