diff options
author | hobbs <hobbs> | 2000-10-28 00:30:25 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-10-28 00:30:25 (GMT) |
commit | 5907ef28509328a25c88c96b50386719d37fe779 (patch) | |
tree | 8d0a81aef4263d307dc17cc95b2cbf5f91b97ee1 /ChangeLog | |
parent | 2176f7767bdb85a0dd2898b23d4741d008f3c0a9 (diff) | |
download | tcl-5907ef28509328a25c88c96b50386719d37fe779.zip tcl-5907ef28509328a25c88c96b50386719d37fe779.tar.gz tcl-5907ef28509328a25c88c96b50386719d37fe779.tar.bz2 |
* unix/configure.in:
* unix/tcl.m4: added support for AIX-5.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2000-10-27 Jeff Hobbs <hobbs@ajubasolutions.com> + + * unix/configure.in: + * unix/tcl.m4: added support for AIX-5. + + * generic/tclIO.c (Tcl_NotifyChannel): removed #ifdef around code + for old channel structures, placed preserve/release around statePtr + * generic/tclIO.c (CloseChannel): the statePtr for a channel was + not being freed when the last channel in a stack was freed, + causing a mem leak. + + * unix/tclUnixChan.c: updated channel types to strict + TCL_CHANNEL_VERSION_2 style to avoid compiler warnings. They work + either way, but this avoids compiler warnings (that worries people). + 2000-10-27 Jennifer Hom <jenn@ajubasolutions.com> * library/tcltest1.0/tcltest.tcl: Removed a cd into the test |