diff options
author | vincentdarley <vincentdarley> | 2001-07-31 19:12:05 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2001-07-31 19:12:05 (GMT) |
commit | c1335a91a0a2d1b2b776c7bbb5763b90e3d629ad (patch) | |
tree | 1ec44ca71eb2e561881490f7766175daa65dc9eb /unix/mkLinks | |
parent | 2414705dd748a119ffa0a2976ed71abc283aff11 (diff) | |
download | tcl-c1335a91a0a2d1b2b776c7bbb5763b90e3d629ad.zip tcl-c1335a91a0a2d1b2b776c7bbb5763b90e3d629ad.tar.gz tcl-c1335a91a0a2d1b2b776c7bbb5763b90e3d629ad.tar.bz2 |
Changes from TIP#17 "Redo Tcl's filesystem"
The following files were impacted.
* doc/Access.3:
* doc/FileSystem.3:
* doc/OpenFileChnl.3:
* doc/file.n:
* doc/glob.n:
* generic/tcl.decls:
* generic/tcl.h:
* generic/tclCmdAH.c:
* generic/tclCmdIL.c:
* generic/tclCmdMZ.c:
* generic/tclDate.c:
* generic/tclDecls.h:
* generic/tclEncoding.c:
* generic/tclFCmd.c:
* generic/tclFileName.c:
* generic/tclGetDate.y:
* generic/tclIO.c:
* generic/tclIOCmd.c:
* generic/tclIOUtil.c:
* generic/tclInt.decls:
* generic/tclInt.h:
* generic/tclIntDecls.h:
* generic/tclLoad.c:
* generic/tclStubInit.c:
* generic/tclTest.c:
* generic/tclUtil.c:
* library/init.tcl:
* mac/tclMacFCmd.c:
* mac/tclMacFile.c:
* mac/tclMacInit.c:
* mac/tclMacPort.h:
* mac/tclMacResource.c:
* mac/tclMacTime.c:
* tests/cmdAH.test:
* tests/event.test:
* tests/fCmd.test:
* tests/fileName.test:
* tests/io.test:
* tests/ioCmd.test:
* tests/proc-old.test:
* tests/registry.test:
* tests/unixFCmd.test:
* tests/winDde.test:
* tests/winFCmd.test:
* unix/mkLinks:
* unix/tclUnixFCmd.c:
* unix/tclUnixFile.c:
* unix/tclUnixInit.c:
* unix/tclUnixPipe.c:
* win/tclWinFCmd.c:
* win/tclWinFile.c:
* win/tclWinInit.c:
* win/tclWinPipe.c
Diffstat (limited to 'unix/mkLinks')
-rw-r--r-- | unix/mkLinks | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks index 1b57e15..fa82057 100644 --- a/unix/mkLinks +++ b/unix/mkLinks @@ -442,6 +442,74 @@ if test -r ExprLongObj.3; then ln ExprLongObj.3 Tcl_ExprBooleanObj.3 ln ExprLongObj.3 Tcl_ExprObj.3 fi +if test -r FileSystem.3; then + rm -f Tcl_FSCopyFile.3 + rm -f Tcl_FSCopyDirectory.3 + rm -f Tcl_FSCreateDirectory.3 + rm -f Tcl_FSDeleteFile.3 + rm -f Tcl_FSRemoveDirectory.3 + rm -f Tcl_FSRenameFile.3 + rm -f Tcl_FSListVolumes.3 + rm -f Tcl_FSEvalFile.3 + rm -f Tcl_FSLoadFile.3 + rm -f Tcl_FSMatchInDirectory.3 + rm -f Tcl_FSReadlink.3 + rm -f Tcl_FSLstat.3 + rm -f Tcl_FSUtime.3 + rm -f Tcl_FSFileAttrsGet.3 + rm -f Tcl_FSFileAttrsSet.3 + rm -f Tcl_FSFileAttrStrings.3 + rm -f Tcl_FSStat.3 + rm -f Tcl_FSAccess.3 + rm -f Tcl_FSOpenFileChannel.3 + rm -f Tcl_FSGetCwd.3 + rm -f Tcl_FSChdir.3 + rm -f Tcl_FSPathSeparator.3 + rm -f Tcl_FSJoinPath.3 + rm -f Tcl_FSSplitPath.3 + rm -f Tcl_FSEqualPaths.3 + rm -f Tcl_FSGetNormalizedPath.3 + rm -f Tcl_FSJoinToPath.3 + rm -f Tcl_FSConvertToPathType.3 + rm -f Tcl_FSGetInternalRep.3 + rm -f Tcl_FSGetTranslatedPath.3 + rm -f Tcl_FSNewNativePath.3 + rm -f Tcl_FSGetNativePath.3 + rm -f Tcl_FSFileSystemInfo.3 + ln FileSystem.3 Tcl_FSCopyFile.3 + ln FileSystem.3 Tcl_FSCopyDirectory.3 + ln FileSystem.3 Tcl_FSCreateDirectory.3 + ln FileSystem.3 Tcl_FSDeleteFile.3 + ln FileSystem.3 Tcl_FSRemoveDirectory.3 + ln FileSystem.3 Tcl_FSRenameFile.3 + ln FileSystem.3 Tcl_FSListVolumes.3 + ln FileSystem.3 Tcl_FSEvalFile.3 + ln FileSystem.3 Tcl_FSLoadFile.3 + ln FileSystem.3 Tcl_FSMatchInDirectory.3 + ln FileSystem.3 Tcl_FSReadlink.3 + ln FileSystem.3 Tcl_FSLstat.3 + ln FileSystem.3 Tcl_FSUtime.3 + ln FileSystem.3 Tcl_FSFileAttrsGet.3 + ln FileSystem.3 Tcl_FSFileAttrsSet.3 + ln FileSystem.3 Tcl_FSFileAttrStrings.3 + ln FileSystem.3 Tcl_FSStat.3 + ln FileSystem.3 Tcl_FSAccess.3 + ln FileSystem.3 Tcl_FSOpenFileChannel.3 + ln FileSystem.3 Tcl_FSGetCwd.3 + ln FileSystem.3 Tcl_FSChdir.3 + ln FileSystem.3 Tcl_FSPathSeparator.3 + ln FileSystem.3 Tcl_FSJoinPath.3 + ln FileSystem.3 Tcl_FSSplitPath.3 + ln FileSystem.3 Tcl_FSEqualPaths.3 + ln FileSystem.3 Tcl_FSGetNormalizedPath.3 + ln FileSystem.3 Tcl_FSJoinToPath.3 + ln FileSystem.3 Tcl_FSConvertToPathType.3 + ln FileSystem.3 Tcl_FSGetInternalRep.3 + ln FileSystem.3 Tcl_FSGetTranslatedPath.3 + ln FileSystem.3 Tcl_FSNewNativePath.3 + ln FileSystem.3 Tcl_FSGetNativePath.3 + ln FileSystem.3 Tcl_FSFileSystemInfo.3 +fi if test -r FindExec.3; then rm -f Tcl_FindExecutable.3 rm -f Tcl_GetNameOfExecutable.3 @@ -651,6 +719,8 @@ if test -r OpenFileChnl.3; then rm -f Tcl_GetChannelNamesEx.3 rm -f Tcl_RegisterChannel.3 rm -f Tcl_UnregisterChannel.3 + rm -f Tcl_DetachChannel.3 + rm -f Tcl_IsStandardChannel.3 rm -f Tcl_Close.3 rm -f Tcl_ReadChars.3 rm -f Tcl_Read.3 @@ -676,6 +746,8 @@ if test -r OpenFileChnl.3; then ln OpenFileChnl.3 Tcl_GetChannelNamesEx.3 ln OpenFileChnl.3 Tcl_RegisterChannel.3 ln OpenFileChnl.3 Tcl_UnregisterChannel.3 + ln OpenFileChnl.3 Tcl_DetachChannel.3 + ln OpenFileChnl.3 Tcl_IsStandardChannel.3 ln OpenFileChnl.3 Tcl_Close.3 ln OpenFileChnl.3 Tcl_ReadChars.3 ln OpenFileChnl.3 Tcl_Read.3 |