diff options
author | dgp <dgp@users.sourceforge.net> | 2004-11-30 20:30:00 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-11-30 20:30:00 (GMT) |
commit | f308c17841399bd1ffbbc9603e292e5055c19a52 (patch) | |
tree | b67d34782aaf9a886902ece7e9ae022a52d4dbe6 /ChangeLog | |
parent | 999c1d1867082cb366aeb7bb7d6f46f27ed40596 (diff) | |
download | tcl-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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(). |