| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 3 | -5/+6 |
|
|
* | enlarge a few small buffers, which could overflow using Unicode characters > ... | jan.nijtmans | 2019-03-18 | 10 | -30/+30 |
|
|
* | 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 |
|
|
* | | | Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommat... | jan.nijtmans | 2019-03-15 | 12 | -703/+713 |
|
|
* | | | 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 | 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 |
|
|
* | | | re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 ... | jan.nijtmans | 2019-03-10 | 9 | -216/+245 |
|
|
* | | | 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 |
|
|
* | | | | Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions ar... | jan.nijtmans | 2019-03-08 | 8 | -5/+20 |
|
|
* | | | | 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 |
|
|
* | | | | | Fix gcc compiler warning | jan.nijtmans | 2019-03-07 | 1 | -1/+2 |
|
|
* | | | | | (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 |
|
|
* | | | | | Merge 8.6. Remove unneeded code from init.tcl | jan.nijtmans | 2019-03-07 | 6 | -59/+34 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Fix some gcc/MSVC (harmless) compiler warnings. Remove some unnecessary end-o... | jan.nijtmans | 2019-03-07 | 7 | -38/+37 |
|
|
| * | | | | Fix [9471e6e304]: InitWinEnv not thread safe | jan.nijtmans | 2019-03-07 | 1 | -0/+12 |
|
|
* | | | | | part of [db95e7a61e] reverted for consistency reasons: unsupported namespace ... | sebres | 2019-03-06 | 1 | -0/+7 |
|
|
* | | | | | V1.3. PLATFORM_IDENTIFY, MULTIPLATFORM_INSTALL macro, optionally copy PDBs. | apnadkarni | 2019-03-06 | 2 | -5/+57 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | V1.3. PLATFORM_IDENTIFY, MULTIPLATFORM_INSTALL macro, optionally copy PDBs. | apnadkarni | 2019-03-06 | 2 | -6/+58 |
|
|
* | | | | | Remove double macro's. Resolve quotes in travis configuration: it doesn't work | jan.nijtmans | 2019-03-05 | 2 | -4/+1 |
|
|
* | | | | | integrate dgp-sebres-timerate-review: no functional changes (already backported) | sebres | 2019-03-05 | 0 | -0/+0 |
|\ \ \ \ \ |
|
| * \ \ \ \ | merge 8.7 | dgp | 2018-07-11 | 2 | -15/+21 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | merge 8.7 | dgp | 2018-07-09 | 55 | -542/+847 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | missing parts | dgp | 2018-06-14 | 3 | -39/+315 |
|
|
| * | | | | | | | Just the [timerate] command for separate review and performance baseline. | dgp | 2018-06-05 | 6 | -0/+1000 |
| |\ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ | merge 8.7 | dgp | 2018-06-05 | 24 | -534/+2371 |
| | |\ \ \ \ \ \ \
| | |/ / / / / / /
| |/| | | | | | | |
|
| | * | | | | | | | Rebase the sebres clock bounty work to the 8.7 branch. | dgp | 2018-06-01 | 27 | -3967/+10514 |
| | |\ \ \ \ \ \ \ |
|
| | | * | | | | | | | amend to [98a00c62b4798792]: fixed sort of the tests | sebres | 2018-05-30 | 1 | -2/+2 |
|
|
| | | * | | | | | | | back-porting of tclclockmod done, merge current 8.6 | sebres | 2018-05-29 | 233 | -9191/+11220 |
| | | |\ \ \ \ \ \ \ |
|
| | | * | | | | | | | | fixed ticket [dc69e5ecf04313429fd202b1906cd85bb7888f95]: missing zones AKST/AKDT | sebres | 2018-05-29 | 3 | -0/+6 |
|
|
| | | * | | | | | | | | forgotten flag "CLF_DAYOFWEEK" in one case, where day of week is set | sebres | 2018-05-29 | 2 | -5/+7 |
|
|
| | | * | | | | | | | | revert explicit adding of validity mode suffix in all test-cases: used wrappe... | sebres | 2018-05-29 | 1 | -8591/+8601 |
|
|
| | | * | | | | | | | | tests: sort test-files without extension (e. g. "clock" before "clock-ivm"). | sebres | 2018-05-29 | 1 | -1/+14 |
|
|
| | | * | | | | | | | | conditional test-call rewritten: realized via tests\clock-ivm.test to cover i... | sebres | 2018-05-29 | 2 | -14/+15 |
|
|
| | | * | | | | | | | | fixed week-based calculation if neither mmdd nor ddd available; | sebres | 2018-05-29 | 2 | -3/+11 |
|
|