+2003-02-21 Vince Darley <vincentdarley@sourceforge.net>
+
+ * generic/vfs.c: some small cleanup
+ * doc/vfs.n: better documentation for 'createdirectory'
+ * library/mk4vfs.tcl: better posix adherence.
+ * library/vfsUtils.tcl: typo fix.
+
2003-02-20 Vince Darley <vincentdarley@sourceforge.net>
* generic/vfs.c: completed use of internalerror and posix handling
static VfsNativeRep* VfsGetNativePath(Tcl_Obj* pathObjPtr);
static Tcl_CloseProc VfsCloseProc;
static void VfsExitProc(ClientData clientData);
-static Tcl_Obj* VfsFullyNormalizePath(Tcl_Interp *interp, Tcl_Obj *pathPtr);
+static Tcl_Obj* VfsFullyNormalizePath(Tcl_Interp *interp,
+ Tcl_Obj *pathPtr);
static Tcl_Obj* VfsBuildCommandForPath(Tcl_Interp **iRef,
CONST char* cmd, Tcl_Obj * pathPtr);
+static void VfsInternalError(Tcl_Interp* interp);
/*
* Hard-code platform dependencies. We do not need to worry