Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documenting, both internally and in manpage | dkf | 2019-04-28 | 1 | -35/+74 |
* | Remove unused variables | dkf | 2019-04-27 | 1 | -2/+0 |
* | Implement 383 as two commands for two scenarios: injection and probing | dkf | 2019-04-27 | 1 | -4/+223 |
* | Plug memleak in [lpop] due to mishandling the unconventional recounting | dgp | 2019-04-24 | 1 | -3/+6 |
* | Add missed timer cleanup in tclIORChan.c/ReflectClose. | pooryorick | 2019-04-24 | 1 | -0/+6 |
* | Ensure that Tcl_CreateTimerHandler is not called if there is an existing timer | pooryorick | 2019-04-23 | 1 | -2/+6 |
* | Fix for [67a5eabbd3d1], refchan, coroutine, and postevent from the "watch" | pooryorick | 2019-04-23 | 1 | -6/+50 |
* | timerate: code style, doc style | dkf | 2019-04-23 | 1 | -147/+291 |
|\ | |||||
| * | timerate: code style, doc style | dkf | 2019-04-23 | 1 | -147/+291 |
| |\ | |||||
| | * | timerate: code style, doc style | dkf | 2019-04-23 | 1 | -151/+292 |
* | | | Stop leaking ZipFile in MountBuffer() | dgp | 2019-04-22 | 1 | -1/+4 |
* | | | Prevent reads of uninitalized memory. | dgp | 2019-04-22 | 1 | -0/+1 |
* | | | [zipfs mount_data] should not accept three arguments. | dgp | 2019-04-22 | 1 | -1/+1 |
* | | | Compilation for [dict getwithdefault]. | dkf | 2019-04-18 | 7 | -48/+130 |
* | | | Style corrections and warning elimination | dkf | 2019-04-18 | 8 | -117/+239 |
* | | | Replace memcpy() calls with memmove() to avoid undefined behavior when | dgp | 2019-04-17 | 1 | -4/+4 |
* | | | Do not access allocated memory before initializing it. | dgp | 2019-04-17 | 1 | -0/+11 |
* | | | Implement TIP 342 | dkf | 2019-04-16 | 1 | -0/+69 |
|\ \ \ | |||||
| * | | | Add [dict getdef] alias | dkf | 2019-04-15 | 1 | -9/+9 |
| * | | | merge 8.7 | dgp | 2019-04-12 | 13 | -59/+100 |
| |\ \ \ | |||||
| * | | | | Add tests | dkf | 2019-04-01 | 1 | -3/+6 |
| * | | | | Implement [dict getwithdefault] | dkf | 2019-04-01 | 1 | -0/+66 |
* | | | | | Implement TIP 504 | dkf | 2019-04-14 | 4 | -2/+121 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | merge 8.7 | dgp | 2019-04-12 | 5 | -21/+18 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| * | | | | | typo fix | dgp | 2019-04-08 | 1 | -1/+1 |
| * | | | | | extend comment | dgp | 2019-04-08 | 1 | -1/+2 |
| * | | | | | merge 8.7 | dgp | 2019-04-08 | 68 | -1833/+2456 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | merge 8.7 | dgp | 2019-02-14 | 51 | -930/+919 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | merge 8.7 | dgp | 2018-11-19 | 53 | -1416/+2878 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | merge 8.7 | dgp | 2018-10-27 | 10 | -200/+240 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | merge 8.7 | dgp | 2018-10-17 | 44 | -1896/+7692 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | merge 8.7 | dgp | 2018-09-11 | 40 | -545/+1253 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | merge 8.7 | dgp | 2018-06-04 | 15 | -372/+1211 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | merge 8.7 | dgp | 2018-05-24 | 24 | -533/+570 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | merge 8.7 | dgp | 2018-05-11 | 13 | -1266/+1334 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | merge 8.7 | dgp | 2018-04-25 | 15 | -580/+894 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge 8.7 | dgp | 2018-03-30 | 5 | -93/+91 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | A compiler for [string insert] mirroring the one for [linsert]. | dgp | 2018-03-21 | 3 | -1/+61 |
| * | | | | | | | | | | | | | | | | Rebooting a [string insert] implementation branch, bringing over pieces | dgp | 2018-03-21 | 1 | -0/+58 |
* | | | | | | | | | | | | | | | | | Implement TIP 367 | dkf | 2019-04-14 | 3 | -0/+140 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge 8.7 | dgp | 2019-04-12 | 13 | -59/+100 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | Tests, and reduce number of copies. | dkf | 2019-03-30 | 1 | -7/+29 |
| * | | | | | | | | | | | | | | | | | Implementation of [lremove]. | dkf | 2019-03-30 | 3 | -0/+118 |
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | | Removed TCL_LINK_ALLOC; it wasn't used. | dkf | 2019-04-14 | 1 | -2/+1 |
* | | | | | | | | | | | | | | | | | merge 8.7 | dgp | 2019-04-12 | 6 | -29/+49 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | Merge 8.6 | jan.nijtmans | 2019-04-11 | 2 | -12/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | Only use special mp_sqrt() code when double format/tommath format are exactly... | jan.nijtmans | 2019-04-11 | 2 | -16/+10 |
| * | | | | | | | | | | | | | | | | Merge 8.6 | jan.nijtmans | 2019-04-09 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | | | Fix clang compiler warning in tclZlib.c. Clear execute bit in two encodings | jan.nijtmans | 2019-04-08 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | | | closes [45b9faf103f2] (tclVar cached lookup): fixes segfaulting if variable r... | sebres | 2019-04-08 | 2 | -8/+9 |
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | |