diff options
author | dgp <dgp@users.sourceforge.net> | 2007-07-19 13:57:35 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-07-19 13:57:35 (GMT) |
commit | 753ac8d30b441c6bac4f155de07ad94fc8b005bc (patch) | |
tree | 0c91875e050ae27ca52bd08d8637ccc839f19c3b /ChangeLog | |
parent | ff684d6c49734fc3e4d463954e72f5247c6fd73a (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |