| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate many (mostly harmless) MSVC warning messages. Tcl 9 compiles warnin... | jan.nijtmans | 2019-03-13 | 17 | -35/+35 |
|
|
* | 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 | 5 | -13/+13 |
|\ |
|
| * | 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 |
|
|
* | | 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 | 4 | -97/+216 |
|\ \
| |/ |
|
| * | re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 ... | jan.nijtmans | 2019-03-10 | 4 | -97/+216 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2019-03-08 | 17 | -82/+96 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-03-08 | 5 | -3/+13 |
|\ \ \
| |/ / |
|
| * | | Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions ar... | jan.nijtmans | 2019-03-08 | 5 | -3/+13 |
|
|
* | | | merge 8.7 | dgp | 2019-03-08 | 2 | -21/+64 |
|\ \ \
| |/ / |
|
| * | | 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 |
| | | | |/
| | | |/| |
|
* | | | | | Merge 8.7 | jan.nijtmans | 2019-03-07 | 1 | -1/+2 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Fix gcc compiler warning | jan.nijtmans | 2019-03-07 | 1 | -1/+2 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2019-03-07 | 2 | -10/+21 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Merge 8.6. Remove unneeded code from init.tcl | jan.nijtmans | 2019-03-07 | 2 | -10/+21 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Fix some gcc/MSVC (harmless) compiler warnings. Remove some unnecessary end-o... | jan.nijtmans | 2019-03-07 | 1 | -12/+11 |
|
|
| | * | | | Fix [9471e6e304]: InitWinEnv not thread safe | jan.nijtmans | 2019-03-07 | 1 | -0/+12 |
|
|
* | | | | | merge 8.7 | sebres | 2019-03-06 | 1 | -0/+7 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | part of [db95e7a61e] reverted for consistency reasons: unsupported namespace ... | sebres | 2019-03-06 | 1 | -0/+7 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2019-03-05 | 1 | -3/+0 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Remove double macro's. Resolve quotes in travis configuration: it doesn't work | jan.nijtmans | 2019-03-05 | 1 | -3/+0 |
|
|
* | | | | | merge 8.7 (TIP#527, New measurement facilities in TCL: New command timerate, ... | sebres | 2019-03-05 | 9 | -180/+512 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | timerate is supported in 8.7 | sebres | 2019-03-05 | 1 | -13/+0 |
|
|
| * | | | | merge 8.6 (TIP#527, New measurement facilities in TCL: New command timerate, ... | sebres | 2019-03-05 | 5 | -15/+427 |
| |\ \ \ \
| | |/ / / |
|
| | | | | | |
| | | \ \ | |
| | *-. \ \ | integrate sebres-8-6-timerate, merge 8.5 (TIP#527, New measurement facilities... | sebres | 2019-03-05 | 6 | -15/+446 |
| | |\ \ \ \
| | | |_|/ /
| | |/| | | |
|
| | | | * | | merge sebres-8-5-timerate (TIP#527 - New measurement facilities in TCL: New c... | sebres | 2019-03-05 | 7 | -109/+579 |
| | | | |\ \ |
|
| | | * | \ \ | merge updated 8.5-timerate branch | sebres | 2019-03-05 | 1 | -7/+20 |
| | | |\ \ \ \
| | | | | |/ /
| | | | |/| | |
|
| | | | * | | | regarding the TIP#527, `timerate` shall be placed into `::tcl::unsupported` i... | sebres | 2019-03-05 | 1 | -7/+20 |
|
|
| | | * | | | | merge 8-5-timerate (?max-count?, break possibility, diverse fixes) + windows ... | sebres | 2019-02-13 | 2 | -14/+39 |
| | | |\ \ \ \
| | | | |/ / / |
|
| | | | * | | | timerate: extended with ?max-count? optional parameter, code review and more ... | sebres | 2019-02-13 | 2 | -12/+30 |
|
|
| | | | * | | | fixes estimated time of too short execution considering calibrated overhead (... | sergey.brester | 2019-02-12 | 1 | -2/+2 |
|
|
| | | | * | | | timerate: allow break from measurement cycle (usable to provide conditional s... | sergey.brester | 2019-02-12 | 1 | -1/+8 |
|
|
| | | | * | | | cherrypick [8ad25ef9eb] from 8.6 - timerate: added dynamic factor by threshol... | sergey.brester | 2019-02-12 | 1 | -7/+24 |
|
|
| | | | * | | | merge 8.5 (note: to avoid too many conflicts, merged using `fossil merge --ba... | sergey.brester | 2019-02-12 | 24 | -1775/+2160 |
| | | | |\ \ \ |
|
| | | | * \ \ \ | back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5) | sebres | 2017-05-16 | 6 | -102/+517 |
| | | | |\ \ \ \ |
|
| | | * | | | | | | timerate: added dynamic factor by threshold calculation (avoid growing of the... | sebres | 2019-02-07 | 1 | -7/+24 |
|
|
| | | * | | | | | | merge 8.6(.9), conflicts resolved | sergey.brester | 2019-02-07 | 70 | -5670/+6722 |
| | | |\ \ \ \ \ \
| | | | |_|/ / / /
| | | |/| | | | | |
|
| * | | | | | | | | Various tommath/numeric related optimizations: | jan.nijtmans | 2019-03-02 | 5 | -163/+96 |
|
|
| * | | | | | | | | Add build with -DTCL_UTF_MAX=6 to travis CI. Also fix 2 gcc compiler-warnings... | jan.nijtmans | 2019-03-02 | 1 | -2/+2 |
|
|