From: Vince Darley Date: Fri, 21 Feb 2003 16:30:42 +0000 (+0000) Subject: cleanup X-Git-Tag: vfs-1-3~37 X-Git-Url: http://privyetmir.co.uk/gitweb.cgi?a=commitdiff_plain;h=6c361d8a51603824a2f226f2ab78a5be7e898cc8;p=tclvfs cleanup --- diff --git a/ChangeLog b/ChangeLog index 87155d4..39cfb4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-02-21 Vince Darley + + * 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 * generic/vfs.c: completed use of internalerror and posix handling diff --git a/generic/vfs.c b/generic/vfs.c index 96a3ef1..1556935 100644 --- a/generic/vfs.c +++ b/generic/vfs.c @@ -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