diff options
author | andreas_kupries <akupries@shaw.ca> | 2007-07-20 16:49:37 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2007-07-20 16:49:37 (GMT) |
commit | 5785bb0ff0458af7bc55bc79cf0f83bb21cebe7d (patch) | |
tree | 949f9095e5ecb4d9332acb6ce2fc9251d8d80854 /doc | |
parent | 753ac8d30b441c6bac4f155de07ad94fc8b005bc (diff) | |
download | tcl-5785bb0ff0458af7bc55bc79cf0f83bb21cebe7d.zip tcl-5785bb0ff0458af7bc55bc79cf0f83bb21cebe7d.tar.gz tcl-5785bb0ff0458af7bc55bc79cf0f83bb21cebe7d.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.
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 |