Wed Apr 19 13:31:12 UTC 2006 Johnny Willemsen * examples/APG/Logging/Use_Multiple_Sinks.cpp: * examples/APG/Logging/Use_Ostream.cpp: * examples/APG/Logging/LogManager.h: Removed vc6 workarounds Wed Apr 19 13:13:12 UTC 2006 Johnny Willemsen * tests/Bug_2368_Regression_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: Added regression for bug 2368, this will fail because this bug isn't addressed yet Wed Apr 19 13:08:12 UTC 2006 Johnny Willemsen * include/makeinclude/platform_sunos5_g++.GNU: Use -shared instead of -G when building shared libraries. Thanks to Alan L Batongbacal for reporting this. This fixes bugzilla bug 1848. Wed Apr 19 12:11:12 UTC 2006 Johnny Willemsen * tests/ACE_Init_Test.rc: Removed msvc specific lines * tests/tests.mpc: The ACE_Init_Test should use its resource file. Fixes bugzilla 2495 * ace/Capabilities.{h,cpp}: Prefix increment instead of postfix * ace/Hash_Map_Manager_T.{h,cpp}: Removed workaround for suncc 4.2 * ace/Object_Manager.h: * ace/Parse_Node.h: * ace/POSIX_Proactor.h: * ace/Thread_Mutex.h: Doxygen improvements * ace/Parse_Node.cpp: Use prefix increment, initialise pointers with 0 and don't print an error message when we can't a dll, this gives false messages when using TAO. This fixes bugzilla 2383. Thanks to Ming Xiong for making a patch. * ace/Proactor.h: Removed all virtual keywords, not needed for this class. Fixes bugzilla 2178. * ace/Thread_Manager.h: Removed virtual keywords, not needed and safes footprint. Fixes bugzilla 2179. * bin/fuzz.pl: Added more msvc checks to detect code constructors for vc6 or vc7.0 Wed Apr 19 11:48:12 UTC 2006 Johnny Willemsen Merged ACE changes from sendfile branch. Also made a lot of const improvements throughout ACE. Tue Apr 4 10:20:36 2006 Ossama Othman * ace/Mem_Map.cpp (open): Only copy the filename to the ACE_Mem_Map::filename_ member if the call to open() succeeds. * ace/PI_Malloc.h (ACE_Malloc_Header): Added missing private and undefined copy constructor. The corresponding assignment operator was already there. Wed Mar 29 14:51:12 2006 Johnny Willemsen * ace/config-sunos5.8.h: Solaris 8 and newer also support sendfile. It seems HPUX also supports it but with a different signature and semantics, so just don't try it there yet. Wed Mar 29 13:06:12 2006 Johnny Willemsen * ace/MMAP_Memory_Pool.{h,cpp,inl}: Added new .inl file to implement the new mmap accessors, include this new file in the header and implementation file Wed Mar 29 08:00:12 2006 Ossama Othman * ace/OS_NS_sys_sendfile.cpp * ace/OS_NS_sys_sendfile.h * ace/OS_NS_sys_sendfile.inl New sendfile wrapper * ace/MMAP_Memory_Pool.h: Added accessors for mmap * ace/ace.mpc Added OS_NS_sys_sendfile * ace/config-linux-common.h Added ACE_HAS_SENDFILE Wed Apr 19 07:48:12 UTC 2006 Johnny Willemsen Merged ACE changes from sequpdate3 branch * ace/config-osf1-3.2.h: Removed, very old * ace/config-tru64.h: Removed include of config-osf1-3.2.h * ace/OS_Dirent.cpp: * ace/OS_Memory.{cpp,inl}: * ace/OS_String.{cpp,inl}: * ace/Sync.cpp: Removed these files, where not build for a long time already * ace/ace.mpc: Removed files above * ace/OS_Memory.h: * ace/OS_String.h: Removed include of inline files * ace/config-win32-msvc6.h: * ace/config-kcc-common.h: Removed these files, vc6 and kcc are deprecated * ace/config-irix6.x-kcc.h: * ace/config-osf1-4.0.h: * ace/config-sunos5.5.h: Removed support for KCC * ace/Asynch_IO_Impl.h: Removed workarounds for KCC * ace/config-win32-msvc.h: Removed support for vc6 and vc7.0 * ace/Array_Base.cpp: * ace/Array_Map.{h,cpp}: * ace/Base_Thread_Adapter.h: * ace/Cleanup.h: * ace/Log_Msg.h: * ace/Versioned_Namespace.h: * ace/Get_Opt.cpp: * ace/WIN32_Proactor.cpp: * ace/Message_Queue.cpp: * ace/CDR_Base.h: Removed work arounds for vc6 * ace/README * ace/config-win32-msvc6.h: * ace/Global_Macros.h: Deprecated ACE_HAS_BROKEN_NAMESPACES, we drop msvc6 and I am removing the workarounds for this compiler one by one as part of the new sequence implementation. Because we deprecate this also ACE_NESTED_CLASS is deprecated * ace/config-win32-msvc6.h: * ace/config-win32-msvc7.h: * ace/config-win32-msvc8.h: Removed ACE_HAS_BROKEN_IMPLICIT_CONST_CAST, not used in ACE * ace/config-win32-msvc6.h: * ace/config-win32-visualage.h: * ace/Registry.h Removed ACE_HAS_BROKEN_NESTED_TEMPLATES, only used for msvc6 and visual age, both are being dropped Wed Apr 19 07:48:12 UTC 2006 Johnny Willemsen * bin/tao_orb_tests.lst: Added Bug_2503_Regression Tue Apr 18 20:49:16 2006 Wallace Zhang * ACE version 5.5.1 released. Local Variables: mode: change-log add-log-time-format: (lambda () (progn (setq tz (getenv "TZ")) (set-time-zone-rule "UTC") (setq time (format-time-string "%a %b %e %H:%M:%S %Z %Y" (current-time))) (set-time-zone-rule tz) time)) indent-tabs-mode: nil End: