| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1) | jan.nijtmans | 2019-10-17 | 1 | -9/+11 |
|
|
| | * | | | end-of-line spacing | jan.nijtmans | 2019-05-24 | 1 | -1/+1 |
| | |\ \ \ |
|
| | | * | | | cherry-picing of [3f693cdfe9c875c4] to be more compatible across version, res... | sebres | 2019-05-21 | 1 | -4/+3 |
|
|
| | * | | | | Merge 8.5 | jan.nijtmans | 2019-05-14 | 1 | -5/+5 |
| | |\ \ \ \
| | | |/ / / |
|
| | | * | | | DIGIT_BIT -> MP_DIGIT_BIT, since DIGIT_BIT is deprecated in future libtommath... | jan.nijtmans | 2019-05-14 | 1 | -5/+5 |
|
|
* | | | | | | Make Tcl_WinUtfToTChar/Tcl_WinTCharToUtf really deprecate in 9.0 (now that no... | jan.nijtmans | 2019-09-25 | 1 | -129/+0 |
|
|
* | | | | | | Merge 8.7 | jan.nijtmans | 2019-08-15 | 1 | -74/+74 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -91/+91 |
| | |_|_|/
| |/| | | |
|
* | | | | | merge 8.7 | dkf | 2019-04-19 | 1 | -20/+9 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | More efficient version (after feedback from KBK). Better test too. | dkf | 2019-04-05 | 1 | -20/+9 |
| | |_|/
| |/| | |
|
* | | | | merge 8.7 (TIP#527, New measurement facilities in TCL: New command timerate, ... | sebres | 2019-03-05 | 1 | -60/+49 |
|\ \ \ \
| |/ / / |
|
| * | | | Various tommath/numeric related optimizations: | jan.nijtmans | 2019-03-02 | 1 | -60/+49 |
|
|
* | | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo... | jan.nijtmans | 2019-02-05 | 1 | -1/+1 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-01-28 | 1 | -7/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -7/+1 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-01-26 | 1 | -3/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is al... | jan.nijtmans | 2019-01-26 | 1 | -3/+3 |
| |\ \ \
| | |/ / |
|
| | * | | Rewrite documentation in comments for brevity and clarity. | pooryorick | 2018-02-14 | 1 | -14/+17 |
|
|
| | * | | Different solution to silencing the non-useful valgrind alerts. | dgp | 2017-03-13 | 1 | -1/+18 |
|
|
| | * | | Silence valgrind complaints from [representation]. | dgp | 2017-03-10 | 1 | -0/+1 |
|
|
* | | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled... | jan.nijtmans | 2018-12-26 | 1 | -3/+3 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2018-12-12 | 1 | -4/+8 |
|\ \ \ \
| |/ / / |
|
| * | | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl... | jan.nijtmans | 2018-12-12 | 1 | -5/+11 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2018-12-11 | 1 | -3/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | If compiled with -DTCL_NO_DEPRECATED, remove the Tcl_SetIntObj/Tcl_SetLongObj... | jan.nijtmans | 2018-12-02 | 1 | -1/+4 |
|
|
* | | | | Remove some dead code | jan.nijtmans | 2018-12-02 | 1 | -45/+0 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2018-11-27 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
* | | | | Merge 8.7 | jan.nijtmans | 2018-11-25 | 1 | -0/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix [df6a91b5c616c3dc126cee700e159b997467465]: build failure (ticket fails to... | jan.nijtmans | 2018-11-25 | 1 | -0/+3 |
|
|
* | | | | Now that we have TCL_AUTO_LENGTH/TCL_IO_FAILURE macro's, use them to make cod... | jan.nijtmans | 2018-11-18 | 1 | -6/+6 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2018-11-15 | 1 | -10/+6 |
|\ \ \ \
| |/ / / |
|
| * | | | merge 8.7 | dgp | 2018-11-06 | 1 | -32/+233 |
| |\ \ \ |
|
| * | | | | Draft implementation of TIP 506 - rebased to Tcl 8.7 | dgp | 2018-10-27 | 1 | -0/+62 |
|
|
* | | | | | Implement TIP 445 | dgp | 2018-11-13 | 1 | -24/+396 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | merge 8.7 | dgp | 2018-10-18 | 1 | -39/+133 |
| |\ \ \ \
| | |/ / / |
|
| * | | | | merge 8.7 | dgp | 2018-05-24 | 1 | -11/+11 |
| |\ \ \ \ |
|
| * \ \ \ \ | merge 8.7 | dgp | 2018-02-23 | 1 | -4/+8 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | merge 8.7 | dgp | 2018-02-09 | 1 | -2/+2 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | merge 8.7 | dgp | 2018-02-06 | 1 | -189/+60 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | merge 8.7 | dgp | 2018-01-29 | 1 | -0/+8 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | merge 8.7 | dgp | 2017-12-19 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2017-09-14 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2017-04-12 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2017-04-06 | 1 | -10/+11 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2017-03-20 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2017-03-13 | 1 | -5/+7 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2017-02-16 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2017-02-03 | 1 | -1/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2017-02-02 | 1 | -4/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2017-01-27 | 1 | -8/+9 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|