summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-03-18 17:41:59 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-03-18 17:41:59 (GMT)
commit38a014652e47c230d1fbd41569a36157eb4275f3 (patch)
tree2250e7f11bc819a3e31e7c9fee66a5898fee1380 /ChangeLog
parent4f1829bfd93b5dfb436ae65e02ee85b029d82315 (diff)
downloadtcl-38a014652e47c230d1fbd41569a36157eb4275f3.zip
tcl-38a014652e47c230d1fbd41569a36157eb4275f3.tar.gz
tcl-38a014652e47c230d1fbd41569a36157eb4275f3.tar.bz2
* library/tm.tcl (::tcl::tm::Defaults): Modified handling of
environment variables. See [Bug 1914604]. Solution slightly different than proposed in the report. Using the underscored form TCLX_y_TM_PATH even if TCLX.y_TM_PATH exists. Also using a loop to cut prevent code replication.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 814edac..5fd35be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-03-18 Andreas Kupries <andreask@activestate.com>
+
+ * library/tm.tcl (::tcl::tm::Defaults): Modified handling of
+ environment variables. See [Bug 1914604]. Solution slightly
+ different than proposed in the report. Using the underscored
+ form TCLX_y_TM_PATH even if TCLX.y_TM_PATH exists. Also using a
+ loop to cut prevent code replication.
+
2008-03-16 Donal K. Fellows <dkf@users.sf.net>
* generic/tclCompCmds.c (TclCompileDictForCmd): Correct the handling