summaryrefslogtreecommitdiffstats
path: root/unix/mkLinks
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-02-15 14:28:47 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-02-15 14:28:47 (GMT)
commit66a15c6f8be47c3acbdddffadc67f50dec8a56e6 (patch)
treeedaf81ee6d40edeacc9f3e2093ddcb2ba302c620 /unix/mkLinks
parent2827a2692798a7a0ec46e684a4ccc83afb39859e (diff)
downloadtcl-66a15c6f8be47c3acbdddffadc67f50dec8a56e6.zip
tcl-66a15c6f8be47c3acbdddffadc67f50dec8a56e6.tar.gz
tcl-66a15c6f8be47c3acbdddffadc67f50dec8a56e6.tar.bz2
TIP#72 implementation. See ChangeLog for details.
This version builds clean on Solaris/SPARC, with GCC and CC, both with and without threads and both in 32-bit and 64-bit mode.
Diffstat (limited to 'unix/mkLinks')
-rw-r--r--unix/mkLinks14
1 files changed, 14 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks
index 1cdd758..8cd932a 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -254,13 +254,17 @@ if test -r CrtObjCmd.3; then
rm -f Tcl_DeleteCommand.3
rm -f Tcl_DeleteCommandFromToken.3
rm -f Tcl_GetCommandInfo.3
+ rm -f Tcl_GetCommandInfoFromToken.3
rm -f Tcl_SetCommandInfo.3
+ rm -f Tcl_SetCommandInfoFromToken.3
rm -f Tcl_GetCommandName.3
ln CrtObjCmd.3 Tcl_CreateObjCommand.3
ln CrtObjCmd.3 Tcl_DeleteCommand.3
ln CrtObjCmd.3 Tcl_DeleteCommandFromToken.3
ln CrtObjCmd.3 Tcl_GetCommandInfo.3
+ ln CrtObjCmd.3 Tcl_GetCommandInfoFromToken.3
ln CrtObjCmd.3 Tcl_SetCommandInfo.3
+ ln CrtObjCmd.3 Tcl_SetCommandInfoFromToken.3
ln CrtObjCmd.3 Tcl_GetCommandName.3
fi
if test -r CrtSlave.3; then
@@ -297,8 +301,10 @@ if test -r CrtTimerHdlr.3; then
fi
if test -r CrtTrace.3; then
rm -f Tcl_CreateTrace.3
+ rm -f Tcl_CreateObjTrace.3
rm -f Tcl_DeleteTrace.3
ln CrtTrace.3 Tcl_CreateTrace.3
+ ln CrtTrace.3 Tcl_CreateObjTrace.3
ln CrtTrace.3 Tcl_DeleteTrace.3
fi
if test -r DString.3; then
@@ -494,6 +500,7 @@ if test -r FileSystem.3; then
rm -f Tcl_FSNewNativePath.3
rm -f Tcl_FSGetNativePath.3
rm -f Tcl_FSFileSystemInfo.3
+ rm -f Tcl_AllocStatBuf.3
ln FileSystem.3 Tcl_FSRegister.3
ln FileSystem.3 Tcl_FSUnregister.3
ln FileSystem.3 Tcl_FSData.3
@@ -534,6 +541,7 @@ if test -r FileSystem.3; then
ln FileSystem.3 Tcl_FSNewNativePath.3
ln FileSystem.3 Tcl_FSGetNativePath.3
ln FileSystem.3 Tcl_FSFileSystemInfo.3
+ ln FileSystem.3 Tcl_AllocStatBuf.3
fi
if test -r FindExec.3; then
rm -f Tcl_FindExecutable.3
@@ -622,16 +630,22 @@ fi
if test -r IntObj.3; then
rm -f Tcl_NewIntObj.3
rm -f Tcl_NewLongObj.3
+ rm -f Tcl_NewWideIntObj.3
rm -f Tcl_SetIntObj.3
rm -f Tcl_SetLongObj.3
+ rm -f Tcl_SetWideIntObj.3
rm -f Tcl_GetIntFromObj.3
rm -f Tcl_GetLongFromObj.3
+ rm -f Tcl_GetWideIntFromObj.3
ln IntObj.3 Tcl_NewIntObj.3
ln IntObj.3 Tcl_NewLongObj.3
+ ln IntObj.3 Tcl_NewWideIntObj.3
ln IntObj.3 Tcl_SetIntObj.3
ln IntObj.3 Tcl_SetLongObj.3
+ ln IntObj.3 Tcl_SetWideIntObj.3
ln IntObj.3 Tcl_GetIntFromObj.3
ln IntObj.3 Tcl_GetLongFromObj.3
+ ln IntObj.3 Tcl_GetWideIntFromObj.3
fi
if test -r Interp.3; then
rm -f Tcl_Interp.3