diff options
| author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-19 05:12:52 +0000 |
|---|---|---|
| committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-19 05:12:52 +0000 |
| commit | bb00aff318b67b3f5fafcc14badae2243781ee70 (patch) | |
| tree | ab5434e3cb841624df33e4f2622df9d649b405ed /ChangeLog | |
| parent | 22f6bbbb15221b74474e43f4e1ceee5e7b069ac7 (diff) | |
| download | ruby-bb00aff318b67b3f5fafcc14badae2243781ee70.tar.gz ruby-bb00aff318b67b3f5fafcc14badae2243781ee70.tar.xz ruby-bb00aff318b67b3f5fafcc14badae2243781ee70.zip | |
* ext/tk/tcltklib.c: rbtk_eventloop_depth is used as int.
* ext/tk/tcltklib.c: rbtk_pending_exception is tested with
NIL_P, so should assign Qnil instead of 0 (Qfalse).
* ext/tk/tcltklib.c (ip_invoke_real): fixed memory leak when
ip is deleted.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8797 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 Jul 19 14:10:50 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> + + * ext/tk/tcltklib.c: rbtk_eventloop_depth is used as int. + + * ext/tk/tcltklib.c: rbtk_pending_exception is tested with + NIL_P, so should assign Qnil instead of 0 (Qfalse). + + * ext/tk/tcltklib.c (ip_invoke_real): fixed memory leak when + ip is deleted. + Tue Jul 19 13:19:46 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * ext/tk/lib/tk/variable.rb: For symmetry, add TkVariable#string. It |
