summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-09-27 01:29:43 (GMT)
committerhobbs <hobbs>2002-09-27 01:29:43 (GMT)
commit694831955b977c69e90746e85d0333a91b97d6f3 (patch)
treeb0922a96bf306bd9f2b4c63374262234f871e933 /ChangeLog
parenteb434dff0de63f4bd47830a09ffbd18ff0033926 (diff)
downloadtcl-694831955b977c69e90746e85d0333a91b97d6f3.zip
tcl-694831955b977c69e90746e85d0333a91b97d6f3.tar.gz
tcl-694831955b977c69e90746e85d0333a91b97d6f3.tar.bz2
* unix/configure: regen.
* unix/tcl.m4: improve AIX-4/5 64bit compilation support.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1742f45..a33de3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2002-09-26 Jeff Hobbs <jeffh@ActiveState.com>
+ * unix/configure: regen.
+ * unix/tcl.m4: improve AIX-4/5 64bit compilation support.
+
+ * generic/tclProc.c (Tcl_ProcObjCmd): correct overeager
+ optimization of noop proc to handle the precompiled case. (sofer)
+
* unix/ldAix (nmopts): add -X32_64 to make it work for 32 or 64bit
mode compilation.