summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-08-16 13:55:06 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-08-16 13:55:06 (GMT)
commit754781a8ca6a7ff2617e2dea8f8fc569c868445e (patch)
treedfac520f6bcb71143cd81124598bdb9d07e00d0b /ChangeLog
parent0769533296f892df58d869c9d898a51f9a7ca1bf (diff)
downloadtcl-754781a8ca6a7ff2617e2dea8f8fc569c868445e.zip
tcl-754781a8ca6a7ff2617e2dea8f8fc569c868445e.tar.gz
tcl-754781a8ca6a7ff2617e2dea8f8fc569c868445e.tar.bz2
Small changes to quell gcc warnings and make message generation less ugly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 28c66aa..b8832e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,18 @@
+2011-08-16 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclListObj.c (TclLindexList, TclLsetFlat): Silence warnings
+ about (unreachable) cases of uninitialized variables.
+ * generic/tclCmdIL.c (SelectObjFromSublist): Improve the generation of
+ * generic/tclIndexObj.c (Tcl_ParseArgsObjv): messages through the use
+ * generic/tclVar.c (ArrayStartSearchCmd): of Tcl_ObjPrintf.
+
2011-08-15 Don Porter <dgp@users.sourceforge.net>
- * generic/tclBasic.c: [Bug 3390272] Leak of [info script] value.
+ * generic/tclBasic.c: [Bug 3390272]: Leak of [info script] value.
2011-08-15 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tclPosixStr.c: [Bug 3388350] mingw64 compiler warnings
+ * generic/tclPosixStr.c: [Bug 3388350]: mingw64 compiler warnings
* win/tclWinPort.h:
* win/configure.in
* win/configure
@@ -16,7 +24,7 @@
2011-08-12 Don Porter <dgp@users.sourceforge.net>
- * generic/tclPathObj.c: [Bug 3389764] Eliminate possibility that dup
+ * generic/tclPathObj.c: [Bug 3389764]: Eliminate possibility that dup
of a "path" value can create reference cycle.
2011-08-12 Donal K. Fellows <dkf@users.sf.net>