Tcl Source Code

View Ticket
Login
Ticket UUID: 1895904
Title: wrong installation of http
Type: Patch Version: None
Submitter: mmaslano Created on: 2008-02-18 08:58:54
Subsystem: 53. Configure and Build Tools Assigned To: dgp
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2008-02-19 11:26:22
Resolution: Invalid Closed By: dgp
    Closed on: 2008-02-19 04:26:22
Description:
Version: tcl8.5.*

Problem: some .tm files are installed into tcl8.4 instead of tcl8.5.
User Comments: dgp added on 2008-02-19 11:26:22:
Logged In: YES 
user_id=80530
Originator: NO


Version 2.5.3 of the http package
is distributed with Tcl 8.5.1.

Version 2.5.3 of the http package
requires Tcl 8.4 or better.  You can
see this due to the [package require Tcl 8.4]
in the code.

Packages in Tcl Module format that
depend on Tcl 8.4 are properly
installed in the "tcl8.4" directory.

There is no bug here.  The patch
is misguided.

mmaslano added on 2008-02-18 15:58:54:

File Added - 266816: tm.patch

Attachments: