diff options
author | andreas_kupries <akupries@shaw.ca> | 2009-10-05 20:02:55 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2009-10-05 20:02:55 (GMT) |
commit | 2e39402782031ee79d14b572fae56c5d7f5d73a0 (patch) | |
tree | 09fa355fac90c065fe61f21f038aec0da44c01b8 /ChangeLog | |
parent | 17c811e76499761b3348f848a50bb3946b821ae9 (diff) | |
download | tcl-2e39402782031ee79d14b572fae56c5d7f5d73a0.zip tcl-2e39402782031ee79d14b572fae56c5d7f5d73a0.tar.gz tcl-2e39402782031ee79d14b572fae56c5d7f5d73a0.tar.bz2 |
* library/safe.tcl (AliasGlob): Fixed conversion of catch to
try/finally, it had an 'on ok msg' branch missing, causing a
silent error immediately, and bogus glob results, breaking
search for Tcl modules.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2009-10-05 Andreas Kupries <andreask@activestate.com> + + * library/safe.tcl (AliasGlob): Fixed conversion of catch to + try/finally, it had an 'on ok msg' branch missing, causing a + silent error immediately, and bogus glob results, breaking + search for Tcl modules. + 2009-10-04 Daniel Steffen <das@users.sourceforge.net> * macosx/tclMacOSXBundle.c: Workaround CF memory managment bug in |