diff options
author | andreas_kupries <andreas_kupries@noemail.net> | 2007-07-20 16:49:37 (GMT) |
---|---|---|
committer | andreas_kupries <andreas_kupries@noemail.net> | 2007-07-20 16:49:37 (GMT) |
commit | fe3be6287da7a4a74ea7b4cc68079ef3afe60e77 (patch) | |
tree | 949f9095e5ecb4d9332acb6ce2fc9251d8d80854 /doc | |
parent | 68ee6f77f2e111ef4cff399f6301de2e15cb00ac (diff) | |
download | tcl-fe3be6287da7a4a74ea7b4cc68079ef3afe60e77.zip tcl-fe3be6287da7a4a74ea7b4cc68079ef3afe60e77.tar.gz tcl-fe3be6287da7a4a74ea7b4cc68079ef3afe60e77.tar.bz2 |
* library/platform/platform.tcl: Fixed bug in 'platform::patterns'
* library/platform/pkgIndex.tcl: where identifiers not matching
* unix/Makefile.in: the special linux and solaris forms would not
* win/Makefile.in: get 'tcl' as an acceptable platform added to
* doc/platform.n: the result. Bumped package to version 1.0.3 and
* doc/platform_shell.n: updated documentation and Makefiles. Also
fixed bad version info in the documentation of platform::shell.
FossilOrigin-Name: 6dda18cb692c8cb68f1915c5c833288d6c40cc57
Diffstat (limited to 'doc')
-rw-r--r-- | doc/platform.n | 6 | ||||
-rw-r--r-- | doc/platform_shell.n | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/platform.n b/doc/platform.n index 827e188..8b202a3 100644 --- a/doc/platform.n +++ b/doc/platform.n @@ -4,17 +4,17 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: platform.n,v 1.1 2006/12/05 18:46:59 andreas_kupries Exp $ +'\" RCS: @(#) $Id: platform.n,v 1.2 2007/07/20 16:49:38 andreas_kupries Exp $ '\" .so man.macros -.TH "platform" n 1.0.2 platform "Tcl Bundled Packages" +.TH "platform" n 1.0.3 platform "Tcl Bundled Packages" .BS '\" Note: do not modify the .SH NAME line immediately below! .SH NAME platform \- System identification support code and utilities .SH SYNOPSIS .nf -\fBpackage require platform ?1.0.2?\fR +\fBpackage require platform ?1.0.3?\fR .sp \fBplatform::generic\fR \fBplatform::identify\fR diff --git a/doc/platform_shell.n b/doc/platform_shell.n index f3ef6b9..f4fdb3d 100644 --- a/doc/platform_shell.n +++ b/doc/platform_shell.n @@ -4,17 +4,17 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: platform_shell.n,v 1.3 2007/02/18 18:42:55 dkf Exp $ +'\" RCS: @(#) $Id: platform_shell.n,v 1.4 2007/07/20 16:49:38 andreas_kupries Exp $ '\" .so man.macros -.TH "platform::shell" n 1.0.2 platform::shell "Tcl Bundled Packages" +.TH "platform::shell" n 1.1.3 platform::shell "Tcl Bundled Packages" .BS '\" Note: do not modify the .SH NAME line immediately below! .SH NAME platform::shell \- System identification support code and utilities .SH SYNOPSIS .nf -\fBpackage require platform::shell ?1.0.1?\fR +\fBpackage require platform::shell ?1.1.3?\fR .sp \fBplatform::shell::generic \fIshell\fR \fBplatform::shell::identify \fIshell\fR |