Tcl Source Code

View Ticket
Login
Ticket UUID: 501006
Title: TIP 27: tclResolve.c, tclNamesp.c
Type: Patch Version: CONSTify
Submitter: dgp Created on: 2002-01-08 20:32:16
Subsystem: 21. [namespace] Assigned To: dgp
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2002-02-08 16:06:04
Resolution: Accepted Closed By: dkf
    Closed on: 2002-02-08 09:06:04
Description:
Here's a patch implementing TIP 27 
(CONST-ification of APIs) for the 
file generic/tclResolve.c. 

Assigned to maintainer for review.
User Comments: dgp added on 2002-01-26 05:01:31:
Logged In: YES 
user_id=80530

committed to HEAD (8.4a4)

dgp added on 2002-01-26 05:00:18:

File Deleted - 15708: 



File Added - 16779: namesp.patch

dgp added on 2002-01-26 05:00:17:
Logged In: YES 
user_id=80530

Updated patch:  I backed out all CONST-ing of variable
names to match the treatment of variable names elsewhere
in the core.  Seems the safer choice for now.

dgp added on 2002-01-10 01:34:50:
Logged In: YES 
user_id=80530

I can see it either way now, so I'll leave it to the
maintainer to decide.

dgp added on 2002-01-09 23:04:13:
Logged In: YES 
user_id=80530

I may have gone too far CONST-ing the varNames.
Tcl wants them writable for parsing () in array
references.  Need to check this before commit.

dgp added on 2002-01-09 06:27:25:

File Deleted - 15707: 



File Added - 15708: namesp.patch

dgp added on 2002-01-09 06:27:24:
Logged In: YES 
user_id=80530

Yet another patch update.  Now includes changes to
generic/tclNamesp.c as well, which are related and
should go in together.

dgp added on 2002-01-09 05:57:59:

File Deleted - 15698: 



File Added - 15707: resolve.patch

dgp added on 2002-01-09 05:57:58:
Logged In: YES 
user_id=80530

Updated patch.  This one CONSTifies the extension
interfaces too.  This will require corresponding
changes in [incr Tcl] and any other user of these
(so far) internal interfaces.

dgp added on 2002-01-09 03:32:19:

File Added - 15698: resolve.patch

Attachments: