summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-05-31 14:20:29 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-05-31 14:20:29 (GMT)
commit88726e934130098aa10cde9b33859d45a8c87bdd (patch)
tree52388390d8d47f3a79a5e04aa70eb1bd90d5f50b /ChangeLog
parent39cdbfc5a3ed76e69a755678d17c8c64ee7ac886 (diff)
downloadtcl-88726e934130098aa10cde9b33859d45a8c87bdd.zip
tcl-88726e934130098aa10cde9b33859d45a8c87bdd.tar.gz
tcl-88726e934130098aa10cde9b33859d45a8c87bdd.tar.bz2
fix subtle problem with safe [file] that caused Tk test failure
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22fe1f3..81bf5e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2012-05-31 Donal K. Fellows <dkf@users.sf.net>
+ * library/safe.tcl (safe::AliasFileSubcommand): Don't assume that
+ slaves have corresponding commands, as that is not true for
+ sub-subinterpreters (used in Tk's test suite).
+
* doc/safe.n: [Bug 1997845]: Corrected formatting so that generated
HTML can link properly.