summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorrjohnson <rjohnson>1998-10-20 20:01:22 (GMT)
committerrjohnson <rjohnson>1998-10-20 20:01:22 (GMT)
commit8fd77f6049dc41f6accfdad45a5a35f9e4d32045 (patch)
tree7bb7d0512a160120280a494a983845a19204b741 /changes
parent53bd99ffe47193d0d6314912e7251535c8628807 (diff)
downloadtcl-8fd77f6049dc41f6accfdad45a5a35f9e4d32045.zip
tcl-8fd77f6049dc41f6accfdad45a5a35f9e4d32045.tar.gz
tcl-8fd77f6049dc41f6accfdad45a5a35f9e4d32045.tar.bz2
Changed config & Makefile to support n32 on IRIX.
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 ***