diff options
author | andreas_kupries <akupries@shaw.ca> | 2003-02-19 01:20:19 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2003-02-19 01:20:19 (GMT) |
commit | e957a316c0074ebe8a764377855fa226942ba2af (patch) | |
tree | b17d73aa2db291941a8739b35dc85c5605a1c66a /ChangeLog | |
parent | 8f0f9765065901d39650a0f204dda8f4687155f5 (diff) | |
download | tcl-e957a316c0074ebe8a764377855fa226942ba2af.zip tcl-e957a316c0074ebe8a764377855fa226942ba2af.tar.gz tcl-e957a316c0074ebe8a764377855fa226942ba2af.tar.bz2 |
* unix/tcl.m4: [Bug #651811] Added definition of _XOPEN_SOURCE and
linkage of 'xnet' library to HP 11 branch. This kills a lot of
socket-related failures in the testsuite when Tcl was compiled
in 64 bit mode (both PA-RISC 2.0W, and IA 64).
* unix/configure: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2003-02-18 Andreas Kupries <andreask@activestate.com> + + * unix/tcl.m4: [Bug #651811] Added definition of _XOPEN_SOURCE and + linkage of 'xnet' library to HP 11 branch. This kills a lot of + socket-related failures in the testsuite when Tcl was compiled + in 64 bit mode (both PA-RISC 2.0W, and IA 64). + + * unix/configure: Regenerated. + 2003-02-18 Jeff Hobbs <jeffh@ActiveState.com> * generic/tclIO.c (HaveVersion): correctly decl static |