diff options
author | andreas_kupries <andreas_kupries@noemail.net> | 2008-07-23 20:47:28 (GMT) |
---|---|---|
committer | andreas_kupries <andreas_kupries@noemail.net> | 2008-07-23 20:47:28 (GMT) |
commit | 25c85582a0ca9a2fed3c9a6e6934b65f3fd5759a (patch) | |
tree | 21c7a839952f44078b41504af48b37e2703f39a3 /ChangeLog | |
parent | 879b8bc177d34ae39b43ea6b69cfd786379330dd (diff) | |
download | tcl-25c85582a0ca9a2fed3c9a6e6934b65f3fd5759a.zip tcl-25c85582a0ca9a2fed3c9a6e6934b65f3fd5759a.tar.gz tcl-25c85582a0ca9a2fed3c9a6e6934b65f3fd5759a.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.
FossilOrigin-Name: 222f1067e04c8a6d6d5ecb02535b4838c9a6b06f
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |