Tcl Source Code

View Ticket
Login
Ticket UUID: 3607543
Title: Port to SCO UnixWare 7.1.4
Type: Patch Version: None
Submitter: xenu536 Created on: 2013-03-10 16:52:49
Subsystem: 52. Portability Support Assigned To: hobbs
Priority: 5 Medium Severity:
Status: Open Last Modified: 2013-03-18 23:31:51
Resolution: None Closed By:
    Closed on:
Description:
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 :)
User Comments: xenu536 added on 2013-03-18 23:31:51:
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.

xenu536 added on 2013-03-18 23:29:49:

File Added - 461711: unixware2.patch

dgp added on 2013-03-18 21:25:13:
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.

xenu536 added on 2013-03-10 23:52:50:

File Added - 461431: unixware.patch

Attachments: