summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorrjohnson <rjohnson@noemail.net>1998-10-20 20:01:22 (GMT)
committerrjohnson <rjohnson@noemail.net>1998-10-20 20:01:22 (GMT)
commitbc2088896fa0427faeaf38ffdfcd0d10e1a1e250 (patch)
tree7bb7d0512a160120280a494a983845a19204b741 /changes
parent9e192e4573531f8110703fc6cc341e2015fd352d (diff)
downloadtcl-bc2088896fa0427faeaf38ffdfcd0d10e1a1e250.zip
tcl-bc2088896fa0427faeaf38ffdfcd0d10e1a1e250.tar.gz
tcl-bc2088896fa0427faeaf38ffdfcd0d10e1a1e250.tar.bz2
Changed config & Makefile to support n32 on IRIX.
FossilOrigin-Name: d999c483da8a7ba810ccf5d68fec14f458daee06
Diffstat (limited to 'changes')
-rw-r--r--changes8
1 files changed, 7 insertions, 1 deletions
diff --git a/changes b/changes
index c8f5ccb..37ea500 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.27 1998/10/20 17:27:43 suresh Exp $
+RCS: @(#) $Id: changes,v 1.28 1998/10/20 20:01:22 rjohnson Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -3643,3 +3643,9 @@ element of the tcl_platform array indicates that the particular Tcl
shell has been compiled with debug information. Using
"info exists tcl_platform(debug)" a Tcl script can direct the interpreter
to load debug versions of DLLs with the load command. (SKS)
+
+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 ***