summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2010-09-01 19:42:27 (GMT)
committerandreas_kupries <akupries@shaw.ca>2010-09-01 19:42:27 (GMT)
commit23a452f662f5b300b9b4f0975389f6b60c1581ad (patch)
tree30e30115955a0d384b8b161ea77c76fc062247ee /ChangeLog
parent897b68117843dfc4d00d96c98a793b3093b3ba0a (diff)
downloadtcl-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ade63c9..1ed0441 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 ***