diff options
author | andreas_kupries <akupries@shaw.ca> | 2010-04-14 19:42:28 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2010-04-14 19:42:28 (GMT) |
commit | b2c1d441ee004dbd0f56775bad4cf09d0d8125df (patch) | |
tree | 58520b07f92547162a06dca7b520f50cd161f1dd /ChangeLog | |
parent | a8d78114d69c42639beecfc8d0bfed9bddb55c08 (diff) | |
download | tcl-b2c1d441ee004dbd0f56775bad4cf09d0d8125df.zip tcl-b2c1d441ee004dbd0f56775bad4cf09d0d8125df.tar.gz tcl-b2c1d441ee004dbd0f56775bad4cf09d0d8125df.tar.bz2 |
* 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
installed 32bit systems which have an empty or partially filled
/lib64 without an actual libc. Bumped to version 1.0.6.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +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 + installed 32bit systems which have an empty or partially filled + /lib64 without an actual libc. Bumped to version 1.0.6. + 2010-04-06 Zoran Vasiljevic <vasiljevic@users.sourceforge.net> * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): fixed object leak. |