summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2000-04-10 00:26:42 (GMT)
committerhobbs <hobbs@noemail.net>2000-04-10 00:26:42 (GMT)
commit1423187ff80766f6cecf289d12dabab1abe7a4ae (patch)
tree361adf9beabb4cf79d59630c80aeb44218311735
parent5539ade6ce7b82d779bf42c0e2de81eb6ce430f1 (diff)
downloadtcl-1423187ff80766f6cecf289d12dabab1abe7a4ae.zip
tcl-1423187ff80766f6cecf289d12dabab1abe7a4ae.tar.gz
tcl-1423187ff80766f6cecf289d12dabab1abe7a4ae.tar.bz2
* tests/reg.test (matchexpected): corrected tests to use tcltest
constraint types to skip certain tests. * generic/tclBasic.c (Tcl_SetCommandInfo): comment fix FossilOrigin-Name: ccc1337b10e2071109adec90b649a3789a6508a9
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a9e64f6..6459402 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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