diff options
author | Kevin B Kenny <kennykb@acm.org> | 2007-05-04 14:59:06 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2007-05-04 14:59:06 (GMT) |
commit | 45ba16a3055b23da16e3275473875be2d863443e (patch) | |
tree | 6b08e2b80a6ce52cf0aee7b58f37d945387ceb74 /ChangeLog | |
parent | 97fe528dbd35dd9aa9d10366f9d9c6a5b6a45a87 (diff) | |
download | tcl-45ba16a3055b23da16e3275473875be2d863443e.zip tcl-45ba16a3055b23da16e3275473875be2d863443e.tar.gz tcl-45ba16a3055b23da16e3275473875be2d863443e.tar.bz2 |
* tests/encoding.test: Modified so that encoding tests happen
in a private namespace, to avoid polluting the global one. This
problem was discovered when running the test suite '-singleproc 1
-skip exec.test' because the 'path' variable in encoding.test
conflicted with the one in io.test.
* tests/io.test: Made more of the working variables private to the
namespace.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2007-05-04 Kevin B. Kenny <kennykb@acm.org> + + * generic/tclIO.c (TclFinalizeIOSubsystem): Added an initializer + to silence a spurious gcc warning about use of an uninitialized + variable. + * tests/encoding.test: Modified so that encoding tests happen + in a private namespace, to avoid polluting the global one. This + problem was discovered when running the test suite '-singleproc 1 + -skip exec.test' because the 'path' variable in encoding.test + conflicted with the one in io.test. + * tests/io.test: Made more of the working variables private to the + namespace. + 2007-05-02 Kevin B. Kenny <kennykb@acm.org> * generic/tclTest.c (SimpleMatchInDirectory): Corrected a refcount |