Tcl Source Code

View Ticket
Login
Ticket UUID: 465442
Title: TIP 27: tclProc.c, tclVar.c
Type: Patch Version: CONSTify
Submitter: dgp Created on: 2001-09-26 23:52:35
Subsystem: 07. Variables Assigned To: dgp
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2002-02-08 16:06:03
Resolution: Accepted Closed By: dkf
    Closed on: 2002-02-08 09:06:03
Description:
Here's a patch implementing TIP 27 
(CONST-ification of APIs) for the 
files generic/tclProc.c and generic/tclVar.c.
It includes necessary changes to docs and
headers. 

Note that very few interfaces in tclVar.c
could be updated because TclLookupVar
insists on scribbling on the variable names
as part of parsing for ()'s, and that
requirement bubbles up through nearly all
the routines that take a variable name as
an argument.

Assigned to maintainer for review.
User Comments: dgp added on 2001-09-28 03:32:58:
Logged In: YES 
user_id=80530

committed.

msofer added on 2001-09-28 01:11:02:
Logged In: YES 
user_id=148712

No objections.

dgp added on 2001-09-27 06:52:35:

File Added - 11256: tip27.patch

Attachments: