I should also note, I only tested with tcl-9 on linux.
Tcl 9 compatibility: Tcl_Size + string totitle fix
I simply put in a #if block for tcl8/tcl9 for the tcl_initstubs. Tested on windows, linux, macos. Not tested on 32 bit.
Tcl 9 compatibility: Tcl_Size + string totitle fix
Any idea what's going on here? Is Tcl_InitStubs broken for 9.x? I don't maintain this any more, and no longer follow tcl, so I am not inclined to spend much time on it. The tests did work for 8.6.x. bll-g7:bll$ (cd test.dir;tclsh9.0 testsha.tcl) version conflict for package "tcl": have 9.0.1, need 8.4 while executing "load [file join .. sha[info sharedlibextension]]" (procedure "::main" line 21) invoked from within "::main" (file "testsha.tcl" line 259)
The di.pc file fails to install correctly with the debian build
Debian rules was using the incorrect prefix. This was fixed and replaced with DESTDIR for staging.
Version 6.2.2-beta created with changes that will hopefully help. Updating debian ticket to see if they can test.