Tcl Source Code

View Ticket
Login
Ticket UUID: 781609
Title: Do `package require registry' only for windoze
Type: Bug Version: obsolete: 8.4.4
Submitter: nobody Created on: 2003-08-01 16:59:13
Subsystem: 30. msgcat Package Assigned To: dgp
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2003-08-07 06:05:20
Resolution: Fixed Closed By: dgp
    Closed on: 2003-08-06 23:05:20
Description:
OS: FreeBSD unix

After installing the indexCache patch I noticed that it
had no effect
with wish.  It turns out that msgcat.tcl does a
`package require
registry' even if not running under windoze.  This
causes an
unnecessary package scan every time wish starts for
non-windoze
systems since the registry package exists (I assume)
only for
windoze.  I have attached one of many possible patches
to fix this.
User Comments: dgp added on 2003-08-07 06:05:20:
Logged In: YES 
user_id=80530


Good improvement.
Slightly modified patch
(safe for Tcl 8.2 use) committed.

msgcat version bumped to 1.3.1.

nobody added on 2003-08-02 00:06:34:
Logged In: NO 

Hmmm... I guess you want an email address with this... 
It's:
     [email protected]

nobody added on 2003-08-01 23:59:13:

File Added - 57564: patchMsgcat

Attachments: