Tcl Source Code

View Ticket
Login
Ticket UUID: 218101
Title: no man page for library procedures Tcl_AddInterpResolver Tcl
Type: Bug Version: obsolete: 8.1
Submitter: nobody Created on: 2000-10-26 00:53:09
Subsystem: 21. [namespace] Assigned To: andreas_kupries
Priority: 4 Severity:
Status: Open Last Modified: 2009-07-31 19:12:04
Resolution: Fixed Closed By: welch
    Closed on: 2000-10-26 01:14:47
Description:
OriginalBugID: 1814 Bug
Version: 8.1
SubmitDate: '1999-04-14'
LastModified: '1999-04-28'
Severity: MED
Status: Closed
Submitter: admin
ChangedBy: kenj
OS: All
OSVersion: NA
Machine: NA
FixedDate: '2000-10-25'
FixedInVersion: NA
ClosedDate: '1999-04-28'




04/28/1999 14:46 - kenj - These are not public APIs (they appear in tclInt.h, not tcl.h).
User Comments: dkf added on 2009-07-31 19:12:04:
Documentation would need to be beefed up before use to include the definition (and description of manner of use) of the types referred to.

dkf added on 2009-04-05 00:12:39:
See also Bug #414930

dkf added on 2009-04-05 00:11:44:

IP - Comment Removed: 62.31.38.49

dkf added on 2009-04-05 00:11:26:

IP - Comment Removed: 62.31.38.49

andreas_kupries added on 2006-03-17 23:41:54:
Logged In: YES 
user_id=75003

I have retrieved manpage and sample code from the specified
urls and attached them to this report.

andreas_kupries added on 2006-03-17 23:40:54:

File Added - 171303: resolver.c

andreas_kupries added on 2006-03-17 23:40:25:

File Added - 171302: Resolver.3

georgeps added on 2006-03-17 20:09:18:
Logged In: YES 
user_id=585068

The manual page is here (it's mostly complete): 
http://www.xmission.com/~georgeps/implementation/software/tcl/Resolver.3

It was tested with this man.macros from Tcl 8.5:
http://www.xmission.com/~georgeps/implementation/software/tcl/man.macros

Here is my sample resolver code (it could be extended):
http://www.xmission.com/~georgeps/implementation/software/tcl/resolver.c

andreas_kupries added on 2006-03-16 05:33:06:
Logged In: YES 
user_id=75003

George, feel free to attach the manpage here. Even if the
code goes away such docs should help to make the
determination if the api is wanted or not. Internal notes
are of interest as well, IMHO.

dkf added on 2006-02-26 07:44:42:
Logged In: YES 
user_id=79902

This API mistake has been festering since 8.0; there's no
hurry to fix it. Indeed, if it slipped 8.5 I wouldn't worry
at all.

The problem is: is the interface this function and its
friends expose the interface that we would like to expose?
Is it something that perhaps we expose and deprecate? (I
don't have answers; just questions.)

georgeps added on 2006-02-25 22:40:25:
Logged In: YES 
user_id=585068

I wrote most of a manual page for this, but I was told in
the Tcler's Chat that this resolver code would probably be
replaced.  If anyone wants the manual page let me know.  I
based it on comments in the resolver code and my own little
test program that created a custom resolver.

dgp added on 2004-03-04 05:14:32:
Logged In: YES 
user_id=80530

sorry, slip of the mouse.

dgp added on 2001-04-04 13:29:02:
Logged In: YES 
user_id=80530

Re-opened.  Either Tcl_AddInterpResolvers() should be
private and has an incorrect name, or it should be
public, and we should convert this bug report into a
Feature Request to make that happen.

Attachments: