summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-07-23 20:47:28 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-07-23 20:47:28 (GMT)
commit28dc32c5df7599c1a91f586e9b87c70257bb6954 (patch)
tree21c7a839952f44078b41504af48b37e2703f39a3 /ChangeLog
parent4cfb7828a8f1b3a6686c44798c62431003363ff8 (diff)
downloadtcl-28dc32c5df7599c1a91f586e9b87c70257bb6954.zip
tcl-28dc32c5df7599c1a91f586e9b87c70257bb6954.tar.gz
tcl-28dc32c5df7599c1a91f586e9b87c70257bb6954.tar.bz2
* generic/tclBasic.c: Modified TclArgumentGet to reject pure lists
* generic/tclCmdIL.c: immediately, without search. Reworked setup * generic/tclCompile.c: of eoFramePtr, doesn't need the line * tests/info.test: information, more sensible to have everything on line 1 when eval'ing a pure list. Updated the users of the line information to special case this based on the frame type (i.e. TCL_LOCATION_EVAL_LIST). Added a testcase demonstrating the new behaviour.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c341252..5c86c0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2008-07-23 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclBasic.c: Modified TclArgumentGet to reject pure lists
+ * generic/tclCmdIL.c: immediately, without search. Reworked setup
+ * generic/tclCompile.c: of eoFramePtr, doesn't need the line
+ * tests/info.test: information, more sensible to have everything
+ on line 1 when eval'ing a pure list. Updated the users of the line
+ information to special case this based on the frame type (i.e.
+ TCL_LOCATION_EVAL_LIST). Added a testcase demonstrating the new
+ behaviour.
+
2008-07-22 Andreas Kupries <andreask@activestate.com>
* generic/tclBasic.c: Added missing function comments.