summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorericm <ericm@noemail.net>2000-01-26 21:36:35 (GMT)
committerericm <ericm@noemail.net>2000-01-26 21:36:35 (GMT)
commit17c006309b0621e3f6a8b6039c740bb1965ba3bd (patch)
treec034dc441d7fe54e8a3187e41a118ac3a83186fd /unix
parentc2eb8874372076fe197d6322021de5ffbdd42829 (diff)
downloadtcl-17c006309b0621e3f6a8b6039c740bb1965ba3bd.zip
tcl-17c006309b0621e3f6a8b6039c740bb1965ba3bd.tar.gz
tcl-17c006309b0621e3f6a8b6039c740bb1965ba3bd.tar.bz2
* generic/tclNamesp.c: Undid fix for #956, which broke backwards
compatibility. * doc/variable.n: * doc/trace.n: * doc/namespace.n: * doc/info.n: Added further information about differences between "namespace which" and "info exists". * doc/SetErrno.3: Added descriptions of ErrnoId() and ErrnoMsg() functions. FossilOrigin-Name: 234fd734e8d4daeaea295834d47f4f7b419321d5
Diffstat (limited to 'unix')
-rw-r--r--unix/mkLinks8
1 files changed, 8 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks
index 62116c6..a16bdcb 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -567,6 +567,14 @@ if test -r SetErrno.3; then
rm -f Tcl_GetErrno.3
ln SetErrno.3 Tcl_GetErrno.3
fi
+if test -r SetErrno.3; then
+ rm -f Tcl_ErrnoId.3
+ ln SetErrno.3 Tcl_ErrnoId.3
+fi
+if test -r SetErrno.3; then
+ rm -f Tcl_ErrnoMsg.3
+ ln SetErrno.3 Tcl_ErrnoMsg.3
+fi
if test -r Hash.3; then
rm -f Tcl_GetHashKey.3
ln Hash.3 Tcl_GetHashKey.3