diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-05-16 14:11:45 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-05-16 14:11:45 (GMT) |
commit | 6155ef4e5cc74b11bfb0eba745e4e9c9c5e5f6be (patch) | |
tree | a81f6c319efa17de42438905c0fa802e29c20736 /ChangeLog | |
parent | 82b68720faa0b64e3566567227373cfb315d656c (diff) | |
download | tcl-6155ef4e5cc74b11bfb0eba745e4e9c9c5e5f6be.zip tcl-6155ef4e5cc74b11bfb0eba745e4e9c9c5e5f6be.tar.gz tcl-6155ef4e5cc74b11bfb0eba745e4e9c9c5e5f6be.tar.bz2 |
[Bug 3445787]: Improve the compatibility of safe interpreters' version of
'file' with that of unsafe interpreters.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +2012-05-16 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclCmdAH.c (TclMakeFileCommandSafe): [Bug 3445787]: Improve + the compatibility of safe interpreters' version of 'file' with that of + unsafe interpreters. + * library/safe.tcl (::safe::InterpInit): Teach the safe-interp scripts + about how to expose 'file' properly. + 2012-05-13 Jan Nijtmans <nijtmans@users.sf.net> * win/tclWinDde.c: Protect against receiving strings without ending \0, @@ -21,7 +29,7 @@ event(s) into the owner thread's event queue for execution in the correct context. Renamed the ForwardOpTo...Thread() function to match with our terminology. - + * tests/ioCmd.test [Bug 3522560]: Added a test which crashes the core if it were not disabled as knownBug. For a reflected channel transfered to a different thread the [chan postevent] run in the |