summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-11-30 20:30:00 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-11-30 20:30:00 (GMT)
commitf308c17841399bd1ffbbc9603e292e5055c19a52 (patch)
treeb67d34782aaf9a886902ece7e9ae022a52d4dbe6 /ChangeLog
parent999c1d1867082cb366aeb7bb7d6f46f27ed40596 (diff)
downloadtcl-f308c17841399bd1ffbbc9603e292e5055c19a52.zip
tcl-f308c17841399bd1ffbbc9603e292e5055c19a52.tar.gz
tcl-f308c17841399bd1ffbbc9603e292e5055c19a52.tar.bz2
* library/init.tcl ([unknown]): Restored the save/restore of
the variables ::errorCode and ::errorInfo. This is needed when the [::bgerror] command is auto-loaded (as it is by Tk).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f8fc143..fd66610 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-11-30 Don Porter <dgp@users.sourceforge.net>
+ * library/init.tcl ([unknown]): Restored the save/restore of
+ the variables ::errorCode and ::errorInfo. This is needed when
+ the [::bgerror] command is auto-loaded (as it is by Tk).
+
Patch 976520 reworks several of the details involved with
startup/initialization of the Tcl library, focused on the
activities of Tcl_FindExecutable().