summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2001-04-06 17:57:31 (GMT)
committerdgp <dgp@users.sourceforge.net>2001-04-06 17:57:31 (GMT)
commitb80daf1c9480cf551e21ac7661392ed5b0b621ff (patch)
treeffdfebd57f01286746bfa763f6d46898e39374fd /ChangeLog
parentdb1db9eb0cc87f32ea08f460c71eac8b6bc1034f (diff)
downloadtcl-b80daf1c9480cf551e21ac7661392ed5b0b621ff.zip
tcl-b80daf1c9480cf551e21ac7661392ed5b0b621ff.tar.gz
tcl-b80daf1c9480cf551e21ac7661392ed5b0b621ff.tar.bz2
Modified processing of $::errorInfo by [unknown] when the auto-loaded command
throws an error to better cover the tracks of auto-loading. [Bug 219280, Patch 403551]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 09cb05e..a6eae95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-04-06 Don Porter <dgp@users.sourceforge.net>
+
+ * library/init.tcl:
+ * tests/init.test: Modified processing of $::errorInfo by
+ [unknown] when the auto-loaded command throws an error to better
+ cover the tracks of auto-loading. [Bug 219280, Patch 403551]
+
2001-04-06 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* doc/read.n: Added section on "USE WITH SERIAL PORTS" to resolve