summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorrjohnson <rjohnson>1998-10-20 20:02:36 (GMT)
committerrjohnson <rjohnson>1998-10-20 20:02:36 (GMT)
commit7fd1d51b3339e75468f95c4a81056dd21313492c (patch)
tree98a6c8cdeb7ae95f2ed7e1f445fc7324bcc595ac /changes
parent0fbfe58bf8152bb450a4414115379cc74938595f (diff)
downloadtk-7fd1d51b3339e75468f95c4a81056dd21313492c.zip
tk-7fd1d51b3339e75468f95c4a81056dd21313492c.tar.gz
tk-7fd1d51b3339e75468f95c4a81056dd21313492c.tar.bz2
Changed config & Makefile to support n32 format on IRIX.
Diffstat (limited to 'changes')
-rw-r--r--changes8
1 files changed, 7 insertions, 1 deletions
diff --git a/changes b/changes
index fbc893b..21fcd8c 100644
--- a/changes
+++ b/changes
@@ -2,7 +2,7 @@ This file summarizes all changes made to Tk since version 1.0 was
released on March 13, 1991. Changes that aren't backward compatible
are marked specially.
-RCS: @(#) $Id: changes,v 1.24 1998/10/16 00:46:18 rjohnson Exp $
+RCS: @(#) $Id: changes,v 1.25 1998/10/20 20:02:36 rjohnson Exp $
3/16/91 (bug fix) Modified tkWindow.c to remove Tk's Tcl commands from
the interpreter when the main window is deleted (otherwise there will
@@ -4271,3 +4271,9 @@ for submitting this improvement. (RJ)
not allow the empty string as an argument (meaning transparent) even
though every other item type did. Thanks to Sebastian Wangnick
<sebastian.wangnick@eurocontrol.be> for supplying this patch. (RJ)
+
+10/20/98 (feature change) The Makefile and configure scripts have been
+changed for IRIX to build n32 binaries instead of the old 32 abi
+format. If you have extensions built with the o32 abi's you will need
+to update them to n32 for them to work with Tcl. (RJ)
+*** POTENTIAL INCOMPATIBILITY ***