Hi!
It is patch against 674a1ecef4c36c80ee29bd9fa88e5e08caa00527.
With these small changes to source, Tcl compiles without errors under SCO UnixWare. It does not depend on any GNU tools, it works fine with cc which is bundled with UnixWare.
Any comments are welcome :)
Patches against the trunk, or a core-8-*-branch are
usually a better idea.
This patch has the effect of dragging
the <strings.h> header file into the
Tcl build on all platforms. That's an
unwelcome change.
I thought that including new header won't do much damage (and may help other legacy UNIX platforms) :) Okay, I have uploaded new patch (unixware2.patch), now it includes strings.h only under UnixWare (and probably OpenServer) C compiler.