summaryrefslogtreecommitdiffstats
path: root/tests/appendComp.test
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff toandreas_kupries2010-09-011-6/+75
| | | | | | | | | * 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. FossilOrigin-Name: 405a405dc7b5e6d2cf699bce59de6867a313fa6f
* Fix test flaws exposed by -singleproc 1 -debug 1dgp2008-10-141-2/+3
| | | FossilOrigin-Name: dd5b58f068621eef11af8a6eb1776e38369786b5
* Simplify test bodies using tcltest2dkf2008-09-081-80/+83
| | | FossilOrigin-Name: 24fb39dd18ac3b5f010077ebc1ab7da0525c540b
* fix [2021443] inconsistant "wrong # args" messagesnijtmans2008-07-191-3/+3
| | | FossilOrigin-Name: 1e5261316ed076ff5ff69f2a720e8eff30fcf66e
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232kennykb2005-05-101-1/+1
| | | FossilOrigin-Name: 1cc2336920c70c6b9f7825b88dec87fc223f2c4e
* * generic/tclCompCmds.c: Replaced all instance ofdgp2005-05-051-2/+2
| | | | | | | | | | * generic/tclCompile.c: TCL_OUT_LINE_COMPILE with TCL_ERROR. * generic/tclInt.h: Now that we've eradicated the mistaken * tests/appendComp.test: notion of a "compile-time error", we can use the TCL_ERROR return code to signal any failure to produce bytecode. FossilOrigin-Name: 2f2f477a0587c716702f86c5d307b10b39844f25
* * generic/tclCompCmds.c: Tolerate [append] syntax errorsdgp2004-09-221-2/+16
| | | | | | | * tests/appendComp.test (8.1): at compile time, and allow runtime to raise the error (or succeed if a redefined [append] allows). FossilOrigin-Name: 03e134c9ceb1143afcb9aa17e75e3f0d7764d8b9
* error in test namingdkf2004-05-251-3/+3
| | | FossilOrigin-Name: 49dd4a972c0524fc0b8b477e12c90935f2e9dda8
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-231-1/+2
| | | | | | | | ** changes for 8.4, some already backported to 8.3.4 (patch #435658) see ChangeLog for details FossilOrigin-Name: f961ecdd17042f83d4cf5b21380c117066ed9b88
* * Corrected tests to better isolate tests indgp2001-09-121-1/+2
| | | | | | one file from influencing tests in other files. [Bug 460591] FossilOrigin-Name: 9b3e82229d0d01e69a06d4b4defe09c3ec600835
* * tests/append.test:hobbs2001-07-031-30/+132
| | | | | | | * tests/appendComp.test: added tests for read trace triggering for append and lappend. FossilOrigin-Name: 42348667cb98c705f978221e20047292e25d281b
* * tests/appendComp.test:hobbs2001-05-171-0/+258
* tests/stringComp.test: new files for extended bytecode testing FossilOrigin-Name: 61540d2dbba75e353daaeae98fb07babbb35cd8c