diff options
author | dgp <dgp@users.sourceforge.net> | 2008-10-16 16:07:06 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-10-16 16:07:06 (GMT) |
commit | 51a97c1adeeab4331646ad039505c7b99f7e1031 (patch) | |
tree | e231a2fbbbb6ae9f5a08149f52cdd8461deb47ae /ChangeLog | |
parent | e348c5bb11e5d6330f0faa7b67d9d0f1bf21fb28 (diff) | |
download | tcl-51a97c1adeeab4331646ad039505c7b99f7e1031.zip tcl-51a97c1adeeab4331646ad039505c7b99f7e1031.tar.gz tcl-51a97c1adeeab4331646ad039505c7b99f7e1031.tar.bz2 |
* library/init.tcl: Revised [unknown] so that it carefully
preserves the state of the ::errorInfo and ::errorCode variables
at the start of auto-loading and restores that state before the
autoloaded command is evaluated. [Bug 2140628]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-10-16 Don Porter <dgp@users.sourceforge.net> + + * library/init.tcl: Revised [unknown] so that it carefully + preserves the state of the ::errorInfo and ::errorCode variables + at the start of auto-loading and restores that state before the + autoloaded command is evaluated. [Bug 2140628] + 2008-10-10 Don Porter <dgp@users.sourceforge.net> *** 8.5.5 TAGGED FOR RELEASE *** |