Sat Oct 17 19:58:52 UTC 2009 Olli Savia * ace/OS_NS_string.h: * ace/OS_NS_string.cpp: Added ACE_OS::strsignal(). * ace/config-cygwin32.h: * ace/config-freebsd.h: * ace/config-lynxos.h: * ace/config-netbsd.h: * ace/config-openbsd.h: * ace/config-sunos5.4-g++.h: * ace/config-sunos5.4-sunc++-4.x.h: * ace/config-sunos5.5.h: Added ACE_HAS_STRSIGNAL * tests/OS_Test.cpp: Added a test for ACE_OS::strsignal(). * ace/config-win32-common.h: * ace/README: * ace/config-cray.h: Removed references to ACE_HAS_SYS_SIGLIST. It will be removed soon. Sat Oct 17 10:29:13 UTC 2009 Olli Savia * ace/config-lynxos.h: Removed duplicate define ACE_HAS_GETIFADDRS. Sat Oct 17 10:26:15 UTC 2009 Olli Savia * ace/OS_NS_stdio.h: Removed undef fdopen. We may need to add helper wrapper for fdopen. Sat Oct 17 07:32:19 UTC 2009 Johnny Willemsen * tests/OS_Test.cpp: Removed getmacaddress test, that moved to its own test Fri Oct 16 08:51:19 UTC 2009 Johnny Willemsen * bin/generate_doxygen.pl: * htlm/index.html: Added dds4ccm Fri Oct 16 06:38:19 UTC 2009 Olli Savia * tests/run_test.lst: Run Enum_Interfaces_Test, MT_SOCK_Test, TP_Reactor_Test on LynxOS. Fri Oct 16 06:00:42 UTC 2009 Olli Savia * ace/OS_NS_stdio.h: * ace/OS_NS_stdio.inl: Readded "Tue Oct 13 19:13:13 UTC 2009 Olli Savia " without os_unistd.h modifications. Thu Oct 15 17:33:05 UTC 2009 William R. Otte * ace/OS_NS_stdio.h: * ace/OS_NS_stdio.inl: * ace/os_include/os_unistd.h: Reverted Tue Oct 13 19:13:13 UTC 2009 Olli Savia , it broke the IDL compiler. Thu Oct 15 11:26:15 UTC 2009 Olli Savia * ace/Pipe.cpp: It OK to use socketpair to implement pipe on LynxOS. Thu Oct 15 11:11:48 UTC 2009 Johnny Willemsen * ace/Basic_Types.h: Fix for 64bit PPC Thu Oct 15 07:43:48 UTC 2009 Johnny Willemsen * tests/Bug_3744_Regression_Test.cpp: * tests/tests.mpc: * tests/run_test.lst: Moved the regression for 3744 to its own file, we don't have a fix yet Wed Oct 14 23:15:59 UTC 2009 Abdul Sowayan * ace/config-macosx-snowleopard.h: * include/makeinclude/platform_macosx_snowleopard.GNU: First cut of adding snowleopard support. Wed Oct 14 14:43:01 UTC 2009 Olli Savia * ace/config-lynxos.h: Added/removed some defines. Wed Oct 14 14:41:03 UTC 2009 Olli Savia * ace/OS_NS_signal.h: Added include "ace/os_include/os_pthread.h" since LynxOS defines pthread_sigmask() in pthread.h. Tue Oct 13 19:13:13 UTC 2009 Olli Savia * ace/OS_NS_stdio.h: * ace/OS_NS_stdio.inl: Cleaned up ace_fileno_helper implementation and fixed compile problem on MinGW. * ace/os_include/os_unistd.h: Redefined ACE_STD{IN,OUT,ERR}. OS_Test now hopefully passes on all platforms. Tue Oct 13 19:00:53 UTC 2009 Olli Savia * include/makeinclude/platform_lynxos.GNU: Removed non-functional cross compiler setup. Tue Oct 13 18:56:22 UTC 2009 Olli Savia * include/makeinclude/platform_lynxos.GNU: Reverted: Mon Oct 13 11:10:00 UTC 2008 Simon Massey * include/makeinclude/platform_lynxos.GNU: Problems with Lynxos5.0 due to -mshared being passed to compiler (inaddition to linker) -mshared is needed on LynxOS 4.x. Need to find another solution for LynxOS 5.0 Tue Oct 13 10:03:48 UTC 2009 Johnny Willemsen * include/makeinclude/rules.local.GNU: When using cp to install a library, make sure we check date/time in order to check if we need to copy. Thanks to Abdul Sowayan for reporting this. This fixes bugzilla 3728 Tue Oct 13 09:44:48 UTC 2009 Johnny Willemsen * tests/INET_Addr_Test.cpp: Extended this test to for is_multicast. This fails on little endian machines at this moment. Thanks to Patrick Rabau for extending this test. This is related to bugzilla 3729 Tue Oct 13 09:33:48 UTC 2009 Johnny Willemsen * tests/OS_Test.cpp: Added test for getmacaddress, thanks to Paul Daugherty for creating this. This is related to bugzilla 3744 Tue Oct 13 06:34:48 UTC 2009 Johnny Willemsen * include/makeinclude/platform_linux.GNU: When doing a 64bit build, also add -m64 to the linker flags Mon Oct 12 14:03:48 CDT 2009 Johnny Willemsen * ACE version 5.7.4 released. Local Variables: mode: change-log add-log-time-format: (lambda () (progn (setq tz (getenv "TZ")) (set-time-zone-rule "UTC") (setq time (format-time-string "%a %b %e %H:%M:%S %Z %Y" (current-time))) (set-time-zone-rule tz) time)) indent-tabs-mode: nil End: