| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| |\ \ |
|
| | * \ | merge trunk | jan.nijtmans | 2014-07-18 | 1 | -7/+48 |
| | |\ \ |
|
| | * | | | Replaced option "-unsupported1" by test command "testsocket debugflags" (than... | oehhar | 2014-07-17 | 1 | -0/+85 |
|
|
* | | | | | merge trunk | dgp | 2017-03-29 | 1 | -1/+3 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Supply more C99-compatible (and MSVC) format options: '%p' for pointers, 'z'/... | jan.nijtmans | 2017-03-24 | 1 | -1/+3 |
|
|
* | | | | | merge trunk | dgp | 2017-03-20 | 1 | -4/+4 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are n... | jan.nijtmans | 2017-03-20 | 1 | -4/+4 |
|
|
* | | | | | merge trunk | dgp | 2017-01-27 | 1 | -12/+8 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | If TCL_NO_DEPRECATED is defined, remove the "case" statement, and use much le... | jan.nijtmans | 2017-01-25 | 1 | -12/+8 |
|
|
* | | | | | merge trunk | dgp | 2017-01-12 | 1 | -34/+34 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Use more Tcl_AppendResult(), in order to prevent the use of a (char *) type c... | jan.nijtmans | 2017-01-11 | 1 | -28/+28 |
|
|