From 24758ea6c24128d3da279ef52372fcd6884352ff Mon Sep 17 00:00:00 2001 From: nagai Date: Wed, 5 Apr 2006 16:08:45 +0000 Subject: * ext/tk/tcltklib.c: fix SEGV when embedding to an application. [ruby-core:7600] * ext/tk/tcltklib.c: fix SEGV at exit. [ruby-talk:186489] * ext/tk/tkutil/tkutil.c: follow to changing specification of instance_eval on ruby-1.9.x. * ext/tk/lib/tk.rb: ditto. * ext/tk/lib/multi-tk.rb: ditto. * ext/tk/lib/tk.rb: remove warning about redefinition of methods. * ext/tk/lib/tk/variable.rb: remove warning about unseting Tcl variables. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10078 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b6e3cf784..e37860250 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +Thu Apr 6 01:04:47 2006 Hidetoshi NAGAI + + * ext/tk/tcltklib.c: fix SEGV when embedding to an application. + [ruby-core:7600] + + * ext/tk/tcltklib.c: fix SEGV at exit. [ruby-talk:186489] + + * ext/tk/tkutil/tkutil.c: follow to changing specification of + instance_eval on ruby-1.9.x. + + * ext/tk/lib/tk.rb: ditto. + + * ext/tk/lib/multi-tk.rb: ditto. + + * ext/tk/lib/tk.rb: remove warning about redefinition of methods. + + * ext/tk/lib/tk/variable.rb: remove warning about unseting Tcl + variables. + Wed Apr 5 00:22:54 2006 Tanaka Akira * lib/pathname.rb: use a subclass for instantiation except -- cgit