summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-07-08 16:53:54 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-07-08 16:53:54 (GMT)
commit2e5d02410d31161822705b1b28f1743b8af402fc (patch)
tree56d791e6f62a1ceba38d0d810440b484a38a6cbe /ChangeLog
parent86bb83baf9ae75b307c59da32d5f391baa5d3743 (diff)
downloadtcl-2e5d02410d31161822705b1b28f1743b8af402fc.zip
tcl-2e5d02410d31161822705b1b28f1743b8af402fc.tar.gz
tcl-2e5d02410d31161822705b1b28f1743b8af402fc.tar.bz2
Silenced a compiler warning about a type mismatch in AppendEnvironment
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 59da0e8..45c28b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-08 Kevin Kenny <kennykb@acm.org>
+
+ * win/tclWinInit.c (AppendEnvironment): Silenced a compilation
+ warning about a type mismatch.
+
2004-07-07 Miguel Sofer <msofer@users.sf.net>
* generic/tclCompile.c (TclCompileScript): fix for [Bug 458361].