Tcl Source Code

View Ticket
Login
Ticket UUID: 505072
Title: TIP 27: tcl{Encoding,FileName,Result,Util,Var}.c
Type: Patch Version: CONSTify
Submitter: dgp Created on: 2002-01-17 21:02:22
Subsystem: 37. File System Assigned To: dgp
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2002-02-08 16:06:05
Resolution: Accepted Closed By: dkf
    Closed on: 2002-02-08 09:06:05
Description:
CONST-ified interfaces of generic/tclFileName.c
according to TIP 27.

Source incompatibilities in arguments of
Tcl_JoinPath and Tcl_SplitPath.  Users may
address them by migrating to Tcl_FS* counterparts.

Do not commit this patch until Tcl Bug 504950
is fixed.  Until then, this patch will introduce
10 failures in the test suite.
User Comments: dgp added on 2002-01-26 03:39:28:

File Deleted - 16649: 



File Added - 16776: filename.patch

dgp added on 2002-01-26 03:39:27:
Logged In: YES 
user_id=80530

Final update: added changes to callers in tclThreadTest.c.

committed to HEAD (8.4a4)

vincentdarley added on 2002-01-25 18:19:11:
Logged In: YES 
user_id=32170

I'm happy for these to be committed, given that 504950 has 
been fixed.

vincentdarley added on 2002-01-25 18:14:05:
Logged In: YES 
user_id=32170

These changes look good to me (and are a very good thing!).

dgp added on 2002-01-24 04:25:19:

File Deleted - 16596:

dgp added on 2002-01-24 04:25:18:

File Added - 16649: filename.patch

dgp added on 2002-01-24 04:25:00:
Logged In: YES 
user_id=80530

Update: CONSTify tclMacResource.c.  Folded in from
Patch 507316.

dgp added on 2002-01-23 05:49:17:

File Deleted - 16578:

dgp added on 2002-01-23 05:49:16:

File Added - 16596: filename.patch

dgp added on 2002-01-23 05:49:15:
Logged In: YES 
user_id=80530

Update: CONSTify Tcl_FSMatchInDirectory.

dgp added on 2002-01-23 01:59:05:

File Deleted - 16551: 



File Added - 16578: filename.patch

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

Updated patch: CONST-ifies Tcl_Merge, and corrects
Tcl_TranlateFileName problems on Windows.  Still
need a complete fix for 504950 before commit.

dgp added on 2002-01-22 15:52:06:

File Deleted - 16386: 



File Added - 16551: filename.patch

dgp added on 2002-01-22 15:52:05:
Logged In: YES 
user_id=80530

Updated patch:  adds CONSTification of tclUtil.c:
Tcl_Concat and Tcl_SplitList and Tcl_OpenCommandChannel.

dgp added on 2002-01-19 12:20:42:

File Deleted - 16367: 



File Added - 16386: filename.patch

dgp added on 2002-01-19 12:20:41:
Logged In: YES 
user_id=80530

Update: added CONSTification of Tcl_GetStringResult

dgp added on 2002-01-19 07:05:42:

File Deleted - 16363: 



File Added - 16367: filename.patch

dgp added on 2002-01-19 07:05:41:
Logged In: YES 
user_id=80530

Another update, adding changes to tclEncoding.c and callers

dgp added on 2002-01-19 06:12:15:

File Deleted - 16302: 



File Added - 16363: filename.patch

dgp added on 2002-01-19 06:12:13:
Logged In: YES 
user_id=80530

Updated patch adds changes to tclVar.c.

Still needs fix/workaround for 504950 before
commit.

dgp added on 2002-01-18 04:02:25:

File Added - 16302: filename.patch

Attachments: