Thread: Re: Add support for Tcl 9

Re: Add support for Tcl 9

From
"Tristan Partin"
Date:
Looks correct to me. TIPs 628[0] and 666[1] seem to be the proposals which added
Tcl_Size and changed functions to use the type.

Reviewed-by: Tristan Partin <tristan@partin.io>

[0]: https://core.tcl-lang.org/tips/doc/trunk/tip/628.md
[1]: https://core.tcl-lang.org/tips/doc/trunk/tip/666.md

--
Tristan Partin
Neon (https://neon.tech)



Re: Add support for Tcl 9

From
Peter Eisentraut
Date:
On 25.11.24 05:07, Tristan Partin wrote:
> Looks correct to me. TIPs 628[0] and 666[1] seem to be the proposals 
> which added Tcl_Size and changed functions to use the type.
> 
> Reviewed-by: Tristan Partin <tristan@partin.io>

Committed and backpatched.  Thanks for checking.