summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2000-09-29 21:43:31 (GMT)
committerhobbs <hobbs@noemail.net>2000-09-29 21:43:31 (GMT)
commit9147ee30a52639625c825f523175d5972f3d9e4e (patch)
treea78258e36810d32634801e70e73f29882249a813 /ChangeLog
parent3e2a56b9eff0427640314b2ec9248f9997c166eb (diff)
downloadtcl-9147ee30a52639625c825f523175d5972f3d9e4e.zip
tcl-9147ee30a52639625c825f523175d5972f3d9e4e.tar.gz
tcl-9147ee30a52639625c825f523175d5972f3d9e4e.tar.bz2
* win/Makefile.in: commented use of TESTFLAGS
* unix/Makefile.in: added TESTFLAGS to test target to conform with Windows makefile and TEA style. FossilOrigin-Name: 24a9849611594474faa064c38596a99244ff18e4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 99928cf..7928726 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2000-09-29 Jeff Hobbs <hobbs@scriptics.com>
+
+ * win/Makefile.in: commented use of TESTFLAGS
+ * unix/Makefile.in: added TESTFLAGS to test target to
+ conform with Windows makefile and TEA style.
+
+ * tests/stack.test: prevented possible crash on systems with low
+ default stacksize (Tru64, AIX) in infinite recursion test. A
+ solution to check remaining stack space in the core is best, but
+ hard to do in a cross-platform manner.
+
+ * generic/tclIOGT.c (FLUSH_DELAY): renamed DELAY define to
+ FLUSH_DELAY to avoid defn conflict using Tru64's cc.
+
+2000-09-28 Jeff Hobbs <hobbs@ajubasolutions.com>
+
+ * tools/tcl.wse.in: added tclPlatDecls.h and tkPlatDecls.h to the
+ Windows .exe install.
+
+ * tests/fCmd.test (fCmd-6.20): corrected test to remove
+ c:/tcl8975@ after creating it.
+
+ * tests/fileName.test: cleaned up the testing of glob patterns for
+ c:/globTest (Windows) to directly create/remove directory.
+
2000-09-27 Jeff Hobbs <hobbs@ajubasolutions.com>
* generic/tcl.decls: