summaryrefslogtreecommitdiffstats
path: root/unix/mkLinks
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2001-07-12 13:15:09 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2001-07-12 13:15:09 (GMT)
commit70cdccb08c6d52be6add914db5844c25c9b92f0a (patch)
tree3c3398315ca2c30b926058cb5dbf50de7dd0fd7c /unix/mkLinks
parentca72133fb3d2bc04fc3174d379f1158b13c1ea10 (diff)
downloadtcl-70cdccb08c6d52be6add914db5844c25c9b92f0a.zip
tcl-70cdccb08c6d52be6add914db5844c25c9b92f0a.tar.gz
tcl-70cdccb08c6d52be6add914db5844c25c9b92f0a.tar.bz2
TIP#36 implementation. Also includes cleanup for subst option
handling and improved documentation for the subst command (in my capacity as maintainer of the Commands M-Z functional area.)
Diffstat (limited to 'unix/mkLinks')
-rw-r--r--unix/mkLinks8
1 files changed, 8 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks
index fde23e4..1b57e15 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -234,7 +234,11 @@ if test -r CrtInterp.3; then
fi
if test -r CrtMathFnc.3; then
rm -f Tcl_CreateMathFunc.3
+ rm -f Tcl_GetMathFuncInfo.3
+ rm -f Tcl_ListMathFuncs.3
ln CrtMathFnc.3 Tcl_CreateMathFunc.3
+ ln CrtMathFnc.3 Tcl_GetMathFuncInfo.3
+ ln CrtMathFnc.3 Tcl_ListMathFuncs.3
fi
if test -r CrtObjCmd.3; then
rm -f Tcl_CreateObjCommand.3
@@ -928,6 +932,10 @@ if test -r StringObj.3; then
ln StringObj.3 Tcl_ConcatObj.3
ln StringObj.3 Tcl_AttemptSetObjLength.3
fi
+if test -r SubstObj.3; then
+ rm -f Tcl_SubstObj.3
+ ln SubstObj.3 Tcl_SubstObj.3
+fi
if test -r Tcl_Main.3; then
rm -f Tcl_SetMainLoop.3
ln Tcl_Main.3 Tcl_SetMainLoop.3