diff options
author | hobbs <hobbs> | 2000-04-10 00:26:42 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-04-10 00:26:42 (GMT) |
commit | 7a52ac7e31b1870e0c4f394c97b224fc0626093f (patch) | |
tree | 361adf9beabb4cf79d59630c80aeb44218311735 | |
parent | 3478f86ac104867c93711c5cbac651552dab24d6 (diff) | |
download | tcl-7a52ac7e31b1870e0c4f394c97b224fc0626093f.zip tcl-7a52ac7e31b1870e0c4f394c97b224fc0626093f.tar.gz tcl-7a52ac7e31b1870e0c4f394c97b224fc0626093f.tar.bz2 |
* tests/reg.test (matchexpected): corrected tests to use tcltest
constraint types to skip certain tests.
* generic/tclBasic.c (Tcl_SetCommandInfo): comment fix
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -11,6 +11,11 @@ 2000-04-09 Jeff Hobbs <hobbs@scriptics.com> + * tests/reg.test (matchexpected): corrected tests to use tcltest + constraint types to skip certain tests. + + * generic/tclBasic.c (Tcl_SetCommandInfo): comment fix + * unix/tclUnixThrd.c (Tcl_CreateThread): moved TCL_THREADS ifdef inside of func as it is declared for non-threads builds as well. In the non-threads case, it always returns TCL_ERROR (couldn't |