diff options
author | dgp <dgp@users.sourceforge.net> | 2001-04-06 17:57:31 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2001-04-06 17:57:31 (GMT) |
commit | b80daf1c9480cf551e21ac7661392ed5b0b621ff (patch) | |
tree | ffdfebd57f01286746bfa763f6d46898e39374fd /ChangeLog | |
parent | db1db9eb0cc87f32ea08f460c71eac8b6bc1034f (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |