diff options
author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-07 21:39:36 +0000 |
---|---|---|
committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-07 21:39:36 +0000 |
commit | 3d337f360679bed00aafc40d77181016f902e862 (patch) | |
tree | c8c0300001c6ffd85797879a685729558bbb5233 /ChangeLog | |
parent | 91669219efe42ec5cf57fe9f0634159838dd240b (diff) |
* ext/tcltklib/tcltklib.c: To fix 'pthread-enabled Tcl/Tk' problem,
TclTkIp#_eval calls Tcl_Eval() on the mainloop thread only
(queueing a handler to the EventQueue).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4921 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 @@ +Sat Nov 8 06:19:38 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + + * ext/tcltklib/tcltklib.c: To fix 'pthread-enabled Tcl/Tk' problem, + TclTkIp#_eval calls Tcl_Eval() on the mainloop thread only + (queueing a handler to the EventQueue). + + * ext/tcltklib/README.1st: edit the description of '--with-pthread-ext' + Fri Nov 7 23:23:04 2003 Tanaka Akira <akr@m17n.org> * lib/pathname.rb (Pathname#+): if self or the argument is `.', return |