| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2019-04-05 | 2 | -14/+31 |
|\ |
|
| * | Take over recent improvements from libtommath after version 1.1.0. | jan.nijtmans | 2019-04-05 | 2 | -11/+24 |
|
|
| * | 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 | 4 | -298/+233 |
| |\ |
|
| | * | code review | sebres | 2019-02-04 | 1 | -4/+6 |
|
|
| | * | cherry pick of [238bd4d2c053540c]..[31dd092df4b57fdb]: More simplifications i... | sebres | 2019-02-04 | 1 | -150/+178 |
|
|
| | * | partial cherry pick of [e8e92eb381d689ab]: One more libtommath function, mp_t... | sebres | 2019-02-04 | 4 | -10/+12 |
|
|
| | * | partial cherry pick of [c5c83014d6]: Many simplifications in tclExecute.c, no... | sebres | 2019-02-04 | 4 | -121/+40 |
|
|
* | | | Modify testbytestring such that is only produces pure byte-arrays, if not it ... | jan.nijtmans | 2019-04-01 | 7 | -30/+41 |
|
|
* | | | merge 8.6 | sebres | 2019-04-01 | 1 | -1/+11 |
|\ \ \
| |/ / |
|
| * | | merge 8.5 | sebres | 2019-04-01 | 1 | -1/+11 |
| |\ \ |
|
| | * | | timerate: avoid divide by zero by no iterations in measurement cycle (e. g. c... | sebres | 2019-04-01 | 1 | -1/+11 |
|
|
* | | | | Merge 8.6 | jan.nijtmans | 2019-03-28 | 2 | -17/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead o... | jan.nijtmans | 2019-03-28 | 3 | -98/+4 |
|
|
* | | | | Make Tcl_StringMatch() into a wrapper macro around Tcl_StringCaseMatch() | jan.nijtmans | 2019-03-27 | 4 | -4/+11 |
|
|
* | | | | Merge 8.6 | jan.nijtmans | 2019-03-27 | 2 | -3/+7 |
|\ \ \ \
| |/ / / |
|
| * | | | Document maximum value for right argument of '**' operator.
| jan.nijtmans | 2019-03-27 | 2 | -3/+7 |
|
|
| * | | | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from libtommath:... | jan.nijtmans | 2019-03-25 | 7 | -10/+63 |
|
|
* | | | | Additional protection for ridiculously big exponents, in case libtommath is c... | jan.nijtmans | 2019-03-26 | 1 | -1/+1 |
|
|
* | | | | 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/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | 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 |
|
|
* | | | | Make all internal small buffer related to Tcl_UtfBackslash() length 4, not TC... | jan.nijtmans | 2019-03-24 | 5 | -7/+7 |
|
|
* | | | | 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 |
| |\ \ \
| | |/ / |
|
| | * | | Add entry for 元号 (or NewEra placeholder) to Unicode tables. Since Tcl doe... | jan.nijtmans | 2019-03-21 | 2 | -16/+16 |
|
|
* | | | | Remove incorrect comment. | jan.nijtmans | 2019-03-21 | 1 | -7/+3 |
|\ \ \ \
| |/ / / |
|
* | | | | Fix Tcl_UtfToUniCharDString() function, handling invalid byte at the end of t... | jan.nijtmans | 2019-03-20 | 1 | -7/+7 |
|
|
* | | | | Comment Comment Tcl_UniCharToUtf() better, what happens handling surrogates. ... | jan.nijtmans | 2019-03-18 | 2 | -2/+2 |
|
|
* | | | | enlarge a few small buffers, which could overflow using Unicode characters > ... | jan.nijtmans | 2019-03-18 | 5 | -7/+7 |
|
|
* | | | | For Tcl >= 8.7, always compile-in the extended Unicode tables, no matter the ... | jan.nijtmans | 2019-03-17 | 1 | -4/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | For Tcl >= 8.7, always compile-in the extended Unicode tables, no matter the ... | jan.nijtmans | 2019-03-17 | 1 | -4/+4 |
| |\ \ \
| | |/ / |
|
| | * | | For Tcl >= 8.7, always compile-in the extended Unicode tables, no matter the ... | jan.nijtmans | 2019-03-17 | 1 | -4/+4 |
|
|
* | | | | Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommat... | jan.nijtmans | 2019-03-15 | 10 | -83/+47 |
|
|
* | | | | Make internal libtommath stub entries deprecated: Those are not supposed to b... | jan.nijtmans | 2019-03-14 | 3 | -33/+55 |
|
|
* | | | | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NT | jan.nijtmans | 2019-03-11 | 5 | -13/+13 |
|
|
* | | | | Fix [590e687905]: utf-1.11 test-case fails | jan.nijtmans | 2019-03-11 | 1 | -1/+1 |
|
|
* | | | | re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 ... | jan.nijtmans | 2019-03-10 | 4 | -97/+216 |
|
|
* | | | | Make -DTCL_UTF_MAX=6-build work on win32. Add travis builds to prove it. | jan.nijtmans | 2019-03-08 | 7 | -46/+60 |
|\ \ \ \ |
|
| * | | | | Code cleanup: less (size_t) casts | jan.nijtmans | 2019-03-08 | 2 | -13/+12 |
|
|
| * | | | | Fixes for TCL_UTF_MAX=6, (gcc compiler warnings). Also make everything work o... | jan.nijtmans | 2019-03-07 | 5 | -34/+48 |
|
|
* | | | | | Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions ar... | jan.nijtmans | 2019-03-08 | 5 | -3/+13 |
|
|
* | | | | | merge 8.6 | dgp | 2019-03-08 | 2 | -21/+64 |
|\ \ \ \ \
| |/ / / /
|/| / / /
| |/ / / |
|
| * | | | [39fed4dae5] Make sure return value from Tcl_PkgRequire*() survives long enough | dgp | 2019-03-08 | 2 | -21/+64 |
| |\ \ \ |
|
| | * | | | In the 8.6.* releases, Tcl_GetStringResult() still passes through interp->res... | dgp | 2019-03-07 | 2 | -4/+2 |
|
|
| | * | | | Integrate the test, which seems to indicate the bug fix doesn't work. | dgp | 2019-03-07 | 1 | -1/+48 |
| | |\ \ \ |
|
| | | * \ \ | Merge forward to demonstrate the test fails after the bug arrived. | dgp | 2019-03-07 | 59 | -5017/+5530 |
| | | |\ \ \ |
|
| | | * | | | | [39fed4dae5] Proposed test | dgp | 2019-03-07 | 1 | -1/+46 |
|
|
| | * | | | | | [39fed4dae5] Minimal fix for volatile lifetime of string returned by | dgp | 2019-03-06 | 1 | -18/+16 |
| | | |/ / /
| | |/| | | |
|
* | | | | | | Fix gcc compiler warning | jan.nijtmans | 2019-03-07 | 1 | -1/+2 |
|
|