diff options
author | andreask@activestate.com <andreas_kupries> | 2009-04-08 19:11:32 (GMT) |
---|---|---|
committer | andreask@activestate.com <andreas_kupries> | 2009-04-08 19:11:32 (GMT) |
commit | 71eaa215588f45c9e7ede0db21d75d07073d64ed (patch) | |
tree | b8172852248956e5483ca83b73eef9a4a7ae2001 /library/platform/pkgIndex.tcl | |
parent | 0cc4592fb1e7c038ca8130923e10620342f1a088 (diff) | |
download | tcl-71eaa215588f45c9e7ede0db21d75d07073d64ed.zip tcl-71eaa215588f45c9e7ede0db21d75d07073d64ed.tar.gz tcl-71eaa215588f45c9e7ede0db21d75d07073d64ed.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 'library/platform/pkgIndex.tcl')
-rw-r--r-- | library/platform/pkgIndex.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/platform/pkgIndex.tcl b/library/platform/pkgIndex.tcl index 27d596f..a63f4aa 100644 --- a/library/platform/pkgIndex.tcl +++ b/library/platform/pkgIndex.tcl @@ -1,3 +1,3 @@ -package ifneeded platform 1.0.3 [list source [file join $dir platform.tcl]] +package ifneeded platform 1.0.4 [list source [file join $dir platform.tcl]] package ifneeded platform::shell 1.1.4 [list source [file join $dir shell.tcl]] |