diff options
author | dgp <dgp@users.sourceforge.net> | 2002-03-27 08:19:57 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-03-27 08:19:57 (GMT) |
commit | 5003cf213ea8c44687443350d6c1c10d691dad4e (patch) | |
tree | 8eb06cbe5adb9b0201e5058335f5e04370df57ac /ChangeLog | |
parent | b2c0ae891a638888904d882ce02ed1637b867403 (diff) | |
download | tcl-5003cf213ea8c44687443350d6c1c10d691dad4e.zip tcl-5003cf213ea8c44687443350d6c1c10d691dad4e.tar.gz tcl-5003cf213ea8c44687443350d6c1c10d691dad4e.tar.bz2 |
* Major code cleanup to deal with whitespace,
coding conventions, and namespace issues, with several minor bugs
fixed in the process.
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> |