summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of 'invokeExpanded' and start to do 'returnStk'.dkf2013-10-191-0/+116
|
* Do jump generation at places where INST_RETURN_IMM might occur.dkf2013-10-151-0/+64
|
* Added the tests I want to pass...dkf2013-10-131-0/+126
|
* Fix test source-4.1dgp2013-09-271-1/+1
|
* Merge forward new test, marked as knownBug, so other merges are no longer ↵dgp2013-09-271-0/+10
|\ | | | | | | held back.
| * Test demonstrating need for "adjust" manipulation in TclSubstTokens.dgp2013-09-251-0/+10
| |
* | [219226]: Rewrote how ::env is synchronized to the environment so it no longerdkf2013-09-271-0/+23
| | | | | | | | smashes the array or its elements flat, This affects traces on env, links to env, and iterations over env: it makes them work as naïvely expected.
* | [3970f54c4e]: Corrected regression in argument order processing in [unset].dkf2013-09-191-0/+3
| |
* | Line numbers wrong in compiled [unset].dgp2013-09-191-0/+13
| |
* | Line numbers wrong in compiled [dict with].dgp2013-09-191-0/+30
| |
* | Line numbers wrong in compiled [dict exists].dgp2013-09-191-0/+6
| |
* | Line numbers wrong in compiled [global] and [variable].dgp2013-09-191-0/+10
|\ \ | |/
| * Line numbers wrong in compiled [global] and [variable].dgp2013-09-191-0/+10
| |
| |
| \
*-. \ Line numbers wrong in compiled [namespace upvar].dgp2013-09-191-0/+22
|\ \ \ | | |/
| | * renumber tests for branch mergedgp2013-09-191-2/+2
| |/
| * Line numbers wrong in compiled [namespace upvar].dgp2013-09-191-0/+21
| |
* | Line numbers wrong in compiled [upvar].dgp2013-09-191-0/+11
|\ \ | |/
| * Line numbers wrong in compiled [upvar].dgp2013-09-191-0/+11
| |
* | Line numbers wrong in compiled [dict update].dgp2013-09-191-0/+6
|\ \ | |/
| * Line numbers wrong in compiled [dict update].dgp2013-09-191-0/+6
| |
* | Line numbers wrong in compiled [dict for].dgp2013-09-191-0/+6
|\ \ | |/
| * Line numbers wrong in compiled [dict for].dgp2013-09-191-0/+6
| |
* | Line numbers wrong in compiled [dict get].dgp2013-09-191-0/+6
|\ \ | |/
| * Line numbers wrong in compiled [dict get].dgp2013-09-191-0/+6
| |
* | Stop segfault due to OBOE in CompileWord() calls in [dict incr] compiler.dgp2013-09-191-0/+5
|\ \ | |/
| * Stop segfault due to OBOE in CompileWord() calls in [dict incr] compiler.dgp2013-09-191-0/+5
| |
* | Line numbers wrong in compiled [dict set].dgp2013-09-191-0/+6
|\ \ | |/
| * Line numbers wrong in compiled [dict set].dgp2013-09-191-0/+6
| |
* | Merge test; bug already fixed in trunk.dgp2013-09-191-0/+11
|\ \ | |/
| * Line numbers wrong in compiled foreach body.dgp2013-09-191-0/+11
| |
| |
| \
*-. \ Stop segfault due to OBOE in CompileWord() calls in [dict lappend] compiler.dgp2013-09-191-0/+6
|\ \ \ | | |/
| | * Stop segfault due to OBOE in CompileWord() calls in [dict lappend] compiler.dgp2013-09-191-0/+6
| |/
| * [3487626] Backport fix for knownBug test dict-23.2.dgp2013-09-191-1/+1
| |
* | [3487626] knownBug tests dict-23.2 and dist-24.21 already fixed on trunk.dgp2013-09-191-2/+2
| |
* | Bump TclOO version to 1.0.1dkf2013-09-182-3/+3
| |
* | Add back -wrapchar option to "binary encode uuencode"jan.nijtmans2013-09-151-13/+4
|\ \
| * | Add back -wrapchar option to "binary encode uuencode".jan.nijtmans2013-09-141-13/+4
| | |
* | | And the decoder too.dkf2013-09-141-19/+22
|/ /
* | [2152292] Corrected implementation of uuencoding.dkf2013-09-141-13/+30
| |
* | merge trunkdkf2013-09-094-9/+83
|\ \
| * \ [010f4162ef] Repair effect of trace errors on -errorinfo and -errorstack.mig_reviewdgp2013-09-051-0/+10
| |\ \
| | * | Add test and improve errorInfo.bug_010f4162efdgp2013-09-021-0/+10
| | | |
| * | | [98c8b3ec12] Make test fail in less catastrophic manner.dkf2013-09-041-1/+4
| |/ /
| * | typojan.nijtmans2013-09-021-8/+8
| | |
| * | [b98fa55285]: Fix handling of whitespace at end of hex strings to decode.dkf2013-09-011-0/+28
| | |
| * | Add test for Bug 2486550.dgp2013-08-271-0/+9
| | |
| * | More coroutine tests.dgp2013-08-221-0/+15
| | |
| * | Tidy the code and add a test.dgp_purge_NRRunObjProcdgp2013-08-211-0/+9
| | |
* | | define tests for this bug; no fix yetdkf2013-08-211-0/+30
|/ /
* | Make sure the errors raised by execution traces become errors raised by thedgp2013-08-151-0/+7
|\ \ | |/ | | | | traced command, as documented. Deletion of the traced command was supressing that.