diff options
| author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-02 01:26:02 +0000 |
|---|---|---|
| committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-02 01:26:02 +0000 |
| commit | 36caa49158083aafdd9444191d8318380f79903d (patch) | |
| tree | 41bf6b1780f3aba036cfbb45be538662399a292d /ChangeLog | |
| parent | 38af8f2f35372a3bee25242325ee24482550165b (diff) | |
| download | ruby-36caa49158083aafdd9444191d8318380f79903d.tar.gz ruby-36caa49158083aafdd9444191d8318380f79903d.tar.xz ruby-36caa49158083aafdd9444191d8318380f79903d.zip | |
* ext/tcltklib/tcltklib.c: use Tcl_[GS]etVar2Ex instead of
Tcl_Obj[GS]etVar2. (avoid Tcl_NewStringObj on supported platforms)
* ext/tcltklib/tcltklib.c: use ip_{get,set,unset}_variable2_core from
ip_{get,set,unset}_variable.
* ext/tcltklib/tcltklib.c: replaced Tcl_Panic with rb_bug.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Tue Aug 2 10:20:54 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> + + * ext/tcltklib/tcltklib.c: use Tcl_[GS]etVar2Ex instead of + Tcl_Obj[GS]etVar2. (avoid Tcl_NewStringObj on supported platforms) + + * ext/tcltklib/tcltklib.c: use ip_{get,set,unset}_variable2_core from + ip_{get,set,unset}_variable. + + * ext/tcltklib/tcltklib.c: replaced Tcl_Panic with rb_bug. + Tue Aug 2 01:41:28 2005 GOTOU Yuuzou <gotoyuzo@notwork.org> * lib/ping.rb (Ping.pingecho): should rescue StandardError. |
