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 | 4f225d0b5512fb68eb18e9838f4c249857d62b91 (patch) | |
| tree | c8c0300001c6ffd85797879a685729558bbb5233 /ChangeLog | |
| parent | e00f53b8706a33ceb76b3453e73c11608981299a (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: http://svn.ruby-lang.org/repos/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 |
