summaryrefslogtreecommitdiffstats
path: root/unix/mkLinks
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2001-09-11 18:29:56 (GMT)
committerandreas_kupries <akupries@shaw.ca>2001-09-11 18:29:56 (GMT)
commit0b10bda28793e8135e0886e81f4e8f41446ea595 (patch)
treed4b831d4edc9b6d2a0b418217743ff7a0254dd5f /unix/mkLinks
parentee5192e7df744668001d9976560faa2de885e014 (diff)
downloadtcl-0b10bda28793e8135e0886e81f4e8f41446ea595.zip
tcl-0b10bda28793e8135e0886e81f4e8f41446ea595.tar.gz
tcl-0b10bda28793e8135e0886e81f4e8f41446ea595.tar.bz2
* doc/OpenFileChnl.3: Added documentation for Tcl_WriteRaw and
Tcl_ReadRaw [#414929]. * doc/CrtChannel.3: Added documentation for Tcl_ChannelBuffered and Tcl_GetTopChannel [#414929].
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 68fdad4..876254d 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -170,6 +170,8 @@ if test -r CrtChannel.3; then
rm -f Tcl_IsChannelExisting.3
rm -f Tcl_ClearChannelHandlers.3
rm -f Tcl_GetChannelThread.3
+ rm -f Tcl_ChannelBuffered.3
+ rm -f Tcl_GetTopChannel.3
ln CrtChannel.3 Tcl_CreateChannel.3
ln CrtChannel.3 Tcl_GetChannelInstanceData.3
ln CrtChannel.3 Tcl_GetChannelType.3
@@ -201,6 +203,8 @@ if test -r CrtChannel.3; then
ln CrtChannel.3 Tcl_IsChannelExisting.3
ln CrtChannel.3 Tcl_ClearChannelHandlers.3
ln CrtChannel.3 Tcl_GetChannelThread.3
+ ln CrtChannel.3 Tcl_ChannelBuffered.3
+ ln CrtChannel.3 Tcl_GetTopChannel.3
fi
if test -r CrtChnlHdlr.3; then
rm -f Tcl_CreateChannelHandler.3
@@ -746,6 +750,8 @@ if test -r OpenFileChnl.3; then
rm -f Tcl_InputBlocked.3
rm -f Tcl_InputBuffered.3
rm -f Tcl_Ungets.3
+ rm -f Tcl_ReadRaw.3
+ rm -f Tcl_WriteRaw.3
ln OpenFileChnl.3 Tcl_OpenFileChannel.3
ln OpenFileChnl.3 Tcl_OpenCommandChannel.3
ln OpenFileChnl.3 Tcl_MakeFileChannel.3
@@ -773,6 +779,8 @@ if test -r OpenFileChnl.3; then
ln OpenFileChnl.3 Tcl_InputBlocked.3
ln OpenFileChnl.3 Tcl_InputBuffered.3
ln OpenFileChnl.3 Tcl_Ungets.3
+ ln OpenFileChnl.3 Tcl_ReadRaw.3
+ ln OpenFileChnl.3 Tcl_WriteRaw.3
fi
if test -r OpenTcp.3; then
rm -f Tcl_OpenTcpClient.3