Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | More tests for bignum modules regressions. | dgp | 2018-02-14 | 1 | -0/+6 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletion | pooryorick | 2018-02-14 | 1 | -0/+12 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletion | pooryorick | 2018-02-14 | 1 | -0/+12 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | New test expr-32.7 for bignum modulus range. | dgp | 2018-02-13 | 1 | -0/+3 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Add remaining wrapper to the NR functions, remaining calls to | pooryorick | 2018-02-12 | 1 | -0/+12 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Remove restriction on defining the class of a TclOO object not explicitly | pooryorick | 2018-02-11 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | | | | | | | | | test expr-32.7 for bignum modulus range. FAILING for now. Error in TIP 484. | dgp | 2018-02-13 | 1 | -0/+3 | |
* | | | | | | | | | | | | | | | | | | | | | | | | TIP 493: Cease Distribution of http 1.0 | dgp | 2018-02-06 | 1 | -300/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | Use http 2 instead of http 1 for Safe Base testing. | dgp | 2017-12-29 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Remove http 1.0 tests. | dgp | 2017-12-29 | 1 | -300/+0 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | Add remaining wrapper to the NR functions, remaining calls to | pooryorick | 2018-02-06 | 1 | -0/+12 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | Remove restriction on defining the class of a TclOO object not explicitly | pooryorick | 2018-01-27 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | | | | | | | | Fix segfault due to shimmering in [join $l $l]. (Test join-4.1). | dgp | 2018-01-27 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Regression test for shimmering danger in [join]. | dgp | 2018-01-27 | 1 | -0/+5 | |
* | | | | | | | | | | | | | | | | | | | | | | test suite debugging | dgp | 2018-01-25 | 5 | -8/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | / / / / | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | lifetime management of files generated by tests | dgp | 2018-01-25 | 4 | -5/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | lifetime management of files generated by tests | dgp | 2018-01-25 | 4 | -5/+11 | |
| * | | | | | | | | | | | | | | | | | | | | test name continuity | dgp | 2018-01-25 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | | | Dup test names | dgp | 2018-01-25 | 2 | -2/+2 | |
* | | | | | | | | | | | | | | | | | | | | | TIP #485 implementation, Tcl 8.6 part: If Tcl is compiled with -DTCL_NO_DEPRE... | jan.nijtmans | 2018-01-17 | 4 | -90/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | merge core-8-branch | jan.nijtmans | 2018-01-12 | 8 | -14/+73 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | merge core-8-branch | jan.nijtmans | 2017-11-30 | 6 | -12/+90 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Revert [d874801c57]: putting back "string bytelength". It turns out to be to... | jan.nijtmans | 2017-11-21 | 3 | -6/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | merge core-8-branch. Deprecate support for "string bytelength" | jan.nijtmans | 2017-11-20 | 6 | -46/+148 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | TIP #485 implementation: "Remove Deprecated API". Based on Tcl 8.7 (core-8-br... | jan.nijtmans | 2017-11-08 | 5 | -184/+0 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | merge core-8-6-branch | jan.nijtmans | 2018-01-11 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Fix behavior of Tcl_GetRange() and "string range" regarding surrogates, when ... | jan.nijtmans | 2018-01-11 | 1 | -0/+4 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pyk-TclOO branch. See [90657479e8] | pooryorick | 2018-01-08 | 1 | -6/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge core-8-branch | pooryorick | 2017-12-26 | 2 | -0/+23 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Streamline TclOO object cleanup routines. | pooryorick | 2017-12-10 | 1 | -6/+7 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | merge core-8-6-branch | jan.nijtmans | 2018-01-04 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / |/| | / / / / / / / / / / / / / / / / / / / | | |/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | (cherry-pick): Use http 2 instead of http 1 for Safe Base testing. | jan.nijtmans | 2018-01-04 | 1 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | (cherry-pick): Use http 2 instead of http 1 for Safe Base testing. | jan.nijtmans | 2018-01-04 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | | | | | | Fix for issue [ba1419303b4c]: Delete a namespace for an ensemble having a del... | pooryorick | 2017-12-20 | 1 | -0/+13 | |
* | | | | | | | | | | | | | | | | | | | | | Fix for issue [ba1419303b4c]: Delete a namespace for an ensemble having a del... | pooryorick | 2017-12-20 | 1 | -0/+13 | |
* | | | | | | | | | | | | | | | | | | | | | [586e71dce4] Exeception handling at level #0 by EvalObjv | dgp | 2017-12-19 | 1 | -0/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / | | | / / / / / / / / / / / / / / / / / / | |_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | [586e71dce4] Exeception handling at level #0 by EvalObjv | dgp | 2017-12-19 | 1 | -0/+10 | |
* | | | | | | | | | | | | | | | | | | | | merge 8.6 | dgp | 2017-12-06 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | (cherry-pick from core-8-6-8-rc): Duplicate test names | jan.nijtmans | 2017-12-06 | 2 | -2/+2 | |
* | | | | | | | | | | | | | | | | | | | | [ce3a211dcb] Failed file normalize when tail is empty string. | dgp | 2017-12-06 | 1 | -0/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | / / / | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | [ce3a211dcb] Failed file normalize when tail is empty string. | dgp | 2017-12-06 | 1 | -0/+16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | [ce3a211dcb] Failed file normalize when tail is empty string. | dgp | 2017-12-06 | 1 | -0/+16 | |
* | | | | | | | | | | | | | | | | | | | [4f6a1ebd64] Stop crash when same value passed to the -map and -subcommands o... | dgp | 2017-12-05 | 1 | -2/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / | | | | | / / / / / / / / / / / / / / | |_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | [4f6a1ebd64] Stop crash when same value passed to the -map and -subcommands o... | dgp | 2017-12-05 | 1 | -1/+32 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | [4f6a1ebd64] Different fix for the problem. Re-order the filling of the | dgp | 2017-12-04 | 1 | -2/+17 | |
| | * | | | | | | | | | | | | | | | | Cherry-picked test-cases from [046a5af026]: fix for issue [4f6a1ebd64]: ensem... | sebres | 2017-11-29 | 1 | -1/+17 | |
* | | | | | | | | | | | | | | | | | | Eliminate use of certain unnecessary struct names. Also white-spacing. Nothin... | jan.nijtmans | 2017-11-30 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | | | Fix [8e1e31eac0fd6b6c4452bc108a98ab08c6b64588|8e1e31eac0]: lsort treats NUL c... | jan.nijtmans | 2017-11-30 | 1 | -0/+13 | |
* | | | | | | | | | | | | | | | | | | merge core-8-6-branch | jan.nijtmans | 2017-11-29 | 1 | -2/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | Fix Tcl_UtfFindFirst()/Tcl_UtfFindLast(), which were broken by [83c0c569d6]. ... | jan.nijtmans | 2017-11-29 | 1 | -2/+9 | |