| Commit message (Expand) | Author | Age | Files | Lines |
*-. | Stop segfault due to OBOE in CompileWord() calls in [dict lappend] compiler. | dgp | 2013-09-19 | 1 | -0/+6 |
|\ \ |
|
| | * | Stop segfault due to OBOE in CompileWord() calls in [dict lappend] compiler. | dgp | 2013-09-19 | 1 | -0/+6 |
| |/ |
|
| * | [3487626] Backport fix for knownBug test dict-23.2. | dgp | 2013-09-19 | 1 | -1/+1 |
|
|
* | | [3487626] knownBug tests dict-23.2 and dist-24.21 already fixed on trunk. | dgp | 2013-09-19 | 1 | -2/+2 |
|
|
* | | Bump TclOO version to 1.0.1 | dkf | 2013-09-18 | 2 | -3/+3 |
|
|
* | | Add back -wrapchar option to "binary encode uuencode" | jan.nijtmans | 2013-09-15 | 1 | -13/+4 |
|\ \ |
|
| * | | Add back -wrapchar option to "binary encode uuencode". | jan.nijtmans | 2013-09-14 | 1 | -13/+4 |
|
|
* | | | And the decoder too. | dkf | 2013-09-14 | 1 | -19/+22 |
|/ / |
|
* | | [2152292] Corrected implementation of uuencoding. | dkf | 2013-09-14 | 1 | -13/+30 |
|
|
* | | merge trunk | dkf | 2013-09-09 | 4 | -9/+83 |
|\ \ |
|
| * \ | [010f4162ef] Repair effect of trace errors on -errorinfo and -errorstack.mig_review | dgp | 2013-09-05 | 1 | -0/+10 |
| |\ \ |
|
| | * | | Add test and improve errorInfo.bug_010f4162ef | dgp | 2013-09-02 | 1 | -0/+10 |
|
|
| * | | | [98c8b3ec12] Make test fail in less catastrophic manner. | dkf | 2013-09-04 | 1 | -1/+4 |
| |/ / |
|
| * | | typo | jan.nijtmans | 2013-09-02 | 1 | -8/+8 |
|
|
| * | | [b98fa55285]: Fix handling of whitespace at end of hex strings to decode. | dkf | 2013-09-01 | 1 | -0/+28 |
|
|
| * | | Add test for Bug 2486550. | dgp | 2013-08-27 | 1 | -0/+9 |
|
|
| * | | More coroutine tests. | dgp | 2013-08-22 | 1 | -0/+15 |
|
|
| * | | Tidy the code and add a test.dgp_purge_NRRunObjProc | dgp | 2013-08-21 | 1 | -0/+9 |
|
|
* | | | define tests for this bug; no fix yet | dkf | 2013-08-21 | 1 | -0/+30 |
|/ / |
|
* | | Make sure the errors raised by execution traces become errors raised by the | dgp | 2013-08-15 | 1 | -0/+7 |
|\ \
| |/ |
|
| * | Make sure the errors raised by execution traces become errors raised by | dgp | 2013-08-15 | 1 | -0/+7 |
|
|
* | | Add several tests to check consistency of stack traces. | dgp | 2013-08-14 | 2 | -0/+94 |
|
|
* | | merge trunkbug_3610404 | dgp | 2013-08-14 | 19 | -28/+876 |
|\ \ |
|
| * \ | [a16752c252] Correct failure to call cmd deletion callbacks. | dgp | 2013-08-14 | 1 | -0/+7 |
| |\ \
| | |/ |
|
| | * | [a16752c252] Correct failure to call cmd deletion callbacks. | dgp | 2013-08-14 | 1 | -0/+7 |
|
|
| * | | Test for TclContinuationsGet() usage, and simplifications. | dgp | 2013-08-07 | 1 | -0/+6 |
|
|
| * | | Mark unixforkevent-1.1 nonPortable, until proven on more platforms. | jan.nijtmans | 2013-08-05 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Mark unixforkevent-1.1 nonPortable, until proven on more platforms. | jan.nijtmans | 2013-08-05 | 1 | -1/+1 |
|
|
| * | | Deal with the elaborate rip-apart-a-metaclass case as well. | dkf | 2013-08-02 | 1 | -0/+19 |
|
|
| * | | [9d61624b3d]: Stop crashes when emptying the superclass slot. | dkf | 2013-08-02 | 1 | -0/+17 |
|
|
| * | | [1905562] [8d2c0da36d] Raise the recursion limits on regexps to allow | dgp | 2013-08-01 | 1 | -0/+3 |
|
|
| * | | Tcl_InitNotifier: Bug [a0bc856dcd]. Start notifier thread again if we were fo... | jan.nijtmans | 2013-08-01 | 1 | -0/+45 |
| |\ \
| | |/ |
|
| | * | Tcl_InitNotifier: Bug [a0bc856dcd]. | jan.nijtmans | 2013-08-01 | 1 | -0/+45 |
| | |\ |
|
| | | * | Fixed test case variable clash with 'folder'rfe_notifier_fork | oehhar | 2013-07-25 | 1 | -6/+6 |
|
|
| | | * | rebase | jan.nijtmans | 2013-07-25 | 1 | -0/+45 |
| | | |\ |
|
| | | | * | Test-case should pass on Darwin or with non-threaded build as well. | jan.nijtmans | 2013-07-22 | 1 | -8/+3 |
|
|
| | | | * | Test file tests/unixForkEvent.test added | oehhar | 2013-07-22 | 1 | -0/+50 |
|
|
| * | | | | Simplify AuxData access with a macro. | dgp | 2013-07-27 | 1 | -0/+4 |
|
|
| * | | | | [6585b21ca8] [regexp {(\w).*?\1} abb] failed to match. Thanks to Tom Lane for... | dgp | 2013-07-26 | 1 | -0/+4 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | [6585b21ca8] [regexp {(\w).*?\1} abb] failed to match. | dgp | 2013-07-26 | 1 | -0/+4 |
| | |/ / |
|
| * | | | Demonstrate and fix memory leak in Tcl_ParseVar(). | dgp | 2013-07-24 | 1 | -0/+21 |
| |\ \ \
| | |/ / |
|
| | * | | Demonstrate and fix memory leak in Tcl_ParseVar(). | dgp | 2013-07-24 | 1 | -0/+21 |
| | |/ |
|
| * | | [Bug 1c17fbba5d] Fix -errorinfo from syntax errors so that the error is | dgp | 2013-07-18 | 2 | -8/+2 |
|
|
| * | | Tests demonstrating the need for the last two SetLineInformation() calls. | dgp | 2013-07-12 | 1 | -0/+25 |
|
|
| * | | Add tests for the SetLineInformation() calls in tclEnsemble.c, and fix | dgp | 2013-07-11 | 1 | -0/+25 |
|
|
| * | | Add tests for SetLineInformation() calls in tclCompCmdsSZ.c as well as some | dgp | 2013-07-10 | 1 | -1/+185 |
|
|
| * | | Add tests for SetLineInformation() calls in tclCompCmdsGR.c. | dgp | 2013-07-10 | 1 | -0/+53 |
|
|
| * | | Add tests for, and fix bugs in, the SetLineInformation() calls in tclCompCmds.c. | dgp | 2013-07-10 | 1 | -0/+118 |
|
|
| * | | Next attempt. Appears to have uncovered a bug. | dgp | 2013-07-10 | 1 | -0/+14 |
|
|
| * | | First additional test. Remove dup macros in tclEnsemble.c. | dgp | 2013-07-10 | 1 | -0/+15 |
|
|