Tcl-bounties
Tcl-bounties copied to clipboard
Bounty program for improvements to Tcl and certain Tcl packages
brad.lanam.comp @ gmail.com - array for {key value} myarray { script } Working 2016-11-21 Aborted iteration due to array changes working 2017-5-1 - array for {key} myarray {script} Working 2016-11-22...
Has anyone had a chance to look at my array enumeration work? Code and documentation are all there, still need to write test cases and TIP(s), but one of the...
Nov 23 4:30 PM: epoll() support on Linux in the event loop (tclUnixNotfy.c) implemented; some testing done. Nov 23 6:04 PM: kqueue/kevent() support on FreeBSD in the event loop (tclUnixNotfy.c):...
There are a number of things that are required to satisfy the `array foreach` bounty. Because there's interest from multiple people over this, I'll lay down what we really need....
A patch has been submitted upstream: https://core.tcl.tk/tcl/tktview/2953b1b26b58c887435b74923ccef1712ad4b614
[PTJD](https://github.com/dbohdan/ptjd) is a JPEG decoder written in plain Tcl, no C. It's heavy on `lappend` and `binary scan`. It runs in both Tcl 8.5+ and Jim Tcl and shows [a...
Is this just asking to get a nicer C-level access to the already available 'array startsearch', 'array nextelement' etc., which is currently only accessible via `Tcl_eval`? Those are mentioned as...
I think I have a straightforward solution to the problem described, at [https://core.tcl.tk/tcl/tktview/f4f44174 ](https://core.tcl.tk/tcl/tktview/f4f44174). If you have a better test case, please attach it to that ticket. I'm working on...
I am starting to work on the Scotty build system to update it to current TEA (3.10), taking into account the comments in #7 .