diff options
author | andreas_kupries <akupries@shaw.ca> | 2010-09-01 19:42:27 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2010-09-01 19:42:27 (GMT) |
commit | 23a452f662f5b300b9b4f0975389f6b60c1581ad (patch) | |
tree | 30e30115955a0d384b8b161ea77c76fc062247ee /ChangeLog | |
parent | 897b68117843dfc4d00d96c98a793b3093b3ba0a (diff) | |
download | tcl-23a452f662f5b300b9b4f0975389f6b60c1581ad.zip tcl-23a452f662f5b300b9b4f0975389f6b60c1581ad.tar.gz tcl-23a452f662f5b300b9b4f0975389f6b60c1581ad.tar.bz2 |
* generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to
* generic/tclVar.c: make the behaviour of lappend in bytecompiled
* tests/append.test: mode consistent with direct-eval and 'append'
* tests/appendComp.test: generally. Added tests (append*-9.*)
showing the difference.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2010-09-01 Andreas Kupries <andreask@activestate.com> + + * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to + * generic/tclVar.c: make the behaviour of lappend in bytecompiled + * tests/append.test: mode consistent with direct-eval and 'append' + * tests/appendComp.test: generally. Added tests (append*-9.*) + showing the difference. + 2010-09-01 Donal K. Fellows <dkf@users.sf.net> *** 8.5.9 TAGGED FOR RELEASE *** |