diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-05-17 14:14:26 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-05-17 14:14:26 (GMT) |
commit | eb98b2c7785409192628ad59475e3581ca2b901b (patch) | |
tree | a53893d967208756835ec6a76683d4007a153761 /ChangeLog | |
parent | 95a02f829d476464637599f39be7aeaa335c70ad (diff) | |
download | tcl-eb98b2c7785409192628ad59475e3581ca2b901b.zip tcl-eb98b2c7785409192628ad59475e3581ca2b901b.tar.gz tcl-eb98b2c7785409192628ad59475e3581ca2b901b.tar.bz2 |
[Bug 2964715]: fixes to globbing in safe interpreters
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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). |