diff options
author | hobbs <hobbs> | 2002-02-22 19:55:55 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-02-22 19:55:55 (GMT) |
commit | 4a8e298f2359c287c99f2b7e7c0186ea800307c8 (patch) | |
tree | 1355d9ca10231494554384beb581a852edbbef69 | |
parent | cbd55d6cbe01e6ad0331853f0878afad43510d8a (diff) | |
download | tcl-4a8e298f2359c287c99f2b7e7c0186ea800307c8.zip tcl-4a8e298f2359c287c99f2b7e7c0186ea800307c8.tar.gz tcl-4a8e298f2359c287c99f2b7e7c0186ea800307c8.tar.bz2 |
see ChangeLog
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2002-02-22 Jeff Hobbs <jeffh@ActiveState.com> + + * unix/configure: + * unix/tcl.m4: added --enable-64bit support for AIX-4 (using -q64 + flag) when using IBM's xlc compiler. + + * library/safe.tcl (CheckFileName): removed the limit on + sourceable file names (was only *.tcl or tclIndex files with no + more than one dot and 14 chars). There is enough internal + protection in a safe interpreter already. Fixes [Tk Bug #521560]. + 2002-02-22 Miguel Sofer <msofer@users.sourceforge.net> * generic/tclCompCmds: [FR 465811]. Optimising [if], [for] and |