summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-06-15 00:19:58 (GMT)
committerhobbs <hobbs>2002-06-15 00:19:58 (GMT)
commit36d7ac0a1dfb49f2c05b66ff69dfc5cfabf3ebb6 (patch)
treef44fc2f180ef96a4148843a2114ef66cd4d90a63 /unix
parent8c25ff2220dff2b96797b78bdfe3ce8ae77b8e37 (diff)
downloadtk-36d7ac0a1dfb49f2c05b66ff69dfc5cfabf3ebb6.zip
tk-36d7ac0a1dfb49f2c05b66ff69dfc5cfabf3ebb6.tar.gz
tk-36d7ac0a1dfb49f2c05b66ff69dfc5cfabf3ebb6.tar.bz2
updated from current docs
Diffstat (limited to 'unix')
-rw-r--r--unix/mkLinks173
1 files changed, 90 insertions, 83 deletions
diff --git a/unix/mkLinks b/unix/mkLinks
index 47f0d86..7645121 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -23,10 +23,15 @@ fi
cd $1
echo foo > xyzzyTestingAVeryLongFileName.foo
x=`echo xyzzyTe*`
+echo foo > xyzzyTestingaverylongfilename.foo
+y=`echo xyzzyTestingav*`
rm xyzzyTe*
if test "$x" != "xyzzyTestingAVeryLongFileName.foo"; then
exit
fi
+if test "$y" != "xyzzyTestingaverylongfilename.foo"; then
+ CASEINSENSITIVEFS=1
+fi
if test -r 3DBorder.3; then
rm -f Tk_Alloc3DBorderFromObj.3
@@ -116,6 +121,14 @@ if test -r CanvTxtInfo.3; then
rm -f Tk_CanvasTextInfo.3
ln CanvTxtInfo.3 Tk_CanvasTextInfo.3
fi
+if test -r chooseColor.n; then
+ rm -f tk_chooseColor.n
+ ln chooseColor.n tk_chooseColor.n
+fi
+if test -r chooseDirectory.n; then
+ rm -f tk_chooseDirectory.n
+ ln chooseDirectory.n tk_chooseDirectory.n
+fi
if test -r Clipboard.3; then
rm -f Tk_ClipboardClear.3
rm -f Tk_ClipboardAppend.3
@@ -226,6 +239,10 @@ if test -r DeleteImg.3; then
rm -f Tk_DeleteImage.3
ln DeleteImg.3 Tk_DeleteImage.3
fi
+if test -r dialog.n; then
+ rm -f tk_dialog.n
+ ln dialog.n tk_dialog.n
+fi
if test -r DrawFocHlt.3; then
rm -f Tk_DrawFocusHighlight.3
ln DrawFocHlt.3 Tk_DrawFocusHighlight.3
@@ -254,6 +271,14 @@ if test -r FindPhoto.3; then
ln FindPhoto.3 Tk_PhotoGetSize.3
ln FindPhoto.3 Tk_PhotoSetSize.3
fi
+if test -r focusNext.n; then
+ rm -f tk_focusNext.n
+ rm -f tk_focusPrev.n
+ rm -f tk_focusFollowsMouse.n
+ ln focusNext.n tk_focusNext.n
+ ln focusNext.n tk_focusPrev.n
+ ln focusNext.n tk_focusFollowsMouse.n
+fi
if test -r FontId.3; then
rm -f Tk_FontId.3
rm -f Tk_GetFontMetrics.3
@@ -404,6 +429,12 @@ if test -r GetJustify.3; then
ln GetJustify.3 Tk_GetJustify.3
ln GetJustify.3 Tk_NameOfJustify.3
fi
+if test -r getOpenFile.n; then
+ rm -f tk_getOpenFile.n
+ rm -f tk_getSaveFile.n
+ ln getOpenFile.n tk_getOpenFile.n
+ ln getOpenFile.n tk_getSaveFile.n
+fi
if test -r GetOption.3; then
rm -f Tk_GetOption.3
ln GetOption.3 Tk_GetOption.3
@@ -452,28 +483,28 @@ if test -r GetUid.3; then
ln GetUid.3 Tk_GetUid.3
ln GetUid.3 Tk_Uid.3
fi
-if test -r GetVRoot.3; then
- rm -f Tk_GetVRootGeometry.3
- ln GetVRoot.3 Tk_GetVRootGeometry.3
-fi
if test -r GetVisual.3; then
rm -f Tk_GetVisual.3
ln GetVisual.3 Tk_GetVisual.3
fi
+if test -r GetVRoot.3; then
+ rm -f Tk_GetVRootGeometry.3
+ ln GetVRoot.3 Tk_GetVRootGeometry.3
+fi
if test -r Grab.3; then
rm -f Tk_Grab.3
rm -f Tk_Ungrab.3
ln Grab.3 Tk_Grab.3
ln Grab.3 Tk_Ungrab.3
fi
-if test -r HWNDToWindow.3; then
- rm -f Tk_HWNDToWindow.3
- ln HWNDToWindow.3 Tk_HWNDToWindow.3
-fi
if test -r HandleEvent.3; then
rm -f Tk_HandleEvent.3
ln HandleEvent.3 Tk_HandleEvent.3
fi
+if test -r HWNDToWindow.3; then
+ rm -f Tk_HWNDToWindow.3
+ ln HWNDToWindow.3 Tk_HWNDToWindow.3
+fi
if test -r IdToWindow.3; then
rm -f Tk_IdToWindow.3
ln IdToWindow.3 Tk_IdToWindow.3
@@ -492,18 +523,18 @@ if test -r MainLoop.3; then
rm -f Tk_MainLoop.3
ln MainLoop.3 Tk_MainLoop.3
fi
-if test -r MainWin.3; then
- rm -f Tk_MainWindow.3
- rm -f Tk_GetNumMainWindows.3
- ln MainWin.3 Tk_MainWindow.3
- ln MainWin.3 Tk_GetNumMainWindows.3
-fi
if test -r MaintGeom.3; then
rm -f Tk_MaintainGeometry.3
rm -f Tk_UnmaintainGeometry.3
ln MaintGeom.3 Tk_MaintainGeometry.3
ln MaintGeom.3 Tk_UnmaintainGeometry.3
fi
+if test -r MainWin.3; then
+ rm -f Tk_MainWindow.3
+ rm -f Tk_GetNumMainWindows.3
+ ln MainWin.3 Tk_MainWindow.3
+ ln MainWin.3 Tk_GetNumMainWindows.3
+fi
if test -r ManageGeom.3; then
rm -f Tk_ManageGeometry.3
ln ManageGeom.3 Tk_ManageGeometry.3
@@ -524,6 +555,20 @@ if test -r MeasureChar.3; then
ln MeasureChar.3 Tk_DrawChars.3
ln MeasureChar.3 Tk_UnderlineChars.3
fi
+if test -r menubar.n; then
+ rm -f tk_menuBar.n
+ rm -f tk_bindForTraversal.n
+ ln menubar.n tk_menuBar.n
+ ln menubar.n tk_bindForTraversal.n
+fi
+if test -r menu.n; then
+ rm -f tk_menuSetFocus.n
+ ln menu.n tk_menuSetFocus.n
+fi
+if test -r messageBox.n; then
+ rm -f tk_messageBox.n
+ ln messageBox.n tk_messageBox.n
+fi
if test -r MoveToplev.3; then
rm -f Tk_MoveToplevelWindow.3
ln MoveToplev.3 Tk_MoveToplevelWindow.3
@@ -540,16 +585,32 @@ if test -r NameOfImg.3; then
rm -f Tk_NameOfImage.3
ln NameOfImg.3 Tk_NameOfImage.3
fi
+if test -r optionMenu.n; then
+ rm -f tk_optionMenu.n
+ ln optionMenu.n tk_optionMenu.n
+fi
if test -r OwnSelect.3; then
rm -f Tk_OwnSelection.3
ln OwnSelect.3 Tk_OwnSelection.3
fi
+if test -r palette.n; then
+ rm -f tk_setPalette.n
+ rm -f tk_bisque.n
+ ln palette.n tk_setPalette.n
+ ln palette.n tk_bisque.n
+fi
if test -r ParseArgv.3; then
rm -f Tk_ParseArgv.3
ln ParseArgv.3 Tk_ParseArgv.3
fi
+if test -r popup.n; then
+ rm -f tk_popup.n
+ ln popup.n tk_popup.n
+fi
if test -r QWinEvent.3; then
+ rm -f Tk_CollapseMotionEvents.3
rm -f Tk_QueueWindowEvent.3
+ ln QWinEvent.3 Tk_CollapseMotionEvents.3
ln QWinEvent.3 Tk_QueueWindowEvent.3
fi
if test -r Restack.3; then
@@ -630,14 +691,22 @@ if test -r TextLayout.3; then
ln TextLayout.3 Tk_IntersectTextLayout.3
ln TextLayout.3 Tk_TextLayoutToPostscript.3
fi
-if test -r TkInitStubs.3; then
- rm -f Tk_InitStubs.3
- ln TkInitStubs.3 Tk_InitStubs.3
+if test -r text.n; then
+ rm -f tk_textCopy.n
+ rm -f tk_textCut.n
+ rm -f tk_textPaste.n
+ ln text.n tk_textCopy.n
+ ln text.n tk_textCut.n
+ ln text.n tk_textPaste.n
fi
if test -r Tk_Init.3; then
rm -f Tk_SafeInit.3
ln Tk_Init.3 Tk_SafeInit.3
fi
+if test -r TkInitStubs.3; then
+ rm -f Tk_InitStubs.3
+ ln TkInitStubs.3 Tk_InitStubs.3
+fi
if test -r WindowId.3; then
rm -f Tk_WindowId.3
rm -f Tk_Parent.3
@@ -655,10 +724,10 @@ if test -r WindowId.3; then
rm -f Tk_IsEmbedded.3
rm -f Tk_IsMapped.3
rm -f Tk_IsTopLevel.3
- rm -f Tk_MinReqWidth.3
- rm -f Tk_MinReqHeight.3
rm -f Tk_ReqWidth.3
rm -f Tk_ReqHeight.3
+ rm -f Tk_MinReqWidth.3
+ rm -f Tk_MinReqHeight.3
rm -f Tk_InternalBorderLeft.3
rm -f Tk_InternalBorderRight.3
rm -f Tk_InternalBorderTop.3
@@ -682,10 +751,10 @@ if test -r WindowId.3; then
ln WindowId.3 Tk_IsEmbedded.3
ln WindowId.3 Tk_IsMapped.3
ln WindowId.3 Tk_IsTopLevel.3
- ln WindowId.3 Tk_MinReqWidth.3
- ln WindowId.3 Tk_MinReqHeight.3
ln WindowId.3 Tk_ReqWidth.3
ln WindowId.3 Tk_ReqHeight.3
+ ln WindowId.3 Tk_MinReqWidth.3
+ ln WindowId.3 Tk_MinReqHeight.3
ln WindowId.3 Tk_InternalBorderLeft.3
ln WindowId.3 Tk_InternalBorderRight.3
ln WindowId.3 Tk_InternalBorderTop.3
@@ -694,66 +763,4 @@ if test -r WindowId.3; then
ln WindowId.3 Tk_Depth.3
ln WindowId.3 Tk_Colormap.3
fi
-if test -r chooseColor.n; then
- rm -f tk_chooseColor.n
- ln chooseColor.n tk_chooseColor.n
-fi
-if test -r chooseDirectory.n; then
- rm -f tk_chooseDirectory.n
- ln chooseDirectory.n tk_chooseDirectory.n
-fi
-if test -r dialog.n; then
- rm -f tk_dialog.n
- ln dialog.n tk_dialog.n
-fi
-if test -r focusNext.n; then
- rm -f tk_focusNext.n
- rm -f tk_focusPrev.n
- rm -f tk_focusFollowsMouse.n
- ln focusNext.n tk_focusNext.n
- ln focusNext.n tk_focusPrev.n
- ln focusNext.n tk_focusFollowsMouse.n
-fi
-if test -r getOpenFile.n; then
- rm -f tk_getOpenFile.n
- rm -f tk_getSaveFile.n
- ln getOpenFile.n tk_getOpenFile.n
- ln getOpenFile.n tk_getSaveFile.n
-fi
-if test -r menu.n; then
- rm -f tk_menuSetFocus.n
- ln menu.n tk_menuSetFocus.n
-fi
-if test -r menubar.n; then
- rm -f tk_menuBar.n
- rm -f tk_bindForTraversal.n
- ln menubar.n tk_menuBar.n
- ln menubar.n tk_bindForTraversal.n
-fi
-if test -r messageBox.n; then
- rm -f tk_messageBox.n
- ln messageBox.n tk_messageBox.n
-fi
-if test -r optionMenu.n; then
- rm -f tk_optionMenu.n
- ln optionMenu.n tk_optionMenu.n
-fi
-if test -r palette.n; then
- rm -f tk_setPalette.n
- rm -f tk_bisque.n
- ln palette.n tk_setPalette.n
- ln palette.n tk_bisque.n
-fi
-if test -r popup.n; then
- rm -f tk_popup.n
- ln popup.n tk_popup.n
-fi
-if test -r text.n; then
- rm -f tk_textCopy.n
- rm -f tk_textCut.n
- rm -f tk_textPaste.n
- ln text.n tk_textCopy.n
- ln text.n tk_textCut.n
- ln text.n tk_textPaste.n
-fi
exit 0