summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-04-30 14:29:47 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-04-30 14:29:47 (GMT)
commitaca352b62784bfe712dcdbe1fa2942399494f7ea (patch)
tree7967f023dcccff2c27532acca2774a924ae91313
parent64524dd1b913c7b5c0c8a053d35321834e3137ed (diff)
downloadtcl-aca352b62784bfe712dcdbe1fa2942399494f7ea.zip
tcl-aca352b62784bfe712dcdbe1fa2942399494f7ea.tar.gz
tcl-aca352b62784bfe712dcdbe1fa2942399494f7ea.tar.bz2
Update tcl.dsp. Update documentation
-rw-r--r--doc/FindExec.33
-rw-r--r--doc/InitSubSyst.33
-rw-r--r--doc/Panic.36
-rw-r--r--doc/StaticLibrary.33
-rw-r--r--doc/zipfs.310
-rw-r--r--win/tcl.dsp10
6 files changed, 17 insertions, 18 deletions
diff --git a/doc/FindExec.3 b/doc/FindExec.3
index 4b92695..3672546 100644
--- a/doc/FindExec.3
+++ b/doc/FindExec.3
@@ -35,6 +35,9 @@ Tcl. For example, it is needed on some platforms in the
implementation of the \fBload\fR command.
It is also returned by the \fBinfo nameofexecutable\fR command.
.PP
+The result of \fBTcl_InitSubsystems\fR is the full Tcl version (e.g.,
+\fB"9.0.0"\fR).
+.PP
On UNIX platforms this procedure is typically invoked as the very
first thing in the application's main program; it must be passed
\fIargv[0]\fR as its argument. It is important not to change the
diff --git a/doc/InitSubSyst.3 b/doc/InitSubSyst.3
index 17d14b1..294861e 100644
--- a/doc/InitSubSyst.3
+++ b/doc/InitSubSyst.3
@@ -21,6 +21,9 @@ The \fBTcl_InitSubsystems\fR procedure initializes the Tcl
library. This procedure is typically invoked as the very
first thing in the application's main program.
.PP
+The result of \fBTcl_InitSubsystems\fR is the full Tcl version (e.g.,
+\fB"9.0.0"\fR).
+.PP
\fBTcl_InitSubsystems\fR is very similar in use to
\fBTcl_FindExecutable\fR. It can be used when Tcl is
used as utility library, no other encodings than utf-8,
diff --git a/doc/Panic.3 b/doc/Panic.3
index cb4d3cb..659b2fe 100644
--- a/doc/Panic.3
+++ b/doc/Panic.3
@@ -79,12 +79,14 @@ making calls into the Tcl library, or into other libraries that may
call the Tcl library, since the original call to \fBTcl_Panic\fR
indicates the Tcl library is not in a state of reliable operation.
.PP
+The result of \fBTcl_SetPanicProc\fR is the full Tcl version (e.g.,
+\fB"9.0.0"\fR).
+.PP
The typical use of \fBTcl_SetPanicProc\fR arranges for the error message
to be displayed or reported in a manner more suitable for the
application or the platform.
.PP
-\fBTcl_SetPanicProc\fR can not be used safely by stub-enabled extensions, so its
-symbol is not included in the stub table.
+\fBTcl_SetPanicProc\fR can not be used in stub-enabled extensions.
.PP
Although the primary callers of \fBTcl_Panic\fR are the procedures of
the Tcl library, \fBTcl_Panic\fR is a public function and may be called
diff --git a/doc/StaticLibrary.3 b/doc/StaticLibrary.3
index 83a9a07..c5bd364 100644
--- a/doc/StaticLibrary.3
+++ b/doc/StaticLibrary.3
@@ -70,8 +70,7 @@ initialization procedure to be invoked.
\fBTcl_StaticLibrary\fR was named \fBTcl_StaticPackage\fR in Tcl 8.6 and
earlier, but the old name is deprecated now.
.PP
-\fBTcl_StaticLibrary\fR can not be safely used by stub-enabled extensions,
-so its symbol is not included in the stub table.
+\fBTcl_StaticLibrary\fR can not be used in stub-enabled extensions.
.SH KEYWORDS
initialization procedure, package, static linking
.SH "SEE ALSO"
diff --git a/doc/zipfs.3 b/doc/zipfs.3
index 2db6d67..f868915 100644
--- a/doc/zipfs.3
+++ b/doc/zipfs.3
@@ -87,11 +87,11 @@ it uses WCHAR instead of char. As a result, it requires your application to
be compiled with the UNICODE preprocessor symbol defined (e.g., via the
\fB-DUNICODE\fR compiler flag).
.PP
-The result of \fBTclZipfs_AppHook\fR is the full Tcl version string(e.g.,
-\fB"9.0.0"\fR). The function \fImay\fR modify the variables
-pointed to by \fIargcPtr\fR and \fIargvPtr\fR to remove arguments; the
-current implementation does not do so, but callers \fIshould not\fR assume
-that this will be true in the future.
+The result of \fBTclZipfs_AppHook\fR is the full Tcl version (e.g.,
+\fB"9.0.0"\fR). The function \fImay\fR modify
+the variables pointed to by \fIargcPtr\fR and \fIargvPtr\fR to remove
+arguments; the current implementation does not do so, but callers
+\fIshould not\fR assume that this will be true in the future.
.PP
\fBTclzipfs_Mount\fR mounts the ZIP archive \fIzipname\fR on the mount point
given in \fImountpoint\fR using the optional ZIP password \fIpassword\fR.
diff --git a/win/tcl.dsp b/win/tcl.dsp
index 3d79332..97c9000 100644
--- a/win/tcl.dsp
+++ b/win/tcl.dsp
@@ -1288,15 +1288,7 @@ SOURCE=..\generic\tclStubLib.c
# End Source File
# Begin Source File
-SOURCE=..\generic\tclStubFindExecutable.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\generic\tclStubInitSubsystems.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\generic\tclStubSetPanicProc.c
+SOURCE=..\generic\tclStubCall.c
# End Source File
# Begin Source File