summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormsofer <msofer@noemail.net>2002-03-27 19:20:53 (GMT)
committermsofer <msofer@noemail.net>2002-03-27 19:20:53 (GMT)
commit3a4e19f9724809225122f68835b00db5ffd0edd2 (patch)
treed91fe7cf72420d2b870c8f0ba8d9ca927de6f51e /ChangeLog
parenta75a62e2e11914c17fe8100c13975bd0e9703daf (diff)
downloadtcl-3a4e19f9724809225122f68835b00db5ffd0edd2.zip
tcl-3a4e19f9724809225122f68835b00db5ffd0edd2.tar.gz
tcl-3a4e19f9724809225122f68835b00db5ffd0edd2.tar.bz2
passing the correct commandSize to TclEvalObjvInternal. [Bug 219362],
fix by David Knoll. FossilOrigin-Name: 814a0619d032a6c097f4f1ecbdef711c44dcf86b
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cddbbf7..1ab9c79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2002-03-28 Miguel Sofer <msofer@users.sourceforge.net>
+ * generic/tclBasic.c (Tcl_EvalEx): passing the correct commandSize
+ to TclEvalObjvInternal. [Bug 219362], fix by David Knoll.
+
+2002-03-28 Miguel Sofer <msofer@users.sourceforge.net>
+
* generic/tclBasic.c (Tcl_EvalEx):
* tests/basic.test: avoid exceptional returns at level 0
[Bug 219181]