diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-11-02 10:06:11 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-11-02 10:06:11 +0000 |
| commit | 573904c6b79dd691242718ef665620ee7c1c8370 (patch) | |
| tree | 6a225fcbce445dc5aa1d4ed1534d560b248c5efb /ChangeLog | |
| parent | b5bfebe4203257227713d08897529a60a6ef4347 (diff) | |
| download | ruby-573904c6b79dd691242718ef665620ee7c1c8370.tar.gz ruby-573904c6b79dd691242718ef665620ee7c1c8370.tar.xz ruby-573904c6b79dd691242718ef665620ee7c1c8370.zip | |
* ext/tcltklib/tcltklib.c (ip_rbUpdateObjCmd, ip_rb_threadUpdateObjCmd): passed improper flags to DoOneEvent().
* ext/tk/tkutil.c: use rb_obj_respond_to() instead of rb_respond_to().
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Wed Nov 2 19:03:06 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + + * ext/tcltklib/tcltklib.c (ip_rbUpdateObjCmd, + ip_rb_threadUpdateObjCmd): passed improper flags to DoOneEvent(). + + * ext/tk/tkutil.c: use rb_obj_respond_to() instead of rb_respond_to(). + Tue Nov 1 14:20:11 2005 Yukihiro Matsumoto <matz@ruby-lang.org> * eval.c (rb_call_super): should call method_missing if super is |
