diff options
author | ericm <ericm> | 2000-01-26 21:36:35 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-01-26 21:36:35 (GMT) |
commit | d3256a88c6ade958ce2e87ca8a3b7c0231e476ef (patch) | |
tree | c034dc441d7fe54e8a3187e41a118ac3a83186fd /unix | |
parent | 7b6b3a5c4a1ea767c7ba8cb5236f916461e703b9 (diff) | |
download | tcl-d3256a88c6ade958ce2e87ca8a3b7c0231e476ef.zip tcl-d3256a88c6ade958ce2e87ca8a3b7c0231e476ef.tar.gz tcl-d3256a88c6ade958ce2e87ca8a3b7c0231e476ef.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.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/mkLinks | 8 |
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 |