diff options
author | dgp <dgp@noemail.net> | 2002-03-27 08:19:56 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2002-03-27 08:19:56 (GMT) |
commit | 24b3ed1c762524fc432604b967d135f0a155335b (patch) | |
tree | 8eb06cbe5adb9b0201e5058335f5e04370df57ac /ChangeLog | |
parent | af35793addcfad9dafde55fe110db460b09965d4 (diff) | |
download | tcl-24b3ed1c762524fc432604b967d135f0a155335b.zip tcl-24b3ed1c762524fc432604b967d135f0a155335b.tar.gz tcl-24b3ed1c762524fc432604b967d135f0a155335b.tar.bz2 |
* Major code cleanup to deal with whitespace,
coding conventions, and namespace issues, with several minor bugs
fixed in the process.
FossilOrigin-Name: fcbff39608114a1ede18111f0f35ac75e59155a4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2002-03-27 Don Porter <dgp@users.sourceforge.net> + * doc/tcltest.n ([mainThread]): + * library/tcltest/tcltest.tcl: + * tests/tcltest.test: Major code cleanup to deal with whitespace, + coding conventions, and namespace issues, with several minor bugs + fixed in the process. + * tests/main.test: Added missing [after cancel]s. 2002-03-25 Don Porter <dgp@users.sourceforge.net> |