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 /library/platform/pkgIndex.tcl | |
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 '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 d141612..68924cb 100644 --- a/library/platform/pkgIndex.tcl +++ b/library/platform/pkgIndex.tcl @@ -1,3 +1,3 @@ -package ifneeded platform 1.0.2 [list source [file join $dir platform.tcl]] +package ifneeded platform 1.0.3 [list source [file join $dir platform.tcl]] package ifneeded platform::shell 1.1.3 [list source [file join $dir shell.tcl]] |