summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-02-22 19:55:55 (GMT)
committerhobbs <hobbs>2002-02-22 19:55:55 (GMT)
commit4a8e298f2359c287c99f2b7e7c0186ea800307c8 (patch)
tree1355d9ca10231494554384beb581a852edbbef69 /ChangeLog
parentcbd55d6cbe01e6ad0331853f0878afad43510d8a (diff)
downloadtcl-4a8e298f2359c287c99f2b7e7c0186ea800307c8.zip
tcl-4a8e298f2359c287c99f2b7e7c0186ea800307c8.tar.gz
tcl-4a8e298f2359c287c99f2b7e7c0186ea800307c8.tar.bz2
see ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3497e86..9eafeb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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