diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-23 08:11:21 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-23 08:11:21 +0000 |
| commit | f5268abe45030a7a109f3b20a8db5f7537039726 (patch) | |
| tree | 1a25141e5bc6ba282176cd81489f3eac7267582a /ext/tk/lib | |
| parent | 521f3c08c26f96d35802605b11a2f691db7add92 (diff) | |
| download | ruby-f5268abe45030a7a109f3b20a8db5f7537039726.tar.gz ruby-f5268abe45030a7a109f3b20a8db5f7537039726.tar.xz ruby-f5268abe45030a7a109f3b20a8db5f7537039726.zip | |
* eval.c (ruby_finalize): turn off ruby_debug flag before calling
at_exit procs and finalizers. (ruby-bugs-ja:PR473)
* ext/tcltklib/tcltklib.c (lib_mainloop_core): OK to block if
there's no other thread. (ruby-bugs:PR#861)
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib')
| -rw-r--r-- | ext/tk/lib/tk.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb index 0ffb0ee43..9a156eed0 100644 --- a/ext/tk/lib/tk.rb +++ b/ext/tk/lib/tk.rb @@ -354,7 +354,7 @@ module TkComm }) id + " " + args else - id = install_cmd(proc{|arg| + id = install_cmd(proc{|*arg| TkUtil.eval_cmd cmd, Event.new(*arg) }) id + ' %# %a %b %c %d %f %h %k %m %o %p %s %t %w %x %y' + |
