diff options
author | andreas_kupries <akupries@shaw.ca> | 2009-04-08 19:17:44 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2009-04-08 19:17:44 (GMT) |
commit | 9bc6349d687303e2396272aa45de0d38a16e87f5 (patch) | |
tree | 9ecfe8c724b8a7039bd38ef169fdfe8dc1ab29f9 /doc | |
parent | ffc8f6440e2b529e2f41d8952fa7392213511ef6 (diff) | |
download | tcl-9bc6349d687303e2396272aa45de0d38a16e87f5.zip tcl-9bc6349d687303e2396272aa45de0d38a16e87f5.tar.gz tcl-9bc6349d687303e2396272aa45de0d38a16e87f5.tar.bz2 |
* library/platform/platform.tcl: Extended the darwin sections to
* library/platform/pkgIndex.tcl: add a kernel version number to
* unix/Makefile.in: the identifier for anything from Leopard (10.5)
* win/Makefile.in: on up. Extended patterns for same. Extended cpu
* doc/platform.n: recognition for 64bit Tcl running on a 32bit
kernel on a 64bit processor (By Daniel Steffen). Bumped version to
1.0.4. Updated Makefiles.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/platform.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/platform.n b/doc/platform.n index eaf7d78..c73c730 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.5 2008/03/26 09:59:22 dkf Exp $ +'\" RCS: @(#) $Id: platform.n,v 1.6 2009/04/08 19:17:45 andreas_kupries Exp $ '\" .so man.macros -.TH "platform" n 1.0.3 platform "Tcl Bundled Packages" +.TH "platform" n 1.0.4 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.3?\fR +\fBpackage require platform ?1.0.4?\fR .sp \fBplatform::generic\fR \fBplatform::identify\fR |