summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstanton <stanton>1999-04-05 23:14:43 (GMT)
committerstanton <stanton>1999-04-05 23:14:43 (GMT)
commit17a444d10cd89fef47603063bcf3a66f558e41ba (patch)
treea05bd2eeb0c52ff289bcec05bf4b9e0e1cfffdcf
parent60b68893c57641ca1cd28713f5cc06b60a55b3f8 (diff)
downloadtcl-17a444d10cd89fef47603063bcf3a66f558e41ba.zip
tcl-17a444d10cd89fef47603063bcf3a66f558e41ba.tar.gz
tcl-17a444d10cd89fef47603063bcf3a66f558e41ba.tar.bz2
*** empty log message ***
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b96c664..e765d31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
1999-04-05 <stanton@scriptics.com>
+ * tests/platform.test:
+ * tests/fileName.test: Fixed broken tests.
+
+ * generic/tclFileName.c: Moved global regexps into thread local
+ storage.
+
* tests/socket.test: Changed so tests don't reuse sockets,
since Windows is slow to release sockets.