summaryrefslogtreecommitdiffstats
path: root/tests/assemble.test
Commit message (Expand)AuthorAgeFilesLines
* [Bug 3384840]: Fix memory leaks in the assembler due to Tcl_Obj referencedkf2011-08-041-0/+82
* Correct test suite errors revealed by a -singleproc 1 -debug 1 run.dgp2011-07-071-2/+2
* Make the assembler code more like Tcl code.dkf2011-03-081-247/+17
* * tclAssembly.c:Kevin B Kenny2010-12-161-1/+76
* * generic/tclAssembly.c:Kevin B Kenny2010-10-281-0/+139
* * tclAssembly.c:Kevin B Kenny2010-10-241-1/+33
* Added catches. Still needs a lot of testing.Kevin B Kenny2010-10-061-5/+81
* nop and regexpKevin B Kenny2010-10-021-0/+69
* added missing tests: nsupvar, variable, upvarKevin B Kenny2010-10-021-1/+41
* * generic/tclAssembly.c:Kevin B Kenny2010-10-021-1/+239
* Added listIn, listNotIn, and dictGet.Kevin B Kenny2010-10-011-9/+88
* * tests/assemble.test: Added tryCvtToNumeric and several more listKevin B Kenny2010-09-301-70/+367
* * tests/assemble.test: Completed conversion of tests to aKevin B Kenny2010-09-291-481/+381
* * tests/assemble.test: Added more "white box" tests.Kevin B Kenny2010-09-281-2/+233
* * tests/assemble.test: Added more "white box" tests.Kevin B Kenny2010-09-271-14/+458
* * tests/assemble.test: Added many new tests moving toward a moreKevin B Kenny2010-09-261-75/+1054
* added more tests; fixed a bug in initialization of BasicBlock objKevin B Kenny2010-09-251-6/+103
* * tclAssembly.c: Massive refactoring of the assemblerKevin B Kenny2010-09-251-213/+442
* initial commit of Ozgur Dogan Ugurlu's (SF user:dogeen) assembler for the Tcl...Kevin B Kenny2010-09-211-0/+516