summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge 8.6jan.nijtmans2019-05-144-44/+81
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2019-05-146-51/+88
| |\ \ | | |/
| | * DIGIT_BIT -> MP_DIGIT_BIT, since DIGIT_BIT is deprecated in future libtommath...jan.nijtmans2019-05-146-65/+108
* | | testlinkarray: fixed cast to pointer from integer (and eliminate warning)sebres2019-05-101-6/+3
* | | If compiling with -DTCL_NO_DEPRECATED, make Tcl_GetStringResult() a macro. Th...jan.nijtmans2019-05-093-5/+5
* | | Merge 8.6.jan.nijtmans2019-05-091-2/+0
|\ \ \ | |/ /
| * | Minor compiler warningjan.nijtmans2019-05-091-0/+2
| |\ \ | | |/
| * | merge 8.5dgp2019-05-043-1/+26
| |\ \ | | |/
| | * Plug memleak when deleting a namespace destroys a linked Tcl var.dgp2019-05-043-1/+53
* | | Make more clear that TCL_INDEX_END|TCL_INDEX_NONE not necessary are int's (in...jan.nijtmans2019-05-085-68/+66
* | | merge 8.6dgp2019-05-037-141/+265
|\ \ \ | |/ /
| * | Added primitive to allow working coroutine deep introspectiondkf2019-04-231-0/+73
| * | Minor code style cleanup.dkf2019-04-237-161/+287
* | | missed bit of type revision.dgp2019-05-031-2/+2
* | | leak plug completeddgp2019-05-032-6/+13
* | | WIPdgp2019-05-013-0/+20
* | | merge 8.7dgp2019-05-012-6/+35
|\ \ \
| * \ \ merge bug-de232b49f2pooryorick2019-05-011-5/+35
| |\ \ \
| | * | | Check for BG_FLUSH_SCHEDULED inside ChannelTimerProcpooryorick2019-05-011-2/+4
| | * | | Fix for de232b49f2, write-only nonblocking refchan and Tcl internal buffers.pooryorick2019-04-271-5/+33
* | | | | now testing....dgp2019-05-011-39/+5
* | | | | more WIPdgp2019-04-291-3/+21
* | | | | Track memory lifetimes in the zip mount/unmount.dgp2019-04-241-0/+38
|/ / / /
* | | | Plug memleak in [lpop] due to mishandling the unconventional recountingdgp2019-04-241-3/+6
|/ / /
* | | Add missed timer cleanup in tclIORChan.c/ReflectClose.pooryorick2019-04-241-0/+6
* | | Ensure that Tcl_CreateTimerHandler is not called if there is an existing timerpooryorick2019-04-231-2/+6
* | | Fix for [67a5eabbd3d1], refchan, coroutine, and postevent from the "watch"pooryorick2019-04-231-6/+50
* | | timerate: code style, doc styledkf2019-04-231-147/+291
|\ \ \ | |/ /
| * | timerate: code style, doc styledkf2019-04-231-147/+291
| |\ \ | | |/
| | * timerate: code style, doc styledkf2019-04-231-151/+292
* | | Stop leaking ZipFile in MountBuffer()dgp2019-04-221-1/+4
* | | Prevent reads of uninitalized memory.dgp2019-04-221-0/+1