summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-10-26 20:14:12 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-10-26 20:14:12 (GMT)
commit02d8d08520b48fae236b2c0073b0d3e4fcc61845 (patch)
treed434a0b7fcce12b2effd71b0d201f00fc9b516ca /ChangeLog
parent52d8c7176f0f89ff442c950f4dea8584f15014e3 (diff)
downloadtcl-02d8d08520b48fae236b2c0073b0d3e4fcc61845.zip
tcl-02d8d08520b48fae236b2c0073b0d3e4fcc61845.tar.gz
tcl-02d8d08520b48fae236b2c0073b0d3e4fcc61845.tar.bz2
* tests/compile.test (compile-12.4): Backport test for Bug 1001997.
* tests/timer.test (timer-10.1): Backport test for Bug 1016167. * tests/tcltest.test (tcltest-12.3,4): Backport setup corrections. * tests/error.test (error-6.3,4,7,9): Backport of some tests. * tests/basic.test (basic-49.*): * tests/namespace.test (namespace-8.7): * tests/init.test (init-2.8): Updated to not rely on http package. * generic/tclThreadTest.c (ThreadEventProc): Corrected subtle bug where the returned (char *) from Tcl_GetStringResult(interp) continued to be used without copying or refcounting, while activity on the interp continued.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 500ff62..5cdad14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2004-10-26 Don Porter <dgp@users.sourceforge.net>
+
+ * tests/compile.test (compile-12.4): Backport test for Bug 1001997.
+ * tests/timer.test (timer-10.1): Backport test for Bug 1016167.
+ * tests/tcltest.test (tcltest-12.3,4): Backport setup corrections.
+ * tests/error.test (error-6.3,4,7,9): Backport of some tests.
+ * tests/basic.test (basic-49.*):
+ * tests/namespace.test (namespace-8.7):
+ * tests/init.test (init-2.8): Updated to not rely on http package.
+
+ * generic/tclThreadTest.c (ThreadEventProc): Corrected subtle
+ bug where the returned (char *) from Tcl_GetStringResult(interp)
+ continued to be used without copying or refcounting, while
+ activity on the interp continued.
+
2004-10-14 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclUtil.c (TclMatchIsTrivial): Detect degenerate cases