Thu Dec 30 12:54:28 2004 Chris Cleeland * NEWS: Updated to include latest release news. Thu Dec 30 11:44:51 2004 Steve Huston * NEWS: Noted that the autoconf stuff gave up on complete automation via MPC-generation of the Makefile.am files. Autoconf should work mostly for 5.4.3 and completely before 5.5. Wed Dec 29 18:53:12 2004 Steve Huston * tests/run_test.pl: If running a WinCE test, the log file has a .txt suffix, not .log. If it's .log, there's no (easy) way to look at the file on the device itself, so they're named .txt. Tue Dec 28 19:45:58 2004 Balachandran Natarajan * bin/make_release: Added .png to the list of files that needs to be omitted from LF->CRLF conversions. Thanks to Johnny for pointing this out. Sat Dec 25 20:58:12 2004 Balachandran Natarajan * bin/make_release: Generated textual version of TAO-INSTALL.html and CIAO-INSTALL.html within the distribution. Wed Dec 22 12:47:19 2004 Steve Huston * ACE-INSTALL.html: Revised the platforms and support section to reflect the need for actively maintained platforms to be represented on the build scoreboard. Old, unmaintained platforms are subject to deprecation and removal. Wed Dec 22 11:35:07 2004 Ossama Othman * configure.ac: * m4/ace.m4: * m4/compiler.m4: * m4/platform.m4: Reverted change described in "Sun Dec 19 14:23:53 2004 ..." that changed "$host" to "$target". The latter is only used by tool chains (compilers, linkers, etc) and is not needed in ACE's case. To enable cross-compilation support, users should set the host platform via the "--host" configure script option, as described in the "./configure --help" output. Wed Dec 22 11:17:57 2004 Chad Elliott * bin/show_unused_macros.pl: This script will find macros in specified config files that are not referenced in other config files, but are referenced in the rest of the ace source files. The macros that it shows are candidates for removal from ace. Wed Dec 22 08:00:33 2004 Chad Elliott * bin/MakeProjectCreator/config/ftclientorb.mpb: * bin/MakeProjectCreator/config/ftserverorb.mpb: These both require interceptors to function properly. * bin/tao_other_tests.lst: Added !STATIC to the following: TAO/performance-tests/Protocols/run_test.pl TAO/orbsvcs/tests/Notify/Basic/run_test.pl notify.rt.conf Added !MINIMUM to the following: TAO/orbsvcs/tests/Bug_1393_Regression/run_test.pl TAO/orbsvcs/tests/Bug_1395_Regression/run_test.pl TAO/orbsvcs/tests/Bug_1436_Regression/run_test.pl TAO/orbsvcs/tests/Bug_1437_Regression/run_test.pl Added !DISABLE_INTERCEPTORS to the following: TAO/orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/run_test.pl TAO/orbsvcs/tests/FaultTolerance/IOGR/run_test.pl TAO/orbsvcs/tests/FaultTolerance/IOGRManipulation/run_test.pl Added !NO_MESSAGING to the following: TAO/orbsvcs/tests/Log/Basic_Log_Test/run_test.pl TAO/orbsvcs/tests/BiDir_CORBALOC/run_test.pl TAO/orbsvcs/tests/Bug_1395_Regression/run_test.pl TAO/orbsvcs/tests/Bug_1437_Regression/run_test.pl * tests/Multicast_Test.cpp: If the wait() for the consumer thread fails, we need to forcably shutdown that thread so that it does not reference deleted memory. Tue Dec 21 12:17:50 2004 Chad Elliott * bin/PerlACE/Process_Win32.pm: Take into account the fact that installed binaries do not conform to the -ExeSubDir option. Tue Dec 21 04:52:25 2004 Balachandran Natarajan * Release: * bin/make_release: Udated them to add the correct versions of files. Mon Dec 20 17:38:12 UTC 2004 Johnny Willemsen * tests/run_test.lst: Added missing : between tests and LynxOS Mon Dec 20 08:33:28 2004 J.T. Conklin * configure.ac: Added test for ACE_LACKS_UMASK. Mon Dec 20 08:10:31 2004 J.T. Conklin * configure.ac: * m4/config_h.m4: Replaced autoheader templates for type and size in config_h.m4 with a third argument to AC_DEFINE in configure.ac. Mon Dec 20 09:40:22 2004 Chad Elliott * bin/tao_other_tests.lst: Re-removed TAO/orbsvcs/tests/Notify/Lanes/run_test.pl and TAO/orbsvcs/tests/Notify/ThreadPool/run_test.pl. These tests require more scheduling priorities than most of the nightly build systems have access to as a regular user. Mon Dec 20 16:47:08 2004 Olli Savia * ace/Mem_Map.h: * ace/Mem_Map.inl: * ace/Mem_Map.cpp: * ace/OS_NS_sys_mman.inl: Replaced ACE_HAS_LYNX_BROKEN_MMAP with ACE_HAS_LYNXOS_BROKEN_MMAP to be more consistent in macro naming. * ace/Time_Value.h: Removed unnecessary LynxOS specific includes. * ace/config-lynxos.h: Added #define ACE_HAS_LYNXOS_BROKEN_MMAP. * tests/Cached_Conn_Test.cpp: * tests/Priority_Reactor_Test.cpp: * tests/Reader_Writer_Test.cpp: * tests/TSS_Test.cpp: * tests/Thread_Mutex_Test.cpp: Removed unnecessary LynxOS specific code. * tests/run_test.lst: Enabled/disabled some test for LynxOS. Mon Dec 20 14:19:12 UTC 2004 Johnny Willemsen * ace/config-WinCE.h: Added ACE_LACKS_TEMPNAM * ace/OS_NS_stdlib.inl: Simplified tempnam implementation and replaced several C-style casts with their C++ version. Removed obsolete gets that was commented out. * ace/OS_NS_stdlib.h: Changed some comments to doxygen style Mon Dec 20 13:36:12 UTC 2004 Johnny Willemsen * ace/OS_NS_arpa_inet.cpp: Replace C-style cast with C++ const_cast * ace/config-vxworks5.x.h: Updated supported versions * ace/config-openvms.h: Removed old comments Mon Dec 20 13:26:12 UTC 2004 Johnny Willemsen * ace/os_include/os_semaphore.h: Removed not needed include of semLib.h with VxWorks. The file semaphore.h does this already. Mon Dec 20 13:12:12 UTC 2004 Johnny Willemsen * ace/CDR_Stream.{cpp,inl}: Removed the read_float and write_float from the cpp file and removed the guards around it in the inl file. When VXWORKS was set, but not ghs we didn't get any of the methods. This seems a very old workaround so zap it, we don't need it anymore and caused problems Mon Dec 20 12:54:12 UTC 2004 Johnny Willemsen * ace/INET_Addr.cpp {get_port_number_from_name): Only check for ACE_LACKS_GETSERVBYNAME, VxWorks and Chorus have this define also set Mon Dec 20 11:44:12 UTC 2004 Johnny Willemsen * ace/config-vxworks5.x.h: * ace/README: * ace/OS_NS_dirent.inl: Added ACE_HAS_NONCONST_OPENDIR Mon Dec 20 11:35:12 UTC 2004 Johnny Willemsen * ace/config-vxworks5.x.h: * ace/README: * ace/OS_NS_unistd.inl: Added ACE_HAS_NONCONST_UNLINK Mon Dec 20 11:29:12 UTC 2004 Johnny Willemsen * ace/config-vxworks5.x.h: * ace/README: * ace/OS_NS_unistd.inl: Added ACE_HAS_NONCONST_RMDIR * ace/OS_NS_unistd.inl: Merged the two ACE_OS::getopt methods to one, no need to have a special win32 not supported version Mon Dec 20 11:18:12 UTC 2004 Johnny Willemsen * ace/config-vxworks5.x.h: * ace/README: * ace/OS_NS_unistd.inl: Added ACE_HAS_NONCONST_CHDIR Mon Dec 20 11:01:12 UTC 2004 Johnny Willemsen * ace/config-integritySCA.h: * ace/config-psos-diab-mips.h: * ace/config-psos-diab-ppc.h: * ace/config-psos-diab.h: * ace/config-psos-tm.h: * ace/config-psos-psosim-g++.h: * ace/config-WinCE.h: Added ACE_LACKS_UMASK * ace/config-vxworks5.x.h: Adde ACE_LACKS_UMASK, ACE_HAS_NONCONST_STAT and ACE_MKDIR_LACKS_MODE * ace/config-win32-common.h: Added ACE_MKDIR_LACKS_MODE * ace/OS_NS_sys_stat.inl: Merged all umask implementation to one version and introduced an ACE_LACKS_UMASK to check if umask is supported or not. Use the new ACE_HAS_NONCONST_STAT instead of checking for VxWorks explicitly Use ACE_MKDIR_LACKS_MODE to determine whether a mode must be passed with the mkdir invocation or not. * ace/README: Documented new defines Mon Dec 20 10:37:12 UTC 2004 Johnny Willemsen * ace/Time_Value.h: Removed not needed VxWorks specific include * ace/config-tandem.h: Removed a lot of commented out defines, makes it much easier to search for deprecated defines * ace/config-g++-common.h: Removed check for VxWorks >= 540, older versions are not supported anymore, so no need to do this check Sun Dec 19 14:23:53 2004 J.T. Conklin * configure.ac: * m4/ace.m4: * m4/compiler.m4: * m4/platform.m4: Replace use of $host with $target. Needed if we're ever to support cross compilation. Sun Dec 19 17:52:12 UTC 2004 Johnny Willemsen * examples/QOS/Change_Sender_TSpec/receiver.cpp: * examples/QOS/Change_Sender_TSpec/sender.cpp: * examples/QOS/Change_Sender_TSpec/QoS_Util.{h,cpp}: Fixed compile error in unicode build * examples/QOS/Change_Sender_TSpec/QOS_Change_Sender_FlowSpec.mpc: * examples/QOS/Change_Sender_TSpec/QOS_Change_Sender_TSpec.mpc: Renamed to match directory name Sun Dec 19 15:46:12 UTC 2004 Johnny Willemsen * ace/os_include/os_time.h: Fixed incorrect comment after endif Sun Dec 19 16:35:34 2004 Olli Savia * ace/README: Updated ACE_HAS_PREDEFINED_THREAD_CANCELLED_MACRO description. * ace/config-lynxos.h: Added ACE_HAS_PREDEFINED_THREAD_CANCELLED_MACRO and removed ACE_POLL_IS_BROKEN. Sun Dec 19 10:45:12 UTC 2004 Johnny Willemsen * examples/QOS/Change_Receiver_FlowSpec/sender.cpp: * examples/QOS/Diffserv/diffserv_test.cpp: * examples/QOS/Diffserv/server.cpp: Fixed compile error in unicode build Sun Dec 19 01:32:05 2004 Emre Turkay * ace/config-win32-msvc.h: Added a if not defined guard to the QT_DLL definition. Sat Dec 18 10:03:41 2004 Olli Savia * ace/README: Added ACE_HAS_PREDEFINED_THREAD_CANCELLED_MACRO. * tests/Malloc_Test.cpp: There is no reason not to compile this test on LynxOS. It doesn't work but there are now better chances that it will be fixed some day. Fri Dec 17 13:53:12 UTC 2004 Johnny Willemsen * ace/OS.inl: Corrected comment after #endif Fri Dec 17 13:41:12 UTC 2004 Johnny Willemsen * ace/OS_NS_unistd.cpp: Converted ACE casts to C++ casts, removed the checks for win32 and vxworks for execlp, execle and execl, these methods are not implemented for any environment, so no need to have a special notsup for windows and vxworks Fri Dec 17 13:19:12 UTC 2004 Johnny Willemsen * ace/IOStream_T.cpp: Removed code to define a variable to prevent munch problems. Not needed anymore with the latest VxWorks version and the static metioned is also gone already. Fri Dec 17 12:47:12 UTC 2004 Johnny Willemsen * ace/IO_SAP.cpp: Just always build the code, the ACE_OS layer handles the not supported issues on Win32 and VxWorks. Fri Dec 17 12:21:12 UTC 2004 Johnny Willemsen * ace/OS.h: Also on VxWorks include os_un.h Fri Dec 17 11:31:12 UTC 2004 Johnny Willemsen * ace/OS_NS_sys_socket.inl: HPUX and VxWorks seem to have a send that accepts a const char*, so removed them from the list that uses a char* Thu Dec 16 16:53:12 UTC 2004 Johnny Willemsen * ace/Timeprobe_T.cpp: Removed checking of ACE_HAS_BROKEN_DES_ARRAY_FREE. This define is not set for any compiler, so removed it. * tests/Timeprobe_Test.cpp: Added missing include to get this test compiling Thu Dec 16 16:13:12 UTC 2004 Johnny Willemsen * ACE-INSTALL.html: Some minor documentation updates for VxWorks. Thu Dec 16 10:06:10 2004 Chad Elliott * bin/MakeProjectCreator/templates/gnu.mpd: Check for multiple places for the test executable. Some Linux installations don't have /bin/test, but do have /usr/bin/test. This will allow more parallel building to occur. Thu Dec 16 16:00:12 UTC 2004 Johnny Willemsen * ace/OS_NS_Thread.h: Converted some documentation to doxygen style Thu Dec 16 09:34:02 2004 Chad Elliott * ace/OS_NS_sys_socket.inl (getsockname): Fixed a bug introduced Mon Dec 13 10:34:24 2004 where the sockaddr would be zero'ed out instead of just the sin_zero of the sockaddr_in. Thu Dec 16 15:22:12 UTC 2004 Johnny Willemsen * tests/Thread_Manager_Test.cpp: Replaced ACE cast macro with the C++ variant Thu Dec 16 15:07:12 UTC 2004 Johnny Willemsen * ace/config-vxworks5.x.h: Removed defines for VxWorks <= 0x540, these are not usable anymore * tests/log/Makefile.am: Removed this file, checked it with J.T. Conklin, we don't need this file anymore Thu Dec 16 14:38:12 UTC 2004 Johnny Willemsen * ace/os_include/arpa/os_inet.h: Removed prototypes for VxWorks <= 0x540, these VxWorks versions are not usable anymore because of the lack of namespace support. Thu Dec 16 16:12:07 2004 Olli Savia * ace/Mem_Map.h: * ace/Mem_Map.inl: * ace/Mem_Map.cpp: * ace/OS_NS_sys_mman.inl: Replaced __Lynx__ macro with ACE_HAS_LYNX_BROKEN_MMAP macro. This makes code maintenace easier across different LynxOS versions. Thu Dec 16 14:14:12 UTC 2004 Johnny Willemsen * ace/Flag_Manip.cpp: Instead of checking for ACE_WIN32 or VXWORKS or ACE_LACKS_FCNTL, only check for ACE_LACKS_FCNTL, win32 and VxWorks have this define already set Thu Dec 16 14:07:12 UTC 2004 Johnny Willemsen * ace/config-lite.h: Removed commected out typedef in VxWorks part Thu Dec 16 13:49:12 UTC 2004 Johnny Willemsen * examples/QOS/Simple/QoS_Util.{h,cpp}: * examples/QOS/Simple/sender.cpp: * examples/QOS/Simple/receiver.cpp: Fixed compile problems in unicode builds Thu Dec 16 13:03:12 UTC 2004 Johnny Willemsen * examples/Reactor/FIFO/client.cpp: Fixed link errors in unicode builds Thu Dec 16 13:00:12 UTC 2004 Johnny Willemsen * examples/Reactor/Misc/test_timer_queue.cpp: * examples/Reactor/Misc/test_signals_2.cpp: * examples/Reactor/Misc/test_signals_1.cpp: * examples/Reactor/Misc/test_reactors.cpp: * examples/Reactor/Misc/test_event_handler_t.cpp: * examples/Reactor/Misc/test_early_timeouts.cpp: Fixed link errors in unicode builds * examples/Reactor/Misc/Reactor_Misc.mpc: Added missing test_event_handler_t Thu Dec 16 10:18:12 UTC 2004 Johnny Willemsen * include/makeinclude/platform_gnuwin32_common.GNU: Only set FL and GL flags when they are not set * include/makeinclude/wrapper_macros.GNU: Removed setting of PACE root, we don't use this anymore Thanks to Pete McCann for reporting these problems. Wed Dec 15 17:05:22 2004 Steve Huston * tests/Test_Output.cpp: When resetting msg_ostream to cerr, specify 0 for delete_ostream. ACE_Log_Msg is not allowed to delete cerr. Fixes the crash in Logging_Strategy_Test. Wed Dec 15 16:01:12 UTC 2004 Johnny Willemsen * examples/APG/Active_Objects/active_objects.mwc: * examples/APG/Config/config.mwc: * examples/APG/Containers/containers.mwc: * examples/APG/Logging/logging.mwc: * examples/APG/Misc_IPC/misc_ipc.mwc: * examples/APG/Naming/naming.mwc: * examples/APG/Proactor/proactor.mwc: * examples/APG/Processes/processes.mwc: * examples/APG/Reactor/reactor.mwc: * examples/APG/Shared_Memory/shared_memory.mwc: * examples/APG/Signals/signals.mwc: * examples/APG/Sockets/sockets.mwc: * examples/APG/Streams/streams.mwc: * examples/APG/Svc_Config/svc_config.mwc: * examples/APG/ThreadManagement/threadmgmt.mwc: * examples/APG/ThreadPools/threadpools.mwc: * examples/APG/Threads/threads.mwc: * examples/APG/ThreadSafety/threadsafety.mwc: * examples/APG/Timers/timers.mwc: Removed these files, they are not needed anymore because all project files are now generated and they interfere in our release proces, they cause workspaces which only differ in casing then the ones generated from higher levels. Wed Dec 15 13:37:12 UTC 2004 Johnny Willemsen * bin/make_release: Also exclude ASNMP/asnmp.mwc during the dynamic release. Wed Dec 15 10:04:12 UTC 2004 Johnny Willemsen * include/makeinclude/platform_gnuwin32_common.GNU: Set GL flags to the correct values Tue Dec 14 19:53:12 UTC 2004 Johnny Willemsen * include/makeinclude/platform_cygwin32.GNU: * include/makeinclude/platform_gnuwin32_common.GNU: Moved fltk flags to gnuwin32 file Tue Dec 14 19:40:12 UTC 2004 Johnny Willemsen * include/makeinclude/platform_cygwin32.GNU: Added flags for fltk usage with cygwin Tue Dec 14 18:23:12 UTC 2004 Johnny Willemsen * include/makeinclude/wrapper_macros.GNU: Fixed typo in the ACE_MAKE_OPTIONS added for fl_reactor Tue Dec 14 12:25:12 UTC 2004 Martin Corino * include/makeinclude/platform_vxworks5.5.x.GNU: Fixed unwanted inclusion of VxWorks system libraries in link command. Tue Dec 14 09:44:12 UTC 2004 Johnny Willemsen * ace/OS_NS_sys_socket.inl: Added missing include when ACE_GETNAME_RETURNS_RANDOM_SIN_ZERO is defined to 1 Mon Dec 13 19:30:12 UTC 2004 Johnny Willemsen * tests/Semaphore_Test.cpp (worker): Changed the way we compare if the acquire failed. Use a intermediate long as in the test_timeout function to handle the case when the acquire returns a little bit earlier than we expected. This fixes the incorrect test failure with Interix and MinGW. Thanks for Steven Frare for sorting this out and supplying a patch Mon Dec 13 10:34:24 2004 Ossama Othman From Roland Mueb : * ace/OS_NS_sys_socket.inl (getpeername, getsockname): If (the new) ACE_GETNAME_RETURNS_RANDOM_SIN_ZERO preprocessor symbol is defined, initialize the sockaddr_in::sin_zero field to zero after the call to get{peer,sock}name() when the address family is AF_INET. Some platforms, like older versions of the Linux kernel, do not initialize the sin_zero field since that field is generally only used for padding/alignment purposes. On those platforms memcmp()-based comparisons of the sockaddr_in structure, such as the one in the ACE_INET_Addr equality operator, may fail due to random bytes in the sin_zero field even though that field is unused. This fix prevents equality comparison of two different sockaddr_in instances that refer to the same socket from failing. * ace/OS_NS_macros.h (ACE_SOCKCALL): Added non-returning counterpart to the ACE_SOCKCALL_RETURN macro. Used by the above fix. * ace/config-linux-common.h: Define ACE_GETNAME_RETURNS_RANDOM_SIN_ZERO if Linux kernel version is less than 2.5.47. Kernels prior to that version did not initialize the sockaddr_in::sin_zero field. Mon Dec 13 10:07:52 2004 J.T. Conklin * configure.ac: * m4/config_h.m4: Changed to provide ACE_INT64 typedef. Mon Dec 13 10:16:40 2004 Chad Elliott * bin/MakeProjectCreator/templates/gnu.mpd: * bin/MakeProjectCreator/templates/gnudll.mpt: * bin/MakeProjectCreator/templates/gnuexe.mpt: Modifications to add a 'targetoutdir' template variable which determines the output location of object files, exes and libraries. By default, this template variable is not set and does not affect anything. Mon Dec 13 16:11:23 2004 Balachandran Natarajan * bin/make_release: Exclude ASNMP/asnmp.mwc during the release. Mon Dec 13 06:33:42 2004 J.T. Conklin * ace/config-netbsd.h: Provide ACE_INT64 typedef. Mon Dec 13 12:50:12 UTC 2004 Johnny Willemsen * ace/Log_Msg.cpp: Added q as usable format specifier to print out a int64 value. Not usable when no native int64 is available. Mon Dec 13 12:26:12 UTC 2004 Johnny Willemsen * ace/Basic_Types.h: * ace/config-win32-common.h: Added ACE_INT64 typedef. Note that there is no emulated ACE_INT64, it is just defined for platforms having such a type natively. In the future we could deliver an emulation, but with this typedef at least people trying to work on multiple platforms with native int64 can use this typedef to get portable code Mon Dec 13 04:34:18 2004 Balachandran Natarajan * Release: Removed some old files from the release * bin/make_Release: Bootstrapped autoconf with TAO instead of just ACE. Mon Dec 13 04:25:24 2004 Balachandran Natarajan * Release: Added protocols directory. Thanks to JT for letting me know this. Mon Dec 13 00:14:01 2004 Olli Savia * protocols/ace/HTBP/HTBP_Filter.cpp: Removed unnecessary include. * tests/Reactor_Dispatch_Order_Test.cpp: LynxOS 3.x needs the same special handling as OpenBSD to pass this test. Sat Dec 11 17:38:12 UTC 2004 Johnny Willemsen * ace/Atomic_Op_T.h: Fixed incorrect method declarations and not needed ACE_INLINE Sat Dec 11 17:26:09 2004 Balachandran Natarajan * bin/tao_other_tests.lst: Added a new test to the daily builds. Sat Dec 11 10:39:38 2004 Douglas C. Schmidt * ace/{Atomic_Op.h,Atomic_Op_T.h,Atomic_Op_T.inl,Atomic_Op_T.inl} (operator=): Updated the ACE_Atomic_Op so that it allows "chained assignments." Thanks to Michael Altmann for these fixes. Sat Dec 11 09:53:12 UTC 2004 Johnny Willemsen * ace/Task.cpp: Minor borland fix Fri Dec 10 18:40:29 2004 Steve Huston * tests/Reactor_Exceptions_Test.cpp: Force the ACE_SOCK_Dgram to all its work with IPv4. Allows this test to run clean on IPv6 systems as well as IPv4. Fri Dec 10 23:06:24 UTC 2004 Don Hinton * Kokyu/tests/DSRT_MIF/MIF.cpp: Changed barrier to bar because barrier() is a macro. Fri Dec 10 12:13:12 UTC 2004 Johnny Willemsen * ace/Logging_Strategy.cpp: Changed the setting of the ostream on the log_msg. Only at the moment the logging strategy has created a new ostream, then we pass 1, to indicate that the log_msg must delete the ostream. This fixes the crash of this test on all windows platforms. Fri Dec 10 11:15:12 UTC 2004 Johnny Willemsen * bin/MakeProjectCreator/templates/gnu.mpd: Removed usage of taoconfig.mk, we have zapped this in the idea that it was not used. All the things this file set are already handled by MPC Fri Dec 10 09:52:12 UTC 2004 Johnny Willemsen * ace/Strategies_T.{h,cpp,inl}: Made ACE_DLL_Strategy usable in unicode builds. Thanks to Thomas Girard for reporting this. This fixed bugzilla [2005] Fri Dec 10 08:55:12 UTC 2004 Johnny Willemsen * ACE-INSTALL.html: Added description about Interix (Windows Services for Unix). Thanks to Steven Frare for adding this. Thu Dec 9 14:04:12 2004 Steve Huston * ACE-INSTALL.html: Clarified that there is no leading '#' character for the 'include' statement in platform_macros.GNU. Thanks to Dave Dalapati for this suggestion. * THANKS: Added Dave Dalapati to the Hall of Fame. Tue Dec 7 18:24:06 2004 Jeff Parsons * bin/tao_other_tests.lst: Added all 5 tests in TAO/orbsvcs/tests/InterfaceRepo to the list. All these tests are disabled for minimum CORBA builds. Tue Dec 7 18:48:39 2004 Steve Huston * bin/Makefile.am: Comment out the TESTS for now. The auto_run_tests.pl depends on having the tests built in the same tree as the sources. * tests/Makefile.am: Change TESTS to a list of all the test programs and TEST_ENVIRONMENT to an invocation of "run_test.pl -t" to enable it to run each test separately. Tue Dec 7 18:38:19 2004 Steve Huston * m4/aio.m4: In the check for POSIX Realtime signals, do the #include first, enclosed in extern "C", else HP-UX gets a bad definition for an internal function call (___sysconf()). Tue Dec 7 17:48:21 2004 Steve Huston * examples/APG/ThreadManagement/Priorities.cpp: Fixed message block handling logic errors. Can't just queue the same block to multiple tasks, especially those in different threads. Now it clones the block for each putq(), and queues a MB_BREAK block when it's done so the service threads know to stop. Thanks to Steven Patrick for reporting this problem. Fixes Bugzilla #2002 (http://deuce.doc.wustl.edu/bugzilla/show_bug.cgi?id=2002) Tue Dec 7 13:10:08 2004 Douglas C. Schmidt * ace/Logging_Strategy.cpp (init): Make sure that the dynamically allocated ostream is deleted on shutdown. Thanks to Zvika Ashani for reporting this. Tue Dec 7 08:19:12 UTC 2004 Johnny Willemsen * bin/GNUmakefile.clone: Removed this file because clone.cpp has been zapped Mon Dec 6 18:16:39 2004 Steve Huston * m4/config_h.m4: Added AH_TEMPLATE for ACE_HAS_POSIX_REALTIME_SIGNALS. * m4/aio.m4: Split the realtime-signals check out of the AIO functionality check. If the basic AIO calls are available and functional, then check if the signal-based AIO test works. If so, set ACE_HAS_POSIX_REALTIME_SIGNALS. * tests/Makefile.am: Include the run_test.pl script in TESTS and note it as a dist_check_SCRIPTS, not noinst_SCRIPTS. This lets "make check" run it. * tests/run_test.pl: Add $top_srcdir to the path for locating Perl auxiliary modules. For automake builds, this is needed since the script isn't linked into the build tree. Mon Dec 6 16:34:29 2004 Steve Huston * ACE-INSTALL.html: Removed mention and instructions for the 'clone' program. Favor use of bin/create_ace_build.pl since it is more reliable, simpler, doesn't rely on Makefile content that's not there, and doesn't need to be built first. * bin/clone.1: * bin/clone.cpp: Removed; this program has been superseded by the bin/create_ace_build.pl script. See ACE-INSTALL.html for details. Thanks to Neil Cohen for bringing this up. Mon Dec 6 10:46:02 2004 Chad Elliott * examples/APG/Threads/Guards.cpp: Put #if guards around the body to avoid build problems when threads are disabled. Mon Dec 6 06:53:43 2004 Chad Elliott * apps/soreduce/SO_Group.cpp: Increase the number of libraries that soreduce can handle. Mon Dec 06 11:34:12 UTC 2004 Johnny Willemsen * ace/config-win32-mingw.h: Added ACE_LACKS_SIGSET_DEFINITIONS Mon Dec 06 10:49:12 UTC 2004 Johnny Willemsen * ace/config-win32-mingw.h: Undef ACE_LACKS_SIGSET, MinGW has sigset but this define is set from config-win32-common.h Mon Dec 06 10:06:12 UTC 2004 Johnny Willemsen * ace/config-win32-interix.h: Fixed fuzz errors Mon Dec 06 09:29:12 UTC 2004 Johnny Willemsen * ace/os_include/os_signal.h: Added patch for Interix and removed not needed MinGW check * ace/Sock_Connect.cpp: * ace/SOCK_Dgram.cpp: * ace/SOCK_Dgram_Bcast.cpp: * ace/SOCK_Dgram_Mcast.cpp: Applied patches for the Interix port. Thanks to Steven Frare for the patches. Mon Dec 06 09:06:12 UTC 2004 Johnny Willemsen * ace/config-win32-interix.h: * include/makeinclude/platform_win32_interix.GNU: New files for Interix (Microsoft Services for Unix). Thanks to Steven Frare for these new files Sun Dec 05 16:44:00 2004 Balachandran Natarajan * ace/Select_Reactor_T.cpp (dispatch_notification_handlers): Decrement the number_of_active_handles after a successful dispatch. This seems to cause Reactor_Notify_Test to fail on Win32. The reason why this does not show up in *nix is left as an exercise to the reader! Thanks to Steve Huston for alerting us about this issue. Sat Dec 4 20:39:20 2004 Douglas C. Schmidt * THANKS: Added the 1,900th contributor to the THANKS file!! Sun Dec 5 14:49:57 2004 Balachandran Natarajan * tests/TP_Reactor_Test.cpp: The test creates some listeners in the one button test, if that exceeds SOMAXCONN the test fails. We now reset the number of senders in the test to SOMAXCONN if they exceed SOMAXCONN. Thanks to Frare Steven for the patch. Fri Dec 3 07:37:38 2004 J.T. Conklin * MakeProjectCreator/config/dsnotifylogadmin_serv.mpb: Changed to inherit from notification_serv. Fri Dec 3 12:54:12 UTC 2004 Martin Corino * ace/config-vxworks5.x.h: Added _GLIBCPP_USE_LONG_LONG for GCC 3.3+ since it is not defined by the compiler itself. This solves problems with long long support in standard C++ includes. Fri Dec 3 11:50:12 UTC 2004 Johnny Willemsen * ace/Timeprobe_T.cpp: Fixed casing in include Thu Dec 2 13:38:33 2004 Chad Elliott * apps/soreduce/Library.h: * apps/soreduce/Library.cpp: * apps/soreduce/README: Modified soreduce to output mpc files instead of makefiles. Thu Dec 2 11:09:07 2004 J.T. Conklin * apps/gperf/tests/Makefile.am: Revert my previous change. Fixed orignal problem by putting the stamp file in the same directory as the output file. Thanks to Chad Elliott for letting me know that the gperf options for the two invocations of gperf on idl.gperf were different. Thu Dec 2 16:42:12 UTC 2004 Martin Corino * include/makeinclude/platform_vxworks5.5.x.GNU: Added explicit 'signed-char' flags for ppc and arm builds. Thu Dec 2 11:08:29 2004 Steve Huston * examples/APG/Threads/Guards.cpp: Fixed "unused parameter" warning. Thu Dec 2 15:06:12 UTC 2004 Martin Corino * ace/Timeprobe_T.cpp: Fixed another compile problem (missing include for ACE_OS::memcpy). Thu Dec 2 14:26:12 UTC 2004 Martin Corino * ace/Timeprobe_T.cpp: Fixed error in ACE_Timeprobe_Ex<>::print_absolute_times() where ACE_hrtime_t was incorrectly assumed to be a structure/class (it's an integer type). Thu Dec 2 09:45:12 UTC 2004 Johnny Willemsen * bin/PerlACE/ConfigList.pm: Remove trailing white spaces from entry after the split. Interix perl had problems with this. Thanks to Steven Frare for reporting this and J.T. Conklin for simplifying the patch. Thu Dec 2 09:11:12 UTC 2004 Martin Corino * include/makeinclude/platform_vxworks5.5.x.GNU: Recommitting because file seemed screwed up when checking out on Windows. Thu Dec 2 08:32:12 UTC 2004 Martin Corino * include/makeinclude/platform_vxworks5.5.x.GNU: Changed template handling to allow implicit template instantiation with VxWorks GNU toolchain. Wed Dec 1 15:01:39 2004 Steve Huston * examples/APG/Threads/Guards.cpp: * examples/APG/Threads/Message_Blocks.cpp: Enabled the code here that was previously blocked out. Fixed narrow/wide-char spec for a string to ACE_Log_Msg. Thanks to Johnny Willemsen for pointing out that none of this code was actually getting compiled. Wed Dec 1 08:49:12 UTC 2004 Martin Corino * include/makeinclude/platform_vxworks5.5.x.GNU: Fixed linking issues concerning ACE/TAO libraries. Tue Nov 30 16:38:08 2004 J.T. Conklin * apps/gperf/tests/Makefile.am: Changed to only generate idl.cpp from idl.gperf once. The attempt to generate it twice, the a second time in a different directory failed because the "stamp" file was the same. Tue Nov 30 17:32:29 2004 Steve Huston * m4/ace.m4: Added two new options, --enable-pthreads and --enable-uithreads. These en/dis-able the use of Pthreads and UI Threads (aka Solaris threads), respectively. Some platforms (namely AIX) offer a hokey UI Threads that barely functions but can't be used for any real work. Efforts to detect this and automatically disable it have been unfruitful, so this option was added. Pthreads defaults to yes, UI threads defaults to, except on Solaris where it defaults to yes. * m4/threads.m4: Only do Pthreads/UIthreads checks if the corresponding implementation is enabled by the command line (or default) using the above new options. Tue Nov 30 07:32:18 2004 Chad Elliott * apps/gperf/tests/iout2_gen/.empty: * bin/MakeProjectCreator/templates/gnu.mpd: Reverted my previous change as it caused more problems than it solved. Instead, after much research I've found that VPATH doesn't work when source files are generated into a directory other than '.', so I made a directory (iout2_gen) to hold the generated source (idl.cpp) from the iinset2 gperf test. Tue Nov 30 09:51:12 UTC 2004 Martin Corino * ace/ACE.inl: Implemented temporary fix for problems with VxWorks GNU toolchains. Mon Nov 29 17:56:39 2004 Steve Huston * tests/Test_Output.cpp: Re this change: Fri Nov 19 18:19:19 2004 Steve Huston the reinterpret_cast<> breaks some stuff on LynxOS. So only do reinterpret_cast on ACE_LACKS_IOSTREAM_TOTALLY, else use dynamic_cast. This should fix LynXOS. Thanks to Olli Savia for bringing this to my attention. Mon Nov 29 14:10:12 2004 Chad Elliott * ace/ace.mpc: Added a verbatim clause with MPC-ized versions of the original Svc_Conf_y.cpp and Svc_Conf_l.cpp targets from Makefile.ace. Mon Nov 29 13:12:14 2004 Chad Elliott * bin/MakeProjectCreator/templates/gnu.mpd: Modified the OBJS setting to allow cpp files that are generated into a subdirectory below where the mpc file exists. gperf tests happen to do this now. Mon Nov 29 16:07:12 UTC 2004 Martin Corino * examples/Web_Crawler/Iterators.cpp: Minor change to get rid of warning in GCC 2.96 build. Mon Nov 29 16:03:12 UTC 2004 Martin Corino * ACEXML/common/HttpCharStream.cpp: Minor change to get rid of warning in GCC 2.96 build. Mon Nov 29 15:43:12 UTC 2004 Martin Corino * performance-tests/SCTP/Options_Manager.h: * performance-tests/SCTP/Options_Manager.cpp: * performance-tests/SCTP/SOCK_SEQPACK_srv.cpp: * performance-tests/SCTP/SOCK_SEQPACK_clt.cpp: * performance-tests/SCTP/SOCK_STREAM_srv.cpp: * performance-tests/SCTP/SOCK_STREAM_clt.cpp: Fixed problems with use of iostreams for ACE_LACKS_IOSTREAM_TOTALLY builds (VxWorks DIAB). Mon Nov 29 07:04:58 2004 Chad Elliott * bin/MakeProjectCreator/templates/gnu.mpd: Moved the setting of SOVERSION below the include for wrapper_macros.GNU and enclose it in a if check for versioned_so to be 1. This allows users to build without versioned shared libraries. Also, fixed a problem with the realclean target. The executable extension was not added when the installed target was added to the CLEANUP_INSTALL macro. Thanks to Johnny Willemsen for reporting both of these problems. Sun Nov 28 22:10:48 2004 J.T. Conklin * bin/am_edit: Removed old file. MPC-generated Makefile.am's make this script obsolete. Mon Nov 29 07:36:03 2004 Olli Savia * apps/JAWS/server/HTTP_Helpers.cpp: Added "const" qualifiers to silence compile time warnings. Sun Nov 28 17:53:12 UTC 2004 Johnny Willemsen * bin/MakeProjectCreator/config/notify_serv.mpb: Added etcl and dynamicany as base projects to fix link errors in the BCB6 Static build Sun Nov 28 16:16:12 UTC 2004 Martin Corino * ace/config-vxworks5.x.h: Added ACE_HAS_USING_KEYWORD for DIAB compiler. Sun Nov 28 12:26:12 UTC 2004 Johnny Willemsen * bin/MakeProjectCreator/templates/gnu.mpd: * bin/MakeProjectCreator/config/ciao_servant_dnc.mpb: * bin/MakeProjectCreator/config/ciao_servant.mpb: Made it possible to overrule the commands for the cidlc compiler, just as with TAO_IDL. Needed for cross builds like VxWorks Sat Nov 27 14:51:12 UTC 2004 Martin Corino * bin/MakeProjectCreator/templates/gnu.mpd: Changed use of 'mkdir -p' to '$(MKDIR)' command for more compatibility. Fri Nov 26 19:38:58 2004 J.T. Conklin * configure.ac: * Makefile.am: Use AC_SUBST instead of AM_CONDITIONAL for directories that may be omitted in a distribution. Fri Nov 26 17:54:32 2004 J.T. Conklin * bin/tao_other_tests.lst: Added orbsvcs/test/Log/Basic_Log_Test test to the list. Fri Nov 26 18:24:39 2004 Steve Huston * ace/OS_NS_Thread.inl (thr_getprio): WinCE doesn't support GetPriorityClass, so this method will do ENOTSUP on WinCE. Also fixed the Friday ChangeLog entries that said it was Nov 25. Fri Nov 26 17:46:29 2004 Steve Huston * examples/System_V_IPC/SV_Message_Queues/TMQ_Client.cpp: Corrected wide-char issues. * examples/Threads/task_three.cpp: ACE_OSTREAM_TYPE is not always a class that offers close(). So just delete the object when it's not needed any longer. Also, remove the reference from ACE_Log_Msg. Fri Nov 26 19:12:12 UTC 2004 Martin Corino * examples/Threads/task_three.cpp: Fixed another compile problem. Fri Nov 26 16:16:12 UTC 2004 Martin Corino * examples/System_V_IPC/SV_Message_Queues/TMQ_Client.cpp: Fixed compile problems. Fri Nov 26 12:00:12 UTC 2004 Martin Corino * ace/config-vxworks5.x.h: Added ACE_HAS_STANDARD_CPP_LIBRARY for DIAB builds. Fri Nov 26 11:04:12 UTC 2004 Martin Corino * examples/Threads/task_three.cpp: * examples/System_V_IPC/SV_Message_Queues/TMQ_Client.cpp: * examples/Logger/Acceptor-server/server_loggerd.cpp: * examples/Log_Msg/test_log_msg.cpp: Fixed problems with iostreams for ACE_LACKS_IOSTREAM_TOTALLY builds (VxWorks DIAB). Fri Nov 26 10:26:12 UTC 2004 Johnny Willemsen * bin/tao_orb_tests.lst: Don't run bug_1535_regression when minimum_corba is enabled. Fri Nov 26 10:17:12 UTC 2004 Johnny Willemsen * ACE-INSTALL.html: Removed some old info about os-patches, these are gone already for some time, also corrected the location of the main define, it is now in OS_main.h. As last, changed the references to several files from the site of Doug to the local directory. This because of two reasons, first there are development teams without internet access (yes, they still exist in the world), and the site of Doug always gives the latest version, but when using a certain ACE version I want to have the documentation of MPC belonging to that version, not with the current version, which can be something completely different in a few years. Fri Nov 26 08:57:12 UTC 2004 Johnny Willemsen * ACE-INSTALL.html: Minor updates about Borland and VxWorks versions that are supported Thu Nov 25 15:45:38 2004 J.T. Conklin * bin/tao_other_tests.lst: Added orbsvcs/test/Bug_XXXX_Regression tests to the list. Thu Nov 25 18:24:12 UTC 2004 Johnny Willemsen * websvcs/tests/Test_URL_Addr.cpp: * performance-tests/SCTP/SOCK_SEQPACK_Association_Test.cpp: Use ACE_TMAIN instead of main to fix link errors in the unicode builds. Thu Nov 25 09:25:29 2004 J.T. Conklin * bin/tao_other_tests.lst: Added FaultTolerance tests to list. Thu Nov 25 14:38:12 UTC 2004 Johnny Willemsen * examples/APG/Threads/Guards.cpp: * examples/APG/Threads/Message_Blocks.cpp: Use ACE_TMAIN instead of main to fix link errors in the unicode builds. Wed Nov 24 17:23:22 2004 Irfan Pyarali * ace\Timer_Wheel_T.cpp (expire): ACE_Timer_Wheel_T<>::expire() made the upcall before rescheduling a recurring timer. The problem with this is that if the upcall code tries to cancel the recurring timer, the cancel will fail since the timer has not been rescheduled. The fix is to move the rescheduling code before the upcall code. Thanks to Domingos Monteiro for reporting and providing a fix for this bug. Wed Nov 24 16:02:21 2004 Steve Huston * ace/Asynch_Connector.{h cpp}: Removed the locally-defined "static ACE_INET_Addr local_default" used for the default local address on connects. In the lower levels of ACE, the local address is compared to ACE_Addr::sap_any, and this one didn't match with IPv6 defined. The default arg is now ACE_Addr::sap_any, like the other default local addresses, such as ACE_Connector. * ace/WIN32_Asynch_IO.cpp: If a ACE_OS::bind() fails, print a message with the real reason in it, not just "ACE_OS::bind failed". * tests/Proactor_Test.cpp: Added a check to see that the test actually does some data transfer, else it isn't really doing anything. Wed Nov 24 14:40:29 2004 Steve Huston * tests/NonBlocking_Conn_Test.cpp (test): Don't leave bogus ACE_INET_Addr entries in addresses[] if a name lookup fails. Doing so causes screwups later when each entry is assumed to have a legit address to form into a string. Wed Nov 24 13:32:32 2004 Chad Elliott * bin/msvc_static_order.lst: Added the remaining CosNotification libraries, Security library and the ImplRepo_Service projects to ensure that things are built in the correct order. Wed Nov 24 12:24:57 2004 Chad Elliott * bin/MakeProjectCreator/config/notification_serv.mpb: Added the svc_utils base project. The CosNotification_Serv library needs it and this should fix static link errors for Notify_Service. Wed Nov 24 09:44:43 2004 Chad Elliott * include/makeinclude/platform_hpux_aCC.GNU: After conversation with Johnny, I am reverting my previous change. Wed Nov 24 09:05:45 2004 Chad Elliott * include/makeinclude/platform_hpux_aCC.GNU: Suppress warning 1039 about binary incompatibility with 3.33 to 3.50. Wed Nov 24 08:18:51 2004 Chad Elliott * apps/gperf/tests/Makefile.am: * apps/gperf/tests/tests.mpc: Generate the gperf generated code into an alternate directory for the iinset2 project. Since iinset and iinset2 share the same input file, the correct gperf commandflags weren't being used for the second project to be processed. * bin/MakeProjectCreator/templates/bor.mpd: * bin/MakeProjectCreator/templates/gnu.mpd: When gendir is used, attempt to automatically make the specified directory. Wed Nov 24 12:00:12 UTC 2004 Johnny Willemsen * performance-tests/SCTP/hist.cpp: * performance-tests/SCTP/Options_Manager.cpp: * performance-tests/SCTP/SOCK_SEQPACK_clt.cpp: * performance-tests/SCTP/SOCK_SEQPACK_srv.cpp: * performance-tests/SCTP/SOCK_STREAM_clt.cpp: * performance-tests/SCTP/SOCK_STREAM_srv.cpp: Replaced NULL with 0 Tue Nov 23 20:41:57 2004 Balachandran Natarajan * ace/OS_NS_Thread.inl: Reverted this change "Tue Nov 23 20:26:51 2004 Balachandran Natarajan " since this has no scope of working. I guess the policy stuff itself is a bad thing for Win32. Let me find out from the original contributor. Tue Nov 23 20:26:51 2004 Balachandran Natarajan * ace/OS_NS_Thread.inl: The previous checkin used ::GetCurrentProcess () to access the policy which is not right, but the "id" passed in should be used to maintain the semantics of thr_getprio (). Tue Nov 23 14:06:41 2004 Dale Wilson * ace/OS_NS_Thread.inl: Three problems in ACE_OS::thr_getprio on Windows: 1) GetThreadPriority doesn't fail so the check for errors is unnecessary. 2) On the other hand GetPriorityClass may fail. The check for errors from GetPriortyClass was incorrect. 3) GetPriorityClass takes a process handle not a thread handle so it was always failing. Tue Nov 23 10:35:41 2004 Chad Elliott * ASNMP/asnmp/address.cpp: VxWorks doesn't have h_errno. Tue Nov 23 15:33:12 UTC 2004 Martin Corino * ace/Auto_Ptr.h: Added missing auto_ptr(auto_ptr &) constructor. Tue Nov 23 15:20:12 UTC 2004 Martin Corino * ace/config-vxworks5.x.h: Fixed auto_ptr config for GNU-G builds. Tue Nov 23 07:56:11 2004 Chad Elliott * bin/MakeProjectCreator/modules/AutomakeWorkspaceHelper.pm: Added support for dynamically determining the includedir. Tue Nov 23 07:39:23 2004 Chad Elliott * bin/MakeProjectCreator/templates/gnu.mpd: Modified to support the MPC 'version' keyword. If version is set, then we will set the SOVERSION macro. Tue Nov 23 07:30:12 UTC 2004 Johnny Willemsen * ace/DLL.cpp: Fixed compile problems in unicode builds Tue Nov 23 00:37:14 2004 Olli Savia * examples/APG/ThreadPools/Futures.cpp: Removed unnecesary type cast in CompletionCallBack::update(). Replaced NULL with 0 in Manager::shut_down(). * examples/Export/dll.cpp: Added explicit static template member instantiation. Mon Nov 22 13:45:05 2004 Chad Elliott * bin/GNUmakefile.clone: Renamed GNUmakefile to GNUmakefile.clone to avoid being overwritten when bin.mpc is processed. * ACE-INSTALL.html: Changed documentation on building clone.cpp to take the above into account. Mon Nov 22 19:33:12 UTC 2004 Johnny Willemsen * ACE-INSTALL.html: When building with gcc for cygwin the binutils package must also be installed. Mon Nov 22 12:08:27 2004 Ciju John * bin/MakeProjectCreator/config/notify.mpb: Fixed fuzz.pl caught inconsistencies. Mon Nov 22 11:58:25 2004 Chad Elliott * bin/fuzz.pl: Account for multiple whitespace when checking for non-bool return values on equality/in-equality operators. Mon Nov 22 07:44:23 2004 Venkita Subramonian * Kokyu/Kokyu_dsrt.{cpp,h}: Changed the return type of DSRT_Dispatcher_Factory::create_dispatcher method from auto_ptr to DSRT_Dispatcher*. This was causing build errors with VxWorks5.5.1_PPC85XX_GCC3.3. Thanks to Johnny Willemsen (jwillemsen@remedy.nl) for pointing this out. * Kokyu/Kokyu.h: Changed some documentation. Sun Nov 21 10:34:42 2004 Douglas C. Schmidt * ace/Message_Queue_T.h: Changed the access control specifier of ACE_Message_Queue_Ex::queue_ from private to protected to enabled subclasses to access it. Thanks to Nuno Silva for this suggestion. This change fixes bugid 1984. Sat Nov 20 18:12:55 UTC 2004 Balachandran Natarajan * ace/OS_NS_Thread.inl: Fixes for thr_getprio () on Win32. Thanks to Abhi for motivating this fix. Sat Nov 20 07:40:48 2004 Carlos O'Ryan * ace/DLL.cpp: Doug needs to write 500 times on the board "I will not commit before compiling." Missing a value in a return statement from a function returning int. Fri Nov 19 14:42:00 2004 Krishnakumar B * ACEXML/common/NamespaceSupport.cpp: * ACEXML/parser/parser/Parser.cpp: Fixes to namespace support in ACEXML. Thanks to Weida Ma for the patches. * ACEXML/examples/SAXPrint/broken.xml: broken.xml should be broken. Added some errors to make this file invalid. * ACEXML/examples/SAXPrint/main.cpp: Repeat the parsing twice to make sure that we catch any leaks or memory corruption due to code paths that are not always exercised. Fri Nov 19 18:19:19 2004 Steve Huston * ace/os_include/os_errno.h: Add EPERM for Win32 that doesn't have it. For example, WinCE. * tests/Test_Output.cpp (ACE_Test_Output::output_file()): Use reinterpret_cast, not dynamic_cast, to convert the OFSTREAM pointer. dynamic_cast isn't valid where OFSTREAM is a void*, like on WinCE. * tests/HTBP/Reactor_Tests/server.cpp: * tests/HTBP/ping/server.cpp: Use ACE_TMAIN, not main() to pick up proper signature on WinCE. Also corrected narrow/wide-char issues. Fri Nov 19 16:03:31 2004 Douglas C. Schmidt * ace/DLL.cpp: Cleaned up the code a bit since it was messy and improved the documentation to clarify the role of "close_handle_on_destruction". Also fixed a bug in ACE_DLL::close() since it wasn't guarding against multiple calls, i.e., one explicit and one implicit via the destructor. Thanks to Russell Mora for motivating these fixes. Mon Oct 18 13:02:11 2004 Dale Wilson * bin/MakeProjectCreator/config/notify.mpb: missing file from merge. Wed Oct 13 15:44:58 2004 Dale Wilson * bin/MakeProjectCreator/config/notify_serv.mpb: missing file from merge. Fri Nov 19 13:13:00 2004 Gary Maxey * ace/README Documented new ACE Portability Macros Fri Nov 19 10:17:00 2004 Gary Maxey * ace/ACE.inl: Use ::recv() instead of ::read() on Tandem NSK platform because it is faster. * ace/OS_NS_sys_socket.inl In ACE_OS::sendv, when ACE_HAS_SOCK_BUF_SIZE_MAX, avoid writing more than system allows. * ace/config-tandem-nsk-mips-v2.h * ace/config-tandem-nsk-mips-v3.h Updated ACE_HAS_SOCK_BUF_SIZE_MAX define Fri Nov 19 09:55:35 2004 Venkita Subramonian * Kokyu/Kokyu.{h,cpp}: Changed the return type of Dispatcher_Factory::create_dispatcher method from auto_ptr to Dispatcher*. This was causing build errors in some beta compilers and warnings in MSVC6, Tru64 and OpenVMS compilers. It looks like these compilers are broken in terms of auto_ptr implementation, specifically returning auto_ptr types from functions/methods. Thanks to Johnny Willemsen (jwillemsen@remedy.nl) for pointing this out. Fri Nov 19 07:33:33 2004 Chad Elliott * examples/APG/Logging/Trace.h: * examples/APG/Logging/Trace_Return.cpp: * examples/APG/Logging/Wrap_Macros.cpp: Fixed more VxWorks related build errors. Apparently, the g++ 2.96 that comes with VxWorks can't handle ... in a macro parameter list (however g++ 2.96 on linux can). Fri Nov 19 06:55:32 2004 Chad Elliott * bin/MakeProjectCreator/templates/bor.mpd: If there is no exe or lib target, don't include one of the *.bor from include/makeinclude and create a dummy 'all' target. * bin/MakeProjectCreator/templates/gnu.mpd: Added $(EXEEXT) to the end of the TAO_IDL_DEP assignment to support windows builds. Fri Nov 19 09:48:12 UTC 2004 Johnny Willemsen * bin/MakeProjectCreator/templates/bor.mpd: Only generate CPPDIR and CDIR when cppdir is defined, this fixes build problems when a project is tried to build without source code Fri Nov 19 09:35:12 UTC 2004 Johnny Willemsen * ace/config-win32-common.h: Added define ACE_LACKS_PWD_FUNCTIONS, Win32 doesn't have this also, and by setting this define we don't need to explicitly check for win32 anymore when we use this macro. * ace/OS_NS_pwd.inl: Simplified some checks, just check for ACE_LACKS_PWD_FUNCTIONS and not also for ACE_WIN32 * examples/APG/Processes/Spawn.cpp: Just check for ACE_LACKS_PWD_FUNCTIONS Thu Nov 17 15:55:00 2004 Gary Maxey * bin/PerlACE/Process_Unix.pm Add logic for "nonstop_kernel" platform quirks * bin/PerlACE/Run_Test.pm Define "wait_interval_for_process_creation" variable to allow for per-platform customization. Thu Nov 18 19:22:12 UTC 2004 Johnny Willemsen * examples/APG/Processes/Spawn.cpp: Don't call setUserId when ACE_WIN32 and ACE_LACKS_PWD_FUNCTIONS are not set, then this method is just not there. Thu Nov 18 11:52:19 2004 Chad Elliott * bin/MakeProjectCreator/config/ciao_servant.mpb: * bin/MakeProjectCreator/config/ciao_servant_dnc.mpb: * bin/MakeProjectCreator/config/psdl.mpb: * bin/MakeProjectCreator/config/taoidldefaults.mpb: Changed these base projects to use 'dependent' in the new manner where it represents the command upon which the generated files are dependent. * bin/MakeProjectCreator/templates/gnu.mpd: Changed to use TAO_IDL_DEP as the dependency for the idl generated files. * bin/MakeProjectCreator/config/trading_serv.mpb: * bin/MakeProjectCreator/config/trading_skel.mpb: Renamed these mpc files to mpb files. The mpc extension works, it's just a matter of consistency. Thu Nov 18 16:31:12 UTC 2004 Johnny Willemsen * protocols/protocols.mwc: Added missing Id tag Thu Nov 18 09:35:01 2004 Chad Elliott * examples/APG/Processes/Spawn.cpp: * examples/APG/ThreadManagement/Priorities.cpp: Fixed build problems with VxWorks specific code. Thu Nov 18 14:42:12 UTC 2004 Martin Corino * ace/OS_NS_Thread.inl: Fixed unused arg warning. Thu Nov 18 14:38:12 UTC 2004 Martin Corino * ace/Semaphore.cpp: Change to improve support for platforms missing shmopen(). Thu Nov 18 14:35:12 UTC 2004 Martin Corino * ace/config-cygwin32.h: Changed some defines to improve Cygwin build. Thu Nov 18 07:38:34 2004 Chad Elliott * ace/Service_Config.cpp: Distinguish between the existence of and the file permissions for the default service configurator file (svc.conf). Thanks to Dipa Suri and Adam Howell for reporting this. Thu Nov 18 07:10:26 2004 Chad Elliott * examples/Logger/Acceptor-server/Logger_Acceptor_Server.mpc: * examples/Logger/client/Logger_client.mpc: * examples/Logger/simple-server/Logger_Simple_Server.mpc: Added exename settings to these. They use ACE_MAIN, but that's no longer recognized by MPC as an exe entry point. * performance-tests/Synch-Benchmarks/Base_Test/Synch_Benchmarks_Base_Test.mpc: * performance-tests/Synch-Benchmarks/Perf_Test/Synch_Benchmarks_Perf_Test.mpc: Changed these library projects to inherit from acelib instead of aceexe. * protocols/protocols.mwc: Added a default workspace so that msvc_mpc_auto_compile.pl can find the HTBP (and future libraries). Thu Nov 18 06:48:28 2004 Chad Elliott * bin/envinfo.cpp: Added #include "ace/OS_NS_sys_utsname.h" to get ACE_utsname. Thu Nov 18 12:36:12 UTC 2004 Johnny Willemsen * examples/Threads/task_three.cpp: Changed ACE cast macros with the c++ versions Wed Nov 17 18:37:12 UTC 2004 Martin Corino * tests/test_config.h: Added include of OS_NS_fcntl.h needed for VxWorks build. Wed Nov 17 08:53:11 2004 J.T. Conklin * ace/Makefile.am: Updated. * ace/ace.mpc: Added Memory_Pool.h to Header_Files. * Makefile.am: * configure.ac: Changed to configure/build ACEXML only if --with-acexml (the default) was specified. Tue Nov 16 07:09:12 UTC 2004 Johnny Willemsen * ace/RB_Tree.cpp: In ACE_RB_Tree_Iterator_Base constructor initialise entry local variable with 0, so that when find_i doesn't find anything we don't set the node_ to an unitialised value. Thanks to Andreas Koehler for reporting this. Sun Nov 14 10:12:00 2004 J.T. Conklin * ACEXML/apps/svcconf/Makefile.am: * ACEXML/common/Makefile.am: * ACEXML/parser/parser/Makefile.am: * Kokyu/Makefile.am: * ace/Makefile.am: * ace/QoS/Makefile.am: * ace/RMCast/Makefile.am: * ace/SSL/Makefile.am: * ace/TMCast/Makefile.am: * protocols/ace/HTBP/Makefile.am: Restored LDFLAGS definition. Sun Nov 14 05:03:47 2004 Balachandran Natarajan * bin/tao_orb_tests.lst: Added a new test for the daily regression. Sat Nov 13 14:34:33 2004 J.T. Conklin * configure.ac: Split Kokyu directories out of monolithic AC_CONFIG_FILES list, into a separate, smaller, AC_CONFIG_FILES that is used only if the Kokyu subdirectory exists. This pattern can be used for other subdirectories (ACEXML, ASNMP, etc.) to provide flexibilty for packaging and compile-time configuration. Sat Nov 13 10:40:13 2004 J.T. Conklin * configure.ac: Removed line with m4_include([configure.ac.Makefiles]), autoreconf barfs with it present, even though it was "commented out" with dnl... * apps/gperf/tests/Makefile.am: Tweak to work around MPC brokenness. Fri Nov 12 20:54:14 2004 J.T. Conklin * Makefile.am: Restore conditionalized SUBDIR definition for Kokyu and TAO. Restore bin_SCRIPT and man_MANS definitions so the ace-config script and manpage is installed. * ACEXML/apps/svcconf/Makefile.am: * ACEXML/common/Makefile.am: * ACEXML/parser/parser/Makefile.am: * ace/Makefile.am: * ace/QoS/Makefile.am: * ace/RMCast/Makefile.am: * ace/SSL/Makefile.am: * ace/TMCast/Makefile.am: * protocols/ace/HTBP/Makefile.am: Restore includedir definitions so headers are installed in the correct place. Fri Nov 12 16:35:00 2004 Gary Maxey * ace/config-tandem-nsk-mips-v2.h Updated for compatibility with latest repository changes * ace/config-tandem-nsk-mips-v3.h Added for new compiler version Fri Nov 12 18:30:19 2004 Steve Huston * tests/Makefile.am: Moved HTBP down under '.' to make sure libTest_Output is built first. Fri Nov 12 17:23:41 2004 Steve Huston * bin/bin.mpc: * bin/PerlACE/perlace.mpc: These are meant to propagate the testing scripts over to the build area for automake builds. * bin/auto_run_tests.pl: When no test-set options are supplied, add in the TAO test lists only if there is an $ACE_ROOT/TAO directory. Facilitates being able to use this script without options from the automake-generated "make check" command. * configure.ac: Updated with the list of Makefiles below. * ACEXML/apps/svcconf/Makefile.am: * ACEXML/apps/Makefile.am: * ACEXML/common/Makefile.am: * ACEXML/examples/SAXPrint/Makefile.am: * ACEXML/examples/Makefile.am: * ACEXML/parser/parser/Makefile.am: * ACEXML/parser/Makefile.am: * ACEXML/tests/Makefile.am: * ACEXML/Makefile.am: * ASNMP/agent/Makefile.am: * ASNMP/asnmp/Makefile.am: * ASNMP/examples/get/Makefile.am: * ASNMP/examples/next/Makefile.am: * ASNMP/examples/set/Makefile.am: * ASNMP/examples/trap/Makefile.am: * ASNMP/examples/walk/Makefile.am: * ASNMP/examples/Makefile.am: * ASNMP/tests/Makefile.am: * ASNMP/Makefile.am: * ace/Makefile.am: * ace/QoS/Makefile.am: * ace/RMCast/Makefile.am: * ace/SSL/Makefile.am: * ace/TMCast/Makefile.am: * apps/JAWS/Makefile.am: * apps/JAWS/clients/Blobby/Makefile.am: * apps/JAWS/clients/Makefile.am: * apps/JAWS/clients/Caching/Makefile.am: * apps/JAWS/server/Makefile.am: * apps/Makefile.am: * apps/Gateway/Gateway/Makefile.am: * apps/Gateway/Makefile.am: * apps/Gateway/Peer/Makefile.am: * apps/JAWS3/jaws3/Makefile.am: * apps/JAWS3/Makefile.am: * apps/drwho/Makefile.am: * apps/gperf/src/Makefile.am: * apps/gperf/Makefile.am: * apps/gperf/tests/Makefile.am: * apps/mkcsregdb/Makefile.am: * apps/soreduce/Makefile.am: * bin/Makefile.am: * bin/PerlACE/Makefile.am: * examples/APG/Active_Objects/Makefile.am: * examples/APG/Config/Makefile.am: * examples/APG/Containers/Makefile.am: * examples/APG/Logging/Makefile.am: * examples/APG/Misc_IPC/Makefile.am: * examples/APG/Naming/Makefile.am: * examples/APG/Proactor/Makefile.am: * examples/APG/Processes/Makefile.am: * examples/APG/Reactor/Makefile.am: * examples/APG/Shared_Memory/Makefile.am: * examples/APG/Signals/Makefile.am: * examples/APG/Sockets/Makefile.am: * examples/APG/Streams/Makefile.am: * examples/APG/Svc_Config/Makefile.am: * examples/APG/ThreadManagement/Makefile.am: * examples/APG/ThreadPools/Makefile.am: * examples/APG/ThreadSafety/Makefile.am: * examples/APG/Threads/Makefile.am: * examples/APG/Timers/Makefile.am: * examples/APG/Makefile.am: * examples/ASX/CCM_App/Makefile.am: * examples/ASX/Makefile.am: * examples/ASX/Message_Queue/Makefile.am: * examples/Bounded_Packet_Relay/Makefile.am: * examples/C++NPv1/Makefile.am: * examples/C++NPv2/Makefile.am: * examples/Makefile.am: * examples/Connection/blocking/Makefile.am: * examples/Connection/Makefile.am: * examples/Connection/misc/Makefile.am: * examples/Connection/non_blocking/Makefile.am: * examples/DLL/Makefile.am: * examples/Export/Makefile.am: * examples/IOStream/client/Makefile.am: * examples/IOStream/Makefile.am: * examples/IOStream/server/Makefile.am: * examples/IPC_SAP/ATM_SAP/Makefile.am: * examples/IPC_SAP/Makefile.am: * examples/IPC_SAP/DEV_SAP/reader/Makefile.am: * examples/IPC_SAP/DEV_SAP/Makefile.am: * examples/IPC_SAP/DEV_SAP/writer/Makefile.am: * examples/IPC_SAP/FIFO_SAP/Makefile.am: * examples/IPC_SAP/FILE_SAP/Makefile.am: * examples/IPC_SAP/SOCK_SAP/Makefile.am: * examples/IPC_SAP/SPIPE_SAP/Makefile.am: * examples/IPC_SAP/SSL_SAP/Makefile.am: * examples/IPC_SAP/TLI_SAP/Makefile.am: * examples/IPC_SAP/UPIPE_SAP/Makefile.am: * examples/Log_Msg/Makefile.am: * examples/Logger/Acceptor-server/Makefile.am: * examples/Logger/client/Makefile.am: * examples/Logger/simple-server/Makefile.am: * examples/Logger/Makefile.am: * examples/Mem_Map/IO-tests/Makefile.am: * examples/Mem_Map/Makefile.am: * examples/Mem_Map/file-reverse/Makefile.am: * examples/Misc/Makefile.am: * examples/NT_Service/Makefile.am: * examples/Naming/Makefile.am: * examples/OS/Process/Makefile.am: * examples/OS/Makefile.am: * examples/QOS/Diffserv/Makefile.am: * examples/QOS/Makefile.am: * examples/QOS/Change_Receiver_FlowSpec/Makefile.am: * examples/QOS/Change_Sender_TSpec/Makefile.am: * examples/QOS/Simple/Makefile.am: * examples/RMCast/Send_File/Makefile.am: * examples/RMCast/Makefile.am: * examples/Reactor/Dgram/Makefile.am: * examples/Reactor/Makefile.am: * examples/Reactor/FIFO/Makefile.am: * examples/Reactor/Misc/Makefile.am: * examples/Reactor/Multicast/Makefile.am: * examples/Reactor/Ntalker/Makefile.am: * examples/Reactor/Proactor/Makefile.am: * examples/Reactor/WFMO_Reactor/Makefile.am: * examples/Registry/Makefile.am: * examples/Service_Configurator/IPC-tests/client/Makefile.am: * examples/Service_Configurator/IPC-tests/Makefile.am: * examples/Service_Configurator/IPC-tests/server/Makefile.am: * examples/Service_Configurator/Makefile.am: * examples/Service_Configurator/Misc/Makefile.am: * examples/Shared_Malloc/Makefile.am: * examples/Shared_Memory/Makefile.am: * examples/Smart_Pointers/Makefile.am: * examples/Synch/Makefile.am: * examples/System_V_IPC/SV_Semaphores/Makefile.am: * examples/System_V_IPC/SV_Message_Queues/Makefile.am: * examples/System_V_IPC/Makefile.am: * examples/TMCast/Member/Makefile.am: * examples/TMCast/Makefile.am: * examples/Threads/Makefile.am: * examples/Timer_Queue/Makefile.am: * examples/Web_Crawler/Makefile.am: * netsvcs/clients/Logger/Makefile.am: * netsvcs/clients/Makefile.am: * netsvcs/clients/Naming/Client/Makefile.am: * netsvcs/clients/Naming/Makefile.am: * netsvcs/clients/Naming/Dump_Restore/Makefile.am: * netsvcs/Makefile.am: * netsvcs/lib/Makefile.am: * netsvcs/servers/Makefile.am: * performance-tests/Misc/Makefile.am: * performance-tests/SCTP/Makefile.am: * performance-tests/Server_Concurrency/Leader_Follower/Makefile.am: * performance-tests/Server_Concurrency/Queue_Based_Workers/Makefile.am: * performance-tests/Server_Concurrency/Makefile.am: * performance-tests/Synch-Benchmarks/Base_Test/Makefile.am: * performance-tests/Synch-Benchmarks/Makefile.am: * performance-tests/Synch-Benchmarks/Perf_Test/Makefile.am: * performance-tests/Synch-Benchmarks/Synch_Lib/Makefile.am: * performance-tests/TCP/Makefile.am: * performance-tests/UDP/Makefile.am: * performance-tests/Makefile.am: * tests/Makefile.am: * tests/SSL/Makefile.am: * tests/RMCast/Makefile.am: * tests/HTBP/Reactor_Tests/Makefile.am: * tests/HTBP/Send_Large_Msg/Makefile.am: * tests/HTBP/Send_Recv_Tests/Makefile.am: * tests/HTBP/ping/Makefile.am: * tests/HTBP/Makefile.am: * websvcs/lib/Makefile.am: * websvcs/Makefile.am: * websvcs/tests/Makefile.am: * Makefile.am: * protocols/ace/HTBP/Makefile.am: * protocols/ace/Makefile.am: * protocols/Makefile.am: Either updated or new automake files. These were all generated with MPC and checked in. A number will require further tweaks to be useable for installing an autoconfigure'd ACE. At some point, we may work on the MPC extensions needed to completely automate the Makefile.am file generation, but at this point, those changes are only useful for automake build targets. Sat Nov 13 23:49:57 2004 Kobi Cohen-Arazi * tests/Test_Output.cpp (ACE_Test_Output::close): Added delete of the stream and setting msg_ostream to 0. That way when re-initing the stream, it will be recreated. Fri Nov 12 09:10:28 2004 Chad Elliott * ace/config-integritySCA.h: * include/makeinclude/platform_integrity_ghs.GNU: Merged in changes from TAO 1.3a. Fri Nov 12 09:48:22 2004 Steve Huston * ace/ACE.cpp (terminate_process): Return 0 for success (not 1) and -1 for failure (not 0). Thanks to Russell Mora for this fix. Fri Nov 12 06:33:02 2004 Chad Elliott * ace/OS_NS_Thread.cpp: Removed a duplicated #elif clause. Fri Nov 11 12:29:12 UTC 2004 Martin Corino * include/makeinclude/platform_vxworks5.5.x.GNU: * bin/MakeProjectCreator/templates/gnu.mpd: * ace/config-vxworks5.x.h: More changes to accommodate VxWorks 5.5.1 builds. Thu Nov 11 19:05:45 2004 Krishnakumar B * bin/MakeProjectCreator/config/ciao_component_dnc.mpb (project): Added a dependency from ciao_component_dnc to ciao_deployment_stub to resolve errors in building examples based on DAnCE framework. Thu Nov 11 15:56:00 2004 Gary Maxey * ace/OS_NS_time.h Add typedef for ACE_hrtime_t for Tandem platform. Add conversion defines needed by High_Res_Timer.cpp. * ace/High_Res_Timer.cpp Use macro definition for time difference calculation in ACE_High_Res_Timer::calibrate. * ace/OS_NS_sys_select.inl Use spt_select instead of select for Tandem pthreads. * ace/os_include/os_pthread.h * ace/OS_NS_Thread.cpp * ace/Sched_Params.cpp Add clause to existing ifdef for Tandem pthreads process priority definitions. * ace/CDR_Base.h Use LongLong typedef specialized for Tandem platform. * ace/Basic_Types.cpp For Tandem platform, altered initialization of flags variable in "operator<<" method. * ace/ACE_Export.h Added variation for "#define ACE_NAMESPACE_STORAGE_CLASS" for Tandem platform compiler. Thu Nov 11 17:27:24 2004 Kobi Cohen-Arazi * ace/Logging_Strategy.cpp: Fixed handle_timeout conditional test to check the max_size against the size of the file and not the value of a pointer. Fix init to handle re-init correctly. When wipeout_logfile_ is true, than close the file and reopen it truncated, when wipeout_logfile_ is false, don't reopen the file unless its not open already. Thu Nov 11 08:34:12 UTC 2004 Johnny Willemsen * bin/msvc_static_order.lst: Added HTPB library so that this lib is build first in a static msvc build Wed Nov 10 12:42:45 2004 Chad Elliott * ace/OS_Errno.h: * ace/OS_Errno.cpp: Do not inline this code if building with debug enabled using gcc on Solaris. If it is inlined, it can cause deadlocks during static initialization. * bin/MakeProjectCreator/config/rtscheduling.mpb: The TAO_RTScheduler library links in the TAO_PortableServer library, so this base project needs the portableserver base project. * tests/Priority_Task_Test.cpp: Print out an informational message if we are unable to change priority due to user privileges instead of an error. Applying the following changes from Trevor Fields (fields_t@ociweb.com): Mon Oct 25 12:12:14 MST 2004 Trevor Fields * ace/Service_Repository.h: * ace/Service_Repository.i: * ace/Service_Repository.cpp: Changed the lock from an ACE_Thread_Mutex to an ACE_Recursive_Thread_Mutex. This was done to stop the deadlock from occuring on Solaris with gcc (>3) non-optimized builds. The problem is that the dynamic library loading is being done according to the link line, every time a variable is looked up. This results in loading a new library while holding the Service Repository lock resulting in a single threaded deadlock. The problem manifests itself in executables that deadlock before reaching main(). The ImR_Activator is one of the programs that currently is broken by this problem. Wed Sep 1 13:23:44 MST 2004 Trevor Fields * ace/Service_Repository.cpp: Changed the insert method to delete a replaced service after releasing the lock. This was done to prevent deadlocks that were occuring on solaris with gcc > 3.2.1 in the debug mode. Wed Nov 10 16:42:12 UTC 2004 Martin Corino * include/makeinclude/platform_vxworks5.5.x.GNU: New platform configuration for VxWorks >= 5.5.1. This new file (should) work(s) for both the GNU and DIAB toolchains on any host for any target:-) Wed Nov 10 16:38:12 UTC 2004 Martin Corino * ace/config-vxworks5.x.h: Added template specialization macros for DIAB builds. Wed Nov 10 16:35:12 UTC 2004 Martin Corino * bin/MakeProjectCreator/templates/gnu.mpd: * include/makeinclude/rules.local.GNU: * include/makeinclude/wrapper_macros.GNU: Introduced use of ACE_MKDIR and MKDIR variables to better support VxWorks 5.5.1 builds. Wed Nov 10 07:10:12 2004 Chad Elliott * ASNMP/asnmp/enttraps.h: * ASNMP/asnmp/smival.h: Get rid of warnings from both aCC and Borland. Wed Nov 10 13:04:12 UTC 2004 Johnny Willemsen * ace/config-win32-mingw.h: Added format specifiers for INT64 and UINT64. Tue Nov 9 11:53:39 PST 2004 Dave Craig * ace/Multihomed_INET_Addr.cpp: * ace/Multihomed_INET_Addr.h: * tests/SOCK_SEQPACK_SCTP_Test.cpp: Add WCHAR support to ACE_Multihomed_INET_Addr, so SOCK_SEQPACK_SCTP_Test will not fail to build when passing a wchar_t argument on platforms that define ACE_USES_WCHAR. Add Qualcomm disclaimer to SOCK_SEQPACK_SCTP_Test. Note, there's still one more check-in to make SOCK_SEQPACK_SCTP_Test a shell of a executable on platforms that do not define ACE_HAS_SCTP. Tue Nov 9 09:39:09 2004 Chad Elliott * bin/tao_other_tests.lst: The ImR/Combined_Service example will not run on single threaded builds. Tue Nov 9 09:07:26 2004 Olli Savia * examples/Web_Crawler/Command_Processor.cpp: Added explicit static template member instantiations. Mon Nov 8 13:30:47 2004 Chad Elliott * tests/OS_Test.cpp: Converted the binary string data in string_convert_test() to hex escape sequences to get it to compile on gcc 3.4.1. Mon Nov 8 12:05:03 2004 Chad Elliott * include/makeinclude/rules.lib.GNU: Removed the unnecessary semi-colon from the end of the ar command line and collapsed the special rule for vxworks_ntbuild as it was no longer needed. Mon Nov 8 11:34:34 2004 Chad Elliott * bin/DependencyGenerator/DependencyEditor.pm: * bin/DependencyGenerator/DependencyGenerator.pm: Slight performance modifications. * bin/generate_export_file.pl: Print debug messages to STDERR to allow clean redirection with the use of the -d option. Mon Nov 8 07:53:46 2004 Chad Elliott * bin/msvc_mpc_auto_compile.pl: Added the protocols directory to the ace core directories. Fri Nov 5 13:44:57 2004 Chad Elliott * bin/MakeProjectCreator/config/acedefaults.mpb: Added ACE_NO_INLINE=1 to debug_macros only for the bmake project type. Fri Nov 5 18:11:41 2004 Balachandran Natarajan * ace/OS_NS_Thread.cpp (thr_create): Fixed memory leak that were caused due to allocated not being deleted whenever there is an error. Got around this problem by using an auto_ptr, and releasing the pointer when thr_create () is successful. Thanks to Gary Maxey for reporting the problem. * ace/Base_Thread_Adapter.h (ACE_Base_Thread_Adapter): Moved the destructor to be public and the constructor to be private. Making the destructor seems to have more downsides like the one above (which basically prevented us from using auto_ptr's). Fri Nov 5 16:14:12 UTC 2004 Martin Corino * ace/OS_NS_stdlib.cpp: Fixed unnecessary inclusion of 'limits' for VxWorks because it caused problems with GCC 2.9.6 toolchain. Fri Nov 5 07:52:51 2004 J.T. Conklin * ace/ACE.cpp: Changed gcd() from recursive to iterative implementation. A good optimizing compiler should be able to convert the tail call to a jump; but some compilers aren't good, and sometimes ACE is compiled without optimization. Fri Nov 5 15:36:12 UTC 2004 Martin Corino * bin/MakeProjectCreator/templates/gnu.mpd: * include/makeinclude/rules.bin.GNU: Changes to support VxWorks 5.5.1 linking (both DIAB and GNU toolchains). With VxWorks 5.5.1 linking is done based on rules/targets defined in the makefile configuration provided with the VxWorks toolset which is embedded in the ACE/TAO structure through the platform_macros. Fri Nov 5 15:30:12 UTC 2004 Martin Corino * ace/config-vxworks5.x.h: Updates for VxWorks 5.5.1 support. Fri Nov 5 07:27:16 2004 J.T. Conklin * configure.ac: * Makefile.am: Changed to configure/build new protocols subdirectory heirarchy. * ace/Makefile.am: Changed to not decend into HTBP subdirectory. * protocols/Makefile.am: * protocols/ace/Makefile.am: * protocols/ace/HTBP/Makefile.am: Added new files. Automake support for new HTBP location. Fri Nov 5 07:33:33 2004 Chad Elliott * bin/MakeProjectCreator/config/htbp.mpb: Added an include path for $(ACE_ROOT)/protocols. This will allow everything that uses HTBP to compile. Fri Nov 5 10:30:12 UTC 2004 Martin Corino * ace/OS_NS_stdlib.cpp: Fixed ACE_OS::mkstemp_emulation() for VxWorks because of 'max' macro clash with 'std::numeric_limits::max ()'. Fri Nov 5 07:28:12 UTC 2004 Johnny Willemsen * tests/Test_Output.cpp: Replaced ACE cast macro with C++ version Thu Nov 4 22:08:40 2004 Phil Mesnier * ace/HTBP/: Moved to new protocols/ace/HTBP. * protocols/: This is a new subdirectory added in anticipation of new libraries that use ACE to create new methods of transporting data between peers. This directory exists as a peer to ace signifying that entites under this directory are not wrappers in and of themselves, but do not necessarily have dependencies on any higher level code. * protocols/ace/HTBP: This directory contains the implementation of the Hypertext Tunneling Bidirectional Protocol, that was previously under the ace directory. The additional ace directory was added to avoid having to modify any code that depends on HTBP, currently its tests and the TAO pluggable protocol, HTIOP. Keeping the relative path the same meant that the only external change required as a side effect of this move was to add a single line to htbp.mpb so that code including HTBP headers get -I $ACE_ROOT/protocols added to the compile line. No other changes are required. * ace/ace.mwc: Removed ace/HTBP from the workspace definition. * bin/MakeProjectCreator/config/htbp.mpb: Added "includes += $(ACE_ROOT)/protocols" to the base project. Thu Nov 4 18:47:22 2004 Steve Huston * ace/config-WinCE.h: Added ACE_LACKS_WCTYPE_H for CE 3 and lower. * ace/OS_NS_sys_stat.inl: For CE, removed data truncation warnings. Thu Nov 4 17:06:08 CST 2004 Scott Harris * test/Test_Output.cpp: Fix a bug introduced by a memory leak fix in Logging_Strategy.cpp, Mon Oct 18 21:13:02 2004 Douglas C. Schmidt , that broke the test/Logging_Strategy_Test on some platforms. The problem is that Test_Output gives its file stream away to ACE_LOG_MSG and then ACE_Logging_Strategry::init destroys the stream but ACE_END_TEST still tries to close and destory it. The solution was to only have Test_Output close/destroy the stream if it has not already be changed in ACE_LOG_MSG. * test/Log_Msg_Test.cpp: The above change made it so ACE_Test_Output::output_file () returns the ACE_MSG_LOG stream so it would not return a possibly destroyed stream. Log_Msg_Test had to be changed to save off the message stream when it switched to a different file stream and then back to the original. Thu Nov 4 14:00:50 2004 J.T. Conklin * ace/QoS/Makefile.am: Added includedir definition so that headers are installed in $prefix/include/ace/QoS. * configure.ac: * ace/Makefile.am: Changed to configure/build HTBP protocol library. * ace/HTBP/Makefile.am: Added new file, automake support for HTBP protocol. Thu Nov 4 06:28:34 2004 Chad Elliott * examples/IPC_SAP/SSL_SAP/SSL-client.cpp: Added another cast that I missed on my Wed Nov 3 07:13:19 2004 check-in. Wed Nov 3 10:02:25 2004 Chad Elliott * bin/tao_orb_tests.lst: TAO/tests/IDL_Test/run_test.pl also can not be run with CORBA Messaging disabled. * bin/tao_other_tests.lst: TAO/performance-tests/Protocols/run_test.pl can not be run in a minimum corba build. Both TAO/examples/ior_corbaloc/run_test.pl and TAO/utils/nslist/run_test.pl now require CORBA Messaging because the Naming_Service requires it due to the addition of the relative roundtrip timeout ability in the TAO_Naming_Server class. Wed Nov 3 09:40:21 2004 Chad Elliott * bin/tao_orb_tests.lst: TAO/tests/Bug_1568_Regression/run_test.pl and TAO/tests/Bug_1670_Regression/run_test.pl can not be run with CORBA Messaging disabled. Wed Nov 3 08:49:15 2004 Chad Elliott * bin/tao_other_tests.lst: Removed TAO/orbsvcs/tests/Notify/Lanes/run_test.pl and TAO/orbsvcs/tests/Notify/ThreadPool/run_test.pl. These tests require more scheduling priorities than most of the nightly build systems have access to as a regular user. Wed Nov 3 06:24:31 2004 J.T. Conklin * bin/MakeProjectCreator/config/ftrteventchannel.mpb: * bin/MakeProjectCreator/config/messaging.mpb: Changed to inherit from corba_messaging instead of appending corba_messaging to requires. Wed Nov 3 07:24:06 2004 Chad Elliott * tests/HTBP/htbptest.mpb: Added missing Id tag. Wed Nov 3 07:13:19 2004 Chad Elliott * ACEXML/parser/parser/Parser.i: Removed unused variable 'ch'. * ACEXML/parser/parser/Parser.cpp: Added ACE_NOTREACHED around return to avoid warnings from Tru64 compiler. * ASNMP/asnmp/address.cpp: * ASNMP/asnmp/octet.cpp: * ASNMP/asnmp/oid.h: * ASNMP/asnmp/oid.cpp: * ASNMP/asnmp/smival.h: * ASNMP/asnmp/transaction.cpp: Getting rid of build warnings from various compilers (cxx, aCC, etc.) * examples/IPC_SAP/SSL_SAP/SSL-client.cpp: Because of my Tue Nov 2 13:51:15 2004 change, cast -1 to size_t in a couple of places. Tue Nov 2 18:37:22 2004 Steve Huston * tests/SOCK_SEQPACK_SCTP_Test.cpp: Reverted: Tue Nov 2 10:15:01 2004 Chad Elliott and changed the Server() and Client() return types from void* to ACE_THR_FUNC_RETURN to fix compile errors. Also changed a char to unsigned char to avoid a truncation warning. Tue Nov 2 14:09:57 2004 Chad Elliott * examples/C++NPv2/AC_Client_Logging_Daemon.cpp: * tests/Dev_Poll_Reactor_Test.cpp: Handle the alternate version of ACE_Connector<>::connect_svc_handler and in the process remove a SunCC warning. Tue Nov 2 13:51:15 2004 Chad Elliott * ASNMP/asnmp/asn1.cpp: Cast literal integer to u_long to match the type of the variable. * ace/config-linux-common.h: Check for __x86_64__ similarly to __ia64 to get rid of some build warnings. * examples/IPC_SAP/SSL_SAP/SSL-client.cpp: Use size_t instead of int to match the size of void*. Tue Nov 2 10:15:01 2004 Chad Elliott * tests/SOCK_SEQPACK_SCTP_Test.cpp: Cast the first parameter to ACE_Thread_Manager::spawn to ACE_THR_FUNC (as is done in other tests) to avoid compilation problems on Windows. Mon Nov 1 07:27:11 2004 Douglas C. Schmidt * ace/INET_Addr.cpp: Fixed the implementation of ACE_INET_Addr (const char port_name[], ACE_UINT32 ip_addr, const char protocol[] = "tcp"); ACE_INET_Addr (const wchar_t port_name[], ACE_UINT32 ip_addr, const wchar_t protocol[] = "tcp"); so that they convert the ip_addr into network byte order before calling set(). Thanks to Xue Yong Zhi for reporting this bug and providing the fix. Tue Nov 2 06:56:21 2004 Chad Elliott * performance-tests/SCTP/SCTP.mpc: Added verbatim sections to the client projects to adds $(MATHLIB) to LDLIBS for gnuace projects. The math library is needed for some UNIX platforms and is set in the corresponding platform_*.GNU files. Tue Nov 2 07:59:12 UTC 2004 Johnny Willemsen * performance-tests/SCTP/Options_Manager.cpp: Removed extern C around the include of an ACE header file, this fixes the compile problems in the Borland builds Mon Nov 1 10:21:00 2004 Gary Maxey * ace/TP_Reactor.cpp: performace enhancement in handle_timer_events See Bugzilla #1971 for details. * ace/TP_Reactor.cpp: performace enhancement in handle_timer_events See Bugzilla #1971 for details. Mon Nov 1 08:37:47 2004 Phil Mesnier * tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc: * tests/HTBP/Send_Large_Msg/Send_Recv_Test.mpc: * tests/HTBP/Reactor_Tests/Reactor_Tests.mpc: * tests/HTBP/ping/ping.mpc: Removed dependency on htbptest.mpb, as this breaks the automated mpc script. Mon Nov 1 07:34:03 2004 Phil Mesnier * tests/HTBP/htbptest.mpb: * tests/HTBP/Reactor_Tests/Reactor_Tests.mpc: * tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc: * tests/HTBP/Send_Large_Msg/Test_Output.cpp: * tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc: * tests/HTBP/Send_Recv_Tests/Test_Output.cpp: * tests/HTBP/ping/ping.mpc: Removed duplicate Test_Output.cpp source and added a new base project that includes libTest_Output.so. Mon Nov 1 07:16:12 UTC 2004 Johnny Willemsen * tests/FlReactor_Test.cpp: Set the reactor of the event handler to make this test working. Thanks to Ertugrul Sorar for supplying the patch Fri Oct 29 22:48:34 2004 Phil Mesnier * ace/HTBP/HTBP_ID_Requestor.cpp: Fixed Single thread build error due to mutex type mismatch. Fri Oct 29 12:15:23 2004 Steve Huston * performance-tests/SCTP/SOCK_SEQPACK_clt.cpp: Add missing #include "ace/OS_Memory.h" to find ACE_NEW_RETURN. Fri Oct 29 12:09:28 2004 Steve Huston * examples/Shared_Memory/test_MM.cpp: Don't try ACE_OS::mkstemp() if ACE_LACKS_MKSTEMP is defined. Fri Oct 29 09:30:37 2004 Chad Elliott * ace/HTBP/HTBP_Channel.cpp: Remove build warning from g++. Thu Oct 28 13:12:18 2004 Chad Elliott * tests/SOCK_SEQPACK_SCTP_Test.cpp: If IPPROTO_SCTP is not defined, let the protocol default. Thu Oct 28 11:16:26 2004 Phil Mesnier * ace/HTBP/HTBP_Environment.cpp: * ace/HTBP/HTBP_ID_Requestor.cpp: Fixed overlooked literal wide string and a missing include file. Thu Oct 28 11:48:29 2004 Steve Huston * examples/Reactor/Misc/pingpong.cpp: Added missing includes "ace/Barrier.h" and "ace/Thread.h" for ACE_WIN32. Also added some missing ACE_TEXT() around string literals. Thu Oct 28 07:03:28 2004 Chad Elliott * examples/IPC_SAP/SOCK_SAP/CPP-unclient.cpp: * examples/IPC_SAP/SOCK_SAP/CPP-unserver.cpp: * examples/Reactor/Misc/pingpong.cpp: Added #include "ace/OS_NS_unistd.h" for ACE_OS::read, ACE_OS::unlink, ACE_OS::getpid and ACE_OS::fork. * performance-tests/SCTP/SOCK_STREAM_clt.cpp: Added #include "ace/OS_Memory.h" for ACE_NEW_RETURN. Thu Oct 28 11:50:12 UTC 2004 Johnny Willemsen * bin/dsp2dsp.pl: Removed this file, dsp's are now generated with MPC Thu Oct 28 06:21:40 2004 Chad Elliott * ace/HTBP/HTBP_Session.cpp: Removed another extra semi-colon. Thu Oct 28 00:27:57 2004 Olli Savia * apps/JAWS/server/HTTP_Request.cpp: Replaced NULL with 0. Wed Oct 27 16:22:49 2004 Steve Huston * ace/UNIX_Addr.{h i}: Added wchar_t variants of the char-accepting constructor and set() methods. Changed addr_to_string() to accept ACE_TCHAR, not char, for the buffer. This unifies it with the other address classes, restoring the ability to interchange it in the Acceptor/Connector framework. * ace/UNIX_Addr.cpp (set): Use strsncpy(), not memcpy(), to copy the rendezvous string in, assuring a null-terminated string. * examples/IPC_SAP/DEV_SAP/reader/dev_sap_reader.mpc: * examples/IPC_SAP/DEV_SAP/writer/dev_sap_writer.mpc: Added exename and Source_Files spec since there's no main(). * examples/Reactor/Misc/Reactor_Misc.mpc: Added pingpong program. * examples/IPC_SAP/SOCK_SAP/sock_sap.mpc: Corrected names in CPP_unserver project and added CPP_unclient project. * examples/Connection/blocking/SPIPE-acceptor.{h cpp}: * examples/Connection/blocking/SPIPE-connector.{h cpp}: * examples/Connection/blocking/test_spipe_acceptor.cpp: * examples/Connection/blocking/test_spipe_connector.cpp: * examples/Connection/misc/test_upipe.cpp: * examples/Connection/misc/Connection_Handler.cpp: * examples/Connection/non_blocking/CPP-acceptor.{h cpp}: * examples/Connection/non_blocking/CPP-connector.{h cpp}: * examples/Connection/non_blocking/test_lsock_acceptor.cpp: * examples/Connection/non_blocking/test_lsock_connector.cpp: * examples/Connection/non_blocking/test_sock_acceptor.cpp: * examples/Connection/non_blocking/test_sock_connector.cpp: * examples/Connection/non_blocking/test_spipe_acceptor.cpp: * examples/Connection/non_blocking/test_spipe_connector.cpp: * examples/IPC_SAP/DEV_SAP/reader/reader.cpp: * examples/IPC_SAP/DEV_SAP/writer/writer.cpp: * examples/IPC_SAP/FIFO_SAP/FIFO-test.cpp: * examples/IPC_SAP/SOCK_SAP/CPP-memclient.cpp: * examples/IPC_SAP/SOCK_SAP/CPP-unclient.cpp: * examples/IPC_SAP/SOCK_SAP/CPP-unserver.cpp: * examples/IPC_SAP/SOCK_SAP/FD-unserver.cpp: * examples/IPC_SAP/SOCK_SAP/FD-unclient.cpp: * examples/IPC_SAP/SPIPE_SAP/NPClient.cpp: * examples/IPC_SAP/SPIPE_SAP/NPServer.cpp: * examples/IPC_SAP/SSL_SAP/SSL-client-simple.{h cpp}: * examples/IPC_SAP/SSL_SAP/SSL-client.{h cpp}: * examples/IPC_SAP/SSL_SAP/SSL-sever-fancy.{h cpp}: * examples/Logger/Acceptor-server/server_loggerd.{h cpp}: * examples/Logger/client/logging_app.cpp: * examples/Logger/simple-server/Logging_Handler.cpp: * examples/Logger/simple-server/server_loggerd.cpp: * examples/Mem_Map/IO-tests/IO_Test.cpp: * examples/Mem_Map/IO-tests/test_io.cpp: * examples/OS/Process/process.cpp * examples/Reactor/FIFO/server.cpp: * examples/Reactor/Misc/test_demuxing.cpp: * examples/Reactor/Misc/notification.cpp: * examples/Reactor/Misc/pingpong.cpp: * examples/Reactor/Multicast/Log_Wrapper.cpp: * examples/Service_Configurator/IPC-tests/client/local_dgram_client_test.cpp: * examples/Service_Configurator/IPC-tests/client/local_stream_client_test.cpp: * examples/Service_Configurator/IPC-tests/client/local_pipe_client_test.cpp: * examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.{h i cpp}: * examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.{h i cpp}: * examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.{h i cpp}: * examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.{h i cpp}: * examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.{h i cpp}: * examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.{h i cpp}: * examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.{h i cpp}: * examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.{h i cpp}: * examples/Service_Configurator/IPC-tests/server/Handle_Timeout.{h i cpp}: * examples/Service_Configurator/IPC-tests/server/Handle_Thr_Stream.{h cpp}: * examples/Service_Configurator/IPC-tests/server/server_test.cpp: * examples/Shared_Memory/test_MM.cpp: * examples/Shared_Memory/Options.{h cpp}: * examples/Shared_Memory/test_malloc.cpp: * performance-tests/SCTP/Options_Manager.cpp: * performance-tests/SCTP/SOCK_STREAM_clt.cpp: * performance-tests/SCTP/SOCK_STREAM_srv.cpp: * performance-tests/SCTP/SOCK_SEQPACK_clt.cpp: * performance-tests/SCTP/SOCK_SEQPACK_srv.cpp: Wide-char fixes. * performance-tests/SCTP/SCTP.mpc: New - describes the projects in this directory. These will build ok without SCTP enabled, so they don't need to be "required" to have sctp. Wed Oct 27 14:33:42 2004 Phil Mesnier * ace/HTBP/HTBP_Addr.cpp: * ace/HTBP/HTBP_Filter_Factory.cpp: * ace/HTBP/HTBP_ID_Requestor.cpp: * ace/HTBP/HTBP_Outside_Squid_Filter.h: Addressing errors raised by AIX 64 compiler. Wed Oct 27 12:11:11 2004 Phil Mesnier * ace/HTBP/HTBP_Addr.cpp: * ace/HTBP/HTBP_Environment.cpp: * ace/HTBP/HTBP_Environment.h: * ace/HTBP/HTBP_Filter.cpp: * ace/HTBP/HTBP_Filter.h: * ace/HTBP/HTBP_ID_Requestor.cpp: * ace/HTBP/HTBP_ID_Requestor.h: * ace/HTBP/HTBP_Inside_Squid_Filter.cpp: * ace/HTBP/HTBP_Session.cpp: * tests/HTBP/Reactor_Tests/client.cpp: * tests/HTBP/Send_Large_Msg/client.cpp: * tests/HTBP/Send_Large_Msg/run_test.pl: * tests/HTBP/Send_Large_Msg/server.cpp: * tests/HTBP/Send_Recv_Tests/SendRecv_Test.cpp: * tests/HTBP/ping/client.cpp: Numerous fixes to make support for wchar builds correct. Wed Oct 27 10:33:15 2004 Chad Elliott * ace/HTBP/HTBP.mpc: Modified the dynamicflags to match the macro used in HTBP_Export.h. Wed Oct 27 09:28:05 2004 Chad Elliott * bin/msvc_static_order.lst: Added the HTIOP library to the static order list. Wed Oct 27 09:16:16 2004 Chad Elliott * tests/HTBP/Reactor_Tests/Reactor_Tests.mpc: * tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc: * tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc: * tests/HTBP/ping/ping.mpc: Ensure that these projects get built in the right order by inheriting from the htbp base project. Wed Oct 27 13:05:12 UTC 2004 Martin Corino * include/makeinclude/rules.local.GNU: * include/makeinclude/rules.lib.GNU: Added changes to support VxWorks DIAB build on Windows. Wed Oct 27 07:54:11 2004 Chad Elliott * ace/HTBP/HTBP_Addr.h: * ace/HTBP/HTBP_Channel.h: * ace/HTBP/HTBP_Environment.h: * ace/HTBP/HTBP_Filter.h: * ace/HTBP/HTBP_Filter_Factory.h: * ace/HTBP/HTBP_ID_Requestor.h: * ace/HTBP/HTBP_Inside_Squid_Filter.h: * ace/HTBP/HTBP_Notifier.h: * ace/HTBP/HTBP_Outside_Squid_Filter.h: * ace/HTBP/HTBP_Session.h: * ace/HTBP/HTBP_Stream.h: Semi-colons are not required on the closing brace of a namespace and cause errors on a few compilers. Wed Oct 27 07:46:42 2004 Chad Elliott * ace/HTBP/HTBP_Addr.h: * ace/HTBP/HTBP_Channel.cpp: * ace/HTBP/HTBP_Environment.h: * ace/HTBP/HTBP_Stream.cpp: Use "" instead of <> in #include. * ace/HTBP/HTBP_ID_Requestor.cpp: * ace/HTBP/HTBP_Session.h: * ace/HTBP/HTBP_Session.cpp: Use ACE_SYNCH and ACE_SYNCH_MUTEX instead of ACE_MT_SYNCH and ACE_Thread_Mutex for threads=0 builds. * ace/OS_NS_Thread.inl: ACE_OS::thr_getspecific() was missing an #else clause for the ACE_HAS_THREADS macro. Wed Oct 27 08:05:12 UTC 2004 Martin Corino * include/makeinclude/rules.local.GNU: Fixed 'mkdir' handling for 'normal' cygwin32 and mingw32 builds since 'make' here uses 'sh.exe' as shell instead of 'cmd.exe' as the make for VxWorks does. Tue Oct 26 13:55:20 2004 Chad Elliott * ACEXML/common/StreamFactory.cpp: * ACEXML/common/ZipCharStream.h: * ACEXML/common/ZipCharStream.cpp: * ACEXML/examples/SAXPrint/main.cpp: Switch to using the zzip base project found in MPC which means switch from macro ACEXML_HAS_ZZIPLIB to USE_ZZIP. * bin/MakeProjectCreator/config/zzip.mpb: Removed this file. It is a duplicate of the one contained in MPC/config except for the trigger macro. Fri Oct 26 11:18:21 PDT 2004 Dave Craig * ace/SOCK_SEQPACK_Association.h: * ace/SOCK_SEQPACK_Association.cpp: Add SOCK_SEQPACK_Association::abort() to ungracefully remove an association. See RFC 2960 for more details. * tests/SOCK_SEQPACK_Test.cpp: * tests/tests.mpc: * tests/tests.lst: Add simple test to exercise SOCK_SEQPACK_* functionality through loopback and verify that abort() is doing what it is supposed to be doing. It took a while to exercise all of the different #define's, but the results should come out fine w/+w/o ACE_HAS_IPV6, w/+w/o ACE_HAS_SCTP, and w/+w/o ACE_LACKS_FORK. TAO with LKSCTP did not compile, so it was not regressed. Tue Oct 26 13:05:28 2004 Chad Elliott * ace/HTBP/HTBP.mpc: * ace/HTBP/HTBP_Addr.h: * ace/HTBP/HTBP_Channel.h: * ace/HTBP/HTBP_Channel.cpp: * ace/HTBP/HTBP_Environment.h: * ace/HTBP/HTBP_Filter.h: * ace/HTBP/HTBP_Filter_Factory.h: * ace/HTBP/HTBP_ID_Requestor.h: * ace/HTBP/HTBP_Inside_Squid_Filter.h: * ace/HTBP/HTBP_Notifier.h: * ace/HTBP/HTBP_Notifier.cpp: * ace/HTBP/HTBP_Outside_Squid_Filter.h: * ace/HTBP/HTBP_Session.h: * ace/HTBP/HTBP_Session.inl: * ace/HTBP/HTBP_Stream.h: * ace/HTBP/HTBP_Stream.cpp: * bin/MakeProjectCreator/config/htbp.mpb: * bin/MakeProjectCreator/config/htiop.mpb: * tests/HTBP/Reactor_Tests/Reactor_Tests.mpc: * tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc: * tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc: * tests/HTBP/ping/ping.mpc: Fixed many fuzz errors. Tue Oct 26 09:39:18 2004 Chad Elliott * ace/HTBP/HTBP_Inside_Squid_Filter.cpp: Set toklen to zero to avoid using it in an uninitialized state. Tue Oct 26 12:28:12 UTC 2004 Martin Corino * include/makeinclude/rules.local.GNU: Fixed sections for 'ifeq ("$(OS)", "Windows_NT")' since these now get hit again as the OS variable works again (see previous). Needed this for VxWorks cross-builds on NT. Tue Oct 26 12:22:12 UTC 2004 Martin Corino * ace/ace.mpc: Changed 'OS' filegroup to 'ACE_OS' since otherwise with GNU makefiles the OS environment variable gets overruled (and this is/was supposed to be used in rules.local.GNU). Tue Oct 26 10:56:12 UTC 2004 Johnny Willemsen * include/makeinclude/platform_linux_pgi.GNU Improved pgi support Mon Oct 25 23:30:49 2004 Phil Mesnier * NEWS: Added a comment regarding HTBP. Mon Oct 25 23:20:53 2004 Phil Mesnier * ace/HTBP/README: Added some text that had been in TAO/orbsvcs/orbsvcs/HTIOP but is better located here. * bin/MakeProjectCreator/config/htbp.mpb: * bin/MakeProjectCreator/config/htiop.mpb: Base projects used to add libACE_HTBP.so or libTAO_HTIOP.so to projects. Mon Oct 25 21:27:03 2004 Phil Mesnier * ace/ace.mwc: Added HTBP as a new project. * ace/HTBP: This is a new streaming protocol, HTTP Tunneling Bidirectional Protocol. Motivation for this protocol comes from Essex-Radez (www.radez.com). A description of the protocol details may be found in ace/HTBP/README. * tests/HTBP: This is a collection of tests specific to HTBP. Mon Oct 25 20:13:07 2004 Phil Mesnier * ace/Global_Macros.h: Added a new service configuration macro for defining a factory function for classes scoped within namespaces. The new macro is ACE_FACTORY_NAMESPACE_DEFINE. The associated comment block provides usage details. Mon Oct 25 09:05:02 2004 Steve Totten * ACEXML/common/Transcode.h: Renamed STATUS to ACEXML_STATUS to avoid name clash on platforms that define a macro STATUS (e.g., Tru64 cxx 6.1). Sun Oct 24 08:39:12 UTC 2004 Johnny Willemsen * tests/run_test.lst: Removed OTHER and ALL from some tests, I don't see why these tests just shouldn't run on a few platforms. Sat Oct 23 11:27:47 2004 Douglas C. Schmidt * ace/WIN32_Asynch_IO.cpp (shared_write): Changed the return values for ACE_Asynch_Write_Stream::write() and ACE_Asynch_Read_Stream::read() so that they return 0 rather than 1. This makes the code more portable between Windows and POSIX. Thanks to Jaroslaw Nozderko for reporting this. * ace/POSIX_Proactor.cpp (ACE_AIOCB_Notify_Pipe_Manager): Added a call to ACE_Flag_Manip::set_flags (this->pipe_.read_handle (), ACE_NONBLOCK); so that the ACE_POSIX_AIOCB_Proactor doesn't hang on SuSe Linux 9.1. Thanks to Vukajlo for reporting this fix. Fri Oct 22 17:55:32 2004 Steve Huston * configure.ac: Added check for ACE_LACKS_WCTYPE_H. Fri Oct 22 17:00:27 2004 Steve Huston * ace/os_include/sys/os_stat.h: Add more values for the 'mode' flags for WinCE and use the macros defined for them in the Windows API. * ace/OS_NS_sys_stat.inl (stat): Set the st_mode value for WinCE. * tests/Dirent_Test.cpp: Don't attempt ACE_OS::chdir() for ACE_LACKS_CHDIR; the method isn't declared on those platforms. * tests/Time_Value_Test.cpp: Removed stray #include . Fri Oct 22 11:10:55 2004 Chad Elliott * bin/DependencyGenerator/GNUObjectGenerator.pm: Fixed an object file path mismatch between the MPC generated makefiles and the dependencies generated by depgen.pl. * bin/MakeProjectCreator/config/xerces.mpb: Moved this file into MPC. It is not ACE specific, so let others benefit from it. Fri Oct 22 09:47:05 2004 Chad Elliott * ace/RMCast/RMCast_Copy_On_Write.h: * ace/RMCast/RMCast_Membership.h: * ace/RMCast/RMCast_Reordering.h: Removed doxygen errors. Fri Oct 22 12:06:19 UTC 2004 Johnny Willemsen * ace/config-linux-common.h: * include/makeinclude/platform_linux_pgi.GNU: Improved pgi support Fri Oct 22 11:47:26 2004 Balachandran Natarajan * bin/MakeProjectCreator/config/xerces.mpb: Use libs instead of lit_libs since xerces also does the decoration in their VC* binaries. Fri Oct 22 11:32:19 UTC 2004 Johnny Willemsen * ace/OS_NS_ctype.inl: When ACE_HAS_WCHAR is defined, include os_include/os_wctype.h to get towlower and towupper * ace/config-linux-common.h: Improved pgi support Fri Oct 22 08:34:19 UTC 2004 Johnny Willemsen * bin/make_release: Added fl_reactor=1 and xt_reactor=1 to the default.features file that is used to generate the GNU makefiles, this will only generate the corresponding makefiles, but to build with fl_reactor/xt_reactor you have to set it to 1 in the platform_macros.GNU file Thu Oct 21 18:23:19 2004 Steve Huston * ace/config-win32-msvc-7.h: ACE_HAS_TEMPLATE_TYPEDEFS doesn't apply to the Win64 SDK compiler (version 1300), even though it does for as MSVC 7.1 latest on Win32 (version 1310). * ace/CDR_Base.h: Only use ACE::If_Then_Else on MSVC for VC 7.1; the Win64 SDK compiler can't hack it. * ASNMP/tests/test_config.h (randomize): Added some static_cast to convert size_t to int. Fixes compile warnings on Win64. Thu Oct 21 18:25:12 UTC 2004 Johnny Willemsen * include/makeinclude/platform_linux_pgi.GNU: * ace/config-linux-common.h: * ace/config-lite.h: Changes to support the Portland Group PGI High-Performance Compiler on Linux. This is just a first checkin, a new build has been setup and the port to this compiler will be done the next months, in case you want to know more, look at www.pgroup.com for the compiler details Thu Oct 21 12:32:52 2004 Chad Elliott * ACEXML/common/AttributesImpl.h: Fixed doxygen errors dealing with the use of @var in a single line comment. Thu Oct 21 09:12:32 2004 Chad Elliott * bin/tao_other_tests.lst: No Notification Service test can be run when mimimum_corba is enabled. Thu Oct 21 08:43:57 2004 Chad Elliott * ace/OS_NS_Thread.cpp: Corrected the mismatched ACE_TRACE macros. Wed Oct 20 14:53:19 2004 Steve Huston * ace/OS_main.h: For WinCE, don't intersperse a call to an ace_os_... function. Just set up a ACE_Main object and call its run() method. Fixed the run() method on WinCE to take the command line args that WinMain gets on CE. Wed Oct 20 10:42:22 2004 Chad Elliott * bin/MakeProjectCreator/config/ftserverorb.mpb: The ftserverorb base project needs to inherit from portablegroup to get the required settings (since TAO_FT_ServerORB depends on TAO_PortableGroup and TAO_Messaging). Tue Oct 19 20:42:06 2004 Dale Wilson * ace/OS_NS_Thread.inl: Missed this file in my previous check in. Tue Oct 19 17:04:19 2004 Steve Huston * tests/Multicast_Test.cpp: Explicitly specify PF_INET when creating the multicast socket. All of the addresses used in the test are IPv4, so force the socket to be IPv4 as well. Fixes run-time errors when IPv6 is enabled. The TCP stuff can pick up the correct address family from the specified address, but for datagrams, there's no real hint to pick up from. Tue Oct 19 15:29:19 2004 Steve Huston * ace/Message_Block.cpp (ACE_Data_Block::clone()): When copying data from the original block to the cloned, only copy cur_size_ bytes. Preserves the "has been written" boundary in the new block and avoids a possible "uninitialized read" diagnostic from Purify, et al. Thanks to Kelly F. Hickel for reporting this. Tue Oct 19 17:58:12 UTC 2004 Johnny Willemsen * ace/config-win32-dmc.h: Improved Digital Mars C++ support Tue Oct 19 06:47:04 2004 Chad Elliott * bin/tao_other_tests.lst: Reverted my previous change and removed TAO/orbsvcs/examples/Notify/Lanes/run_test.pl and TAO/orbsvcs/examples/Notify/ThreadPool/run_test.pl from the list. These are the ones that require root privileges. Tue Oct 19 06:17:24 2004 Chad Elliott * bin/tao_other_tests.lst: Removed TAO/orbsvcs/tests/Notify/Lanes/run_test.pl from the list. It requires root privileges and shouldn't be run in a nightly build. Mon Oct 18 19:21:25 2004 J.T. Conklin * bin/MakeProjectCreator/modules/AutomakeWorkspaceHelper.pm: Fixed typo setting ACE_ROOT environment variable in the TAO_IDL definition. Mon Oct 18 21:13:02 2004 Douglas C. Schmidt * ace/Logging_Strategy.cpp: Fixed the init() method so that it doesn't leak memory if it's called more than once. Thanks to Kobi for this fix. * ace/Pagefile_Memory_Pool.cpp: Fixed two bugs with the ACE_Pagefile_Memory_Pool constructor: 1. In the constructor is called with options=0, then the internal meber local_cb_ is never initialised. Thus there is no way of using it with ACE_Malloc. 2. When used for ACE_Malloc in the following way : ACE_Malloc Malloc1 ("NAME_TEST" ) as a mutex is created with the name given, the internal call to CreateFileMapping (CreateFileMappingEx) fails because a system object of the same name already exists (the mutex). Thanks to Domingos Monteiro for reporting these problems and providing the fixes. Mon Oct 18 17:45:29 2004 Steve Huston * examples/APG/Naming/Graph.cpp: * examples/APG/Naming/Temperature_Grapher.cpp: Don't attempt to compile the few parts of this that use std::list (the Graphable_Element_List typedef) without implicit template instantiation. It's too much trouble to try to follow the various platforms' incantations. Mon Oct 18 17:18:12 UTC 2004 Johnny Willemsen * ace/config-win32-dmc.h: Improved Digital Mars C++ support Mon Oct 18 12:15:14 2004 Steve Huston * examples/C++NPv2/display_logfile.cpp: Wide-char fixes. Mon Oct 18 18:34:55 2004 Olli Savia * ace/os_include/os_signal.h: Removed unneeded LynxOS specific pthread_sigmask protoype declaration. Fri Oct 15 18:50:19 2004 Steve Huston * ace/OS_NS_Thread.cpp: In places where the old ace_result_ part of the previous incantation of ACE_OSCALL_RETURN was used, create a local 'result' variable and use that. ace_result_ is only used in the Win32 version of ACE_OSCALL_RETURN. Fri Oct 15 17:46:29 2004 Steve Huston * configure.ac: Added checks for the swab() variants that have: (const char*, char*, ssize_t) [SVID3 - ACE_HAS_CONST_CHAR_SWAB] and (char*, char*, ssize_t) [Windows, et al - ACE_HAS_NONCONST_SWAB]. Also altered the ACE_HAS_TYPENAME test to work on Forte C++ 7. * m4/config_h.m4: Added ACE_HAS_CONST_CHAR_SWAB and ACE_HAS_NONCONST_SWAB. * ace/OS_NS_unistd.inl (swab): Added code for ACE_HAS_CONST_CHAR_SWAB variant for swab() found on Solaris. * ace/config-sunos5.5.h: Replace ACE_LACKS_SWAB with ACE_HAS_CONST_CHAR_SWAB. This was determined by running the autoconf tests. If it doesn't work uniformly, will need some feature-test tweaks. Fri Oct 15 17:33:18 2004 Steve Huston * ace/ACE.h: * ace/OS_NS_signal.h: Include config-lite.h instead of config-all.h. It drags in too much and some trips up the aC++ compiler. Not sure why... it's a tangled web. * ace/Message_Block.h: Add #include "ace/config-lite.h" since it needs to know config settings. Fri Oct 15 16:44:29 2004 Steve Huston * ace/OS_NS_stdlib.cpp (mkstemp_emulation): Related to: Fri Oct 8 23:13:13 2004 Ossama Othman Only figure out a configurable limit on non-WinCE platforms. WinCE lacks too much to get fancy, so just use 127. * ace/Ping_Socket.cpp: Added Win32 /**/ trickery to keep MSVC from complaining about missing header files. * ace/OS_main.{h cpp}: Use ACE_HAS_WINCE, not ACE_WINCE, as the config macro to decide on Windows CE stuff. Also, the WinCE version of ACE_Main_Base::run() takes the WinCE command line args, not argc/argv. The argc/argv conversion from the text command line is now in the .cpp file, removing the need for including ARGV.h in OS_main.h, the source of many header file loops. Fri Oct 15 13:28:02 2004 Dale Wilson * ace/OS_NS_Thread.h: * ace/OS_NS_Thread.cpp: * ace/os_include/os_pthread.h: This corrects a conflict between recent TSS changes and TSS Emulation. The problem was a result of failing to distinguish between native and emulated TSS keys. TSS_Emulation uses a single native TSS key to emulate a compile- time-configurable number of emulated keys. Function overloading based on various integer types was used to distinguish native key management from emulated key management. The integral types involved varied from platform to platform. So, for example, thr_keyfree(unsigned int) frees a native key while thr_keyfree(unsigned long) frees an emulated key (on some platforms). The failure happened when the emulated key with the same value as the real key on which the emulation was based was freed. Due to the above- mentioned confusion the real key was being freed-- breaking the emulation. The solution was to rename several internal routines so that thr_keyfree_native frees a real key while thr_keyfree frees an emulated key. The native methods are used only internally in the OS_NS_Thread.cpp file so the change is localized. In the process I eliminated a lot of duplicated (copy-paste-tweaked) code. Thus with this change allocating a native key uses the same code whether or not TSS Emulation is enabled. I also cleared up another area of confusion in the ACE_TSS_Cleanup object. Methods were documented and in some cases renamed to make it clear whether the method was managing the lifetime of a TSS object or a TSS key. ACE_TSS_Cleanup is internal to OS_NS_Thread.cpp so the change will not have any impact on other parts of the system. Finally I added a number of ACE_ASSERTS in places where the comments said "This will never happen." but it was happening and being ignored. Fri Oct 15 13:34:17 2004 Chad Elliott * bin/tao_other_tests.lst: The TAO/orbsvcs/examples/ImR/Combined_Service/run_test.pl script should only be run if exceptions are enabled. Fri Oct 15 10:09:34 2004 Dale Wilson * tests/TSS_Test.cpp: * tests/TSS_Test_Errno.h: Olli's report that TSS_Test was failing when TSS_Emulation prompted me to take a closer look at TSS_Test. I found a number of problems, none of which was related to the TSS Emulation issue. That will be addressed separately. The most serious problem was attempting to log a message from within a TSS cleanup function. Since the log message buffer is itself a TSS object this only works of the TSS objects happen to be deleted in the "right" order. There was even a comment that said: // Anyways, for whatever reason, the ACE_DEBUG causes a // core dump on LynxOS 2.5.0. I was amused by: void *ptr; operator delete (ptr);. It works, but it's a bad example to set for people who might read this code as an example of how to clean up "real" TSS objects. Sometimes calling the destructor is important. If the comments can be trusted, the code was deleting TSS objects twice when ACE_HAS_PTHREADS_DRAFT4 was defined. Finally I added a test of TSS object lifetime management. Previously it did a lot of calls without really checking to see if they worked. It now counts the number of TSS objects created and the number deleted to insure that every object created is actually deleted. For now a failure of this check generates a warning rather than an error because I want to see how this turns out on various platforms without adding a new test failure right before upcoming beta release. Fri Oct 15 01:28:58 2004 J.T. Conklin * netsvcs/lib/Makefile.am: Changed to install netsvcs library. Fri Oct 15 06:52:12 UTC 2004 Johnny Willemsen * tests/Vector_Test.cpp: * ace/Task.cpp: Changed Borland C++ version checks Thu Oct 14 21:03:00 2004 J.T. Conklin * ace/CDR_Base.cpp: * ace/CDR_Base.inl: Added AMD64 optimized versions of ACE_CDR::swap_{2, 4, 8}, and ACE_CDR::swap_{2, 4}_array. Thu Oct 14 08:07:36 2004 Chad Elliott * ace/Profile_Timer.inl: If ACE_HAS_PRUSAGE_T is defined, we need to include ace/OS_NS_stropts.h to get ACE_OS::ioctl. * ace/Profile_Timer.cpp: If ACE_HAS_PRUSAGE_T is defined, we need to include ace/OS_NS_stdio.h to get ACE_OS::sprintf. Thu Oct 14 12:27:23 UTC 2004 Johnny Willemsen * include/makeinclude/platform_vxworks5.x_diab.GNU Some small changes for the Windriver Diab compiler Thu Oct 14 12:23:23 UTC 2004 Johnny Willemsen * ace/config-lite.h: * ace/config-vxworks5.x.h: * ace/Task.cpp: Some small changes for the Windriver Diab compiler Wed Oct 13 21:55:13 2004 Ossama Othman * include/makeinclude/wrapper_macros.GNU (acexml): Enable ACEXML support by default. Addresses build issues introduced by the "--with-acexml" configure script changes described below. Thanks to Bala for pointing this out and for