diff options
author | andreas_kupries <akupries@shaw.ca> | 2010-09-01 20:35:32 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2010-09-01 20:35:32 (GMT) |
commit | 9cfbf9b3c024db75159b03c1eb94a0bf0b9bfb10 (patch) | |
tree | 6e87bc05f40a7a62222bac4871c8f6ec5cc1d675 /ChangeLog | |
parent | 95a09f18c6704c0f2dcd4f62122f1cadfe828988 (diff) | |
download | tcl-9cfbf9b3c024db75159b03c1eb94a0bf0b9bfb10.zip tcl-9cfbf9b3c024db75159b03c1eb94a0bf0b9bfb10.tar.gz tcl-9cfbf9b3c024db75159b03c1eb94a0bf0b9bfb10.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-08-31 Jan Nijtmans <nijtmans@users.sf.net> * win/rules.vc: Typo (thanks to Twylite discovering this) |