| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2019-03-21 | 4 | -29/+19 |
|\ |
|
| * | 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 | 2 | -13/+3 |
| |\ \ \
| | |/ / |
|
| | * | | Fix outdated comment | jan.nijtmans | 2019-03-21 | 1 | -3/+4 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-03-20 | 1 | -7/+7 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix Tcl_UtfToUniCharDString() function, handling invalid byte at the end of t... | jan.nijtmans | 2019-03-20 | 1 | -7/+7 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-03-18 | 3 | -5/+6 |
|\ \ \ \
| |/ / / |
|
| * | | | Comment Comment Tcl_UniCharToUtf() better, what happens handling surrogates. ... | jan.nijtmans | 2019-03-18 | 3 | -5/+6 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-03-18 | 7 | -26/+26 |
|\ \ \ \
| |/ / / |
|
| * | | | enlarge a few small buffers, which could overflow using Unicode characters > ... | jan.nijtmans | 2019-03-18 | 10 | -30/+30 |
|
|
* | | | | Merge 8.7 | 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 |
| |\ \ \
| | |/ / |
|
| | * | | 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 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-03-15 | 10 | -68/+77 |
|\ \ \ \
| |/ / / |
|
| * | | | Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommat... | jan.nijtmans | 2019-03-15 | 12 | -703/+713 |
|
|
* | | | | merge-mark | jan.nijtmans | 2019-03-14 | 0 | -0/+0 |
|\ \ \ \
| |/ / / |
|
| * | | | Make internal libtommath stub entries deprecated: Those are not supposed to b... | jan.nijtmans | 2019-03-14 | 3 | -33/+55 |
|
|
* | | | | Eliminate many (mostly harmless) MSVC warning messages. Tcl 9 compiles warnin... | jan.nijtmans | 2019-03-13 | 20 | -43/+43 |
|
|
* | | | | Make "struct regmatch_t" match "Tcl_RegExpIndices" (again). Win64 build was b... | jan.nijtmans | 2019-03-13 | 3 | -4/+4 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-03-11 | 16 | -193/+192 |
|\ \ \ \
| |/ / / |
|
| * | | | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NT | jan.nijtmans | 2019-03-11 | 14 | -174/+165 |
|
|
| * | | | Improve parsing of -xchar option for serial channels: Allow full 8-bit range ... | jan.nijtmans | 2019-03-11 | 2 | -19/+27 |
|
|
| * | | | Fix [590e687905]: utf-1.11 test-case fails | jan.nijtmans | 2019-03-11 | 1 | -1/+1 |
|
|
* | | | | Make internal libtommath symbols MODULE_SCOPE, and remove them from the stub ... | jan.nijtmans | 2019-03-10 | 3 | -109/+62 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-03-10 | 8 | -202/+232 |
|\ \ \ \
| |/ / / |
|
| * | | | re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 ... | jan.nijtmans | 2019-03-10 | 9 | -216/+245 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-03-08 | 20 | -94/+136 |
|\ \ \ \
| |/ / / |
|
| * | | | Make -DTCL_UTF_MAX=6-build work on win32. Add travis builds to prove it. | jan.nijtmans | 2019-03-08 | 10 | -66/+110 |
| |\ \ \ |
|
| | * | | | 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 | 8 | -54/+98 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2019-03-08 | 8 | -5/+20 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions ar... | jan.nijtmans | 2019-03-08 | 8 | -5/+20 |
|
|
* | | | | | merge 8.7 | dgp | 2019-03-08 | 4 | -22/+68 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | merge 8.6 | dgp | 2019-03-08 | 4 | -22/+68 |
| |\ \ \ \
| | |/ / /
| |/| / /
| | |/ / |
|
| | * | | [39fed4dae5] Make sure return value from Tcl_PkgRequire*() survives long enough | dgp | 2019-03-08 | 3 | -21/+67 |
| | |\ \ |
|
| | | * | | 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 | 2 | -1/+51 |
| | | |\ \ |
|
| | | | * \ | Merge forward to demonstrate the test fails after the bug arrived. | dgp | 2019-03-07 | 455 | -23737/+42603 |
| | | | |\ \ |
|
| | | | * | | | [39fed4dae5] Proposed test | dgp | 2019-03-07 | 2 | -1/+49 |
|
|
| | | * | | | | [39fed4dae5] Minimal fix for volatile lifetime of string returned by | dgp | 2019-03-06 | 1 | -18/+16 |
| | | | |/ /
| | | |/| | |
|
| | * | | | | merge 8.5 (perf-test) | sebres | 2019-03-08 | 1 | -1/+1 |
| | |\ \ \ \
| | | | |_|/
| | | |/| | |
|
| | | * | | | fixed mistake ($howmuch is substituted in tests and can be larger as last eve... | sebres | 2019-03-08 | 1 | -1/+1 |
|
|
* | | | | | | Merge 8.7 | jan.nijtmans | 2019-03-07 | 1 | -1/+2 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Fix gcc compiler warning | jan.nijtmans | 2019-03-07 | 1 | -1/+2 |
|
|
* | | | | | | (core-8-branch merge) Fix automatic pkgIndex generation for multiplatform ins... | apnadkarni | 2019-03-07 | 1 | -1/+1 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | (core-8-6-branch merge)
| apnadkarni | 2019-03-07 | 1 | -1/+1 |
| |\ \ \ \ \
| | |/ / / / |
|
| | * | | | | Fix automatic pkgIndex generation for multiplatform installs | apnadkarni | 2019-03-07 | 1 | -1/+1 |
|
|