summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2019-04-052-14/+31
|\
| * Take over recent improvements from libtommath after version 1.1.0.jan.nijtmans2019-04-052-11/+24
| * Fix gcc warning on 32-bit platformsjan.nijtmans2019-04-021-0/+4
| * integrate sebres-8-6-tommath-1-1 - cherry-picking of several optimizations an...sebres2019-04-014-298/+233
| |\
| | * code reviewsebres2019-02-041-4/+6
| | * cherry pick of [238bd4d2c053540c]..[31dd092df4b57fdb]: More simplifications i...sebres2019-02-041-150/+178
| | * partial cherry pick of [e8e92eb381d689ab]: One more libtommath function, mp_t...sebres2019-02-044-10/+12
| | * partial cherry pick of [c5c83014d6]: Many simplifications in tclExecute.c, no...sebres2019-02-044-121/+40
* | | Modify testbytestring such that is only produces pure byte-arrays, if not it ...jan.nijtmans2019-04-017-30/+41
* | | merge 8.6sebres2019-04-011-1/+11
|\ \ \ | |/ /
| * | merge 8.5sebres2019-04-011-1/+11
| |\ \
| | * | timerate: avoid divide by zero by no iterations in measurement cycle (e. g. c...sebres2019-04-011-1/+11
* | | | Merge 8.6jan.nijtmans2019-03-282-17/+1
|\ \ \ \ | |/ / /
| * | | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead o...jan.nijtmans2019-03-283-98/+4
* | | | Make Tcl_StringMatch() into a wrapper macro around Tcl_StringCaseMatch()jan.nijtmans2019-03-274-4/+11
* | | | Merge 8.6jan.nijtmans2019-03-272-3/+7
|\ \ \ \ | |/ / /
| * | | Document maximum value for right argument of '**' operator. jan.nijtmans2019-03-272-3/+7
| * | | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from libtommath:...jan.nijtmans2019-03-257-10/+63
* | | | Additional protection for ridiculously big exponents, in case libtommath is c...jan.nijtmans2019-03-261-1/+1
* | | | Since only bytes 0xF0 - 0xF4 can be the first byte of a valid 4-byte UTF-8 by...jan.nijtmans2019-03-241-3/+1
|\ \ \ \ | |/ / /
| * | | Since only bytes 0xF0 - 0xF4 can be the first byte of a valid 4-byte UTF-8 by...jan.nijtmans2019-03-241-3/+3
| |\ \ \ | | |/ /
| | * | Since only bytes 0xF0 - 0xF4 can be the first byte of a valid 4-byte UTF-8 by...jan.nijtmans2019-03-241-3/+3
* | | | Make all internal small buffer related to Tcl_UtfBackslash() length 4, not TC...jan.nijtmans2019-03-245-7/+7
* | | | Add entry for 元号 (or NewEra placeholder) to Unicode tables. Since Tcl doe...jan.nijtmans2019-03-212-16/+16
|\ \ \ \ | |/ / /
| * | | Add entry for 元号 (or NewEra placeholder) to Unicode tables. Since Tcl doe...jan.nijtmans2019-03-212-16/+16
| |\ \ \ | | |/ /
| | * | Add entry for 元号 (or NewEra placeholder) to Unicode tables. Since Tcl doe...jan.nijtmans2019-03-212-16/+16
* | | | Remove incorrect comment. jan.nijtmans2019-03-211-7/+3
|\ \ \ \ | |/ / /
* | | | Fix Tcl_UtfToUniCharDString() function, handling invalid byte at the end of t...jan.nijtmans2019-03-201-7/+7
* | | | Comment Comment Tcl_UniCharToUtf() better, what happens handling surrogates. ...jan.nijtmans2019-03-182-2/+2
* | | | enlarge a few small buffers, which could overflow using Unicode characters > ...jan.nijtmans2019-03-185-7/+7
* | | | For Tcl >= 8.7, always compile-in the extended Unicode tables, no matter the ...jan.nijtmans2019-03-171-4/+4
|\ \ \ \ | |/ / /
| * | | For Tcl >= 8.7, always compile-in the extended Unicode tables, no matter the ...jan.nijtmans2019-03-171-4/+4
| |\ \ \ | | |/ /
| | * | For Tcl >= 8.7, always compile-in the extended Unicode tables, no matter the ...jan.nijtmans2019-03-171-4/+4
* | | | Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommat...jan.nijtmans2019-03-1510-83/+47
* | | | Make internal libtommath stub entries deprecated: Those are not supposed to b...jan.nijtmans2019-03-143-33/+55
* | | | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NTjan.nijtmans2019-03-115-13/+13
* | | | Fix [590e687905]: utf-1.11 test-case failsjan.nijtmans2019-03-111-1/+1
* | | | re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 ...jan.nijtmans2019-03-104-97/+216
* | | | Make -DTCL_UTF_MAX=6-build work on win32. Add travis builds to prove it.jan.nijtmans2019-03-087-46/+60
|\ \ \ \
| * | | | Code cleanup: less (size_t) castsjan.nijtmans2019-03-082-13/+12
| * | | | Fixes for TCL_UTF_MAX=6, (gcc compiler warnings). Also make everything work o...jan.nijtmans2019-03-075-34/+48
* | | | | Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions ar...jan.nijtmans2019-03-085-3/+13
* | | | | merge 8.6dgp2019-03-082-21/+64
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | [39fed4dae5] Make sure return value from Tcl_PkgRequire*() survives long enoughdgp2019-03-082-21/+64
| |\ \ \
| | * | | In the 8.6.* releases, Tcl_GetStringResult() still passes through interp->res...dgp2019-03-072-4/+2
| | * | | Integrate the test, which seems to indicate the bug fix doesn't work.dgp2019-03-071-1/+48
| | |\ \ \
| | | * \ \ Merge forward to demonstrate the test fails after the bug arrived.dgp2019-03-0759-5017/+5530
| | | |\ \ \
| | | * | | | [39fed4dae5] Proposed testdgp2019-03-071-1/+46
| | * | | | | [39fed4dae5] Minimal fix for volatile lifetime of string returned bydgp2019-03-061-18/+16
| | | |/ / / | | |/| | |
* | | | | | Fix gcc compiler warningjan.nijtmans2019-03-071-1/+2