summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-03-17 22:00:27 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-03-17 22:00:27 (GMT)
commitdf469c8ffaea0347ffe69bd2b776e7840a25d645 (patch)
treeafcae28becdf21c0a1f45659cdd39f25d2fac327 /ChangeLog
parentefac6ea792b9082ca65d083e4364b6f7fa7fddda (diff)
downloadtcl-df469c8ffaea0347ffe69bd2b776e7840a25d645.zip
tcl-df469c8ffaea0347ffe69bd2b776e7840a25d645.tar.gz
tcl-df469c8ffaea0347ffe69bd2b776e7840a25d645.tar.bz2
Generate errorCode information on failure to parse expressions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ad8d68..ccf4160 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,17 @@
+2011-03-17 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclCompExpr.c (ParseExpr): Generate errorCode information on
+ failure to parse expressions.
+
2011-03-17 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tkMain.c: [Patch #3124683]: platform specific
- stuff in (tcl|tk)Main.c
+ * generic/tkMain.c: [Patch 3124683]: Reorganize the platform-specific
+ stuff in (tcl|tk)Main.c.
2011-03-16 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tclCkalloc.c: [Bug #3197864] pointer truncation on Win64
- TCL_MEM_DEBUG builds
+ * generic/tclCkalloc.c: [Bug 3197864]: Pointer truncation on Win64
+ TCL_MEM_DEBUG builds.
2011-03-16 Don Porter <dgp@users.sourceforge.net>