| Commit message (Expand) | Author | Age | Files | Lines |
* | timerate: code style, doc style | dkf | 2019-04-23 | 2 | -194/+355 |
|\ |
|
| * | timerate: code style, doc style | dkf | 2019-04-23 | 2 | -198/+356 |
|
|
* | | merge 8.5 | sebres | 2019-04-17 | 1 | -16/+62 |
|\ \
| |/ |
|
| * | extend performance test-suite, allow several (repeatable) execution of _test_... | sebres | 2019-04-17 | 1 | -16/+62 |
|
|
* | | Revise coroutines tests so they do not leave behind frame footprints that | dgp | 2019-04-17 | 1 | -12/+22 |
|
|
* | | Isolate tests of [info frame] results from testing environment. | dgp | 2019-04-17 | 1 | -20/+20 |
|\ \
| |/ |
|
| * | Isolate tests of [info frame] results from testing environment. | dgp | 2019-04-17 | 1 | -10/+10 |
|
|
* | | Only use special mp_sqrt() code when double format/tommath format are exactly... | jan.nijtmans | 2019-04-11 | 4 | -25/+27 |
|
|
* | | merge 8.5 | sebres | 2019-04-09 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | closes [940ce8f958] - tests/cmdMZ.test: avoid import timerate to global NS in... | sebres | 2019-04-09 | 1 | -0/+4 |
|
|
* | | merge 8.5 | sebres | 2019-04-09 | 1 | -11/+19 |
|\ \
| |/ |
|
| * | closes [1e5e25cf2b] - tests/cmdMZ.test: fixed NRT-related sleeps (and time-re... | sebres | 2019-04-09 | 1 | -11/+19 |
|
|
* | | Clarified some documentation | dkf | 2019-04-09 | 1 | -6/+12 |
|
|
* | | Added missing test case | dkf | 2019-04-09 | 1 | -0/+24 |
|
|
* | | Add --disable-shared builds on win32/win64 (mingw-w64) | jan.nijtmans | 2019-04-09 | 1 | -0/+31 |
|\ \
| |/ |
|
| * | Add test-cases for win32/win64 --disable-shared, and put standard --enable-th... | jan.nijtmans | 2019-04-08 | 1 | -2/+33 |
|
|
* | | Correct minor documentation typo | andy | 2019-04-09 | 1 | -1/+1 |
|
|
* | | Take over recent improvements from libtommath after version 1.1.0. | jan.nijtmans | 2019-04-05 | 17 | -101/+87 |
|\ \ |
|
| * \ | Merge libtommath | jan.nijtmans | 2019-04-05 | 16 | -93/+64 |
| |\ \ |
|
| | * | | Take over improvements from libtommath's development branch (which will appea... | jan.nijtmans | 2019-04-05 | 16 | -93/+64 |
|
|
| * | | | Merge libtommath v1.1.0 | jan.nijtmans | 2019-01-28 | 10 | -13/+958 |
| |\ \ \
| | |/ / |
|
| | * | | Update to libtommath v1.1.0 | jan.nijtmans | 2019-01-28 | 10 | -13/+958 |
|
|
| * | | | Merge libtommath v1.1.0-rc4 | jan.nijtmans | 2019-01-22 | 160 | -7488/+10560 |
| |\ \ \
| | |/ / |
|
| | * | | Update to libtommath v1.1.0-rc4 | jan.nijtmans | 2019-01-22 | 160 | -7488/+10560 |
|
|
| * | | | Branch [https://github.com/libtom/libtommath/commits/no-stdint-h] from libtom... | jan.nijtmans | 2018-10-23 | 3 | -11/+10 |
| |/ / |
|
| * | | Update libtommath to latest "develop" branch | jan.nijtmans | 2018-10-22 | 145 | -717/+1216 |
|
|
| * | | Lots of code cleanup, mainly [https://github.com/libtom/libtommath/pull/102|P... | jan.nijtmans | 2018-03-01 | 83 | -314/+365 |
|
|
* | | | Relax timing for some socket tests a little bit. Hopefully this fixes the spu... | jan.nijtmans | 2019-04-05 | 1 | -3/+3 |
|
|
* | | | Fix gcc warning on 32-bit platforms | jan.nijtmans | 2019-04-02 | 1 | -0/+4 |
|
|
* | | | integrate sebres-8-6-tommath-1-1 - cherry-picking of several optimizations an... | sebres | 2019-04-01 | 8 | -301/+287 |
|\ \ \ |
|
| * | | | code review | sebres | 2019-02-04 | 1 | -4/+6 |
|
|
| * | | | cherry pick of [238bd4d2c053540c]..[31dd092df4b57fdb]: More simplifications i... | sebres | 2019-02-04 | 2 | -152/+206 |
|
|
| * | | | partial cherry pick of [e8e92eb381d689ab]: One more libtommath function, mp_t... | sebres | 2019-02-04 | 7 | -11/+19 |
|
|
| * | | | partial cherry pick of [c5c83014d6]: Many simplifications in tclExecute.c, no... | sebres | 2019-02-04 | 7 | -122/+60 |
|
|
* | | | | merge 8.5 | sebres | 2019-04-01 | 2 | -3/+16 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | closes [1a3fa1232e306a44], test case cmdMZ-6.5 fixed to cover float value by ... | sebres | 2019-04-01 | 1 | -2/+5 |
|
|
| * | | | timerate: avoid divide by zero by no iterations in measurement cycle (e. g. c... | sebres | 2019-04-01 | 1 | -1/+11 |
|
|
* | | | | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead o... | jan.nijtmans | 2019-03-28 | 11 | -150/+16 |
|
|
* | | | | merge-mark | jan.nijtmans | 2019-03-27 | 0 | -0/+0 |
|\ \ \ \
| |/ / / |
|
| * | | | Update TZ info to tzdata2019a | jan.nijtmans | 2019-03-27 | 6 | -55/+68 |
|
|
* | | | | Document maximum value for right argument of '**' operator.
| jan.nijtmans | 2019-03-27 | 8 | -31/+66 |
|
|
* | | | | Update TZ info to tzdata2019a. | José Ignacio Marín | 2019-03-26 | 6 | -55/+68 |
|
|
* | | | | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from libtommath:... | jan.nijtmans | 2019-03-25 | 10 | -13/+78 |
|
|
* | | | | Since only bytes 0xF0 - 0xF4 can be the first byte of a valid 4-byte UTF-8 by... | jan.nijtmans | 2019-03-24 | 1 | -3/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Since only bytes 0xF0 - 0xF4 can be the first byte of a valid 4-byte UTF-8 by... | jan.nijtmans | 2019-03-24 | 1 | -3/+3 |
|
|
* | | | | Add entry for 元号 (or NewEra placeholder) to Unicode tables. Since Tcl doe... | jan.nijtmans | 2019-03-21 | 2 | -16/+16 |
|\ \ \ \
| |/ / / |
|
| * | | | Add entry for 元号 (or NewEra placeholder) to Unicode tables. Since Tcl doe... | jan.nijtmans | 2019-03-21 | 2 | -16/+16 |
|
|
* | | | | Fix outdated comment | jan.nijtmans | 2019-03-21 | 1 | -3/+4 |
|
|
* | | | | For Tcl >= 8.7, always compile-in the extended Unicode tables, no matter the ... | jan.nijtmans | 2019-03-17 | 2 | -8/+8 |
|\ \ \ \
| |/ / / |
|
| * | | | For Tcl >= 8.7, always compile-in the extended Unicode tables, no matter the ... | jan.nijtmans | 2019-03-17 | 2 | -8/+8 |
|
|