summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | | [zipfs mount_data] should not accept three arguments.dgp2019-04-221-1/+1
* | | Compilation for [dict getwithdefault].dkf2019-04-187-48/+130
* | | Style corrections and warning eliminationdkf2019-04-188-117/+239
* | | Replace memcpy() calls with memmove() to avoid undefined behavior whendgp2019-04-171-4/+4
* | | Do not access allocated memory before initializing it.dgp2019-04-171-0/+11
* | | Implement TIP 342dkf2019-04-161-0/+69
|\ \ \
| * | | Add [dict getdef] aliasdkf2019-04-151-9/+9
| * | | merge 8.7dgp2019-04-1213-59/+100
| |\ \ \
| * | | | Add testsdkf2019-04-011-3/+6
| * | | | Implement [dict getwithdefault]dkf2019-04-011-0/+66
* | | | | Implement TIP 504dkf2019-04-144-2/+121
|\ \ \ \ \
| * \ \ \ \ merge 8.7dgp2019-04-125-21/+18
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | typo fixdgp2019-04-081-1/+1
| * | | | | extend commentdgp2019-04-081-1/+2
| * | | | | merge 8.7dgp2019-04-0868-1833/+2456
| |\ \ \ \ \
| * \ \ \ \ \ merge 8.7dgp2019-02-1451-930/+919
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge 8.7dgp2018-11-1953-1416/+2878
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge 8.7dgp2018-10-2710-200/+240
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge 8.7dgp2018-10-1744-1896/+7692
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge 8.7dgp2018-09-1140-545/+1253
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge 8.7dgp2018-06-0415-372/+1211
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge 8.7dgp2018-05-2424-533/+570
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ merge 8.7dgp2018-05-1113-1266/+1334
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.7dgp2018-04-2515-580/+894
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.7dgp2018-03-305-93/+91
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | A compiler for [string insert] mirroring the one for [linsert].dgp2018-03-213-1/+61
| * | | | | | | | | | | | | | | | Rebooting a [string insert] implementation branch, bringing over piecesdgp2018-03-211-0/+58
* | | | | | | | | | | | | | | | | Implement TIP 367dkf2019-04-143-0/+140
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.7dgp2019-04-1213-59/+100
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Tests, and reduce number of copies.dkf2019-03-301-7/+29
| * | | | | | | | | | | | | | | | | Implementation of [lremove].dkf2019-03-303-0/+118
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Removed TCL_LINK_ALLOC; it wasn't used.dkf2019-04-141-2/+1
* | | | | | | | | | | | | | | | | merge 8.7dgp2019-04-126-29/+49
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge 8.6jan.nijtmans2019-04-112-12/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Only use special mp_sqrt() code when double format/tommath format are exactly...jan.nijtmans2019-04-112-16/+10
| * | | | | | | | | | | | | | | | Merge 8.6jan.nijtmans2019-04-091-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Fix clang compiler warning in tclZlib.c. Clear execute bit in two encodingsjan.nijtmans2019-04-081-1/+1
| * | | | | | | | | | | | | | | | closes [45b9faf103f2] (tclVar cached lookup): fixes segfaulting if variable r...sebres2019-04-082-8/+9
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |