summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-06-22 12:25:16 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-06-22 12:25:16 (GMT)
commitbc400d47c756b4e8b1d78a243199b8f5fbdbd4f0 (patch)
tree0fd22bba4593016400ff45b91b31d7d392db0f88 /ChangeLog
parente90ef1de476ad650bf675de7dafabe11a399e22f (diff)
downloadtcl-bc400d47c756b4e8b1d78a243199b8f5fbdbd4f0.zip
tcl-bc400d47c756b4e8b1d78a243199b8f5fbdbd4f0.tar.gz
tcl-bc400d47c756b4e8b1d78a243199b8f5fbdbd4f0.tar.bz2
* generic/tclCmdIL.c (Tcl_LsetObjCmd): [Bug 3019351]: Corrected wrong
args message.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 14 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index b7e26cc..642061d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,19 @@
+2010-06-22 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclCmdIL.c (Tcl_LsetObjCmd): [Bug 3019351]: Corrected wrong
+ args message.
+
2010-06-21 Jan Nijtmans <nijtmans@users.sf.net>
- * unix/tclLoadDl.c Eliminate various unnecessary type casts, use
- * unix/tclLoadNext.c function typedefs whenever possible
- * unix/tclUnixChan.c
- * unix/tclUnixFile.c
- * unix/tclUnixNotfy.c
- * unix/tclUnixSock.c
- * unix/tclUnixTest.c
- * unix/tclXtTest.c
- * generic/tclZlib.c Remove hack needed for zlib 1.2.3 on win32
+ * unix/tclLoadDl.c: Eliminate various unnecessary type casts, use
+ * unix/tclLoadNext.c: function typedefs whenever possible
+ * unix/tclUnixChan.c:
+ * unix/tclUnixFile.c:
+ * unix/tclUnixNotfy.c:
+ * unix/tclUnixSock.c:
+ * unix/tclUnixTest.c:
+ * unix/tclXtTest.c:
+ * generic/tclZlib.c: Remove hack needed for zlib 1.2.3 on win32
2010-06-18 Donal K. Fellows <dkf@users.sf.net>