summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-07-19 09:57:33 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-07-19 09:57:33 (GMT)
commit256c0bd90c3562915f4af7b84ea24c80a8c4ad61 (patch)
tree801086eefdfc697ad20c35bcd3af8a11ded58b3f /ChangeLog
parent05ee62d96f55adfce2725b9746b6c8b0557989ee (diff)
downloadtcl-256c0bd90c3562915f4af7b84ea24c80a8c4ad61.zip
tcl-256c0bd90c3562915f4af7b84ea24c80a8c4ad61.tar.gz
tcl-256c0bd90c3562915f4af7b84ea24c80a8c4ad61.tar.bz2
Rewrite to use tcltest2 and not generate non-ascii chars in results.
Part of fix of [Bug 1513659]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e9a4d5..b1ef5ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-19 Donal K. Fellows <dkf@users.sf.net>
+
+ * tests/env.test: Rewrite so that non-ASCII characters are not used.
+ Part of fixing [Bug 1513659].
+
2008-07-18 Miguel Sofer <msofer@users.sf.net>
* generic/tclBasic.c: Optimization: replace calls to
@@ -13,7 +18,6 @@
* generic/tclOOMethod.c:
* generic/tclProc.c:
-
2008-07-18 Donal K. Fellows <dkf@users.sf.net>
* generic/tclOO.c (TclNRNewObjectInstance, FinalizeAlloc):