summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-11-02 16:39:06 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-11-02 16:39:06 (GMT)
commitd21c1ef27faf5fb3983ceaa6fb2f9e4d92fd79fc (patch)
treed9e4c3e04a4263f92044201ab69aa5f301ba18f5 /ChangeLog
parente1cbc16cc15897f437b3072919403624a0d79ec0 (diff)
downloadtcl-d21c1ef27faf5fb3983ceaa6fb2f9e4d92fd79fc.zip
tcl-d21c1ef27faf5fb3983ceaa6fb2f9e4d92fd79fc.tar.gz
tcl-d21c1ef27faf5fb3983ceaa6fb2f9e4d92fd79fc.tar.bz2
Silence compiler grumbles.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index edd11ee..f68bcd7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-11-02 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
+
+ * generic/tclBasic.c, generic/tclInterp.c, generic/tclProc.c: Silence
+ warnings from gcc over signed/unsigned and TclStackAlloc().
+ * generic/tclCmdMZ.c: Update to more compact and clearer coding style.
+
2006-11-02 Don Porter <dgp@users.sourceforge.net>
* generic/tclBasic.c: Further revised TclAppendPrintToObj() and