diff options
author | dgp <dgp@users.sourceforge.net> | 2008-10-16 16:08:09 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-10-16 16:08:09 (GMT) |
commit | c0fe0fb01cd4a52aca1ac071d98e7f78e96f5817 (patch) | |
tree | 1915b193e03612259a25f6f480f48133c3a77199 /ChangeLog | |
parent | 89b27a8118e809ac322a0200fbda93fd65b03d15 (diff) | |
download | tcl-c0fe0fb01cd4a52aca1ac071d98e7f78e96f5817.zip tcl-c0fe0fb01cd4a52aca1ac071d98e7f78e96f5817.tar.gz tcl-c0fe0fb01cd4a52aca1ac071d98e7f78e96f5817.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-15 Jan Nijtmans <nijtmans@users.sf.net> * generic/tclInt.h: Add "const" to many internal |