summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-10-16 16:07:06 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-10-16 16:07:06 (GMT)
commit51a97c1adeeab4331646ad039505c7b99f7e1031 (patch)
treee231a2fbbbb6ae9f5a08149f52cdd8461deb47ae /ChangeLog
parente348c5bb11e5d6330f0faa7b67d9d0f1bf21fb28 (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 169ce4b..1713e50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 ***