Tcl Source Code

View Ticket
Login
Ticket UUID: 413702
Title: OS/400 patch 2 of 3
Type: Patch Version: None
Submitter: smatzek Created on: 2001-04-04 13:53:21
Subsystem: None Assigned To: dgp
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2001-04-04 22:20:37
Resolution: Invalid Closed By: dgp
    Closed on: 2001-04-04 15:20:37
Description:
Addded an isOS400 method to Util.java.  This method is 
called from tcl.lang.ExecCmd in the 3 of 3 patch.

final static boolean 
isOS400() {
    String os = System.getProperty("os.name");
    if (os.equals("OS/400")) {
return true;
    }
    return false;
}



This patch has been tested on OS/400 v4r4, v4r5, and 
an early version of v5r1.
User Comments: dgp added on 2001-04-04 22:20:37:
Logged In: YES 
user_id=80530

This is a patch for Jacl.  Contribute it to the tcljava 
project.

http://sourceforge.net/projects/tcljava/

smatzek added on 2001-04-04 20:53:22:

File Added - 4947: Util.java

Attachments: