summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-07-19 13:57:35 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-07-19 13:57:35 (GMT)
commit753ac8d30b441c6bac4f155de07ad94fc8b005bc (patch)
tree0c91875e050ae27ca52bd08d8637ccc839f19c3b /ChangeLog
parentff684d6c49734fc3e4d463954e72f5247c6fd73a (diff)
downloadtcl-753ac8d30b441c6bac4f155de07ad94fc8b005bc.zip
tcl-753ac8d30b441c6bac4f155de07ad94fc8b005bc.tar.gz
tcl-753ac8d30b441c6bac4f155de07ad94fc8b005bc.tar.bz2
* generic/tclParse.c: In contexts where interp and parsePtr->interp
might be different, be sure to use the latter for error reporting. Also pulled the interp argument back out of ParseTokens() since we already had a parsePtr->interp to work with.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e60caba..6ec5d1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-07-19 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclParse.c: In contexts where interp and parsePtr->interp
+ might be different, be sure to use the latter for error reporting.
+ Also pulled the interp argument back out of ParseTokens() since we
+ already had a parsePtr->interp to work with.
+
2007-07-18 Don Porter <dgp@users.sourceforge.net>
* generic/tclCompExpr.c: Removed unused arguments and variables.