summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-05-17 14:44:38 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-05-17 14:44:38 (GMT)
commit94e77fec5bfbfb1d111781fa1f083c5fbd56c4de (patch)
treeda2f8df3eaf64825dde6f67d536fe045a453ad62 /ChangeLog
parentcd0d91b040445f935fa68474e55aa2504113cd94 (diff)
parenteb98b2c7785409192628ad59475e3581ca2b901b (diff)
downloadtcl-94e77fec5bfbfb1d111781fa1f083c5fbd56c4de.zip
tcl-94e77fec5bfbfb1d111781fa1f083c5fbd56c4de.tar.gz
tcl-94e77fec5bfbfb1d111781fa1f083c5fbd56c4de.tar.bz2
[Bug 2964715]: fixes to globbing in safe interpreters
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f3a0f0..2ac4bb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2012-05-17 Donal K. Fellows <dkf@users.sf.net>
+ * library/safe.tcl (safe::InterpInit): Ensure that the module path is
+ constructed in the correct order.
+ (safe::AliasGlob): [Bug 2964715]: More extensive handling of what
+ globbing is required to support package loading.
+
* doc/expr.n: [Bug 3525462]: Corrected statement about what happens
when comparing "0y" and "0x12"; the previously documented behavior was
actually a subtle bug (now long-corrected).