From 0b0e8e8e3ee9e1c3323c67e4f0e685e16e663d6c Mon Sep 17 00:00:00 2001 From: nagai Date: Thu, 4 Nov 2004 06:03:53 +0000 Subject: * ext/tk/lib/tk/variable.rb: forget to initialize instance_variables of TkVarAccess objects git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7198 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ ext/tk/lib/tk/variable.rb | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 588a99755..38964ff0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Nov 4 15:02:14 2004 Hidetoshi NAGAI + + * ext/tk/lib/tk/variable.rb: forget to initialize instance_variables + of TkVarAccess objects + Thu Nov 4 09:11:35 2004 Yukihiro Matsumoto * gc.c (gc_mark): enable GC stack checking. diff --git a/ext/tk/lib/tk/variable.rb b/ext/tk/lib/tk/variable.rb index d5882fd64..62d4ec29a 100644 --- a/ext/tk/lib/tk/variable.rb +++ b/ext/tk/lib/tk/variable.rb @@ -961,6 +961,13 @@ class TkVarAccess