summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | |
| * | Test for TclContinuationsGet() usage, and simplifications.dgp2013-08-071-0/+6
| | |
| * | Mark unixforkevent-1.1 nonPortable, until proven on more platforms. jan.nijtmans2013-08-051-1/+1
| |\ \ | | |/ | | | Make sure that when testing for pthread_atfork the thread library is taken into account.
| | * Mark unixforkevent-1.1 nonPortable, until proven on more platforms.jan.nijtmans2013-08-051-1/+1
| | |
| * | Deal with the elaborate rip-apart-a-metaclass case as well.dkf2013-08-021-0/+19
| | |
| * | [9d61624b3d]: Stop crashes when emptying the superclass slot.dkf2013-08-021-0/+17
| | |
| * | [1905562] [8d2c0da36d] Raise the recursion limits on regexps to allowdgp2013-08-011-0/+3
| | | | | | | | | | | | existing regexps "in the wild" to continue working with Tcl 8.6. Latest example comes from DejaGnu.
| * | Tcl_InitNotifier: Bug [a0bc856dcd]. Start notifier thread again if we were ↵jan.nijtmans2013-08-011-0/+45
| |\ \ | | |/ | | | | | | forked, to solve Rivet bug 55153
| | * Tcl_InitNotifier: Bug [a0bc856dcd]. jan.nijtmans2013-08-011-0/+45
| | |\ | | | | | | | | Start notifier thread again if we were forked, to solve Rivet bug 55153
| | | * Fixed test case variable clash with 'folder'rfe_notifier_forkoehhar2013-07-251-6/+6
| | | |
| | | * rebasejan.nijtmans2013-07-251-0/+45
| | | |\
| | | | * Test-case should pass on Darwin or with non-threaded build as well.jan.nijtmans2013-07-221-8/+3
| | | | |
| | | | * Test file tests/unixForkEvent.test addedoehhar2013-07-221-0/+50
| | | | |
| * | | | Simplify AuxData access with a macro.dgp2013-07-271-0/+4
| | | | |
| * | | | [6585b21ca8] [regexp {(\w).*?\1} abb] failed to match. Thanks to Tom Lane ↵dgp2013-07-261-0/+4
| |\ \ \ \ | | |/ / / | | | | | | | | | | for passing on the discovery in Postgres.
| | * | | [6585b21ca8] [regexp {(\w).*?\1} abb] failed to match.dgp2013-07-261-0/+4
| | |/ / | | | | | | | | Thanks to Tom Lane for passing on the discovery in Postgres.
| * | | Demonstrate and fix memory leak in Tcl_ParseVar().dgp2013-07-241-0/+21
| |\ \ \ | | |/ /
| | * | Demonstrate and fix memory leak in Tcl_ParseVar().dgp2013-07-241-0/+21
| | |/