diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-03-17 22:00:27 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-03-17 22:00:27 (GMT) |
commit | df469c8ffaea0347ffe69bd2b776e7840a25d645 (patch) | |
tree | afcae28becdf21c0a1f45659cdd39f25d2fac327 /ChangeLog | |
parent | efac6ea792b9082ca65d083e4364b6f7fa7fddda (diff) | |
download | tcl-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-- | ChangeLog | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -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> |