summaryrefslogtreecommitdiffstats
path: root/library/platform
Commit message (Collapse)AuthorAgeFilesLines
* Use tabs for indenting in stead of 8 spaces. Unbreak clang buildjan.nijtmans2024-06-131-1/+1
|\
| * Use tabs for indenting in stead of 8 spacesjan.nijtmans2024-06-131-1/+1
| |
* | More of the same: Space before tab is extremely unlikely to be correct ↵jan.nijtmans2024-06-051-22/+22
|/ | | | indentation pattern.
* Add lot's of "-encoding utf-8" to our own "source" commands: We are becoming ↵jan.nijtmans2024-04-122-4/+4
| | | | more independant from the system encoding.
* Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-122-5/+5
| | | corrections in history.tcl and tcltest.test.
* Since MacOS 12.6 reports as 12.5 ....jan.nijtmans2022-10-251-1/+1
|
* Add support for macOS Venturajan.nijtmans2022-10-232-2/+13
|
* Update platform version (1.0.17 -> 1.0.18) for MacOS Monterey supportjan.nijtmans2021-10-272-2/+2
|
* Update platform extension for MaxOS Montereyjan.nijtmans2021-10-251-0/+11
|
* On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17jan.nijtmans2021-02-022-4/+8
|
* Add 4 processor-types to Win32/Cygwin. On Cygwin, don't bother ↵jan.nijtmans2021-01-052-2/+3
| | | | tcl_platform[os], since "Windows NT" is the only one supported. "platform" -> 1.0.16
* Update "platform" package for Big Sur:jan.nijtmans2020-12-111-11/+34
| | | | | 1) Catalina was the last platform supporting 32-bit applications 2) macOS is no longer 10 but 11 3) New "arm" processor
* Extend "platform" package for msys2 -> platform 1.0.15jan.nijtmans2020-12-032-2/+5
|
* Bring back regexp to wat it was in latest release. This is the correct fix ↵jan.nijtmans2015-10-241-1/+1
| | | | for kbk's attempt.
* Correct bad regexp in platform::identify that causes it to return incorrect ↵Kevin B Kenny2015-10-231-1/+1
| | | | results everywhere.
* Mutch simpler solution to [219866c1e9]: In stead of filtering out version ↵jan.nijtmans2015-09-301-7/+6
| | | | information from the string, make sure that ::platform::generic doesn't contain this version information in the first place.
* Fix [738bc50e93]: auto_execok doesn't recognise mklink on windows. Remove ↵jan.nijtmans2015-09-301-1/+1
| | | | some unnecessary end-of-line spacing.
* Fix [b1f19286f0]: for command documentation. jan.nijtmans2015-09-301-0/+1
| | | Minor addendum to previous commit: Make OS version number available in ::platform::generic for Cygwin
* proposed fix for [219866c1e9]: platform::identify: regexp doesn't match platformjan.nijtmans2015-09-252-4/+11
|
* Updated package "platform" to version 1.0.13. Separated theandreask2014-08-013-22/+25
| | | | | | | | identifiers "macosx*-i386-x86_64" and "macosx-universal" as incompatible with each other. Plus addition of a cast in tclIO.c to match types in a comparison which otherwise bugs a Windows debug build (warnings are errors).
* Fix platform version mismatch between code and index.andreask2013-05-151-1/+1
|
* (::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-302-3/+3
| | | | | | 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.
* more readablejan.nijtmans2012-06-141-1/+1
|
* Updated to platform 1.0.10. Added handling of the DEB_HOST_MULTIARCH ↵andreask2011-06-222-27/+62
| | | | location change for libc
* * library/platform/platform.tcl: Added OSX Intel 64bitandreas_kupries2010-06-093-6/+28
| | | | * 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-072-3/+8
| | | | * library/platform/pkgIndex.tcl: Package updated to version 1.0.8.
* * library/platform/platform.tcl: Another stab at getting the /lib,andreas_kupries2010-04-292-9/+26
| | | | | * library/platform/pkgIndex.tcl: /lib674 difference right for linux. Package updated to version 1.0.7.
* Fixed missing update of platform package index.andreas_kupries2010-04-141-1/+1
|
* * 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-233-0/+549
* 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: