summaryrefslogtreecommitdiffstats
path: root/library/platform/platform.tcl
Commit message (Collapse)AuthorAgeFilesLines
* (::platform::LibcVersion): Followup to the 2013-01-30 change. The REandreask2013-04-301-2/+2
| | | | | become too restrictive again. SuSe added a timestamp after the version. Loosened up a bit. Bumped package to version 1.0.12.
* (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extractingandreask2013-01-301-2/+2
| | | | | | the version to avoid issues with recent changes to the glibc banner. Now targeting a less variable part of the string. Bumped package to version 1.0.11.
* Updated to platform 1.0.10. Added handling of the DEB_HOST_MULTIARCH ↵andreask2011-06-221-26/+61
| | | | location change for libc
* * library/platform/platform.tcl: Added OSX Intel 64bitandreas_kupries2010-06-091-3/+22
| | | | * library/platform/pkgIndex.tcl: Package updated to version 1.0.9.
* * library/platform/platform.tcl: Fix cpu name for Solaris/Intel 64bit.andreas_kupries2010-05-071-2/+7
| | | | * library/platform/pkgIndex.tcl: Package updated to version 1.0.8.
* * library/platform/platform.tcl: Another stab at getting the /lib,andreas_kupries2010-04-291-8/+25
| | | | | * library/platform/pkgIndex.tcl: /lib674 difference right for linux. Package updated to version 1.0.7.
* * library/platform/platform.tcl: Linux platform identification:andreas_kupries2010-04-141-2/+5
| | | | | | | Check /lib64 for existence of files matching libc* before accepting it as base directory. This can happen on weirdly installed 32bit systems which have an empty or partially filled /lib64 without an actual libc. Bumped to version 1.0.6.
* * library/platform/pkgIndex.tcl: Backported the platform packagesandreas_kupries2009-10-231-0/+308
* library/platform/platform.tcl: from head and8.5 into the 8.4 * library/platform/shell.tcl: branch. Updated makefiles to install * unix/Makfile.in: the packages. * win/Makefile.in: