summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Added primitive to allow working coroutine deep introspectiondkf2019-04-231-0/+73
* Minor code style cleanup.dkf2019-04-237-161/+287
* timerate: code style, doc styledkf2019-04-231-147/+291
|\
| * timerate: code style, doc styledkf2019-04-231-151/+292
* | Only use special mp_sqrt() code when double format/tommath format are exactly...jan.nijtmans2019-04-112-16/+10
* | 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
* | | 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
* | | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead o...jan.nijtmans2019-03-283-98/+4
* | | 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
* | | 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
* | | 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
* | | 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
* | | [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 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
| | | | |
| \ \ \ \
*-. \ \ \ \ 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
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | / | | | |_|_|_|/ | | |/| | | |
* | | | | | | Fix some "scan.test" test-cases when TCL_UTF_MAX=4. Wrongly resolved merge-c...jan.nijtmans2019-03-021-2/+2
* | | | | | | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve...jan.nijtmans2019-03-0212-98/+116
* | | | | | | Update all internal tables to Unicode 12.0jan.nijtmans2019-03-012-974/+1011
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Update internal tables to Unicode 12.0jan.nijtmans2019-03-012-974/+1011
| | |_|_|/ / | |/| | | |
* | | | | | Fix some comments: "upper" -> "high" (when talking about surrogates)jan.nijtmans2019-02-192-3/+3
| |_|/ / / |/| | | |
* | | | | Update libtommath to latest stable release (1.1.0)jan.nijtmans2019-02-014-342/+367