Tcl Source Code

View Ticket
Login
Ticket UUID: 501371
Title: TIP 27: tclInterp.c
Type: Patch Version: CONSTify
Submitter: dgp Created on: 2002-01-09 16:37:46
Subsystem: 20. [interp] 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 
files generic/tclInterp.c.
It includes necessary changes to docs and 
headers. 

Note in particular that the targetCmdPtr
arguments of Tcl_GetAlias* are changed
from (char **) to (CONST char **), a source
incompatibility.

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

committed (8.4a4)

hobbs added on 2002-01-16 05:24:05:
Logged In: YES 
user_id=72656

looks fine to commit.

dgp added on 2002-01-09 23:37:51:

File Added - 15745: interp.patch

Attachments: