summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | [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.
| | | * Make sure the errors raised by execution traces become errors raised bydgp2013-08-151-0/+7
| | | | | | | | | | | | | | | | the traced command, as documented. Deletion of the traced command was supressing that.
| | * | Add several tests to check consistency of stack traces.dgp2013-08-142-0/+94
| | | |
| | * | merge trunkbug_3610404dgp2013-08-1419-28/+876
| | |\ \
| | | * \ [a16752c252] Correct failure to call cmd deletion callbacks.dgp2013-08-141-0/+7
| | | |\ \ | | | | |/
| | | | * [a16752c252] Correct failure to call cmd deletion callbacks.dgp2013-08-141-0/+7
| | | | |
| | * | | added some test cases, based on bug reportdkf2013-04-091-0/+63
| | | | |
| * | | | merge trunkjan.nijtmans2013-08-143-1/+43
| |\ \ \ \ | | | |/ / | | |/| |