cleanup
authorVince Darley <vincentdarley@sourceforge.net>
Fri, 21 Feb 2003 16:30:42 +0000 (16:30 +0000)
committerVince Darley <vincentdarley@sourceforge.net>
Fri, 21 Feb 2003 16:30:42 +0000 (16:30 +0000)
ChangeLog
generic/vfs.c

index 87155d45fce83286ea3c717087581746e6d9f1e3..39cfb4ef42ec5250796cb45281913b72f0cc68f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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
index 96a3ef16b4771af442aff8d20f664ea2aa329313..15569353f01c8634b39f434520a0c408d1c834ce 100644 (file)
@@ -280,9 +280,11 @@ static void            Vfs_RegisterWithInterp _ANSI_ARGS_((Tcl_Interp*));
 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