diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-11-02 10:06:29 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-11-02 10:06:29 +0000 |
| commit | 055153b7f9674a490f77d4f035fb3e858957c831 (patch) | |
| tree | 3f0b8f2a2bb29d77992ebd41cb9923c683689ff5 /ChangeLog | |
| parent | 1ecd98811fb708f215e592087f36811210554132 (diff) | |
| download | ruby-055153b7f9674a490f77d4f035fb3e858957c831.tar.gz ruby-055153b7f9674a490f77d4f035fb3e858957c831.tar.xz ruby-055153b7f9674a490f77d4f035fb3e858957c831.zip | |
* ext/tk/tcltklib.c (ip_rbUpdateObjCmd, ip_rb_threadUpdateObjCmd): passed improper flags to DoOneEvent().
* ext/tk/tkutil/tkutil.c: use rb_obj_respond_to() instead of rb_respond_to().
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Wed Nov 2 19:03:06 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + + * ext/tk/tcltklib.c (ip_rbUpdateObjCmd, ip_rb_threadUpdateObjCmd): + passed improper flags to DoOneEvent(). + + * ext/tk/tkutil/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 |
