Tk Library Source Code

View Ticket
Login
Ticket UUID: 456255
Title: export public API only
Type: Bug Version: None
Submitter: hemanglavana Created on: 2001-08-28 19:43:47
Subsystem: base64 Assigned To: andreas_kupries
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2001-09-06 06:54:21
Resolution: Fixed Closed By: andreas_kupries
    Closed on: 2001-09-05 23:54:21
Description:
In some modules, there is a single line code:

    namespace export *

This exports public as well as private API.

I am providing a patch generated based on the
convention that all
public APIs begin with lower case first letter. So,
please verify the list of public APIs I have added to
the "namespace export" list.
User Comments: andreas_kupries added on 2001-09-06 06:54:21:
Logged In: YES 
user_id=75003

Patch committed.

andreas_kupries added on 2001-09-06 06:44:05:

File Deleted - 10222: 

Logged In: YES 
user_id=75003

We currently have here no exact maintainer structure as the 
one for Tcl itself. Taking the item.

dgp added on 2001-09-01 01:47:44:
Logged In: YES 
user_id=80530

Looks good to me too, but I'm gonna leave acceptance up
to each maintainer.  Assigning to the first package.

hemanglavana added on 2001-09-01 01:32:31:
Logged In: YES 
user_id=81875

deleting old patch file.

hemanglavana added on 2001-09-01 01:29:35:

File Added - 10224: namespace.cdiff

Logged In: YES 
user_id=81875

I just realized that my earlier patch had some unwanted
changes for profiler.n file. So, I am re-submitting the
patch after deleting that part.

hemanglavana added on 2001-08-31 23:53:10:

File Added - 10222: namespace.cdiff

Logged In: YES 
user_id=81875

Hmm ... this has happened second time that no patch file was
uploaded. I guess it has to do with some bug in netscape
browser.
Hopefully it will upload this time.

dgp added on 2001-08-31 23:46:33:
Logged In: YES 
user_id=80530

This sounds good to me, but there's no patch attached.

Attachments: