Date: Fri, 29 Jan 1999 16:06:10 PST From: Bill Fenner <fenner@parc.xerox.com> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: bin/9787: tcl80 port doesn't make man page links Message-ID: <199901300006.QAA23730@mango.parc.xerox.com>
index | next in thread | raw e-mail
>Number: 9787
>Category: bin
>Synopsis: tcl80 port doesn't make man page links
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Jan 29 16:10:02 PST 1999
>Closed-Date:
>Last-Modified:
>Originator: Bill Fenner
>Release: FreeBSD 2.2.6-RELEASE i386
>Organization:
Xerox
>Environment:
>Description:
tcl80 port doesn't make man page links for long command names
>How-To-Repeat:
cd /usr/ports/lang/tcl80
make install
man pkg_mkIndex
>Fix:
Add this patch and fix up PLIST.
--- mkLinks.orig Fri Jan 29 16:03:14 1999
+++ mkLinks Fri Jan 29 16:03:50 1999
@@ -2,10 +2,10 @@
# This script is invoked when installing manual entries. It generates
# additional links to manual entries, corresponding to the procedure
# and command names described by the manual entry. For example, the
-# Tcl manual entry Hash.3 describes procedures Tcl_InitHashTable,
+# Tcl manual entry Hash.3.gz describes procedures Tcl_InitHashTable,
# Tcl_CreateHashEntry, and many more. This script will make hard
-# links so that Tcl_InitHashTable.3, Tcl_CreateHashEntry.3, and so
-# on all refer to Hash.3 in the installed directory.
+# links so that Tcl_InitHashTable.3.gz, Tcl_CreateHashEntry.3.gz, and so
+# on all refer to Hash.3.gz in the installed directory.
#
# Because of the length of command and procedure names, this mechanism
# only works on machines that support file names longer than 14 characters.
@@ -28,984 +28,984 @@
exit
fi
-if test -r AddErrInfo.3; then
- rm -f Tcl_AddObjErrorInfo.3
- ln AddErrInfo.3 Tcl_AddObjErrorInfo.3
+if test -r AddErrInfo.3.gz; then
+ rm -f Tcl_AddObjErrorInfo.3.gz
+ ln AddErrInfo.3.gz Tcl_AddObjErrorInfo.3.gz
fi
-if test -r AddErrInfo.3; then
- rm -f Tcl_AddErrorInfo.3
- ln AddErrInfo.3 Tcl_AddErrorInfo.3
+if test -r AddErrInfo.3.gz; then
+ rm -f Tcl_AddErrorInfo.3.gz
+ ln AddErrInfo.3.gz Tcl_AddErrorInfo.3.gz
fi
-if test -r AddErrInfo.3; then
- rm -f Tcl_SetErrorCode.3
- ln AddErrInfo.3 Tcl_SetErrorCode.3
+if test -r AddErrInfo.3.gz; then
+ rm -f Tcl_SetErrorCode.3.gz
+ ln AddErrInfo.3.gz Tcl_SetErrorCode.3.gz
fi
-if test -r AddErrInfo.3; then
- rm -f Tcl_PosixError.3
- ln AddErrInfo.3 Tcl_PosixError.3
+if test -r AddErrInfo.3.gz; then
+ rm -f Tcl_PosixError.3.gz
+ ln AddErrInfo.3.gz Tcl_PosixError.3.gz
fi
-if test -r Alloc.3; then
- rm -f Tcl_Alloc.3
- ln Alloc.3 Tcl_Alloc.3
+if test -r Alloc.3.gz; then
+ rm -f Tcl_Alloc.3.gz
+ ln Alloc.3.gz Tcl_Alloc.3.gz
fi
-if test -r Alloc.3; then
- rm -f Tcl_Free.3
- ln Alloc.3 Tcl_Free.3
+if test -r Alloc.3.gz; then
+ rm -f Tcl_Free.3.gz
+ ln Alloc.3.gz Tcl_Free.3.gz
fi
-if test -r Alloc.3; then
- rm -f Tcl_Realloc.3
- ln Alloc.3 Tcl_Realloc.3
+if test -r Alloc.3.gz; then
+ rm -f Tcl_Realloc.3.gz
+ ln Alloc.3.gz Tcl_Realloc.3.gz
fi
-if test -r AllowExc.3; then
- rm -f Tcl_AllowExceptions.3
- ln AllowExc.3 Tcl_AllowExceptions.3
+if test -r AllowExc.3.gz; then
+ rm -f Tcl_AllowExceptions.3.gz
+ ln AllowExc.3.gz Tcl_AllowExceptions.3.gz
fi
-if test -r AppInit.3; then
- rm -f Tcl_AppInit.3
- ln AppInit.3 Tcl_AppInit.3
+if test -r AppInit.3.gz; then
+ rm -f Tcl_AppInit.3.gz
+ ln AppInit.3.gz Tcl_AppInit.3.gz
fi
-if test -r AssocData.3; then
- rm -f Tcl_GetAssocData.3
- ln AssocData.3 Tcl_GetAssocData.3
+if test -r AssocData.3.gz; then
+ rm -f Tcl_GetAssocData.3.gz
+ ln AssocData.3.gz Tcl_GetAssocData.3.gz
fi
-if test -r AssocData.3; then
- rm -f Tcl_SetAssocData.3
- ln AssocData.3 Tcl_SetAssocData.3
+if test -r AssocData.3.gz; then
+ rm -f Tcl_SetAssocData.3.gz
+ ln AssocData.3.gz Tcl_SetAssocData.3.gz
fi
-if test -r AssocData.3; then
- rm -f Tcl_DeleteAssocData.3
- ln AssocData.3 Tcl_DeleteAssocData.3
+if test -r AssocData.3.gz; then
+ rm -f Tcl_DeleteAssocData.3.gz
+ ln AssocData.3.gz Tcl_DeleteAssocData.3.gz
fi
-if test -r Async.3; then
- rm -f Tcl_AsyncCreate.3
- ln Async.3 Tcl_AsyncCreate.3
+if test -r Async.3.gz; then
+ rm -f Tcl_AsyncCreate.3.gz
+ ln Async.3.gz Tcl_AsyncCreate.3.gz
fi
-if test -r Async.3; then
- rm -f Tcl_AsyncMark.3
- ln Async.3 Tcl_AsyncMark.3
+if test -r Async.3.gz; then
+ rm -f Tcl_AsyncMark.3.gz
+ ln Async.3.gz Tcl_AsyncMark.3.gz
fi
-if test -r Async.3; then
- rm -f Tcl_AsyncInvoke.3
- ln Async.3 Tcl_AsyncInvoke.3
+if test -r Async.3.gz; then
+ rm -f Tcl_AsyncInvoke.3.gz
+ ln Async.3.gz Tcl_AsyncInvoke.3.gz
fi
-if test -r Async.3; then
- rm -f Tcl_AsyncDelete.3
- ln Async.3 Tcl_AsyncDelete.3
+if test -r Async.3.gz; then
+ rm -f Tcl_AsyncDelete.3.gz
+ ln Async.3.gz Tcl_AsyncDelete.3.gz
fi
-if test -r BackgdErr.3; then
- rm -f Tcl_BackgroundError.3
- ln BackgdErr.3 Tcl_BackgroundError.3
+if test -r BackgdErr.3.gz; then
+ rm -f Tcl_BackgroundError.3.gz
+ ln BackgdErr.3.gz Tcl_BackgroundError.3.gz
fi
-if test -r Backslash.3; then
- rm -f Tcl_Backslash.3
- ln Backslash.3 Tcl_Backslash.3
+if test -r Backslash.3.gz; then
+ rm -f Tcl_Backslash.3.gz
+ ln Backslash.3.gz Tcl_Backslash.3.gz
fi
-if test -r BoolObj.3; then
- rm -f Tcl_NewBooleanObj.3
- ln BoolObj.3 Tcl_NewBooleanObj.3
+if test -r BoolObj.3.gz; then
+ rm -f Tcl_NewBooleanObj.3.gz
+ ln BoolObj.3.gz Tcl_NewBooleanObj.3.gz
fi
-if test -r BoolObj.3; then
- rm -f Tcl_SetBooleanObj.3
- ln BoolObj.3 Tcl_SetBooleanObj.3
+if test -r BoolObj.3.gz; then
+ rm -f Tcl_SetBooleanObj.3.gz
+ ln BoolObj.3.gz Tcl_SetBooleanObj.3.gz
fi
-if test -r BoolObj.3; then
- rm -f Tcl_GetBooleanFromObj.3
- ln BoolObj.3 Tcl_GetBooleanFromObj.3
+if test -r BoolObj.3.gz; then
+ rm -f Tcl_GetBooleanFromObj.3.gz
+ ln BoolObj.3.gz Tcl_GetBooleanFromObj.3.gz
fi
-if test -r CallDel.3; then
- rm -f Tcl_CallWhenDeleted.3
- ln CallDel.3 Tcl_CallWhenDeleted.3
+if test -r CallDel.3.gz; then
+ rm -f Tcl_CallWhenDeleted.3.gz
+ ln CallDel.3.gz Tcl_CallWhenDeleted.3.gz
fi
-if test -r CallDel.3; then
- rm -f Tcl_DontCallWhenDeleted.3
- ln CallDel.3 Tcl_DontCallWhenDeleted.3
+if test -r CallDel.3.gz; then
+ rm -f Tcl_DontCallWhenDeleted.3.gz
+ ln CallDel.3.gz Tcl_DontCallWhenDeleted.3.gz
fi
-if test -r CmdCmplt.3; then
- rm -f Tcl_CommandComplete.3
- ln CmdCmplt.3 Tcl_CommandComplete.3
+if test -r CmdCmplt.3.gz; then
+ rm -f Tcl_CommandComplete.3.gz
+ ln CmdCmplt.3.gz Tcl_CommandComplete.3.gz
fi
-if test -r Concat.3; then
- rm -f Tcl_Concat.3
- ln Concat.3 Tcl_Concat.3
+if test -r Concat.3.gz; then
+ rm -f Tcl_Concat.3.gz
+ ln Concat.3.gz Tcl_Concat.3.gz
fi
-if test -r CrtChannel.3; then
- rm -f Tcl_CreateChannel.3
- ln CrtChannel.3 Tcl_CreateChannel.3
+if test -r CrtChannel.3.gz; then
+ rm -f Tcl_CreateChannel.3.gz
+ ln CrtChannel.3.gz Tcl_CreateChannel.3.gz
fi
-if test -r CrtChannel.3; then
- rm -f Tcl_GetChannelInstanceData.3
- ln CrtChannel.3 Tcl_GetChannelInstanceData.3
+if test -r CrtChannel.3.gz; then
+ rm -f Tcl_GetChannelInstanceData.3.gz
+ ln CrtChannel.3.gz Tcl_GetChannelInstanceData.3.gz
fi
-if test -r CrtChannel.3; then
- rm -f Tcl_GetChannelType.3
- ln CrtChannel.3 Tcl_GetChannelType.3
+if test -r CrtChannel.3.gz; then
+ rm -f Tcl_GetChannelType.3.gz
+ ln CrtChannel.3.gz Tcl_GetChannelType.3.gz
fi
-if test -r CrtChannel.3; then
- rm -f Tcl_GetChannelName.3
- ln CrtChannel.3 Tcl_GetChannelName.3
+if test -r CrtChannel.3.gz; then
+ rm -f Tcl_GetChannelName.3.gz
+ ln CrtChannel.3.gz Tcl_GetChannelName.3.gz
fi
-if test -r CrtChannel.3; then
- rm -f Tcl_GetChannelHandle.3
- ln CrtChannel.3 Tcl_GetChannelHandle.3
+if test -r CrtChannel.3.gz; then
+ rm -f Tcl_GetChannelHandle.3.gz
+ ln CrtChannel.3.gz Tcl_GetChannelHandle.3.gz
fi
-if test -r CrtChannel.3; then
- rm -f Tcl_GetChannelMode.3
- ln CrtChannel.3 Tcl_GetChannelMode.3
+if test -r CrtChannel.3.gz; then
+ rm -f Tcl_GetChannelMode.3.gz
+ ln CrtChannel.3.gz Tcl_GetChannelMode.3.gz
fi
-if test -r CrtChannel.3; then
- rm -f Tcl_GetChannelBufferSize.3
- ln CrtChannel.3 Tcl_GetChannelBufferSize.3
+if test -r CrtChannel.3.gz; then
+ rm -f Tcl_GetChannelBufferSize.3.gz
+ ln CrtChannel.3.gz Tcl_GetChannelBufferSize.3.gz
fi
-if test -r CrtChannel.3; then
- rm -f Tcl_SetDefaultTranslation.3
- ln CrtChannel.3 Tcl_SetDefaultTranslation.3
+if test -r CrtChannel.3.gz; then
+ rm -f Tcl_SetDefaultTranslation.3.gz
+ ln CrtChannel.3.gz Tcl_SetDefaultTranslation.3.gz
fi
-if test -r CrtChannel.3; then
- rm -f Tcl_SetChannelBufferSize.3
- ln CrtChannel.3 Tcl_SetChannelBufferSize.3
+if test -r CrtChannel.3.gz; then
+ rm -f Tcl_SetChannelBufferSize.3.gz
+ ln CrtChannel.3.gz Tcl_SetChannelBufferSize.3.gz
fi
-if test -r CrtChannel.3; then
- rm -f Tcl_NotifyChannel.3
- ln CrtChannel.3 Tcl_NotifyChannel.3
+if test -r CrtChannel.3.gz; then
+ rm -f Tcl_NotifyChannel.3.gz
+ ln CrtChannel.3.gz Tcl_NotifyChannel.3.gz
fi
-if test -r CrtChannel.3; then
- rm -f Tcl_BadChannelOption.3
- ln CrtChannel.3 Tcl_BadChannelOption.3
+if test -r CrtChannel.3.gz; then
+ rm -f Tcl_BadChannelOption.3.gz
+ ln CrtChannel.3.gz Tcl_BadChannelOption.3.gz
fi
-if test -r CrtChnlHdlr.3; then
- rm -f Tcl_CreateChannelHandler.3
- ln CrtChnlHdlr.3 Tcl_CreateChannelHandler.3
+if test -r CrtChnlHdlr.3.gz; then
+ rm -f Tcl_CreateChannelHandler.3.gz
+ ln CrtChnlHdlr.3.gz Tcl_CreateChannelHandler.3.gz
fi
-if test -r CrtChnlHdlr.3; then
- rm -f Tcl_DeleteChannelHandler.3
- ln CrtChnlHdlr.3 Tcl_DeleteChannelHandler.3
+if test -r CrtChnlHdlr.3.gz; then
+ rm -f Tcl_DeleteChannelHandler.3.gz
+ ln CrtChnlHdlr.3.gz Tcl_DeleteChannelHandler.3.gz
fi
-if test -r CrtCloseHdlr.3; then
- rm -f Tcl_CreateCloseHandler.3
- ln CrtCloseHdlr.3 Tcl_CreateCloseHandler.3
+if test -r CrtCloseHdlr.3.gz; then
+ rm -f Tcl_CreateCloseHandler.3.gz
+ ln CrtCloseHdlr.3.gz Tcl_CreateCloseHandler.3.gz
fi
-if test -r CrtCloseHdlr.3; then
- rm -f Tcl_DeleteCloseHandler.3
- ln CrtCloseHdlr.3 Tcl_DeleteCloseHandler.3
+if test -r CrtCloseHdlr.3.gz; then
+ rm -f Tcl_DeleteCloseHandler.3.gz
+ ln CrtCloseHdlr.3.gz Tcl_DeleteCloseHandler.3.gz
fi
-if test -r CrtCommand.3; then
- rm -f Tcl_CreateCommand.3
- ln CrtCommand.3 Tcl_CreateCommand.3
+if test -r CrtCommand.3.gz; then
+ rm -f Tcl_CreateCommand.3.gz
+ ln CrtCommand.3.gz Tcl_CreateCommand.3.gz
fi
-if test -r CrtFileHdlr.3; then
- rm -f Tcl_CreateFileHandler.3
- ln CrtFileHdlr.3 Tcl_CreateFileHandler.3
+if test -r CrtFileHdlr.3.gz; then
+ rm -f Tcl_CreateFileHandler.3.gz
+ ln CrtFileHdlr.3.gz Tcl_CreateFileHandler.3.gz
fi
-if test -r CrtFileHdlr.3; then
- rm -f Tcl_DeleteFileHandler.3
- ln CrtFileHdlr.3 Tcl_DeleteFileHandler.3
+if test -r CrtFileHdlr.3.gz; then
+ rm -f Tcl_DeleteFileHandler.3.gz
+ ln CrtFileHdlr.3.gz Tcl_DeleteFileHandler.3.gz
fi
-if test -r CrtInterp.3; then
- rm -f Tcl_CreateInterp.3
- ln CrtInterp.3 Tcl_CreateInterp.3
+if test -r CrtInterp.3.gz; then
+ rm -f Tcl_CreateInterp.3.gz
+ ln CrtInterp.3.gz Tcl_CreateInterp.3.gz
fi
-if test -r CrtInterp.3; then
- rm -f Tcl_DeleteInterp.3
- ln CrtInterp.3 Tcl_DeleteInterp.3
+if test -r CrtInterp.3.gz; then
+ rm -f Tcl_DeleteInterp.3.gz
+ ln CrtInterp.3.gz Tcl_DeleteInterp.3.gz
fi
-if test -r CrtInterp.3; then
- rm -f Tcl_InterpDeleted.3
- ln CrtInterp.3 Tcl_InterpDeleted.3
+if test -r CrtInterp.3.gz; then
+ rm -f Tcl_InterpDeleted.3.gz
+ ln CrtInterp.3.gz Tcl_InterpDeleted.3.gz
fi
-if test -r CrtMathFnc.3; then
- rm -f Tcl_CreateMathFunc.3
- ln CrtMathFnc.3 Tcl_CreateMathFunc.3
+if test -r CrtMathFnc.3.gz; then
+ rm -f Tcl_CreateMathFunc.3.gz
+ ln CrtMathFnc.3.gz Tcl_CreateMathFunc.3.gz
fi
-if test -r CrtObjCmd.3; then
- rm -f Tcl_CreateObjCommand.3
- ln CrtObjCmd.3 Tcl_CreateObjCommand.3
+if test -r CrtObjCmd.3.gz; then
+ rm -f Tcl_CreateObjCommand.3.gz
+ ln CrtObjCmd.3.gz Tcl_CreateObjCommand.3.gz
fi
-if test -r CrtObjCmd.3; then
- rm -f Tcl_DeleteCommand.3
- ln CrtObjCmd.3 Tcl_DeleteCommand.3
+if test -r CrtObjCmd.3.gz; then
+ rm -f Tcl_DeleteCommand.3.gz
+ ln CrtObjCmd.3.gz Tcl_DeleteCommand.3.gz
fi
-if test -r CrtObjCmd.3; then
- rm -f Tcl_DeleteCommandFromToken.3
- ln CrtObjCmd.3 Tcl_DeleteCommandFromToken.3
+if test -r CrtObjCmd.3.gz; then
+ rm -f Tcl_DeleteCommandFromToken.3.gz
+ ln CrtObjCmd.3.gz Tcl_DeleteCommandFromToken.3.gz
fi
-if test -r CrtObjCmd.3; then
- rm -f Tcl_GetCommandInfo.3
- ln CrtObjCmd.3 Tcl_GetCommandInfo.3
+if test -r CrtObjCmd.3.gz; then
+ rm -f Tcl_GetCommandInfo.3.gz
+ ln CrtObjCmd.3.gz Tcl_GetCommandInfo.3.gz
fi
-if test -r CrtObjCmd.3; then
- rm -f Tcl_SetCommandInfo.3
- ln CrtObjCmd.3 Tcl_SetCommandInfo.3
+if test -r CrtObjCmd.3.gz; then
+ rm -f Tcl_SetCommandInfo.3.gz
+ ln CrtObjCmd.3.gz Tcl_SetCommandInfo.3.gz
fi
-if test -r CrtObjCmd.3; then
- rm -f Tcl_GetCommandName.3
- ln CrtObjCmd.3 Tcl_GetCommandName.3
+if test -r CrtObjCmd.3.gz; then
+ rm -f Tcl_GetCommandName.3.gz
+ ln CrtObjCmd.3.gz Tcl_GetCommandName.3.gz
fi
-if test -r CrtSlave.3; then
- rm -f Tcl_IsSafe.3
- ln CrtSlave.3 Tcl_IsSafe.3
+if test -r CrtSlave.3.gz; then
+ rm -f Tcl_IsSafe.3.gz
+ ln CrtSlave.3.gz Tcl_IsSafe.3.gz
fi
-if test -r CrtSlave.3; then
- rm -f Tcl_MakeSafe.3
- ln CrtSlave.3 Tcl_MakeSafe.3
+if test -r CrtSlave.3.gz; then
+ rm -f Tcl_MakeSafe.3.gz
+ ln CrtSlave.3.gz Tcl_MakeSafe.3.gz
fi
-if test -r CrtSlave.3; then
- rm -f Tcl_CreateSlave.3
- ln CrtSlave.3 Tcl_CreateSlave.3
+if test -r CrtSlave.3.gz; then
+ rm -f Tcl_CreateSlave.3.gz
+ ln CrtSlave.3.gz Tcl_CreateSlave.3.gz
fi
-if test -r CrtSlave.3; then
- rm -f Tcl_GetSlave.3
- ln CrtSlave.3 Tcl_GetSlave.3
+if test -r CrtSlave.3.gz; then
+ rm -f Tcl_GetSlave.3.gz
+ ln CrtSlave.3.gz Tcl_GetSlave.3.gz
fi
-if test -r CrtSlave.3; then
- rm -f Tcl_GetMaster.3
- ln CrtSlave.3 Tcl_GetMaster.3
+if test -r CrtSlave.3.gz; then
+ rm -f Tcl_GetMaster.3.gz
+ ln CrtSlave.3.gz Tcl_GetMaster.3.gz
fi
-if test -r CrtSlave.3; then
- rm -f Tcl_GetInterpPath.3
- ln CrtSlave.3 Tcl_GetInterpPath.3
+if test -r CrtSlave.3.gz; then
+ rm -f Tcl_GetInterpPath.3.gz
+ ln CrtSlave.3.gz Tcl_GetInterpPath.3.gz
fi
-if test -r CrtSlave.3; then
- rm -f Tcl_CreateAlias.3
- ln CrtSlave.3 Tcl_CreateAlias.3
+if test -r CrtSlave.3.gz; then
+ rm -f Tcl_CreateAlias.3.gz
+ ln CrtSlave.3.gz Tcl_CreateAlias.3.gz
fi
-if test -r CrtSlave.3; then
- rm -f Tcl_CreateAliasObj.3
- ln CrtSlave.3 Tcl_CreateAliasObj.3
+if test -r CrtSlave.3.gz; then
+ rm -f Tcl_CreateAliasObj.3.gz
+ ln CrtSlave.3.gz Tcl_CreateAliasObj.3.gz
fi
-if test -r CrtSlave.3; then
- rm -f Tcl_GetAlias.3
- ln CrtSlave.3 Tcl_GetAlias.3
+if test -r CrtSlave.3.gz; then
+ rm -f Tcl_GetAlias.3.gz
+ ln CrtSlave.3.gz Tcl_GetAlias.3.gz
fi
-if test -r CrtSlave.3; then
- rm -f Tcl_GetAliasObj.3
- ln CrtSlave.3 Tcl_GetAliasObj.3
+if test -r CrtSlave.3.gz; then
+ rm -f Tcl_GetAliasObj.3.gz
+ ln CrtSlave.3.gz Tcl_GetAliasObj.3.gz
fi
-if test -r CrtSlave.3; then
- rm -f Tcl_ExposeCommand.3
- ln CrtSlave.3 Tcl_ExposeCommand.3
+if test -r CrtSlave.3.gz; then
+ rm -f Tcl_ExposeCommand.3.gz
+ ln CrtSlave.3.gz Tcl_ExposeCommand.3.gz
fi
-if test -r CrtSlave.3; then
- rm -f Tcl_HideCommand.3
- ln CrtSlave.3 Tcl_HideCommand.3
+if test -r CrtSlave.3.gz; then
+ rm -f Tcl_HideCommand.3.gz
+ ln CrtSlave.3.gz Tcl_HideCommand.3.gz
fi
-if test -r CrtTimerHdlr.3; then
- rm -f Tcl_CreateTimerHandler.3
- ln CrtTimerHdlr.3 Tcl_CreateTimerHandler.3
+if test -r CrtTimerHdlr.3.gz; then
+ rm -f Tcl_CreateTimerHandler.3.gz
+ ln CrtTimerHdlr.3.gz Tcl_CreateTimerHandler.3.gz
fi
-if test -r CrtTimerHdlr.3; then
- rm -f Tcl_DeleteTimerHandler.3
- ln CrtTimerHdlr.3 Tcl_DeleteTimerHandler.3
+if test -r CrtTimerHdlr.3.gz; then
+ rm -f Tcl_DeleteTimerHandler.3.gz
+ ln CrtTimerHdlr.3.gz Tcl_DeleteTimerHandler.3.gz
fi
-if test -r CrtTrace.3; then
- rm -f Tcl_CreateTrace.3
- ln CrtTrace.3 Tcl_CreateTrace.3
+if test -r CrtTrace.3.gz; then
+ rm -f Tcl_CreateTrace.3.gz
+ ln CrtTrace.3.gz Tcl_CreateTrace.3.gz
fi
-if test -r CrtTrace.3; then
- rm -f Tcl_DeleteTrace.3
- ln CrtTrace.3 Tcl_DeleteTrace.3
+if test -r CrtTrace.3.gz; then
+ rm -f Tcl_DeleteTrace.3.gz
+ ln CrtTrace.3.gz Tcl_DeleteTrace.3.gz
fi
-if test -r DString.3; then
- rm -f Tcl_DStringInit.3
- ln DString.3 Tcl_DStringInit.3
+if test -r DString.3.gz; then
+ rm -f Tcl_DStringInit.3.gz
+ ln DString.3.gz Tcl_DStringInit.3.gz
fi
-if test -r DString.3; then
- rm -f Tcl_DStringAppend.3
- ln DString.3 Tcl_DStringAppend.3
+if test -r DString.3.gz; then
+ rm -f Tcl_DStringAppend.3.gz
+ ln DString.3.gz Tcl_DStringAppend.3.gz
fi
-if test -r DString.3; then
- rm -f Tcl_DStringAppendElement.3
- ln DString.3 Tcl_DStringAppendElement.3
+if test -r DString.3.gz; then
+ rm -f Tcl_DStringAppendElement.3.gz
+ ln DString.3.gz Tcl_DStringAppendElement.3.gz
fi
-if test -r DString.3; then
- rm -f Tcl_DStringStartSublist.3
- ln DString.3 Tcl_DStringStartSublist.3
+if test -r DString.3.gz; then
+ rm -f Tcl_DStringStartSublist.3.gz
+ ln DString.3.gz Tcl_DStringStartSublist.3.gz
fi
-if test -r DString.3; then
- rm -f Tcl_DStringEndSublist.3
- ln DString.3 Tcl_DStringEndSublist.3
+if test -r DString.3.gz; then
+ rm -f Tcl_DStringEndSublist.3.gz
+ ln DString.3.gz Tcl_DStringEndSublist.3.gz
fi
-if test -r DString.3; then
- rm -f Tcl_DStringLength.3
- ln DString.3 Tcl_DStringLength.3
+if test -r DString.3.gz; then
+ rm -f Tcl_DStringLength.3.gz
+ ln DString.3.gz Tcl_DStringLength.3.gz
fi
-if test -r DString.3; then
- rm -f Tcl_DStringValue.3
- ln DString.3 Tcl_DStringValue.3
+if test -r DString.3.gz; then
+ rm -f Tcl_DStringValue.3.gz
+ ln DString.3.gz Tcl_DStringValue.3.gz
fi
-if test -r DString.3; then
- rm -f Tcl_DStringSetLength.3
- ln DString.3 Tcl_DStringSetLength.3
+if test -r DString.3.gz; then
+ rm -f Tcl_DStringSetLength.3.gz
+ ln DString.3.gz Tcl_DStringSetLength.3.gz
fi
-if test -r DString.3; then
- rm -f Tcl_DStringFree.3
- ln DString.3 Tcl_DStringFree.3
+if test -r DString.3.gz; then
+ rm -f Tcl_DStringFree.3.gz
+ ln DString.3.gz Tcl_DStringFree.3.gz
fi
-if test -r DString.3; then
- rm -f Tcl_DStringResult.3
- ln DString.3 Tcl_DStringResult.3
+if test -r DString.3.gz; then
+ rm -f Tcl_DStringResult.3.gz
+ ln DString.3.gz Tcl_DStringResult.3.gz
fi
-if test -r DString.3; then
- rm -f Tcl_DStringGetResult.3
- ln DString.3 Tcl_DStringGetResult.3
+if test -r DString.3.gz; then
+ rm -f Tcl_DStringGetResult.3.gz
+ ln DString.3.gz Tcl_DStringGetResult.3.gz
fi
-if test -r DetachPids.3; then
- rm -f Tcl_DetachPids.3
- ln DetachPids.3 Tcl_DetachPids.3
+if test -r DetachPids.3.gz; then
+ rm -f Tcl_DetachPids.3.gz
+ ln DetachPids.3.gz Tcl_DetachPids.3.gz
fi
-if test -r DetachPids.3; then
- rm -f Tcl_ReapDetachedProcs.3
- ln DetachPids.3 Tcl_ReapDetachedProcs.3
+if test -r DetachPids.3.gz; then
+ rm -f Tcl_ReapDetachedProcs.3.gz
+ ln DetachPids.3.gz Tcl_ReapDetachedProcs.3.gz
fi
-if test -r DoOneEvent.3; then
- rm -f Tcl_DoOneEvent.3
- ln DoOneEvent.3 Tcl_DoOneEvent.3
+if test -r DoOneEvent.3.gz; then
+ rm -f Tcl_DoOneEvent.3.gz
+ ln DoOneEvent.3.gz Tcl_DoOneEvent.3.gz
fi
-if test -r DoWhenIdle.3; then
- rm -f Tcl_DoWhenIdle.3
- ln DoWhenIdle.3 Tcl_DoWhenIdle.3
+if test -r DoWhenIdle.3.gz; then
+ rm -f Tcl_DoWhenIdle.3.gz
+ ln DoWhenIdle.3.gz Tcl_DoWhenIdle.3.gz
fi
-if test -r DoWhenIdle.3; then
- rm -f Tcl_CancelIdleCall.3
- ln DoWhenIdle.3 Tcl_CancelIdleCall.3
+if test -r DoWhenIdle.3.gz; then
+ rm -f Tcl_CancelIdleCall.3.gz
+ ln DoWhenIdle.3.gz Tcl_CancelIdleCall.3.gz
fi
-if test -r DoubleObj.3; then
- rm -f Tcl_NewDoubleObj.3
- ln DoubleObj.3 Tcl_NewDoubleObj.3
+if test -r DoubleObj.3.gz; then
+ rm -f Tcl_NewDoubleObj.3.gz
+ ln DoubleObj.3.gz Tcl_NewDoubleObj.3.gz
fi
-if test -r DoubleObj.3; then
- rm -f Tcl_SetDoubleObj.3
- ln DoubleObj.3 Tcl_SetDoubleObj.3
+if test -r DoubleObj.3.gz; then
+ rm -f Tcl_SetDoubleObj.3.gz
+ ln DoubleObj.3.gz Tcl_SetDoubleObj.3.gz
fi
-if test -r DoubleObj.3; then
- rm -f Tcl_GetDoubleFromObj.3
- ln DoubleObj.3 Tcl_GetDoubleFromObj.3
+if test -r DoubleObj.3.gz; then
+ rm -f Tcl_GetDoubleFromObj.3.gz
+ ln DoubleObj.3.gz Tcl_GetDoubleFromObj.3.gz
fi
-if test -r Eval.3; then
- rm -f Tcl_Eval.3
- ln Eval.3 Tcl_Eval.3
+if test -r Eval.3.gz; then
+ rm -f Tcl_Eval.3.gz
+ ln Eval.3.gz Tcl_Eval.3.gz
fi
-if test -r Eval.3; then
- rm -f Tcl_VarEval.3
- ln Eval.3 Tcl_VarEval.3
+if test -r Eval.3.gz; then
+ rm -f Tcl_VarEval.3.gz
+ ln Eval.3.gz Tcl_VarEval.3.gz
fi
-if test -r Eval.3; then
- rm -f Tcl_EvalFile.3
- ln Eval.3 Tcl_EvalFile.3
+if test -r Eval.3.gz; then
+ rm -f Tcl_EvalFile.3.gz
+ ln Eval.3.gz Tcl_EvalFile.3.gz
fi
-if test -r Eval.3; then
- rm -f Tcl_GlobalEval.3
- ln Eval.3 Tcl_GlobalEval.3
+if test -r Eval.3.gz; then
+ rm -f Tcl_GlobalEval.3.gz
+ ln Eval.3.gz Tcl_GlobalEval.3.gz
fi
-if test -r EvalObj.3; then
- rm -f Tcl_EvalObj.3
- ln EvalObj.3 Tcl_EvalObj.3
+if test -r EvalObj.3.gz; then
+ rm -f Tcl_EvalObj.3.gz
+ ln EvalObj.3.gz Tcl_EvalObj.3.gz
fi
-if test -r EvalObj.3; then
- rm -f Tcl_GlobalEvalObj.3
- ln EvalObj.3 Tcl_GlobalEvalObj.3
+if test -r EvalObj.3.gz; then
+ rm -f Tcl_GlobalEvalObj.3.gz
+ ln EvalObj.3.gz Tcl_GlobalEvalObj.3.gz
fi
-if test -r Exit.3; then
- rm -f Tcl_Exit.3
- ln Exit.3 Tcl_Exit.3
+if test -r Exit.3.gz; then
+ rm -f Tcl_Exit.3.gz
+ ln Exit.3.gz Tcl_Exit.3.gz
fi
-if test -r Exit.3; then
- rm -f Tcl_Finalize.3
- ln Exit.3 Tcl_Finalize.3
+if test -r Exit.3.gz; then
+ rm -f Tcl_Finalize.3.gz
+ ln Exit.3.gz Tcl_Finalize.3.gz
fi
-if test -r Exit.3; then
- rm -f Tcl_CreateExitHandler.3
- ln Exit.3 Tcl_CreateExitHandler.3
+if test -r Exit.3.gz; then
+ rm -f Tcl_CreateExitHandler.3.gz
+ ln Exit.3.gz Tcl_CreateExitHandler.3.gz
fi
-if test -r Exit.3; then
- rm -f Tcl_DeleteExitHandler.3
- ln Exit.3 Tcl_DeleteExitHandler.3
+if test -r Exit.3.gz; then
+ rm -f Tcl_DeleteExitHandler.3.gz
+ ln Exit.3.gz Tcl_DeleteExitHandler.3.gz
fi
-if test -r ExprLong.3; then
- rm -f Tcl_ExprLong.3
- ln ExprLong.3 Tcl_ExprLong.3
+if test -r ExprLong.3.gz; then
+ rm -f Tcl_ExprLong.3.gz
+ ln ExprLong.3.gz Tcl_ExprLong.3.gz
fi
-if test -r ExprLong.3; then
- rm -f Tcl_ExprDouble.3
- ln ExprLong.3 Tcl_ExprDouble.3
+if test -r ExprLong.3.gz; then
+ rm -f Tcl_ExprDouble.3.gz
+ ln ExprLong.3.gz Tcl_ExprDouble.3.gz
fi
-if test -r ExprLong.3; then
- rm -f Tcl_ExprBoolean.3
- ln ExprLong.3 Tcl_ExprBoolean.3
+if test -r ExprLong.3.gz; then
+ rm -f Tcl_ExprBoolean.3.gz
+ ln ExprLong.3.gz Tcl_ExprBoolean.3.gz
fi
-if test -r ExprLong.3; then
- rm -f Tcl_ExprString.3
- ln ExprLong.3 Tcl_ExprString.3
+if test -r ExprLong.3.gz; then
+ rm -f Tcl_ExprString.3.gz
+ ln ExprLong.3.gz Tcl_ExprString.3.gz
fi
-if test -r ExprLongObj.3; then
- rm -f Tcl_ExprLongObj.3
- ln ExprLongObj.3 Tcl_ExprLongObj.3
+if test -r ExprLongObj.3.gz; then
+ rm -f Tcl_ExprLongObj.3.gz
+ ln ExprLongObj.3.gz Tcl_ExprLongObj.3.gz
fi
-if test -r ExprLongObj.3; then
- rm -f Tcl_ExprDoubleObj.3
- ln ExprLongObj.3 Tcl_ExprDoubleObj.3
+if test -r ExprLongObj.3.gz; then
+ rm -f Tcl_ExprDoubleObj.3.gz
+ ln ExprLongObj.3.gz Tcl_ExprDoubleObj.3.gz
fi
-if test -r ExprLongObj.3; then
- rm -f Tcl_ExprBooleanObj.3
- ln ExprLongObj.3 Tcl_ExprBooleanObj.3
+if test -r ExprLongObj.3.gz; then
+ rm -f Tcl_ExprBooleanObj.3.gz
+ ln ExprLongObj.3.gz Tcl_ExprBooleanObj.3.gz
fi
-if test -r ExprLongObj.3; then
- rm -f Tcl_ExprObj.3
- ln ExprLongObj.3 Tcl_ExprObj.3
+if test -r ExprLongObj.3.gz; then
+ rm -f Tcl_ExprObj.3.gz
+ ln ExprLongObj.3.gz Tcl_ExprObj.3.gz
fi
-if test -r FindExec.3; then
- rm -f Tcl_FindExecutable.3
- ln FindExec.3 Tcl_FindExecutable.3
+if test -r FindExec.3.gz; then
+ rm -f Tcl_FindExecutable.3.gz
+ ln FindExec.3.gz Tcl_FindExecutable.3.gz
fi
-if test -r FindExec.3; then
- rm -f Tcl_GetNameOfExecutable.3
- ln FindExec.3 Tcl_GetNameOfExecutable.3
+if test -r FindExec.3.gz; then
+ rm -f Tcl_GetNameOfExecutable.3.gz
+ ln FindExec.3.gz Tcl_GetNameOfExecutable.3.gz
fi
-if test -r GetIndex.3; then
- rm -f Tcl_GetIndexFromObj.3
- ln GetIndex.3 Tcl_GetIndexFromObj.3
+if test -r GetIndex.3.gz; then
+ rm -f Tcl_GetIndexFromObj.3.gz
+ ln GetIndex.3.gz Tcl_GetIndexFromObj.3.gz
fi
-if test -r GetInt.3; then
- rm -f Tcl_GetInt.3
- ln GetInt.3 Tcl_GetInt.3
+if test -r GetInt.3.gz; then
+ rm -f Tcl_GetInt.3.gz
+ ln GetInt.3.gz Tcl_GetInt.3.gz
fi
-if test -r GetInt.3; then
- rm -f Tcl_GetDouble.3
- ln GetInt.3 Tcl_GetDouble.3
+if test -r GetInt.3.gz; then
+ rm -f Tcl_GetDouble.3.gz
+ ln GetInt.3.gz Tcl_GetDouble.3.gz
fi
-if test -r GetInt.3; then
- rm -f Tcl_GetBoolean.3
- ln GetInt.3 Tcl_GetBoolean.3
+if test -r GetInt.3.gz; then
+ rm -f Tcl_GetBoolean.3.gz
+ ln GetInt.3.gz Tcl_GetBoolean.3.gz
fi
-if test -r GetOpnFl.3; then
- rm -f Tcl_GetOpenFile.3
- ln GetOpnFl.3 Tcl_GetOpenFile.3
+if test -r GetOpnFl.3.gz; then
+ rm -f Tcl_GetOpenFile.3.gz
+ ln GetOpnFl.3.gz Tcl_GetOpenFile.3.gz
fi
-if test -r GetStdChan.3; then
- rm -f Tcl_GetStdChannel.3
- ln GetStdChan.3 Tcl_GetStdChannel.3
+if test -r GetStdChan.3.gz; then
+ rm -f Tcl_GetStdChannel.3.gz
+ ln GetStdChan.3.gz Tcl_GetStdChannel.3.gz
fi
-if test -r GetStdChan.3; then
- rm -f Tcl_SetStdChannel.3
- ln GetStdChan.3 Tcl_SetStdChannel.3
+if test -r GetStdChan.3.gz; then
+ rm -f Tcl_SetStdChannel.3.gz
+ ln GetStdChan.3.gz Tcl_SetStdChannel.3.gz
fi
-if test -r Hash.3; then
- rm -f Tcl_InitHashTable.3
- ln Hash.3 Tcl_InitHashTable.3
+if test -r Hash.3.gz; then
+ rm -f Tcl_InitHashTable.3.gz
+ ln Hash.3.gz Tcl_InitHashTable.3.gz
fi
-if test -r Hash.3; then
- rm -f Tcl_DeleteHashTable.3
- ln Hash.3 Tcl_DeleteHashTable.3
+if test -r Hash.3.gz; then
+ rm -f Tcl_DeleteHashTable.3.gz
+ ln Hash.3.gz Tcl_DeleteHashTable.3.gz
fi
-if test -r Hash.3; then
- rm -f Tcl_CreateHashEntry.3
- ln Hash.3 Tcl_CreateHashEntry.3
+if test -r Hash.3.gz; then
+ rm -f Tcl_CreateHashEntry.3.gz
+ ln Hash.3.gz Tcl_CreateHashEntry.3.gz
fi
-if test -r Hash.3; then
- rm -f Tcl_DeleteHashEntry.3
- ln Hash.3 Tcl_DeleteHashEntry.3
+if test -r Hash.3.gz; then
+ rm -f Tcl_DeleteHashEntry.3.gz
+ ln Hash.3.gz Tcl_DeleteHashEntry.3.gz
fi
-if test -r Hash.3; then
- rm -f Tcl_FindHashEntry.3
- ln Hash.3 Tcl_FindHashEntry.3
+if test -r Hash.3.gz; then
+ rm -f Tcl_FindHashEntry.3.gz
+ ln Hash.3.gz Tcl_FindHashEntry.3.gz
fi
-if test -r Hash.3; then
- rm -f Tcl_GetHashValue.3
- ln Hash.3 Tcl_GetHashValue.3
+if test -r Hash.3.gz; then
+ rm -f Tcl_GetHashValue.3.gz
+ ln Hash.3.gz Tcl_GetHashValue.3.gz
fi
-if test -r Hash.3; then
- rm -f Tcl_SetHashValue.3
- ln Hash.3 Tcl_SetHashValue.3
+if test -r Hash.3.gz; then
+ rm -f Tcl_SetHashValue.3.gz
+ ln Hash.3.gz Tcl_SetHashValue.3.gz
fi
-if test -r Hash.3; then
- rm -f Tcl_GetHashKey.3
- ln Hash.3 Tcl_GetHashKey.3
+if test -r Hash.3.gz; then
+ rm -f Tcl_GetHashKey.3.gz
+ ln Hash.3.gz Tcl_GetHashKey.3.gz
fi
-if test -r Hash.3; then
- rm -f Tcl_FirstHashEntry.3
- ln Hash.3 Tcl_FirstHashEntry.3
+if test -r Hash.3.gz; then
+ rm -f Tcl_FirstHashEntry.3.gz
+ ln Hash.3.gz Tcl_FirstHashEntry.3.gz
fi
-if test -r Hash.3; then
- rm -f Tcl_NextHashEntry.3
- ln Hash.3 Tcl_NextHashEntry.3
+if test -r Hash.3.gz; then
+ rm -f Tcl_NextHashEntry.3.gz
+ ln Hash.3.gz Tcl_NextHashEntry.3.gz
fi
-if test -r Hash.3; then
- rm -f Tcl_HashStats.3
- ln Hash.3 Tcl_HashStats.3
+if test -r Hash.3.gz; then
+ rm -f Tcl_HashStats.3.gz
+ ln Hash.3.gz Tcl_HashStats.3.gz
fi
-if test -r IntObj.3; then
- rm -f Tcl_NewIntObj.3
- ln IntObj.3 Tcl_NewIntObj.3
+if test -r IntObj.3.gz; then
+ rm -f Tcl_NewIntObj.3.gz
+ ln IntObj.3.gz Tcl_NewIntObj.3.gz
fi
-if test -r IntObj.3; then
- rm -f Tcl_NewLongObj.3
- ln IntObj.3 Tcl_NewLongObj.3
+if test -r IntObj.3.gz; then
+ rm -f Tcl_NewLongObj.3.gz
+ ln IntObj.3.gz Tcl_NewLongObj.3.gz
fi
-if test -r IntObj.3; then
- rm -f Tcl_SetIntObj.3
- ln IntObj.3 Tcl_SetIntObj.3
+if test -r IntObj.3.gz; then
+ rm -f Tcl_SetIntObj.3.gz
+ ln IntObj.3.gz Tcl_SetIntObj.3.gz
fi
-if test -r IntObj.3; then
- rm -f Tcl_SetLongObj.3
- ln IntObj.3 Tcl_SetLongObj.3
+if test -r IntObj.3.gz; then
+ rm -f Tcl_SetLongObj.3.gz
+ ln IntObj.3.gz Tcl_SetLongObj.3.gz
fi
-if test -r IntObj.3; then
- rm -f Tcl_GetIntFromObj.3
- ln IntObj.3 Tcl_GetIntFromObj.3
+if test -r IntObj.3.gz; then
+ rm -f Tcl_GetIntFromObj.3.gz
+ ln IntObj.3.gz Tcl_GetIntFromObj.3.gz
fi
-if test -r IntObj.3; then
- rm -f Tcl_GetLongFromObj.3
- ln IntObj.3 Tcl_GetLongFromObj.3
+if test -r IntObj.3.gz; then
+ rm -f Tcl_GetLongFromObj.3.gz
+ ln IntObj.3.gz Tcl_GetLongFromObj.3.gz
fi
-if test -r Interp.3; then
- rm -f Tcl_Interp.3
- ln Interp.3 Tcl_Interp.3
+if test -r Interp.3.gz; then
+ rm -f Tcl_Interp.3.gz
+ ln Interp.3.gz Tcl_Interp.3.gz
fi
-if test -r LinkVar.3; then
- rm -f Tcl_LinkVar.3
- ln LinkVar.3 Tcl_LinkVar.3
+if test -r LinkVar.3.gz; then
+ rm -f Tcl_LinkVar.3.gz
+ ln LinkVar.3.gz Tcl_LinkVar.3.gz
fi
-if test -r LinkVar.3; then
- rm -f Tcl_UnlinkVar.3
- ln LinkVar.3 Tcl_UnlinkVar.3
+if test -r LinkVar.3.gz; then
+ rm -f Tcl_UnlinkVar.3.gz
+ ln LinkVar.3.gz Tcl_UnlinkVar.3.gz
fi
-if test -r LinkVar.3; then
- rm -f Tcl_UpdateLinkedVar.3
- ln LinkVar.3 Tcl_UpdateLinkedVar.3
+if test -r LinkVar.3.gz; then
+ rm -f Tcl_UpdateLinkedVar.3.gz
+ ln LinkVar.3.gz Tcl_UpdateLinkedVar.3.gz
fi
-if test -r ListObj.3; then
- rm -f Tcl_ListObjAppendList.3
- ln ListObj.3 Tcl_ListObjAppendList.3
+if test -r ListObj.3.gz; then
+ rm -f Tcl_ListObjAppendList.3.gz
+ ln ListObj.3.gz Tcl_ListObjAppendList.3.gz
fi
-if test -r ListObj.3; then
- rm -f Tcl_ListObjAppendElement.3
- ln ListObj.3 Tcl_ListObjAppendElement.3
+if test -r ListObj.3.gz; then
+ rm -f Tcl_ListObjAppendElement.3.gz
+ ln ListObj.3.gz Tcl_ListObjAppendElement.3.gz
fi
-if test -r ListObj.3; then
- rm -f Tcl_NewListObj.3
- ln ListObj.3 Tcl_NewListObj.3
+if test -r ListObj.3.gz; then
+ rm -f Tcl_NewListObj.3.gz
+ ln ListObj.3.gz Tcl_NewListObj.3.gz
fi
-if test -r ListObj.3; then
- rm -f Tcl_SetListObj.3
- ln ListObj.3 Tcl_SetListObj.3
+if test -r ListObj.3.gz; then
+ rm -f Tcl_SetListObj.3.gz
+ ln ListObj.3.gz Tcl_SetListObj.3.gz
fi
-if test -r ListObj.3; then
- rm -f Tcl_ListObjGetElements.3
- ln ListObj.3 Tcl_ListObjGetElements.3
+if test -r ListObj.3.gz; then
+ rm -f Tcl_ListObjGetElements.3.gz
+ ln ListObj.3.gz Tcl_ListObjGetElements.3.gz
fi
-if test -r ListObj.3; then
- rm -f Tcl_ListObjLength.3
- ln ListObj.3 Tcl_ListObjLength.3
+if test -r ListObj.3.gz; then
+ rm -f Tcl_ListObjLength.3.gz
+ ln ListObj.3.gz Tcl_ListObjLength.3.gz
fi
-if test -r ListObj.3; then
- rm -f Tcl_ListObjIndex.3
- ln ListObj.3 Tcl_ListObjIndex.3
+if test -r ListObj.3.gz; then
+ rm -f Tcl_ListObjIndex.3.gz
+ ln ListObj.3.gz Tcl_ListObjIndex.3.gz
fi
-if test -r ListObj.3; then
- rm -f Tcl_ListObjReplace.3
- ln ListObj.3 Tcl_ListObjReplace.3
+if test -r ListObj.3.gz; then
+ rm -f Tcl_ListObjReplace.3.gz
+ ln ListObj.3.gz Tcl_ListObjReplace.3.gz
fi
-if test -r Notifier.3; then
- rm -f Tcl_CreateEventSource.3
- ln Notifier.3 Tcl_CreateEventSource.3
+if test -r Notifier.3.gz; then
+ rm -f Tcl_CreateEventSource.3.gz
+ ln Notifier.3.gz Tcl_CreateEventSource.3.gz
fi
-if test -r Notifier.3; then
- rm -f Tcl_DeleteEventSource.3
- ln Notifier.3 Tcl_DeleteEventSource.3
+if test -r Notifier.3.gz; then
+ rm -f Tcl_DeleteEventSource.3.gz
+ ln Notifier.3.gz Tcl_DeleteEventSource.3.gz
fi
-if test -r Notifier.3; then
- rm -f Tcl_SetMaxBlockTime.3
- ln Notifier.3 Tcl_SetMaxBlockTime.3
+if test -r Notifier.3.gz; then
+ rm -f Tcl_SetMaxBlockTime.3.gz
+ ln Notifier.3.gz Tcl_SetMaxBlockTime.3.gz
fi
-if test -r Notifier.3; then
- rm -f Tcl_QueueEvent.3
- ln Notifier.3 Tcl_QueueEvent.3
+if test -r Notifier.3.gz; then
+ rm -f Tcl_QueueEvent.3.gz
+ ln Notifier.3.gz Tcl_QueueEvent.3.gz
fi
-if test -r Notifier.3; then
- rm -f Tcl_DeleteEvents.3
- ln Notifier.3 Tcl_DeleteEvents.3
+if test -r Notifier.3.gz; then
+ rm -f Tcl_DeleteEvents.3.gz
+ ln Notifier.3.gz Tcl_DeleteEvents.3.gz
fi
-if test -r Notifier.3; then
- rm -f Tcl_WaitForEvent.3
- ln Notifier.3 Tcl_WaitForEvent.3
+if test -r Notifier.3.gz; then
+ rm -f Tcl_WaitForEvent.3.gz
+ ln Notifier.3.gz Tcl_WaitForEvent.3.gz
fi
-if test -r Notifier.3; then
- rm -f Tcl_SetTimer.3
- ln Notifier.3 Tcl_SetTimer.3
+if test -r Notifier.3.gz; then
+ rm -f Tcl_SetTimer.3.gz
+ ln Notifier.3.gz Tcl_SetTimer.3.gz
fi
-if test -r Notifier.3; then
- rm -f Tcl_ServiceAll.3
- ln Notifier.3 Tcl_ServiceAll.3
+if test -r Notifier.3.gz; then
+ rm -f Tcl_ServiceAll.3.gz
+ ln Notifier.3.gz Tcl_ServiceAll.3.gz
fi
-if test -r Notifier.3; then
- rm -f Tcl_ServiceEvent.3
- ln Notifier.3 Tcl_ServiceEvent.3
+if test -r Notifier.3.gz; then
+ rm -f Tcl_ServiceEvent.3.gz
+ ln Notifier.3.gz Tcl_ServiceEvent.3.gz
fi
-if test -r Notifier.3; then
- rm -f Tcl_GetServiceMode.3
- ln Notifier.3 Tcl_GetServiceMode.3
+if test -r Notifier.3.gz; then
+ rm -f Tcl_GetServiceMode.3.gz
+ ln Notifier.3.gz Tcl_GetServiceMode.3.gz
fi
-if test -r Notifier.3; then
- rm -f Tcl_SetServiceMode.3
- ln Notifier.3 Tcl_SetServiceMode.3
+if test -r Notifier.3.gz; then
+ rm -f Tcl_SetServiceMode.3.gz
+ ln Notifier.3.gz Tcl_SetServiceMode.3.gz
fi
-if test -r ObjSetVar.3; then
- rm -f Tcl_ObjSetVar2.3
- ln ObjSetVar.3 Tcl_ObjSetVar2.3
+if test -r ObjSetVar.3.gz; then
+ rm -f Tcl_ObjSetVar2.3.gz
+ ln ObjSetVar.3.gz Tcl_ObjSetVar2.3.gz
fi
-if test -r ObjSetVar.3; then
- rm -f Tcl_ObjGetVar2.3
- ln ObjSetVar.3 Tcl_ObjGetVar2.3
+if test -r ObjSetVar.3.gz; then
+ rm -f Tcl_ObjGetVar2.3.gz
+ ln ObjSetVar.3.gz Tcl_ObjGetVar2.3.gz
fi
-if test -r Object.3; then
- rm -f Tcl_NewObj.3
- ln Object.3 Tcl_NewObj.3
+if test -r Object.3.gz; then
+ rm -f Tcl_NewObj.3.gz
+ ln Object.3.gz Tcl_NewObj.3.gz
fi
-if test -r Object.3; then
- rm -f Tcl_DuplicateObj.3
- ln Object.3 Tcl_DuplicateObj.3
+if test -r Object.3.gz; then
+ rm -f Tcl_DuplicateObj.3.gz
+ ln Object.3.gz Tcl_DuplicateObj.3.gz
fi
-if test -r Object.3; then
- rm -f Tcl_IncrRefCount.3
- ln Object.3 Tcl_IncrRefCount.3
+if test -r Object.3.gz; then
+ rm -f Tcl_IncrRefCount.3.gz
+ ln Object.3.gz Tcl_IncrRefCount.3.gz
fi
-if test -r Object.3; then
- rm -f Tcl_DecrRefCount.3
- ln Object.3 Tcl_DecrRefCount.3
+if test -r Object.3.gz; then
+ rm -f Tcl_DecrRefCount.3.gz
+ ln Object.3.gz Tcl_DecrRefCount.3.gz
fi
-if test -r Object.3; then
- rm -f Tcl_IsShared.3
- ln Object.3 Tcl_IsShared.3
+if test -r Object.3.gz; then
+ rm -f Tcl_IsShared.3.gz
+ ln Object.3.gz Tcl_IsShared.3.gz
fi
-if test -r ObjectType.3; then
- rm -f Tcl_RegisterObjType.3
- ln ObjectType.3 Tcl_RegisterObjType.3
+if test -r ObjectType.3.gz; then
+ rm -f Tcl_RegisterObjType.3.gz
+ ln ObjectType.3.gz Tcl_RegisterObjType.3.gz
fi
-if test -r ObjectType.3; then
- rm -f Tcl_GetObjType.3
- ln ObjectType.3 Tcl_GetObjType.3
+if test -r ObjectType.3.gz; then
+ rm -f Tcl_GetObjType.3.gz
+ ln ObjectType.3.gz Tcl_GetObjType.3.gz
fi
-if test -r ObjectType.3; then
- rm -f Tcl_AppendAllObjTypes.3
- ln ObjectType.3 Tcl_AppendAllObjTypes.3
+if test -r ObjectType.3.gz; then
+ rm -f Tcl_AppendAllObjTypes.3.gz
+ ln ObjectType.3.gz Tcl_AppendAllObjTypes.3.gz
fi
-if test -r ObjectType.3; then
- rm -f Tcl_ConvertToType.3
- ln ObjectType.3 Tcl_ConvertToType.3
+if test -r ObjectType.3.gz; then
+ rm -f Tcl_ConvertToType.3.gz
+ ln ObjectType.3.gz Tcl_ConvertToType.3.gz
fi
-if test -r OpenFileChnl.3; then
- rm -f Tcl_OpenFileChannel.3
- ln OpenFileChnl.3 Tcl_OpenFileChannel.3
+if test -r OpenFileChnl.3.gz; then
+ rm -f Tcl_OpenFileChannel.3.gz
+ ln OpenFileChnl.3.gz Tcl_OpenFileChannel.3.gz
fi
-if test -r OpenFileChnl.3; then
- rm -f Tcl_OpenCommandChannel.3
- ln OpenFileChnl.3 Tcl_OpenCommandChannel.3
+if test -r OpenFileChnl.3.gz; then
+ rm -f Tcl_OpenCommandChannel.3.gz
+ ln OpenFileChnl.3.gz Tcl_OpenCommandChannel.3.gz
fi
-if test -r OpenFileChnl.3; then
- rm -f Tcl_MakeFileChannel.3
- ln OpenFileChnl.3 Tcl_MakeFileChannel.3
+if test -r OpenFileChnl.3.gz; then
+ rm -f Tcl_MakeFileChannel.3.gz
+ ln OpenFileChnl.3.gz Tcl_MakeFileChannel.3.gz
fi
-if test -r OpenFileChnl.3; then
- rm -f Tcl_GetChannel.3
- ln OpenFileChnl.3 Tcl_GetChannel.3
+if test -r OpenFileChnl.3.gz; then
+ rm -f Tcl_GetChannel.3.gz
+ ln OpenFileChnl.3.gz Tcl_GetChannel.3.gz
fi
-if test -r OpenFileChnl.3; then
- rm -f Tcl_RegisterChannel.3
- ln OpenFileChnl.3 Tcl_RegisterChannel.3
+if test -r OpenFileChnl.3.gz; then
+ rm -f Tcl_RegisterChannel.3.gz
+ ln OpenFileChnl.3.gz Tcl_RegisterChannel.3.gz
fi
-if test -r OpenFileChnl.3; then
- rm -f Tcl_UnregisterChannel.3
- ln OpenFileChnl.3 Tcl_UnregisterChannel.3
+if test -r OpenFileChnl.3.gz; then
+ rm -f Tcl_UnregisterChannel.3.gz
+ ln OpenFileChnl.3.gz Tcl_UnregisterChannel.3.gz
fi
-if test -r OpenFileChnl.3; then
- rm -f Tcl_Close.3
- ln OpenFileChnl.3 Tcl_Close.3
+if test -r OpenFileChnl.3.gz; then
+ rm -f Tcl_Close.3.gz
+ ln OpenFileChnl.3.gz Tcl_Close.3.gz
fi
-if test -r OpenFileChnl.3; then
- rm -f Tcl_Read.3
- ln OpenFileChnl.3 Tcl_Read.3
+if test -r OpenFileChnl.3.gz; then
+ rm -f Tcl_Read.3.gz
+ ln OpenFileChnl.3.gz Tcl_Read.3.gz
fi
-if test -r OpenFileChnl.3; then
- rm -f Tcl_Gets.3
- ln OpenFileChnl.3 Tcl_Gets.3
+if test -r OpenFileChnl.3.gz; then
+ rm -f Tcl_Gets.3.gz
+ ln OpenFileChnl.3.gz Tcl_Gets.3.gz
fi
-if test -r OpenFileChnl.3; then
- rm -f Tcl_Write.3
- ln OpenFileChnl.3 Tcl_Write.3
+if test -r OpenFileChnl.3.gz; then
+ rm -f Tcl_Write.3.gz
+ ln OpenFileChnl.3.gz Tcl_Write.3.gz
fi
-if test -r OpenFileChnl.3; then
- rm -f Tcl_Flush.3
- ln OpenFileChnl.3 Tcl_Flush.3
+if test -r OpenFileChnl.3.gz; then
+ rm -f Tcl_Flush.3.gz
+ ln OpenFileChnl.3.gz Tcl_Flush.3.gz
fi
-if test -r OpenFileChnl.3; then
- rm -f Tcl_Seek.3
- ln OpenFileChnl.3 Tcl_Seek.3
+if test -r OpenFileChnl.3.gz; then
+ rm -f Tcl_Seek.3.gz
+ ln OpenFileChnl.3.gz Tcl_Seek.3.gz
fi
-if test -r OpenFileChnl.3; then
- rm -f Tcl_Tell.3
- ln OpenFileChnl.3 Tcl_Tell.3
+if test -r OpenFileChnl.3.gz; then
+ rm -f Tcl_Tell.3.gz
+ ln OpenFileChnl.3.gz Tcl_Tell.3.gz
fi
-if test -r OpenFileChnl.3; then
- rm -f Tcl_Eof.3
- ln OpenFileChnl.3 Tcl_Eof.3
+if test -r OpenFileChnl.3.gz; then
+ rm -f Tcl_Eof.3.gz
+ ln OpenFileChnl.3.gz Tcl_Eof.3.gz
fi
-if test -r OpenFileChnl.3; then
- rm -f Tcl_InputBlocked.3
- ln OpenFileChnl.3 Tcl_InputBlocked.3
+if test -r OpenFileChnl.3.gz; then
+ rm -f Tcl_InputBlocked.3.gz
+ ln OpenFileChnl.3.gz Tcl_InputBlocked.3.gz
fi
-if test -r OpenFileChnl.3; then
- rm -f Tcl_InputBuffered.3
- ln OpenFileChnl.3 Tcl_InputBuffered.3
+if test -r OpenFileChnl.3.gz; then
+ rm -f Tcl_InputBuffered.3.gz
+ ln OpenFileChnl.3.gz Tcl_InputBuffered.3.gz
fi
-if test -r OpenFileChnl.3; then
- rm -f Tcl_GetChannelOption.3
- ln OpenFileChnl.3 Tcl_GetChannelOption.3
+if test -r OpenFileChnl.3.gz; then
+ rm -f Tcl_GetChannelOption.3.gz
+ ln OpenFileChnl.3.gz Tcl_GetChannelOption.3.gz
fi
-if test -r OpenFileChnl.3; then
- rm -f Tcl_SetChannelOption.3
- ln OpenFileChnl.3 Tcl_SetChannelOption.3
+if test -r OpenFileChnl.3.gz; then
+ rm -f Tcl_SetChannelOption.3.gz
+ ln OpenFileChnl.3.gz Tcl_SetChannelOption.3.gz
fi
-if test -r OpenTcp.3; then
- rm -f Tcl_OpenTcpClient.3
- ln OpenTcp.3 Tcl_OpenTcpClient.3
+if test -r OpenTcp.3.gz; then
+ rm -f Tcl_OpenTcpClient.3.gz
+ ln OpenTcp.3.gz Tcl_OpenTcpClient.3.gz
fi
-if test -r OpenTcp.3; then
- rm -f Tcl_MakeTcpClientChannel.3
- ln OpenTcp.3 Tcl_MakeTcpClientChannel.3
+if test -r OpenTcp.3.gz; then
+ rm -f Tcl_MakeTcpClientChannel.3.gz
+ ln OpenTcp.3.gz Tcl_MakeTcpClientChannel.3.gz
fi
-if test -r OpenTcp.3; then
- rm -f Tcl_OpenTcpServer.3
- ln OpenTcp.3 Tcl_OpenTcpServer.3
+if test -r OpenTcp.3.gz; then
+ rm -f Tcl_OpenTcpServer.3.gz
+ ln OpenTcp.3.gz Tcl_OpenTcpServer.3.gz
fi
-if test -r PkgRequire.3; then
- rm -f Tcl_PkgRequire.3
- ln PkgRequire.3 Tcl_PkgRequire.3
+if test -r PkgRequire.3.gz; then
+ rm -f Tcl_PkgRequire.3.gz
+ ln PkgRequire.3.gz Tcl_PkgRequire.3.gz
fi
-if test -r PkgRequire.3; then
- rm -f Tcl_PkgProvide.3
- ln PkgRequire.3 Tcl_PkgProvide.3
+if test -r PkgRequire.3.gz; then
+ rm -f Tcl_PkgProvide.3.gz
+ ln PkgRequire.3.gz Tcl_PkgProvide.3.gz
fi
-if test -r Preserve.3; then
- rm -f Tcl_Preserve.3
- ln Preserve.3 Tcl_Preserve.3
+if test -r Preserve.3.gz; then
+ rm -f Tcl_Preserve.3.gz
+ ln Preserve.3.gz Tcl_Preserve.3.gz
fi
-if test -r Preserve.3; then
- rm -f Tcl_Release.3
- ln Preserve.3 Tcl_Release.3
+if test -r Preserve.3.gz; then
+ rm -f Tcl_Release.3.gz
+ ln Preserve.3.gz Tcl_Release.3.gz
fi
-if test -r Preserve.3; then
- rm -f Tcl_EventuallyFree.3
- ln Preserve.3 Tcl_EventuallyFree.3
+if test -r Preserve.3.gz; then
+ rm -f Tcl_EventuallyFree.3.gz
+ ln Preserve.3.gz Tcl_EventuallyFree.3.gz
fi
-if test -r PrintDbl.3; then
- rm -f Tcl_PrintDouble.3
- ln PrintDbl.3 Tcl_PrintDouble.3
+if test -r PrintDbl.3.gz; then
+ rm -f Tcl_PrintDouble.3.gz
+ ln PrintDbl.3.gz Tcl_PrintDouble.3.gz
fi
-if test -r RecEvalObj.3; then
- rm -f Tcl_RecordAndEvalObj.3
- ln RecEvalObj.3 Tcl_RecordAndEvalObj.3
+if test -r RecEvalObj.3.gz; then
+ rm -f Tcl_RecordAndEvalObj.3.gz
+ ln RecEvalObj.3.gz Tcl_RecordAndEvalObj.3.gz
fi
-if test -r RecordEval.3; then
- rm -f Tcl_RecordAndEval.3
- ln RecordEval.3 Tcl_RecordAndEval.3
+if test -r RecordEval.3.gz; then
+ rm -f Tcl_RecordAndEval.3.gz
+ ln RecordEval.3.gz Tcl_RecordAndEval.3.gz
fi
-if test -r RegExp.3; then
- rm -f Tcl_RegExpMatch.3
- ln RegExp.3 Tcl_RegExpMatch.3
+if test -r RegExp.3.gz; then
+ rm -f Tcl_RegExpMatch.3.gz
+ ln RegExp.3.gz Tcl_RegExpMatch.3.gz
fi
-if test -r RegExp.3; then
- rm -f Tcl_RegExpCompile.3
- ln RegExp.3 Tcl_RegExpCompile.3
+if test -r RegExp.3.gz; then
+ rm -f Tcl_RegExpCompile.3.gz
+ ln RegExp.3.gz Tcl_RegExpCompile.3.gz
fi
-if test -r RegExp.3; then
- rm -f Tcl_RegExpExec.3
- ln RegExp.3 Tcl_RegExpExec.3
+if test -r RegExp.3.gz; then
+ rm -f Tcl_RegExpExec.3.gz
+ ln RegExp.3.gz Tcl_RegExpExec.3.gz
fi
-if test -r RegExp.3; then
- rm -f Tcl_RegExpRange.3
- ln RegExp.3 Tcl_RegExpRange.3
+if test -r RegExp.3.gz; then
+ rm -f Tcl_RegExpRange.3.gz
+ ln RegExp.3.gz Tcl_RegExpRange.3.gz
fi
-if test -r SetErrno.3; then
- rm -f Tcl_SetErrno.3
- ln SetErrno.3 Tcl_SetErrno.3
+if test -r SetErrno.3.gz; then
+ rm -f Tcl_SetErrno.3.gz
+ ln SetErrno.3.gz Tcl_SetErrno.3.gz
fi
-if test -r SetErrno.3; then
- rm -f Tcl_GetErrno.3
- ln SetErrno.3 Tcl_GetErrno.3
+if test -r SetErrno.3.gz; then
+ rm -f Tcl_GetErrno.3.gz
+ ln SetErrno.3.gz Tcl_GetErrno.3.gz
fi
-if test -r SetRecLmt.3; then
- rm -f Tcl_SetRecursionLimit.3
- ln SetRecLmt.3 Tcl_SetRecursionLimit.3
+if test -r SetRecLmt.3.gz; then
+ rm -f Tcl_SetRecursionLimit.3.gz
+ ln SetRecLmt.3.gz Tcl_SetRecursionLimit.3.gz
fi
-if test -r SetResult.3; then
- rm -f Tcl_SetObjResult.3
- ln SetResult.3 Tcl_SetObjResult.3
+if test -r SetResult.3.gz; then
+ rm -f Tcl_SetObjResult.3.gz
+ ln SetResult.3.gz Tcl_SetObjResult.3.gz
fi
-if test -r SetResult.3; then
- rm -f Tcl_GetObjResult.3
- ln SetResult.3 Tcl_GetObjResult.3
+if test -r SetResult.3.gz; then
+ rm -f Tcl_GetObjResult.3.gz
+ ln SetResult.3.gz Tcl_GetObjResult.3.gz
fi
-if test -r SetResult.3; then
- rm -f Tcl_SetResult.3
- ln SetResult.3 Tcl_SetResult.3
+if test -r SetResult.3.gz; then
+ rm -f Tcl_SetResult.3.gz
+ ln SetResult.3.gz Tcl_SetResult.3.gz
fi
-if test -r SetResult.3; then
- rm -f Tcl_GetStringResult.3
- ln SetResult.3 Tcl_GetStringResult.3
+if test -r SetResult.3.gz; then
+ rm -f Tcl_GetStringResult.3.gz
+ ln SetResult.3.gz Tcl_GetStringResult.3.gz
fi
-if test -r SetResult.3; then
- rm -f Tcl_AppendResult.3
- ln SetResult.3 Tcl_AppendResult.3
+if test -r SetResult.3.gz; then
+ rm -f Tcl_AppendResult.3.gz
+ ln SetResult.3.gz Tcl_AppendResult.3.gz
fi
-if test -r SetResult.3; then
- rm -f Tcl_AppendElement.3
- ln SetResult.3 Tcl_AppendElement.3
+if test -r SetResult.3.gz; then
+ rm -f Tcl_AppendElement.3.gz
+ ln SetResult.3.gz Tcl_AppendElement.3.gz
fi
-if test -r SetResult.3; then
- rm -f Tcl_ResetResult.3
- ln SetResult.3 Tcl_ResetResult.3
+if test -r SetResult.3.gz; then
+ rm -f Tcl_ResetResult.3.gz
+ ln SetResult.3.gz Tcl_ResetResult.3.gz
fi
-if test -r SetVar.3; then
- rm -f Tcl_SetVar.3
- ln SetVar.3 Tcl_SetVar.3
+if test -r SetVar.3.gz; then
+ rm -f Tcl_SetVar.3.gz
+ ln SetVar.3.gz Tcl_SetVar.3.gz
fi
-if test -r SetVar.3; then
- rm -f Tcl_SetVar2.3
- ln SetVar.3 Tcl_SetVar2.3
+if test -r SetVar.3.gz; then
+ rm -f Tcl_SetVar2.3.gz
+ ln SetVar.3.gz Tcl_SetVar2.3.gz
fi
-if test -r SetVar.3; then
- rm -f Tcl_GetVar.3
- ln SetVar.3 Tcl_GetVar.3
+if test -r SetVar.3.gz; then
+ rm -f Tcl_GetVar.3.gz
+ ln SetVar.3.gz Tcl_GetVar.3.gz
fi
-if test -r SetVar.3; then
- rm -f Tcl_GetVar2.3
- ln SetVar.3 Tcl_GetVar2.3
+if test -r SetVar.3.gz; then
+ rm -f Tcl_GetVar2.3.gz
+ ln SetVar.3.gz Tcl_GetVar2.3.gz
fi
-if test -r SetVar.3; then
- rm -f Tcl_UnsetVar.3
- ln SetVar.3 Tcl_UnsetVar.3
+if test -r SetVar.3.gz; then
+ rm -f Tcl_UnsetVar.3.gz
+ ln SetVar.3.gz Tcl_UnsetVar.3.gz
fi
-if test -r SetVar.3; then
- rm -f Tcl_UnsetVar2.3
- ln SetVar.3 Tcl_UnsetVar2.3
+if test -r SetVar.3.gz; then
+ rm -f Tcl_UnsetVar2.3.gz
+ ln SetVar.3.gz Tcl_UnsetVar2.3.gz
fi
-if test -r Sleep.3; then
- rm -f Tcl_Sleep.3
- ln Sleep.3 Tcl_Sleep.3
+if test -r Sleep.3.gz; then
+ rm -f Tcl_Sleep.3.gz
+ ln Sleep.3.gz Tcl_Sleep.3.gz
fi
-if test -r SplitList.3; then
- rm -f Tcl_SplitList.3
- ln SplitList.3 Tcl_SplitList.3
+if test -r SplitList.3.gz; then
+ rm -f Tcl_SplitList.3.gz
+ ln SplitList.3.gz Tcl_SplitList.3.gz
fi
-if test -r SplitList.3; then
- rm -f Tcl_Merge.3
- ln SplitList.3 Tcl_Merge.3
+if test -r SplitList.3.gz; then
+ rm -f Tcl_Merge.3.gz
+ ln SplitList.3.gz Tcl_Merge.3.gz
fi
-if test -r SplitList.3; then
- rm -f Tcl_ScanElement.3
- ln SplitList.3 Tcl_ScanElement.3
+if test -r SplitList.3.gz; then
+ rm -f Tcl_ScanElement.3.gz
+ ln SplitList.3.gz Tcl_ScanElement.3.gz
fi
-if test -r SplitList.3; then
- rm -f Tcl_ConvertElement.3
- ln SplitList.3 Tcl_ConvertElement.3
+if test -r SplitList.3.gz; then
+ rm -f Tcl_ConvertElement.3.gz
+ ln SplitList.3.gz Tcl_ConvertElement.3.gz
fi
-if test -r SplitPath.3; then
- rm -f Tcl_SplitPath.3
- ln SplitPath.3 Tcl_SplitPath.3
+if test -r SplitPath.3.gz; then
+ rm -f Tcl_SplitPath.3.gz
+ ln SplitPath.3.gz Tcl_SplitPath.3.gz
fi
-if test -r SplitPath.3; then
- rm -f Tcl_JoinPath.3
- ln SplitPath.3 Tcl_JoinPath.3
+if test -r SplitPath.3.gz; then
+ rm -f Tcl_JoinPath.3.gz
+ ln SplitPath.3.gz Tcl_JoinPath.3.gz
fi
-if test -r SplitPath.3; then
- rm -f Tcl_GetPathType.3
- ln SplitPath.3 Tcl_GetPathType.3
+if test -r SplitPath.3.gz; then
+ rm -f Tcl_GetPathType.3.gz
+ ln SplitPath.3.gz Tcl_GetPathType.3.gz
fi
-if test -r StaticPkg.3; then
- rm -f Tcl_StaticPackage.3
- ln StaticPkg.3 Tcl_StaticPackage.3
+if test -r StaticPkg.3.gz; then
+ rm -f Tcl_StaticPackage.3.gz
+ ln StaticPkg.3.gz Tcl_StaticPackage.3.gz
fi
-if test -r StrMatch.3; then
- rm -f Tcl_StringMatch.3
- ln StrMatch.3 Tcl_StringMatch.3
+if test -r StrMatch.3.gz; then
+ rm -f Tcl_StringMatch.3.gz
+ ln StrMatch.3.gz Tcl_StringMatch.3.gz
fi
-if test -r StringObj.3; then
- rm -f Tcl_NewStringObj.3
- ln StringObj.3 Tcl_NewStringObj.3
+if test -r StringObj.3.gz; then
+ rm -f Tcl_NewStringObj.3.gz
+ ln StringObj.3.gz Tcl_NewStringObj.3.gz
fi
-if test -r StringObj.3; then
- rm -f Tcl_SetStringObj.3
- ln StringObj.3 Tcl_SetStringObj.3
+if test -r StringObj.3.gz; then
+ rm -f Tcl_SetStringObj.3.gz
+ ln StringObj.3.gz Tcl_SetStringObj.3.gz
fi
-if test -r StringObj.3; then
- rm -f Tcl_GetStringFromObj.3
- ln StringObj.3 Tcl_GetStringFromObj.3
+if test -r StringObj.3.gz; then
+ rm -f Tcl_GetStringFromObj.3.gz
+ ln StringObj.3.gz Tcl_GetStringFromObj.3.gz
fi
-if test -r StringObj.3; then
- rm -f Tcl_AppendToObj.3
- ln StringObj.3 Tcl_AppendToObj.3
+if test -r StringObj.3.gz; then
+ rm -f Tcl_AppendToObj.3.gz
+ ln StringObj.3.gz Tcl_AppendToObj.3.gz
fi
-if test -r StringObj.3; then
- rm -f Tcl_AppendStringsToObj.3
- ln StringObj.3 Tcl_AppendStringsToObj.3
+if test -r StringObj.3.gz; then
+ rm -f Tcl_AppendStringsToObj.3.gz
+ ln StringObj.3.gz Tcl_AppendStringsToObj.3.gz
fi
-if test -r StringObj.3; then
- rm -f Tcl_SetObjLength.3
- ln StringObj.3 Tcl_SetObjLength.3
+if test -r StringObj.3.gz; then
+ rm -f Tcl_SetObjLength.3.gz
+ ln StringObj.3.gz Tcl_SetObjLength.3.gz
fi
-if test -r StringObj.3; then
- rm -f TclConcatObj.3
- ln StringObj.3 TclConcatObj.3
+if test -r StringObj.3.gz; then
+ rm -f TclConcatObj.3.gz
+ ln StringObj.3.gz TclConcatObj.3.gz
fi
-if test -r TraceVar.3; then
- rm -f Tcl_TraceVar.3
- ln TraceVar.3 Tcl_TraceVar.3
+if test -r TraceVar.3.gz; then
+ rm -f Tcl_TraceVar.3.gz
+ ln TraceVar.3.gz Tcl_TraceVar.3.gz
fi
-if test -r TraceVar.3; then
- rm -f Tcl_TraceVar2.3
- ln TraceVar.3 Tcl_TraceVar2.3
+if test -r TraceVar.3.gz; then
+ rm -f Tcl_TraceVar2.3.gz
+ ln TraceVar.3.gz Tcl_TraceVar2.3.gz
fi
-if test -r TraceVar.3; then
- rm -f Tcl_UntraceVar.3
- ln TraceVar.3 Tcl_UntraceVar.3
+if test -r TraceVar.3.gz; then
+ rm -f Tcl_UntraceVar.3.gz
+ ln TraceVar.3.gz Tcl_UntraceVar.3.gz
fi
-if test -r TraceVar.3; then
- rm -f Tcl_UntraceVar2.3
- ln TraceVar.3 Tcl_UntraceVar2.3
+if test -r TraceVar.3.gz; then
+ rm -f Tcl_UntraceVar2.3.gz
+ ln TraceVar.3.gz Tcl_UntraceVar2.3.gz
fi
-if test -r TraceVar.3; then
- rm -f Tcl_VarTraceInfo.3
- ln TraceVar.3 Tcl_VarTraceInfo.3
+if test -r TraceVar.3.gz; then
+ rm -f Tcl_VarTraceInfo.3.gz
+ ln TraceVar.3.gz Tcl_VarTraceInfo.3.gz
fi
-if test -r TraceVar.3; then
- rm -f Tcl_VarTraceInfo2.3
- ln TraceVar.3 Tcl_VarTraceInfo2.3
+if test -r TraceVar.3.gz; then
+ rm -f Tcl_VarTraceInfo2.3.gz
+ ln TraceVar.3.gz Tcl_VarTraceInfo2.3.gz
fi
-if test -r Translate.3; then
- rm -f Tcl_TranslateFileName.3
- ln Translate.3 Tcl_TranslateFileName.3
+if test -r Translate.3.gz; then
+ rm -f Tcl_TranslateFileName.3.gz
+ ln Translate.3.gz Tcl_TranslateFileName.3.gz
fi
-if test -r UpVar.3; then
- rm -f Tcl_UpVar.3
- ln UpVar.3 Tcl_UpVar.3
+if test -r UpVar.3.gz; then
+ rm -f Tcl_UpVar.3.gz
+ ln UpVar.3.gz Tcl_UpVar.3.gz
fi
-if test -r UpVar.3; then
- rm -f Tcl_UpVar2.3
- ln UpVar.3 Tcl_UpVar2.3
+if test -r UpVar.3.gz; then
+ rm -f Tcl_UpVar2.3.gz
+ ln UpVar.3.gz Tcl_UpVar2.3.gz
fi
-if test -r WrongNumArgs.3; then
- rm -f Tcl_WrongNumArgs.3
- ln WrongNumArgs.3 Tcl_WrongNumArgs.3
+if test -r WrongNumArgs.3.gz; then
+ rm -f Tcl_WrongNumArgs.3.gz
+ ln WrongNumArgs.3.gz Tcl_WrongNumArgs.3.gz
fi
-if test -r http.n; then
- rm -f Http.n
- ln http.n Http.n
+if test -r http.n.gz; then
+ rm -f Http.n.gz
+ ln http.n.gz Http.n.gz
fi
-if test -r pkgMkIndex.n; then
- rm -f pkg_mkIndex.n
- ln pkgMkIndex.n pkg_mkIndex.n
+if test -r pkgMkIndex.n.gz; then
+ rm -f pkg_mkIndex.n.gz
+ ln pkgMkIndex.n.gz pkg_mkIndex.n.gz
fi
-if test -r safe.n; then
- rm -f SafeBase.n
- ln safe.n SafeBase.n
+if test -r safe.n.gz; then
+ rm -f SafeBase.n.gz
+ ln safe.n.gz SafeBase.n.gz
fi
exit 0
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901300006.QAA23730>
