diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-17 01:44:28 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-17 01:44:28 +0000 |
| commit | 7f9e416d2b32d456108a40eaf2fba74b7beeb504 (patch) | |
| tree | 2fc68fba55dc4f0b998ff1634dc6a3b964b78936 /ext/tk/lib/tk.rb | |
| parent | d2cb13303ea95d78624a18c7d1bd3b1bbf2ca590 (diff) | |
| download | ruby-7f9e416d2b32d456108a40eaf2fba74b7beeb504.tar.gz ruby-7f9e416d2b32d456108a40eaf2fba74b7beeb504.tar.xz ruby-7f9e416d2b32d456108a40eaf2fba74b7beeb504.zip | |
* ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string and bg_eval_string
should call Kernel.eval on caller's safe-level instead of slave's
safe-level (Of course, the given script should be evaluated on
slave's safe-level).
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib/tk.rb')
| -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 0c88b0ac8..c3e92f409 100644 --- a/ext/tk/lib/tk.rb +++ b/ext/tk/lib/tk.rb @@ -4437,7 +4437,7 @@ end #Tk.freeze module Tk - RELEASE_DATE = '2005-09-16'.freeze + RELEASE_DATE = '2005-09-17'.freeze autoload :AUTO_PATH, 'tk/variable' autoload :TCL_PACKAGE_PATH, 'tk/variable' |
