summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-07-19 21:47:53 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-07-19 21:47:53 (GMT)
commit408b3815ace54fe1580fe6b3c0aea3403732edf1 (patch)
tree2eee09f227aaa61528ba0ec9e4f1969c3c375561 /ChangeLog
parentf7a85c74ab8ed55803fbcd9cd91a115bc1190b60 (diff)
downloadtcl-408b3815ace54fe1580fe6b3c0aea3403732edf1.zip
tcl-408b3815ace54fe1580fe6b3c0aea3403732edf1.tar.gz
tcl-408b3815ace54fe1580fe6b3c0aea3403732edf1.tar.bz2
Fix miguel's problem with env failures; need LANG to get [encoding system]
right in subprocesses...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e22f543..d7c0068 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-07-19 Donal K. Fellows <dkf@users.sf.net>
+ * tests/env.test: Add LANG to the list of variables that are not
+ touched by the environment variable tests, so that subprocesses can
+ get their system encoding correct.
+
* tests/exec.test, tests/env.test: Rewrite so that non-ASCII
characters are not used in the final comparison. Part of fixing [Bug
1513659].