From a1e647c6847503d5c146857dd0435fac4caa7490 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Fri, 2 Sep 2022 13:54:04 +0000 Subject: Fix [95b6a1747a]: Eval.3 docu fix --- doc/Eval.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Eval.3 b/doc/Eval.3 index be1598a..1318fdb 100644 --- a/doc/Eval.3 +++ b/doc/Eval.3 @@ -54,7 +54,7 @@ ORed combination of flag bits that specify additional options. .AP "const char" *fileName in Name of a file containing a Tcl script. .AP int objc in -The number of values in the array pointed to by \fIobjPtr\fR; +The number of values in the array pointed to by \fIobjv\fR; this is also the number of words in the command. .AP Tcl_Obj **objv in Points to an array of pointers to values; each value holds the -- cgit v0.12 From f22c567b842667d01d4734847495c6b477244d97 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Fri, 2 Sep 2022 14:11:39 +0000 Subject: Mark httpold-4.12 knownBug. See [2641672]: http1.0 failing test: httpold-4.12 --- tests/httpold.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/httpold.test b/tests/httpold.test index 67ab119..e43a550 100644 --- a/tests/httpold.test +++ b/tests/httpold.test @@ -256,7 +256,7 @@ test httpold-4.11 {httpEvent} { http_reset $token http_status $token } {reset} -test httpold-4.12 {httpEvent} { +test httpold-4.12 {httpEvent See [2641672]} knownBug { update set x {} after 500 {lappend x ok} -- cgit v0.12