diff options
author | hobbs <hobbs> | 2002-09-27 01:29:43 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-09-27 01:29:43 (GMT) |
commit | 694831955b977c69e90746e85d0333a91b97d6f3 (patch) | |
tree | b0922a96bf306bd9f2b4c63374262234f871e933 /ChangeLog | |
parent | eb434dff0de63f4bd47830a09ffbd18ff0033926 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |