diff options
author | andreas_kupries <akupries@shaw.ca> | 2010-04-14 22:58:37 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2010-04-14 22:58:37 (GMT) |
commit | 621f0dd46f1de1fe740f5a4584767da5103a3099 (patch) | |
tree | 2995bd92f81b6c277c3ff3297aa956a955badf12 /ChangeLog | |
parent | a3387d4927dad4d6a12d7f0509d16324384e0477 (diff) | |
download | tcl-621f0dd46f1de1fe740f5a4584767da5103a3099.zip tcl-621f0dd46f1de1fe740f5a4584767da5103a3099.tar.gz tcl-621f0dd46f1de1fe740f5a4584767da5103a3099.tar.bz2 |
Fixed missing update of platform package index, and Makefiles.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,8 +1,9 @@ 2010-04-14 Andreas Kupries <andreask@activestate.com> * library/platform/platform.tcl: Linux platform identification: - Check /lib64 for existence of files matching libc* before - accepting it as base directory. This can happen on weirdly + * library/platform/pkgIndex.tcl: Check /lib64 for existence of + * unix/Makefile.in: files matching libc* before accepting it as + * win/Makefile.in: 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. |