summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Fix [25deec4e46]: Tcl fails to compile with icc due to typedef conflictjan.nijtmans2019-06-111-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fix [25deec4e46]: Tcl fails to compile with icc due to typedef conflictjan.nijtmans2019-06-111-1/+1
* | | | | merge 8.6dgp2019-06-102-18/+1
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | More bytecodes are non-throwing.dgp2019-06-101-0/+1
| * | | Remove declarations that are never defined.dgp2019-06-101-18/+0
| |\ \ \ | | |/ /
| | * | Remove declarations that are never defined.dgp2019-06-101-18/+0
* | | | merge 8.6dkf2019-06-091-143/+158
|\ \ \ \ | |/ / /
| * | | minor cleanup of source code formattingdkf2019-06-091-61/+78
* | | | More usage of TCL_INDEX_NONE in stead of -1. More internal use of size_t, mai...jan.nijtmans2019-06-076-79/+84
* | | | Squelch compiler warnings, but make refCount of type unsigned int.jan.nijtmans2019-06-062-7/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | squelch int vs. long int (size_t) warings in comparison, format specifiersbch2019-06-061-4/+4
|/ / /
* | | TIP #544 implementation: Export TclGetIntForIndex()jan.nijtmans2019-05-318-9/+26
|\ \ \
| * | | Add documentation, don't overwrite earlier stub entry!jan.nijtmans2019-05-153-7/+15
| * | | TIP #544 implementation. Documentation still missing.jan.nijtmans2019-05-157-15/+24
* | | | Merge 8.6jan.nijtmans2019-05-317-38/+36
|\ \ \ \ | | |/ / | |/| |
| * | | Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, remo...jan.nijtmans2019-05-317-38/+34
* | | | Merge 8.6jan.nijtmans2019-05-291-3/+3
|\ \ \ \ | |/ / /
| * | | Merge 8.5jan.nijtmans2019-05-292-5/+5
| |\ \ \ | | | |/ | | |/|
| | * | Update some libtommath functions to the latest trunk versions. Small step for...jan.nijtmans2019-05-299-302/+181
* | | | TIP 383: [coroinject] and [coroprobe]dkf2019-05-251-13/+272
|\ \ \ \
| * | | | Add to error info when passing an error out of [coroprobe]dkf2019-05-251-0/+4
| * | | | Documenting, both internally and in manpagedkf2019-04-281-35/+74
| * | | | Remove unused variablesdkf2019-04-271-2/+0
| * | | | Implement 383 as two commands for two scenarios: injection and probingdkf2019-04-271-4/+223
* | | | | Implement TIP 431: [file tempdir]dkf2019-05-257-1/+162
|\ \ \ \ \
| * \ \ \ \ merge core-8-branchdkf2019-05-1723-273/+505
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Testsdkf2019-05-011-0/+1
| * | | | | Implementation of [file tempdir]; hand-tested on OSX...dkf2019-04-303-1/+148
| * | | | | Export APIdkf2019-04-303-0/+13
| | |/ / / | |/| | |
* | | | | Merge 8.6jan.nijtmans2019-05-241-2/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | end-of-line spacingjan.nijtmans2019-05-2410-27/+27
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Missing keyword: "static"jan.nijtmans2019-05-241-2/+2
* | | | | merge 8.6sebres2019-05-241-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | merge 8.5sebres2019-05-241-1/+1
| |\ \ \ \ | | |/ / /
| | * | | fixes typo ("net" instead of outdated term "nett")sebres2019-05-241-1/+1
* | | | | merge 8.6sebres2019-05-211-18/+21
|\ \ \ \ \ | |/ / / /
| * | | | merge 8.5 (timerate unsigned calc)sebres2019-05-211-18/+21
| |\ \ \ \ | | |/ / /
| | * | | timerate: be more precise using unsigned wide (for total execution time), avo...sebres2019-05-211-18/+21
* | | | | merge 8.6dgp2019-05-211-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Knock VOID back downdgp2019-05-211-1/+1
* | | | | merge 8.6 (fixed optimization for create/search hash entries with the same keys)sebres2019-05-212-2/+5
|\ \ \ \ \ | |/ / / /
| * | | | fixed mistake in optimization of [3f693cdfe9c875c4] (bypass of compareKeysPro...sebres2019-05-212-2/+5
| |\ \ \ \ | | |/ / /
| | * | | small amend (no cast needed)sebres2019-05-211-1/+1
| | * | | cherry-picing of [3f693cdfe9c875c4] to be more compatible across version, res...sebres2019-05-212-5/+7
| | * | | comment typodgp2019-05-171-1/+1
* | | | | merge 8.6sebres2019-05-171-15/+32
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | merge 8.5sebres2019-05-161-0/+7
| |\ \ \ | | |/ /
| | * | small amend to [ac566e9df84daeab] with rollback of done/continue optimizationsebres2019-05-161-0/+7
| * | | merge 8.5 (timerate fix to avoid impact of object duplication on shared inter...sebres2019-05-161-15/+25
| |\ \ \ | | |/ /
| | * | timerate: allow continue from measurement cycle (used for conditional flow co...sebres2019-05-161-15/+25