summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-05 16:55:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-05 16:55:44 (GMT)
commit2f9727a745138487306a89f9e976b3c6acdead7d (patch)
treef871497c58754ee4b58eb6ec0c918f906a570187 /library
parentedb8fe7c9b57821a78ccb20165e7322cc7e0a171 (diff)
downloadtcl-2f9727a745138487306a89f9e976b3c6acdead7d.zip
tcl-2f9727a745138487306a89f9e976b3c6acdead7d.tar.gz
tcl-2f9727a745138487306a89f9e976b3c6acdead7d.tar.bz2
Add 4 processor-types to Win32/Cygwin. On Cygwin, don't bother tcl_platform[os], since "Windows NT" is the only one supported. "platform" -> 1.0.16
Diffstat (limited to 'library')
-rw-r--r--library/platform/pkgIndex.tcl2
-rw-r--r--library/platform/platform.tcl3
2 files changed, 3 insertions, 2 deletions
diff --git a/library/platform/pkgIndex.tcl b/library/platform/pkgIndex.tcl
index 46a0ed4..401300a 100644
--- a/library/platform/pkgIndex.tcl
+++ b/library/platform/pkgIndex.tcl
@@ -1,3 +1,3 @@
-package ifneeded platform 1.0.15 [list source [file join $dir platform.tcl]]
+package ifneeded platform 1.0.16 [list source [file join $dir platform.tcl]]
package ifneeded platform::shell 1.1.4 [list source [file join $dir shell.tcl]]
diff --git a/library/platform/platform.tcl b/library/platform/platform.tcl
index 6c01142..2c83102 100644
--- a/library/platform/platform.tcl
+++ b/library/platform/platform.tcl
@@ -71,6 +71,7 @@ proc ::platform::generic {} {
set cpu sparc
}
intel -
+ ia32* -
i*86* {
set cpu ix86
}
@@ -404,7 +405,7 @@ proc ::platform::patterns {id} {
# ### ### ### ######### ######### #########
## Ready
-package provide platform 1.0.15
+package provide platform 1.0.16
# ### ### ### ######### ######### #########
## Demo application