From 91d7a0295919edef160c0dd71e44e0b2f0fba88a Mon Sep 17 00:00:00 2001 From: ocean Date: Tue, 2 Aug 2005 01:25:01 +0000 Subject: * ext/tk/tcltklib.c: use Tcl_[GS]etVar2Ex instead of Tcl_Obj[GS]etVar2. (avoid Tcl_NewStringObj on supported platforms) * ext/tk/tcltklib.c: use ip_{get,set,unset}_variable2_core from ip_{get,set,unset}_variable. * ext/tk/tcltklib.c: replaced Tcl_Panic with rb_bug. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1762f4d474..e7713b2a7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Tue Aug 2 10:23:12 2005 Hirokazu Yamamoto + + * ext/tk/tcltklib.c: use Tcl_[GS]etVar2Ex instead of + Tcl_Obj[GS]etVar2. (avoid Tcl_NewStringObj on supported platforms) + + * ext/tk/tcltklib.c: use ip_{get,set,unset}_variable2_core from + ip_{get,set,unset}_variable. + + * ext/tk/tcltklib.c: replaced Tcl_Panic with rb_bug. + Tue Aug 2 01:40:38 2005 GOTOU Yuuzou * lib/ping.rb (Ping.pingecho): should rescue StandardError. -- cgit v1.2.3