Re: [cdesktopenv-devel] The trouble with Tcl

2018-10-25 Thread Jon Trulson
I've applied this to master. I didn't go through the site.def/host.def route because this is the only place it will ever be used. Thanks! -jon On 10/25/18 4:20 AM, Matthew R. Trower wrote: Jon Trulson writes: This also means that Solaris/Sun and NetBSD will no longer build when I merge the

Re: [cdesktopenv-devel] The trouble with Tcl

2018-10-25 Thread Matthew R. Trower
Jon Trulson writes: > This also means that Solaris/Sun and NetBSD will no longer build when > I merge the commit. It will be up to the people that maintain/use CDE > for them to send a patch as I do not have those systems available. > > So this is a "heads-up" to them as well. > > Hopefully it s

[cdesktopenv-devel] The trouble with Tcl

2018-09-22 Thread Jon Trulson
Ok, so I found some further problems using the modern Tcl's available - namely that indexes and glossaries were silently broken. This was due to a hairy (and almost certainly buggy) custom Tcl command (written in C, in instant) called CompareI18NStrings(). It was used to do proper locale-awar