summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2002-07-23 17:32:25 (GMT)
committermdejong <mdejong>2002-07-23 17:32:25 (GMT)
commit136715c4845d937d76e91052aadae60d2104356e (patch)
treeaa6a0fd42f1df9355bb706f6c62865af1aab94bd /ChangeLog
parentd45bebfe57cee2e24f8ebae9243d05caf4244ce3 (diff)
downloadtcl-136715c4845d937d76e91052aadae60d2104356e.zip
tcl-136715c4845d937d76e91052aadae60d2104356e.tar.gz
tcl-136715c4845d937d76e91052aadae60d2104356e.tar.bz2
* unix/configure: Regen.
* unix/tcl.m4 (SC_CONFIG_CFLAGS): Enable 64 bit compilation when using the native compiler on a 64 bit version of IRIX. [Tcl bug 219220]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 524b77c..8e753b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2002-07-23 Mo DeJong <mdejong@users.sourceforge.net>
+ * unix/configure: Regen.
+ * unix/tcl.m4 (SC_CONFIG_CFLAGS): Enable 64 bit compilation
+ when using the native compiler on a 64 bit version of IRIX.
+ [Tcl bug 219220]
+
+2002-07-23 Mo DeJong <mdejong@users.sourceforge.net>
+
* unix/Makefile.in: Combine ranlib tests and
avoid printing unless ranlib is actually run.