Tcl Source Code

Check-in [246dcb287a]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment: * doc/FileSystem.3: CONSTified many functions using Tcl_FileSystem * generic/tcl.decls: which all are supposed to be a constant, but * generic/tclDecls.h: this was not reflected in the API: * generic/tclFileSystem.h: Tcl_FSGetInternalRep * generic/tclIOUtil.c: Tcl_FSNewNativePath, Tcl_FSData * generic/tclPathObj.c: Tcl_FSRegister, Tcl_FSUnregister * generic/tclTest.c: Tcl_FSGetFileSystemForPath ... This change complies with TIP #24. ***POTENTIAL INCOMPATIBILITY***
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk | potential incompatibility
Files: files | file ages | folders
SHA1: 246dcb287a9d07013c2f642ea91f537f076a18e8
User & Date: nijtmans 2008-07-28 21:31:13.000
Context
2008-07-28
22:09
it's tip #27, not #24 check-in: ea2042b8d4 user: nijtmans tags: trunk
21:31
* doc/FileSystem.3: CONSTified many functions using Tcl_FileSystem * generic/tcl.decls: ... check-in: 246dcb287a user: nijtmans tags: trunk, potential incompatibility
21:06
* generic/tclBasic.c: Added missing ref count when creating an empty string as path (TclEvalEx). ... check-in: 076818a1d9 user: andreas_kupries tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ChangeLog.
Changes to doc/FileSystem.3.
Changes to generic/tcl.decls.
Changes to generic/tclDecls.h.
Changes to generic/tclFileSystem.h.
Changes to generic/tclIOUtil.c.
Changes to generic/tclPathObj.c.
Changes to generic/tclTest.c.