summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Eliminate many (mostly harmless) MSVC warning messages. Tcl 9 compiles warnin...jan.nijtmans2019-03-1317-35/+35
* Make "struct regmatch_t" match "Tcl_RegExpIndices" (again). Win64 build was b...jan.nijtmans2019-03-133-4/+4
* Merge 8.7jan.nijtmans2019-03-115-13/+13
|\
| * 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
* | Make internal libtommath symbols MODULE_SCOPE, and remove them from the stub ...jan.nijtmans2019-03-103-109/+62
* | Merge 8.7jan.nijtmans2019-03-104-97/+216
|\ \ | |/
| * re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 ...jan.nijtmans2019-03-104-97/+216
* | Merge 8.7jan.nijtmans2019-03-0817-82/+96
|\ \ | |/
| * 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
* | | Merge 8.7jan.nijtmans2019-03-085-3/+13
|\ \ \ | |/ /
| * | Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions ar...jan.nijtmans2019-03-085-3/+13
* | | merge 8.7dgp2019-03-082-21/+64
|\ \ \ | |/ /
| * | 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
| | | | |/ | | | |/|
* | | | | Merge 8.7jan.nijtmans2019-03-071-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fix gcc compiler warningjan.nijtmans2019-03-071-1/+2
* | | | | Merge 8.7jan.nijtmans2019-03-072-10/+21
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6. Remove unneeded code from init.tcljan.nijtmans2019-03-072-10/+21
| |\ \ \ \ | | |/ / /
| | * | | Fix some gcc/MSVC (harmless) compiler warnings. Remove some unnecessary end-o...jan.nijtmans2019-03-071-12/+11
| | * | | Fix [9471e6e304]: InitWinEnv not thread safejan.nijtmans2019-03-071-0/+12
* | | | | merge 8.7sebres2019-03-061-0/+7
|\ \ \ \ \ | |/ / / /
| * | | | part of [db95e7a61e] reverted for consistency reasons: unsupported namespace ...sebres2019-03-061-0/+7
* | | | | Merge 8.7jan.nijtmans2019-03-051-3/+0
|\ \ \ \ \ | |/ / / /
| * | | | Remove double macro's. Resolve quotes in travis configuration: it doesn't workjan.nijtmans2019-03-051-3/+0
* | | | | merge 8.7 (TIP#527, New measurement facilities in TCL: New command timerate, ...sebres2019-03-059-180/+512
|\ \ \ \ \ | |/ / / /
| * | | | timerate is supported in 8.7sebres2019-03-051-13/+0
| * | | | merge 8.6 (TIP#527, New measurement facilities in TCL: New command timerate, ...sebres2019-03-055-15/+427
| |\ \ \ \ | | |/ / /
| | | | |
| | | \ \
| | *-. \ \ integrate sebres-8-6-timerate, merge 8.5 (TIP#527, New measurement facilities...sebres2019-03-056-15/+446
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | | * | merge sebres-8-5-timerate (TIP#527 - New measurement facilities in TCL: New c...sebres2019-03-057-109/+579
| | | | |\ \
| | | * | \ \ merge updated 8.5-timerate branchsebres2019-03-051-7/+20
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | | * | | regarding the TIP#527, `timerate` shall be placed into `::tcl::unsupported` i...sebres2019-03-051-7/+20
| | | * | | | merge 8-5-timerate (?max-count?, break possibility, diverse fixes) + windows ...sebres2019-02-132-14/+39
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | timerate: extended with ?max-count? optional parameter, code review and more ...sebres2019-02-132-12/+30
| | | | * | | fixes estimated time of too short execution considering calibrated overhead (...sergey.brester2019-02-121-2/+2
| | | | * | | timerate: allow break from measurement cycle (usable to provide conditional s...sergey.brester2019-02-121-1/+8
| | | | * | | cherrypick [8ad25ef9eb] from 8.6 - timerate: added dynamic factor by threshol...sergey.brester2019-02-121-7/+24
| | | | * | | merge 8.5 (note: to avoid too many conflicts, merged using `fossil merge --ba...sergey.brester2019-02-1224-1775/+2160
| | | | |\ \ \
| | | | * \ \ \ back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5)sebres2017-05-166-102/+517
| | | | |\ \ \ \
| | | * | | | | | timerate: added dynamic factor by threshold calculation (avoid growing of the...sebres2019-02-071-7/+24
| | | * | | | | | merge 8.6(.9), conflicts resolvedsergey.brester2019-02-0770-5670/+6722
| | | |\ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | |
| * | | | | | | | Various tommath/numeric related optimizations:jan.nijtmans2019-03-025-163/+96
| * | | | | | | | Add build with -DTCL_UTF_MAX=6 to travis CI. Also fix 2 gcc compiler-warnings...jan.nijtmans2019-03-021-2/+2