Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start of TIP 543 implementation. | dgp | 2019-05-10 | 2 | -2/+8 |
* | testlinkarray: fixed cast to pointer from integer (and eliminate warning) | sebres | 2019-05-10 | 1 | -6/+3 |
* | If compiling with -DTCL_NO_DEPRECATED, make Tcl_GetStringResult() a macro. Th... | jan.nijtmans | 2019-05-09 | 3 | -5/+5 |
* | Merge 8.6. | jan.nijtmans | 2019-05-09 | 1 | -2/+0 |
|\ | |||||
| * | Minor compiler warning | jan.nijtmans | 2019-05-09 | 1 | -0/+2 |
| |\ | |||||
| * \ | merge 8.5 | dgp | 2019-05-04 | 3 | -1/+26 |
| |\ \ | | |/ | |||||
| | * | Plug memleak when deleting a namespace destroys a linked Tcl var. | dgp | 2019-05-04 | 3 | -1/+53 |
* | | | Make more clear that TCL_INDEX_END|TCL_INDEX_NONE not necessary are int's (in... | jan.nijtmans | 2019-05-08 | 5 | -68/+66 |
* | | | merge 8.6 | dgp | 2019-05-03 | 7 | -141/+265 |
|\ \ \ | |/ / | |||||
| * | | Added primitive to allow working coroutine deep introspection | dkf | 2019-04-23 | 1 | -0/+73 |
| * | | Minor code style cleanup. | dkf | 2019-04-23 | 7 | -161/+287 |
* | | | missed bit of type revision. | dgp | 2019-05-03 | 1 | -2/+2 |
* | | | leak plug completed | dgp | 2019-05-03 | 2 | -6/+13 |
* | | | WIP | dgp | 2019-05-01 | 3 | -0/+20 |
* | | | merge 8.7 | dgp | 2019-05-01 | 2 | -6/+35 |
|\ \ \ | |||||
| * \ \ | merge bug-de232b49f2 | pooryorick | 2019-05-01 | 1 | -5/+35 |
| |\ \ \ | |||||
| | * | | | Check for BG_FLUSH_SCHEDULED inside ChannelTimerProc | pooryorick | 2019-05-01 | 1 | -2/+4 |
| | * | | | Fix for de232b49f2, write-only nonblocking refchan and Tcl internal buffers. | pooryorick | 2019-04-27 | 1 | -5/+33 |
* | | | | | now testing.... | dgp | 2019-05-01 | 1 | -39/+5 |
* | | | | | more WIP | dgp | 2019-04-29 | 1 | -3/+21 |
* | | | | | Track memory lifetimes in the zip mount/unmount. | dgp | 2019-04-24 | 1 | -0/+38 |
|/ / / / | |||||
* | | | | 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 |
| |\ \ \ \ \ \ \ \ \ \ |