summaryrefslogtreecommitdiffstats
path: root/tests/assemble.test
Commit message (Expand)AuthorAgeFilesLines
* Fix for [f97d4ee020]; use a two-stage approach to avoid quadratic behavior.dkf2016-05-211-9/+10
|\
| * Tweak a test to not leave around extra commands.dkf2016-05-141-9/+10
* | Merge core-8-6-branch. Eliminate some unnecessary spacing.jan.nijtmans2016-05-131-5/+5
|\ \ | |/
* | Bug fix: Assembler dereferences a rogue pointer when unstacking an empty exce...Kevin B Kenny2016-05-131-0/+85
|\ \ | |/
| * Bug fix: Assembler dereferences a rogue pointer when unstacking an empty exce...bug_3154ea2759Kevin B Kenny2016-05-131-0/+85
* | Eliminate exess spacings in many test-casesjan.nijtmans2016-03-101-33/+33
|/
* [Bug 1c17fbba5d] Fix -errorinfo from syntax errors so that the error isdgp2013-07-181-2/+1
* [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