| Commit message (Expand) | Author | Age | Files | Lines |
* | merge 8.6 (fixed optimization for create/search hash entries with the same keys) | sebres | 2019-05-21 | 1 | -1/+1 |
|\ |
|
| * | fixed mistake in optimization of [3f693cdfe9c875c4] (bypass of compareKeysPro... | sebres | 2019-05-21 | 1 | -1/+1 |
| |\ |
|
| | * | comment typo | dgp | 2019-05-17 | 1 | -1/+1 |
|
|
| | * | Eliminate a few gcc compiler warnings, when using -Wwrite-strings (tested wit... | jan.nijtmans | 2015-10-01 | 1 | -3/+3 |
|
|
* | | | testlinkarray: fixed cast to pointer from integer (and eliminate warning) | sebres | 2019-05-10 | 1 | -6/+3 |
|
|
* | | | merge 8.6 | dgp | 2019-05-03 | 1 | -2/+4 |
|\ \ \
| |/ / |
|
| * | | Minor code style cleanup. | dkf | 2019-04-23 | 1 | -2/+4 |
|
|
* | | | Style corrections and warning elimination | dkf | 2019-04-18 | 1 | -3/+7 |
|
|
* | | | Import of TIP 312 implementation | dkf | 2019-04-03 | 1 | -0/+120 |
|
|
* | | | Modify testbytestring such that is only produces pure byte-arrays, if not it ... | jan.nijtmans | 2019-04-01 | 1 | -6/+15 |
|
|
* | | | Various tommath/numeric related optimizations: | jan.nijtmans | 2019-03-02 | 1 | -3/+1 |
|
|
* | | | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-glob | jan.nijtmans | 2019-03-01 | 1 | -2/+2 |
|
|
* | | | Convert Tcl_BacktroundError() into a macro, so we can deprecate the stub entr... | jan.nijtmans | 2019-02-09 | 1 | -2/+2 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2019-01-13 | 1 | -3/+58 |
|\ \ \
| |/ / |
|
| * | | Slightly simpler test for empty string, still covering all cases. Also prepar... | jan.nijtmans | 2019-01-13 | 1 | -2/+3 |
|
|
| * | | provided test-cases covering crash fixed by [58c46e74b931d3a1], as well as ne... | sebres | 2019-01-11 | 1 | -0/+54 |
|
|
* | | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl... | jan.nijtmans | 2018-12-12 | 1 | -13/+13 |
|
|
* | | | Add entry for Tcl_StaticPackage in internal stub table, since the public one ... | jan.nijtmans | 2018-11-15 | 1 | -231/+226 |
|
|
* | | | Implement TIP #512: No stub for Tcl_SetExitProc() | jan.nijtmans | 2018-11-15 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | Merge 8.7 | jan.nijtmans | 2018-11-02 | 1 | -0/+4 |
|
|
* | | | | merge 8.7 | dgp | 2018-10-24 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Change PTR2INT and PTR2UINT macros's so they can handle long's and Tcl_WideIn... | jan.nijtmans | 2018-10-21 | 1 | -2/+2 |
|
|
* | | | | merge 8.7 | dgp | 2018-10-18 | 1 | -2/+24 |
|\ \ \ \
| |/ / / |
|
| * | | | Eliminate the use of macro's like LLONG_MAX|MIN, since they assume that Tcl_W... | jan.nijtmans | 2018-09-13 | 1 | -2/+2 |
|
|
| * | | | Eliminate use of wideBiggerThanInt test constraint, since it's the same as {l... | jan.nijtmans | 2018-09-03 | 1 | -0/+22 |
|
|
| * | | | merge 8.6 | dgp | 2018-06-26 | 1 | -16/+0 |
| |\ \ \
| | |/ / |
|
| | * | | Use a thread exit handler, and not a custom exit proc for package cleanup. | dgp | 2018-06-26 | 1 | -16/+0 |
|
|
| * | | | merge 8.6 | jan.nijtmans | 2018-06-25 | 1 | -0/+16 |
| |\ \ \
| | |/ / |
|
| | * | | Add custom exit procedure for tcltests executable. | pooryorick | 2018-06-21 | 1 | -0/+16 |
|
|
* | | | | merge 8.7 | dgp | 2018-05-24 | 1 | -4/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811... | jan.nijtmans | 2018-05-22 | 1 | -4/+4 |
|
|
| * | | | TIP #491 implementation: Threading Support: phasing out non-threaded builds | jan.nijtmans | 2018-05-17 | 1 | -4/+4 |
|
|
* | | | | merge 8.7 | dgp | 2018-02-23 | 1 | -3/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | [89dfecb6b7] Make thread IDs in testing commands consistent. | dgp | 2018-02-22 | 1 | -3/+3 |
| |\ \ \
| | |/ / |
|
| | * | | [89dfecb6b7] Make thread IDs in testing commands consistent. | dgp | 2018-02-22 | 1 | -3/+3 |
|
|
* | | | | merge 8.7 | dgp | 2018-01-18 | 1 | -163/+0 |
|\ \ \ \
| |/ / / |
|
| * | | | merge core-8-branch | jan.nijtmans | 2017-11-30 | 1 | -0/+54 |
| |\ \ \ |
|
| * | | | | TIP #485 implementation: "Remove Deprecated API". Based on Tcl 8.7 (core-8-br... | jan.nijtmans | 2017-11-08 | 1 | -163/+0 |
|
|
* | | | | | merge 8.7 | dgp | 2017-11-29 | 1 | -0/+54 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | merge core-8-6-branch | jan.nijtmans | 2017-11-29 | 1 | -0/+54 |
| |\ \ \ \
| | |/ / /
| |/| / /
| | |/ / |
|
| | * | | Fix Tcl_UtfFindFirst()/Tcl_UtfFindLast(), which were broken by [83c0c569d6]. ... | jan.nijtmans | 2017-11-29 | 1 | -0/+54 |
|
|
* | | | | merge 8.7 | dgp | 2017-11-03 | 1 | -3/+44 |
|\ \ \ \
| |/ / / |
|
| * | | | Create new testing command [teststringbytes] to probe the things that | dgp | 2017-10-26 | 1 | -0/+38 |
|
|
| * | | | Repair Tcl_CreateEncoding(); Modernize [testencoding]; | dgp | 2017-10-25 | 1 | -3/+6 |
|
|
* | | | | merge trunk | dgp | 2017-06-16 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | merge core-8-6-branch | jan.nijtmans | 2017-06-08 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | tclUtil.c: Use TclUtfToUniChar() in stead of handling ASCII characters separa... | jan.nijtmans | 2017-06-08 | 1 | -1/+1 |
|
|
| | * | | Update documentation on recent changes in Tcl_LinkVar. | jan.nijtmans | 2017-01-31 | 1 | -13/+1 |
|
|
* | | | | merge trunk | dgp | 2017-04-11 | 1 | -0/+85 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge Harald's "robust-async-connect-tests" branch. Thanks! | jan.nijtmans | 2017-04-10 | 1 | -0/+85 |
| |\ \ \ |
|