diff options
author | hobbs <hobbs> | 2010-08-12 00:40:20 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2010-08-12 00:40:20 (GMT) |
commit | 80dd8cf775d581ab4e2810242f53fc4feb495329 (patch) | |
tree | cd6353306e23df6f0ebda1c37b125db358dfe0e8 /ChangeLog | |
parent | 893040ded5d960a9e7b736019853d5b2a02b02df (diff) | |
download | tcl-80dd8cf775d581ab4e2810242f53fc4feb495329.zip tcl-80dd8cf775d581ab4e2810242f53fc4feb495329.tar.gz tcl-80dd8cf775d581ab4e2810242f53fc4feb495329.tar.bz2 |
* unix/ldAix: remove ancient (pre-4.2) AIX support
* unix/configure: regen with ac-2.59
* unix/configure.in, unix/tclConfig.sh.in, unix/Makefile.in:
* unix/tcl.m4 (AIX): remove the need for ldAIX, replace with
-bexpall/-brtl. Remove TCL_EXP_FILE (export file) and other
baggage that went with it. Remove pre-4 AIX build support.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,9 +1,18 @@ +2010-08-11 Jeff Hobbs <jeffh@ActiveState.com> + + * unix/ldAix: remove ancient (pre-4.2) AIX support + * unix/configure: regen with ac-2.59 + * unix/configure.in, unix/tclConfig.sh.in, unix/Makefile.in: + * unix/tcl.m4 (AIX): remove the need for ldAIX, replace with + -bexpall/-brtl. Remove TCL_EXP_FILE (export file) and other + baggage that went with it. Remove pre-4 AIX build support. + 2010-08-11 Miguel Sofer <msofer@users.sf.net> * generic/tclBasic.c (TclNRYieldToObjCmd): * tests/coroutine.test: fixed bad copypasta snafu. Thanks to Andy Goth for finding the bug. - + 2010-08-10 Jeff Hobbs <jeffh@ActiveState.com> * generic/tclUtil.c (TclByteArrayMatch): patterns may not be |