diff options
author | dgp <dgp@users.sourceforge.net> | 2003-09-23 04:49:40 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-09-23 04:49:40 (GMT) |
commit | 3573a596bac94e88ffcc47faf8602313fb41cd89 (patch) | |
tree | 7c0a83028ea63069965b9564e68c7fbae8fb7e8f /ChangeLog | |
parent | 486fa2785b34d17f1bf84bbfe24d8a6afd9586ed (diff) | |
download | tcl-3573a596bac94e88ffcc47faf8602313fb41cd89.zip tcl-3573a596bac94e88ffcc47faf8602313fb41cd89.tar.gz tcl-3573a596bac94e88ffcc47faf8602313fb41cd89.tar.bz2 |
* library/init.tcl (auto_load, auto_import): Expanded Eric Melski's
2000-01-28 fix for [Bug 218871] to all potentially troubled uses of
[info commands] on input data, where glob-special characters could
cause problems.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-09-23 Don Porter <dgp@users.sourceforge.net> + + * library/init.tcl (auto_load, auto_import): Expanded Eric Melski's + 2000-01-28 fix for [Bug 218871] to all potentially troubled uses of + [info commands] on input data, where glob-special characters could + cause problems. + 2003-09-20 Donal K. Fellows <fellowsd@cs.man.ac.uk> * tests/expr.test (expr-23.4): Prevented accidental wrapping round |