1 Fri Aug 5 13:19:33 2005 Simon McQueen <sm@prismtech.com>
5 Remove tagging of man/* files.
7 Thu Aug 4 16:10:24 BST 2005 Donald Sharp <Donald.Sharp@prismtech.com>
9 * tests/Array_Map_Test.cpp:
10 Some compilers, like SunCC5.5 on Solaris, do not delete their
11 temporaries in expression scope. Placing the expressions in an
12 inner block ensures that the reference count is as expected
14 Wed Aug 03 09:35:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
16 * tests/Process_Manual_Event_Test.cpp:
17 Added additional tests for lacking PSHARED support.
19 Sat Jul 30 10:38:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
21 * bin/tao_other_tests.lst:
22 Added missing semi colon for CosEvent basic test
24 Fri Jul 29 14:25:12 2005 Steve Huston <shuston@riverace.com>
26 * ace/config-aix-5.x.h: Disable ACE_HAS_POSIX_SEM if the Posix
27 flags indicate its presence but _XOPEN_SOURCE is not >= 500.
29 * tests/run_test.pl: When looking for sub-log files, match the program
30 name only at the start. Prevents finding, for example,
31 Process_Manual_Event_Test-child.log when looking for
32 Manual_Event_Test-*.log.
34 Fri Jul 29 14:26:37 2005 Simon McQueen <sm@prismtech.com>
36 * bin/tao_other_tests.lst:
38 Scheduled TAO/orbsvcs/tests/CosEvent/Basic/run_test.pl to be
39 run on all not minimum or single threaded builds.
41 Fri Jul 29 09:28:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
43 * apps/JAWS2/JAWS/Filecache.cpp:
44 * apps/JAWS2/JAWS/IO.cpp:
45 * apps/JAWS2/JAWS/IO_Handler.cpp:
46 Fixed compile errors when building with Borland C++. I have created
47 an MPC file but find it too risky to add that just before the
48 release, will do that when the release is out.
50 * ace/Global_Macros.h:
51 When ACE_EXPLICIT_TEMPLATE_DESTRUCTOR_TAKES_ARGS is defined, define
52 a special version of ACE_DES_FREE_TEMPLATE3 and
53 ACE_DES_FREE_TEMPLATE4 just as we do for ACE_DES_FREE_TEMPLATE and
54 ACE_DES_FREE_TEMPLATE2.
56 Thanks to Olivier Gu�in <guerin35 at hotmail dot com>
59 Fri Jul 29 07:18:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
61 * include/makeinclude/platform_cray.GNU:
62 * include/makeinclude/platform_freebsd.GNU:
63 * include/makeinclude/platform_hpux.GNU:
64 * include/makeinclude/platform_hpux_gcc.GNU:
65 * include/makeinclude/platform_irix5.3_g++.GNU:
66 * include/makeinclude/platform_irix6.x_g++.GNU:
67 * include/makeinclude/platform_irix6.x_kcc.GNU:
68 * include/makeinclude/platform_linux_borland.GNU:
69 * include/makeinclude/platform_m88k.GNU:
70 * include/makeinclude/platform_mvs.GNU:
71 * include/makeinclude/platform_netbsd.GNU:
72 * include/makeinclude/platform_openbsd.GNU:
73 * include/makeinclude/platform_osf1_3.2_cxx.GNU:
74 * include/makeinclude/platform_osf1_4.x_kcc.GNU:
75 * include/makeinclude/platform_sco5.0.0-CC-fsu-pthread.GNU:
76 * include/makeinclude/platform_sco5.0.0-fsu-pthread.GNU:
77 * include/makeinclude/platform_sco5.0.0-mit-pthread.GNU:
78 * include/makeinclude/platform_sco5.0.0-nothread.GNU:
79 * include/makeinclude/platform_tandem.GNU:
80 * include/makeinclude/platform_vxworks5.5.x.GNU:
81 * include/makeinclude/platform_win32_interix.GNU:
82 Updated location for libraries from $ACE_ROOT/ace to
83 $ACE_ROOT/lib. Thanks to Ian Zagorskih
84 <ianzag at megasignal dot com> for reporting this.
85 This fixes bugzilla 2202
87 Thu Jul 28 13:59:11 2005 Simon McQueen <sm@prismtech.com>
89 * bin/tao_other_tests.lst:
91 Added !MINIMUM to Bug_1630_Regression test. It needs the IFR.
93 Thu Jul 28 01:46:40 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
95 * ace/Cache_Map_Manager_T.cpp:
96 * ace/Cache_Map_Manager_T.inl:
104 Moved virtual destructors in exported classes out of line.
105 Addresses RTTI problems when the using g++ 4.0 hidden visibility
106 for inline functions feature.
108 Thu Jul 28 00:28:46 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
114 Added third equality functor template parameter. Defaults to
115 std::equal_to<> if unspecified. Necessary for cases where
116 operator==() is not suitable or available for a given key type.
120 Explicitly destroy the tail element by assigning a default
121 constructed value_type instance to it. Prevents duplicate
122 instances of erase()d elements from existing. Some applications
123 may assume that erased elements no longer exist. This
124 essentially disables the lazy destruction behavior of
125 ACE_Array_Map. Note that this change also applies to the case
128 * ace/Refcountable.cpp:
129 * ace/Refcountable.inl:
131 Moved ~ACE_Refcountable() virtual destructor out of line.
132 Addresses RTTI issues when g++ 4.0 hidden visibility of inlined
133 functions is enabled.
137 Disable use of ACE_RCSIDs by default. Most users never need to
138 determine the RCS ID of a given object file in an ACE-based
139 binary so optimize for the common case. Also reduces
142 * tests/Array_Map_Test.cpp:
144 Added reference count test to verify that the number of
145 references/copies of a given data element drop by the same
146 amount as was increased during insertion.
148 Wed Jul 27 16:33:46 2005 Gary Maxey <gary.maxey@hp.com>
150 * ace/config-tandem-nsk-mips-v3.h:
152 Add #define for ACE_ANY_OPS_USE_NAMESPACE
154 Mon Jul 25 19:25:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
156 * tests/Naming_Test.cpp:
157 Initialise pointer with 0
159 Mon Jul 25 15:31:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
161 * ace/Timer_Hash_T.cpp:
162 Initialise some pointers with 0
164 * ace/Refcountable.h:
165 Removed some empty doxygen tags
167 * ace/Naming_Context.cpp:
168 Removed not needed ACE_UNUSED_ARG
170 Sat Jul 23 16:36:36 2005 Jaiganesh B <jai@dre.vanderbilt.edu>
172 * bin/ciao_tests.lst:
174 enabled running CIAO NodeApplicationTest again.
176 Fri Jul 22 16:31:29 2005 Steve Huston <shuston@riverace.com>
178 * ace/Basic_Types.h: The change from:
179 Fri Jul 8 15:42:18 2005 Steve Huston <shuston@riverace.com>
180 turned a previous warning into an error on newer g++ versions.
181 Instead, moved the __hi_lo struct definition out of the
182 anonymous union and renamed it to not be a compiler-private name
183 (with 2 leading underscores). This should resolve all the
184 issues. Thanks to Simon Massey for figuring this out.
186 Fri Jul 22 11:13:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
188 * bin/MakeProjectCreator/config/ciao_server_dnc.mpb:
189 Add naming as base project, CIAO_DnC_Server has this
192 Fri Jul 22 09:30:00 UTC 2005 Simon Massey <sma@prismtech.com>
194 * tests/run_test.lst:
195 Don't run Process_Manual_Event_Test on HPUX
197 Thu Jul 21 10:41:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
199 * bin/tao_orb_tests.lst:
200 Don't run Bug_2174_Regression in a minimum corba build
202 Thu Jul 21 09:15:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
205 Use deprecate tag for deprecated methods
207 Thu Jul 21 09:24:58 2005 Simon McQueen <sm@prismtech.com>
209 * bin/ciao_tests.lst:
211 Descheduled the 3 TAO/CIAO/DAnCE/tests/NodeApplicationTest
212 tests. They fail and there have been no responses to
213 requests that they be fixed.
215 Wed Jul 20 06:45:00 2005 J.T. Conklin <jtc@acorntoolworks.com>
217 * bin/msvc_static_order.lst:
219 Added Ds{Event,Notify}LogAdmin_{IDL,Skel,Serv} --- just to
222 Wed Jul 20 09:31:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
224 * protocols/ace/RMCast/Makefile.am:
227 Wed Jul 20 08:38:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
229 * bin/auto_run_tests.pl:
230 Check for result != 0 instead of result > 0. It seems that when
231 a run_test.pl has been added from a windows box that it sometimes
232 doesn't get execute permission and then the script can't be
233 executed on Unix systems. The return value is then -1 and this
234 wasn't detected by the scripts
236 Wed Jul 20 07:55:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
238 * bin/msvc_static_order.lst:
241 Tue Jul 19 14:24:47 2005 Gary Maxey <gary.maxey@hp.com>
243 * bin/PerlACE/Process_Unix.pm:
245 Append command line arguments based on ACE_RUNTEST_ARGS
246 environment variable.
248 * ace/config-tandem-nsk-mips-v3.h:
250 Adjust platform specific macros
252 Tue Jul 19 19:09:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
254 * ace/Log_Record.cpp:
255 Reverted part of the change below. Not all platforms have snprintf,
256 just use sprintf, all platforms have that. Fixes problems with
258 Thu Jul 14 12:23:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
260 Tue Jul 19 14:08:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
262 * bin/tao_orb_tests.lst:
263 Added new Register_Initial_References test. This will fail in
264 all builds, it seems we have some bugs to fix
266 Tue Jul 19 12:37:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
268 * bin/tao_orb_tests.lst:
269 Added new recursive ORBInitializer test
271 Tue Jul 19 11:49:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
273 * bin/tao_orb_tests.lst:
274 Enable Bug_2088, rewrote this test to test the current functionality
275 which matches the draft 3.1 spec. The Corba 3.0.3 seems to be not
278 Tue Jul 19 10:28:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
280 * ace/OS_NS_fcntl.cpp:
281 * ace/OS_NS_sys_mman.inl:
282 When returning an ACE_HANDLE return ACE_INVALID_HANDLE instead
285 Mon Jul 18 18:21:20 2005 Steve Huston <shuston@riverace.com>
287 * NEWS: Added ACE_OS::closesocket() and Solaris 10 notes.
289 Mon Jul 18 12:11:39 2005 J.T. Conklin <jtc@acorntoolworks.com>
291 * bin/msvc_static_order.lst:
293 Add CosNaming_IDL, CosTrading_IDL, and CosNotification_IDL
296 Mon Jul 18 11:42:09 2005 Chad Elliott <elliott_c@ociweb.com>
298 * bin/MakeProjectCreator/modules/GNUACEWorkspaceCreator.pm:
300 Revived the old style where each GNUmakefile has individual
301 targets that contain the necessary dependencies. To utilize this
302 you must set the MPC_GNUACE_NAMED_TARGETS environment variable.
304 Mon Jul 18 09:08:01 2005 Gary Maxey <gary.maxey@hp.com>
306 * bin/tao_orb_tests.lst:
308 Added OBV/ValueBox the list of tests. This is a new test
309 to exercise boxed value types.
311 Mon Jul 18 15:51:04 2005 Simon McQueen <sm@prismtech.com>
313 * ace/OS_NS_Thread.cpp:
315 Removed unreachable statements identified by HP non stop
318 Mon Jul 18 09:21:14 2005 Phil Mesnier <mesnier_p@ociweb.com>
322 Took out TAO-specific comments.
324 Mon Jul 18 13:44:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
328 Reverted the change below, it causes problems on AIX and Solaris. It
329 seems that on AIX we now use ACE_OS::open for shared memory, with the
330 change below we use ACE_OS::shm_open but this fails for strange
331 reasons and I have no idea what the problem is at this moment. So
332 revert this until Martin is back from his vacation
334 Tue Jul 05 21:40:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
335 Changed to consistently use ACE_OS::shm_open/ACE_OS::shm_unlink.
337 Mon Jul 18 13:31:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
340 Update link for DAnCE
342 Mon Jul 18 15:02:58 2005 Boris Kolpackov <boris@kolpackov.net>
344 * protocols/ace/RMCast/Acknowledge.cpp:
345 * protocols/ace/RMCast/Fragment.cpp:
346 * protocols/ace/RMCast/Link.cpp:
347 * protocols/ace/RMCast/Reassemble.cpp:
349 Fixed a bunch of warnings.
351 Mon Jul 18 08:00:35 2005 Phil Mesnier <mesnier_p@ociweb.com>
355 Added comments regarding TAG_ALTERNATE_IIOP_ADDRESS and
356 refactored codeset negotiation support.
358 Mon Jul 18 10:25:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
360 * ace/MMAP_Memory_Pool.cpp (init_acquire):
361 Added class name to the error messages and print the method
365 Initialise pointers with 0
367 Mon Jul 18 11:33:23 2005 Boris Kolpackov <boris@kolpackov.net>
371 Updated with the latest achievements in RMCast.
373 Mon Jul 18 08:18:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
376 Removed exclude of asnmp.mwc, this file has been zapped
378 Fri Jul 15 16:35:37 2005 Phil Mesnier <mesnier_p@ociweb.com>
380 * bin/MakeProjectCreator/config/global.features:
381 * bin/MakeProjectCreator/config/negotiate_codesets.mpb:
382 * bin/MakeProjectCreator/config/taoclient.mpb:
383 * bin/MakeProjectCreator/config/taoserver.mpb:
385 Added a new feature, negotiate_codesets. Disabled by default,
386 but when enabled in default.features or on the mpc/mwc command
387 line adds TAO_Codeset to the project's libs list. Dynamically
388 linked applications do not need to do anything, the libary will
389 be dynamically loaded if needed by the ORB. Static applications
390 must enable this feature. Merely enabling is not sufficient, to
391 actually make use of the codeset code, they must also include
392 tao/Codeset/Codeset.h somewhere in their application. Enabling
393 the mpc feature without including the header will not cause any
394 code to be statically linked. Enabling the feature with dynamic
395 applications will add a dependency on the TAO_Codeset library
396 regardless of the use of the code.
398 Fri Jul 15 08:04:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
401 Also exclude ASNMP/asnmp.mwc when generating the em3 project files.
402 Thanks to Sam Mesh <sam dot mesh at gmail dot com> for reporting
403 this. This fixes bugzilla bug 2190.
405 Thu Jul 14 12:47:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
407 * ace/Log_Record.cpp:
408 Fixed compile error in previous committed caused when merging
409 changes from one system to another
411 Thu Jul 14 12:23:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
413 * ace/OS_NS_stdio.cpp (sprintf wchar):
414 ULONG_MAX was passed, this caused vswprintf to return always -1
415 because ULONG_MAX is of course really large on a 64bit system.
416 Pass 4096 instead, just as done with the other vswprintf in
419 * ace/Log_Record.cpp:
420 Use snprintf because we know the sizes of the buffer, this way
421 we don't call the method above that caused problems on 64bit
422 systems. This fixes bugzilla 2176.
424 Thu Jul 14 09:31:55 2005 Boris Kolpackov <boris@kolpackov.net>
426 * protocols/ace/RMCast/Flow.cpp:
428 Fixed fuzz error over math.h inclusion.
430 Wed Jul 13 22:12:12 UTC 2005 Gan Deng <gan.deng@vanderbilt.edu>
432 * etc/ciao_DAnCE.doxygen
434 Added "RECURSIVE=YES" so source files could be found correctly
435 Also added excluded path option for CIAO examples and tests.
437 Wed Jul 13 17:10:45 2005 Phil Mesnier <mesnier_p@ociweb.com>
439 * bin/MakeProjectCreator/config/codeset.mpb:
441 A new base project for use when creating codeset translators or
442 any other code that must depend on the new library, TAO_Codeset.
444 Wed Jul 13 12:42:57 2005 Chad Elliott <elliott_c@ociweb.com>
446 * bin/tao_other_tests.lst:
448 Due to the way that the ORB is coded such that it does not require
449 the IFR_Client library at link time, the InterfaceRepo/Application
450 test can not run on static builds (even though the client has the
451 IFR_Client library linked in).
453 Wed Jul 13 12:28:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
455 * tests/Process_Semaphore_Test.cpp:
456 Fixed compile error in previous change
458 Wed Jul 13 07:56:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
460 * tests/Process_Semaphore_Test.cpp:
461 Only test timeouts when ACE_HAS_POSIX_SEM_TIMEOUT is defined
463 Wed Jul 13 07:26:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
465 * ace/config-sunos5.5.h:
466 Added include of config-posix.h, let this file try to sort out
467 which posix parts Sun delivers
469 * ace/config-sunos5.6.h:
470 Sun 5.6 incorrectly reports that it has shm_open
472 Wed Jul 13 07:23:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
474 * ace/Process_Semaphore.cpp:
475 Removed commented out explicit template instantiations
477 * ace/Containers_T.h:
480 Tue Jul 12 22:59:12 UTC 2005 Gan Deng <gan.deng@vanderbilt.edu>
484 Fixed a typo which was introduced in this HTML file for
487 Tue Jul 12 16:17:38 2005 Douglas C. Schmidt <schmidt@cs.wustl.edu> t
489 * Updated all the COPYING files to reflect the revised DOC
490 software open-source license. Thanks to Angela Ziegenhorn
491 <Angela.Ziegenhorn@veritas.com> for these modifications.
493 Tue Jul 12 18:00:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
495 * ace/Thread_Manager.cpp (remove_thr_all):
496 Don't just delete each Thread_Descriptor, but call remove_thr
497 for each Thread_Descriptor, this method will add the descriptor
498 to the freelist and handle all other cleanup actions. Fixes
499 some invalid reads we found in some RTCorba tests
501 Tue Jul 12 17:15:00 2005 Boris Kolpackov <boris@kolpackov.net>
503 * protocols/ace/RMCast/Flow.cpp:
504 * protocols/ace/RMCast/Protocol.h:
506 Added missing includes.
508 Tue Jul 12 14:46:53 2005 Boris Kolpackov <boris@kolpackov.net>
510 * protocols/ace/RMCast/Parameters.h:
512 Forgot to add this file for Mon Jul 11 20:08:51 2005.
514 Mon Jul 11 12:51:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
516 * ace/config-win32-msvc-8.h:
517 Only define ACE_HAS_SIG_ATOMIC_T when not building for WinCE.
518 Thanks to Mitscher Dubreus <ofup at voila dot fr> for reporting
521 Mon Jul 11 12:18:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
523 * ace/Thread_Manager.inl:
524 Initialise pointer with 0
526 Mon Jul 11 20:08:51 2005 Boris Kolpackov <boris@kolpackov.net>
528 * protocols/ace/RMCast/Flow.cpp:
529 * protocols/ace/RMCast/Flow.h:
531 Implemented flow control stack element.
533 * protocols/ace/RMCast/Acknowledge.cpp:
534 * protocols/ace/RMCast/Acknowledge.h:
535 * protocols/ace/RMCast/Fragment.cpp:
536 * protocols/ace/RMCast/Fragment.h:
537 * protocols/ace/RMCast/Link.cpp:
538 * protocols/ace/RMCast/Link.h:
539 * protocols/ace/RMCast/Protocol.h:
540 * protocols/ace/RMCast/Reassemble.cpp:
541 * protocols/ace/RMCast/Reassemble.h:
542 * protocols/ace/RMCast/Retransmit.cpp:
543 * protocols/ace/RMCast/Retransmit.h:
544 * protocols/ace/RMCast/Socket.cpp:
545 * protocols/ace/RMCast/Socket.h:
547 Made protocol parameters configurable on a per-instance
550 * protocols/examples/RMCast/Send_Msg/Protocol.h:
551 * protocols/examples/RMCast/Send_Msg/Receiver.cpp:
553 Made receiver print throughput information.
555 Mon Jul 11 08:41:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
557 * ace/OS_NS_Thread.h:
560 Mon Jul 11 08:10:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
562 * bin/tao_orb_tests.lst:
563 Added Bug_2174_Regression to the list of tests. It will fail
564 until the fix for this bug is in the archive
566 Sun Jul 10 23:24:12 UTC 2005 Gan Deng <gan.deng@vanderbilt.edu>
570 Added doxygen configuration file for DAnCE.
572 Sat Jul 9 06:24:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
574 * ace/OS_NS_Thread.h:
577 Sat Jul 9 06:18:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
579 * ace/OS_NS_Thread.inl (thr_cancel):
580 Fixed VxWorks implementation. Thanks to Abhijit Sachdev <abhi
581 at qualcomm dot com> for motivating this fix.
583 Fri Jul 8 15:42:18 2005 Steve Huston <shuston@riverace.com>
585 * ace/Array_Map.h: Extended the range of Sun C++ compilers not
586 providing a fully standards-compliant STL to include C++ 5.7
587 (Studio 10). To include a compliant STL would break backward
588 binary compatibility with C++ 5.0 - 5.6, so Sun won't (yet)
589 do it. They do, however, include Stlport 4 with C++ 5.7. You can
590 enable this by building ACE with stlport=1.
592 * ace/Basic_Types.h (ACE_ULongLong): Added a name to the anonymous
593 struct declared in the anonymous union. Silences a warning from
595 Added __amd64 to the "little endian" machine indicators. Corrects
596 this check for Solaris 10 x86.
598 * ace/config-sunos5.10.h: Noted that Studio 10 (C++ 5.7) works
601 * include/makeinclude/platform_sunos5_sunc++.GNU: If -fast is required,
602 be sure it goes to the left of any -xarch options on the command
603 line, else it'll override -xarch. Also, added support for building
604 with stlport=1 on Studio 10 (C++ 5.7).
606 * tests/CDR_Array_Test.cpp: When saying "Data OK", print type
607 name (%s), not truncated pointer (%d).
609 Fri Jul 8 12:37:15 2005 Douglas C. Schmidt <schmidt@cs.wustl.edu>
611 * ace/QoS/SOCK_Dgram_Mcast_QoS.cpp (subscribe): Added checks
612 to guard against cases where the qos_session is NULL. Thanks to
613 Dom Monteiro <d dot monteiro at netia dot net> and Yamuna for
614 isolating the problem.
616 Fri Jul 8 09:52:02 2005 Chad Elliott <elliott_c@ociweb.com>
618 * bin/MakeProjectCreator/modules/GNUACEProjectCreator.pm:
620 Utilize the MakeProjectBase to minimize the code in this module.
622 Fri Jul 8 11:19:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
624 * ace/OS_NS_Thread.inl (thr_cancel):
625 Added implementation for VxWorks.
627 Fri Jul 8 08:22:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
629 * ace/OS_NS_string.cpp:
630 Added include of OS_NS_stdio.h when ACE_LACKS_STRERROR is not
633 Thu Jul 7 18:11:29 2005 Steve Huston <shuston@riverace.com>
637 * ace/config-WinCE.h:
639 * ace/config-openvms.h:
640 * ace/config-psos-diab.h:
641 * ace/config-psos-diab-mips.h:
642 * ace/config-psos-diab-ppc.h:
643 * ace/config-psos-tm.h:
644 * ace/config-psosim-g++.h:
645 * ace/config-rtems.h:
646 * ace/config-sunos5.7.h:
647 * ace/config-tandem-nsk-mips-v2.h:
648 * ace/config-tandem-nsk-mips-v3.h:
649 * ace/config-vxworks5.x.h:
650 * ace/config-win32-interix.h:
651 * ace/config-win32-visualage.h:
652 * ace/OS_NS_string.{h cpp}:
653 * m4/config_h.m4: Removed all references to sys_nerr and
654 ACE_LACKS_SYS_NERR. These are old, hacky ways to check things
655 that can be done better (see below).
657 * ace/OS_NS_string.{h cpp} (strerror): Check for an invalid errnum
658 value by checking the return value of strerror(); supply a
659 "Unknown error %d" message if it's bad, and set errno to EINVAL.
661 * ace/Log_Msg.cpp (log): Use ACE_OS::strerror() and its new return
662 value to check for the need to try another way to format 'p' and
663 'm' messages. Windows is now the only special case.
665 * ace/Select_Reactor_Base.cpp: Include "Timer_Queue.h" instead of
666 "Timer_Heap.h" to get the appropriate definitions and inclusion of
667 other needed headers; in this case, Recursive_Thread_Mutex.h. Fixes
668 compile errors on Solaris 10.
670 * include/makeinclude/platform_sunos5_sunc++.GNU: Changed -xarch= from
671 v9 to generic64 when using "buildbits=64" on Sun Studio 10
672 (C++ 5.7). This works for both Sparc and x86 architectures.
674 Thu Jul 7 17:24:21 2005 Simon McQueen <sm@prismtech.com>
676 * bin/tao_orb_tests.lst:
678 Scheduled regression test for bugzilla #2183.
680 Thu Jul 7 09:27:56 2005 Chad Elliott <elliott_c@ociweb.com>
682 * bin/MakeProjectCreator/templates/gnu.mpd:
684 Modified the template code to avoid generating lines that end in
687 Thu Jul 7 09:11:23 2005 Douglas C. Schmidt <schmidt@cs.wustl.edu>
689 * ace/Message_Block.cpp: Changed the order of the #includes
690 to work around a problem when ACE is used with STLport. Thanks
691 to Alvin Lee for reporting this. This fixes another part of
694 Tue Jul 5 22:05:19 2005 Douglas C. Schmidt <schmidt@cs.wustl.edu>
696 * ace/DLL.cpp: Fixed a problem with ACE_DLL::close() where
697 the dll_name_ might not be deleted if dll_handle_ was 0. Thanks
698 to Alvin Lee <alvin.msg@gmail.com> for reporting this. This
699 fixes the first part of bugid 2185.
701 Tue Jul 5 18:13:29 2005 Steve Huston <shuston@riverace.com>
703 * ACE-INSTALL.html: Removed Windows CE from the platforms Riverace
704 supports and added links to some Riverace pages.
706 Tue Jul 05 21:40:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
709 Changed to consistently use ACE_OS::shm_open/ACE_OS::shm_unlink.
711 Tue Jul 05 21:15:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
713 * ace/OS_NS_Thread{.h .inl .cpp}:
714 Fixes for compile problems in MACOS_X_Panther build.
716 Outlined ACE_OS::cond_init() to gain some footprint reduction.
718 Tue Jul 5 18:17:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
720 * ace/OS_NS_netdb.cpp (getmacaddress): Some layout fixes and
721 also fixed a handle leak in the Sun part. Thanks to
722 <likemartinma at 163 dot com> for reportint this. This fixes
725 Tue Jul 5 08:30:07 2005 Douglas C. Schmidt <schmidt@cs.wustl.edu>
727 * ace/OS_NS_netdb.cpp (getmacaddress): Call close() to avoid
728 a handle leak. Thanks to W.M. van den Boogaard <wim dot vd dot
729 boogaard at meco dot nl> for reporting this fix. This fixes
732 Mon Jul 04 21:08:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
736 Added support for specifying interface ids for IPv6 Link Local
737 addresses either as part of the address (<ip>'%'<interface id>)
738 separately through ACE_INET_Address::set_interface().
739 Straightened out differences between Windows and Linux.
740 ACE_INET_Address::get_host_addr() now returns <ip>'%'<interface
741 id> formatted address when appropriate both on Windows
742 (natively) and Linux (ACE). Thanks to Srikanth Gopal
743 <sriki_666@yahoo.com> for reporting this problem.
745 Mon Jul 4 04:21:53 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
747 * ace/Array_Map.h (ACE_Array_Map):
749 Work around non-standard compliant Sun C++
750 std::reverse_iterator<> template arguments. Define a typedef
751 specific to Sun C++ 5.5 or earlier.
753 Sun Jul 3 14:59:25 2005 J.T. Conklin <jtc@acorntoolworks.com>
755 * examples/APG/Config/Makefile.am:
759 Sun Jul 03 18:40:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
761 * include/makeinclude/rules.lib.GNU:
762 Addition for VxWorks shared lib build.
764 * include/makeinclude/platform_vxworks5.5.x.GNU:
765 Some cleanup and changes for shared lib builds.
767 Fri Jul 01 14:40:25 2005 Gary Maxey <gary.maxey@hp.com>
769 * ace/config-tandem-nsk-mips-v3.h:
770 * ace/config-tandem-nsk-mips-v2.h:
771 Defined platform specific format specifiers for 64 bit integers
773 Fri Jul 1 12:52:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
775 * ace/config-doxygen.h:
778 Fri Jul 1 11:25:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
780 * bin/MakeProjectCreator/config/interceptors.mpb
781 Don't use pi as base lib.
783 * bin/MakeProjectCreator/config/iorinterceptor.mpb
784 * bin/MakeProjectCreator/config/loadbalancing.mpb
785 * bin/MakeProjectCreator/config/rtscheduling.mpb:
786 * bin/MakeProjectCreator/config/fault_tolerance.mpb
787 * bin/MakeProjectCreator/config/ftclientorb.mpb
788 Added pi and pi_server as base projects when needed
790 Fri Jul 1 10:05:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
792 * bin/MakeProjectCreator/templates/bor.mpd:
793 Added support for StackReserveSize and StackCommitSize
796 Wed Jun 29 13:58:17 2005 Justin Michel <michel_j@ociweb.com>
798 * ace/OS_NS_Thread.cpp:
800 Somehow my previous checkin had many other differences besides the
801 simple change that I made. I've remerged the corresponding code
802 from the previous version, but I have no idea how the change
805 Wed Jun 29 18:36:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
807 * ace/Default_Constants.h:
808 Removed ACE_CONNECTOR_HANDLER_MAP_SIZE, it is not used at all
809 anywhere in the repo. Found this when solving a problem with
812 Wed Jun 29 12:33:18 2005 Steve Huston <shuston@riverace.com>
814 * examples/APG/Config/config.mpc:
815 * examples/APG/Config/Makefile.am:
816 * examples/APG/Config/HA_Status.cpp: Simplify greatly to build
817 HA_Status as a simple executable, not a DLL. Thanks to Gavin Yu
818 <songtaoyu at lucent dot com> for noticing this problem.
820 * examples/APG/Config/HA_Status.h: Removed.
822 * THANKS: Added Gavin Yu to the Hall of Fame.
824 * ace/Timer_Heap_T.cpp (dtor): When cleaning out the timer nodes,
825 free_node() before doing the deletion() upcall. Prevents a user's
826 handle_close() from doing a cancel_timer() and ripping the current
827 timer node out from under us and causing free_node() to assert().
829 Wed Jun 29 10:43:11 2005 Justin Michel <michel_j@ociweb.com>
831 * ace/OS_NS_Thread.cpp:
833 Port the ACE_DISABLE_WIN32_INCREASE_PRIORITY feature from earlier
834 OCI versions of ACE, so that a user can disable the setting of a
835 thread to the realtime priority class. This prevents hard lockups
836 of Windows machines when running as an administrator, and allows
837 many tests to function when not running as an admin.
839 Tue Jun 28 20:58:11 2005 J.T. Conklin <jtc@acorntoolworks.com>
841 * bin/MakeProjectCreator/config/core.mpb:
843 inherit from new install base project for backwards compatibility.
845 * bin/MakeProjectCreator/config/conv_lib.mpb:
846 * bin/MakeProjectCreator/config/install.mpb:
847 * bin/MakeProjectCreator/config/install_bin.mpb:
848 * bin/MakeProjectCreator/config/install_headers.mpb:
849 * bin/MakeProjectCreator/config/install_lib.mpb:
851 New new base projects to offer more flexibility on what parts of
852 a project are installed. install_bin, install_lib, and install_
853 headers install binaries, libraries, and header files. install
854 installs everything. conv_lib is for "convenience libraries", a
855 set of objects that is packaged as a library for the developer's
856 convenience. For most builds it builds a shared library that is
857 installed without the cooresponding headers; but the automake
858 build uses automake's native convenience library support --- a
859 static library is built and linked into the executable(s).
861 Tue Jun 28 08:41:03 2005 Ming Xiong <mxiong@tango.dre.vanderbilt.edu>
863 * bin/MakeProjectCreator/config/global.features
865 Added a new feature ziparchive which is needed by
866 CIAO/DAnCE/ComponentPackager
868 Mon Jun 27 09:38:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
871 Added documentation for ACE_USES_FIFO_SEM, ACE_HAS_LINUX_NPTL
872 and ACE_HAS_POSIX_SEM_TIMEOUT.
874 Mon Jun 27 22:22:00 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
876 * ace/Array_Map.h (ACE_Array_Map):
878 Added missing "const_pointer" typedef/trait.
880 * tests/Array_Map_Test.cpp (index_operator_test):
882 Work around compiler / STL implementations that cannot handle
883 implicit conversions from iterator to const_iterator (e.g. due
884 to missing template constructor) by accessing the iterators
885 through a reference to const a Map. We don't strictly need a
886 const Map for this test but having one allows us to exercise
889 Mon Jun 27 21:54:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
891 * ace/config-linux-common.h:
892 Made inclusion of config-posix.h user selectable by defining
893 ACE_HAS_LINUX_NPTL rather than including it by default since
894 there are too many problems with that with the differences
895 in the various Linux distros.
896 Only with a Linux distro having the latest NPTL implemented
897 (SuSE 9.3) have I been able to effectively use POSIX macros.
899 Mon Jun 27 20:00:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
902 * ace/Configuration.cpp:
903 * ace/DLL_Manager.cpp:
904 * ace/Multihomed_INET_Addr.cpp:
905 * ace/OS_NS_stdlib.cpp:
906 * ace/Service_Config.cpp:
907 Within the ACE lib ACE_LIB_TEXT must be used instead of ACE_TEXT
909 Mon Jun 27 12:26:15 2005 Douglas C. Schmidt <schmidt@cs.wustl.edu>
911 * ace/Malloc_T.h: Updated the ACE_Malloc_T documentation to
912 mention the limitations with find()/bind(). Thanks to Hanson Lu
913 <suf_lu@yahoo.com> for reporting this.
915 Mon Jun 27 10:24:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
917 * bin/MakeProjectCreator/config/rtcosscheduling.mpb:
918 Added requires dummy_label. The RTCosScheduling library uses
919 a non compliant way to register its interceptors. This is
920 causing problems with the PI refactory so disable the building
921 of this lib until that has been fixed. See also bugzilla 2163.
923 Mon Jun 27 08:21:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
925 * ace/OS_NS_Thread.cpp:
926 Change to protect against race condition in sema based Event
929 * ace/OS_NS_Thread.inl:
930 Change in errno (EINTR) handling with FIFO based sema timedwait.
932 Mon Jun 27 06:59:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
934 * ace/Message_Queue_T.{h,cpp}:
935 Initialise pointers with 0 and removed work around for Sun CC 5.1,
936 we don't support that compiler already for years
938 Mon Jun 27 01:03:12 2005 Stoyan Paunov <s.paunov@vanderbilt.edu>
940 * bin/MakeProjectCreator/config/global.features:
941 * MPC/config/global.features:
942 * MPC/config/ZIP_Wrapper.mpb:
944 Added a new feature to MPC regarding the ZIP_Wrappers used by
945 the Repository Manager. I added this feature to make sure the RM
946 would not be compiled unless the proper ZIP libraries are in place.
947 Please check the README in CIAO/DAnCE/new_RepositoryManager
950 Sun Jun 26 22:29:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
952 * ace/config-posix.h:
953 Made test for POSIX_SEM TIMEOUTS more specific.
955 * ace/config-linux-common.h:
956 Added check to fix detection of POSIX_SEM TIMEOUTS for Linux
957 >= 2.6 because of crippled POSIX macros (moved here from
959 Made implementation of FIFO based Semaphores for Linux < 2.6
960 user selectable instead of default (default now back to
961 situation before I added FIFO based Semaphores).
963 * ace/OS_NS_Thread{.h .cpp .inl}:
964 Added support for Process shared Events when Process shared
965 pthread mutexes are not supported but FIFO Sems are configured.
966 Fixed several issues concerning correct errno handling in
969 * tests/run_test.lst:
970 Added missing Manual_Event_Test.
972 * tests/Process_Manual_Event_Test.cpp:
973 * tests/Process_Semaphore_Test.cpp:
974 Improved protection against non-supporting builds.
976 * tests/Dirent_Test.cpp:
977 Made this test a little less braindead so it does not recognize
978 FIFOs and PIPEs as directories anymore and tries chdir() on
979 them which is quite annoying.
981 Sat Jun 25 01:42:22 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
985 MSVC++ 6's reverse_iterator adapter implementation is not
986 standard's compliant. Adjusted reverse_iterator template
987 parameters accordingly for this one case (i.e. _MSC_VER <=
990 * ace/Array_Map.cpp (insert):
992 MSVC++ 6 doesn't like the "typename" qualification in the first
993 template argument to the std::pair<> return type. Removed it in
994 for the _MSC_VER <= 1200 case.
996 * tests/Array_Map_Test.cpp:
998 MSVC++ 6 doesn't pick up the const rbegin/rend() methods without
999 making the map object const, despite the fact the return value
1000 is assigned to a const_reverse_iterator. Work around the
1001 problem by casting the non-const map instance to a reference to
1002 a const map when _MSC_VER <= 1200.
1004 Fri Jun 24 22:49:16 2005 J.T. Conklin <jtc@acorntoolworks.com>
1006 * protocols/ace/RMCast/Makefile.am:
1010 Fri Jun 23 19:58:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
1012 * ace/OS_NS_Thread.inl:
1013 Added include for non-inline builds.
1015 Fri Jun 23 19:38:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
1017 * ace/OS_NS_Thread.h:
1018 Removed extra semi-colon.
1020 Fri Jun 23 19:36:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
1022 * tests/Process_Manual_Event_Test.cpp:
1023 * tests/Process_Semaphore_Test.cpp:
1024 Added protection for singlethread builds.
1026 Fri Jun 24 11:42:43 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
1030 Added notes about testing and developing autotool support, and
1031 how to bootstrap that support into a workspace.
1033 Fri Jun 24 11:36:26 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
1035 * ace/Array_Map.cpp:
1036 * ace/Array_Map.inl:
1038 Added missing "typename" keyword before template parameter
1039 dependent types. Addresses VC++ 7.1/8 and Sun CC++ compile-time
1040 warnings and errors.
1042 Fri Jun 24 11:02:06 2005 Chad Elliott <elliott_c@ociweb.com>
1044 * bin/PerlACE/Process_Win32.pm:
1046 Fixed this module to work with the ACE_TEST_WINDOW environment
1047 variable that I added some time back.
1049 Fri Jun 23 13:36:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
1051 * ace/OS_NS_Thread.cpp:
1052 Fixed unused 'result' variable in ACE_OS::event_init().
1054 Fri Jun 23 13:00:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
1056 * tests/Process_Manual_Event_Test.cpp:
1057 * tests/Process_Semaphore_Test.cpp:
1058 Fixes for compile errors on Linux 64bit.
1060 Fri Jun 23 10:20:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
1062 * ace/OS_NS_Thread.inl:
1063 Made sure ETIME is always returned on timeouts of
1064 ACE_OS::sema_timedwait and not ETIMEDOUT.
1066 * tests/Semaphore_Test.cpp:
1067 Extended platform coverage of timeout tests.
1069 * tests/Auto_Event_Test.cpp:
1070 * tests/Manual_Event_Test.cpp:
1071 * tests/Process_Manual_Event_Test.cpp:
1072 * tests/Process_Semaphore_Test.cpp:
1073 * tests/run_test.lst:
1077 Fri Jun 23 09:17:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
1079 * tests/INET_Addr_Test_IPV6.cpp:
1080 * tests/Multihomed_INET_Addr_Test_IPV6.cpp:
1081 * tests/SOCK_Send_Recv_Test_IPV6.cpp:
1082 * tests/SOCK_Test_IPV6.cpp:
1083 Fixed WCHAR compile problems.
1085 Fri Jun 23 08:49:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
1087 * ace/OS_NS_Thread{.h .cpp .inl}:
1088 Extended ACE_OS::event_xxx implementation to support platforms
1089 having either PThread support with Process Shared condition
1090 variables or POSIX semaphores with named (process shared)
1091 semaphore support or using the new FIFO based semaphores.
1092 Fixed manual_reset implementation of condition based events
1093 (event_pulse() did not work).
1095 Fri Jun 23 08:49:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
1097 * ace/config-aix-4.x.h:
1098 Fixed problems by incorrectly reported ACE_HAS_POSIX_SEM_TIMEOUT
1101 Fri Jun 24 07:20:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1103 * ace/OS_NS_Thread.h:
1104 Removed extra semi-colon.
1106 Thu Jun 23 22:24:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
1108 * ace/config-linux-common.h:
1109 Fixed typo (ACE_HAS_SHMOPEN should be ACE_HAS_SHM_OPEN).
1111 Thu Jun 23 17:14:39 2005 Steve Huston <shuston@riverace.com>
1113 * ace/Dev_Poll_Reactor.cpp (schedule_timer, reset_timer_interval):
1114 * ace/Select_Reactor_T.cpp (schedule_timer, reset_timer_interval):
1115 * ace/WFMO_Reactor.inl (cancel_timer, schedule_timer, reset_timer_interval):
1116 If timer_queue_ is 0, don't attempt to call through it. Instead,
1117 return -1 with errno ESHUTDOWN for scheduling; return 0 for cancel.
1119 Thu Jun 23 12:10:16 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
1122 * ace/Array_Map.inl:
1123 * ace/Array_Map.cpp:
1125 Map implementation that focuses on small footprint and fast
1126 iteration. Search times are, however, linear (O(n)) meaning
1127 that this map isn't suitable for large data sets that will be
1128 searched in performance critical areas of code. Iteration over
1129 large data sets, however, is faster than linked list-based maps,
1130 for example, since spatial locality is maximized through the use
1131 of contiguous arrays as the underlying storage.
1136 Added new Array_Map.* source files.
1138 * tests/Array_Map_Test.cpp:
1140 Regression test for ACE_Array_Map.
1142 * tests/Makefile.am:
1143 * tests/run_test.lst:
1146 Added new Array_Map_Test regression test.
1148 Thu Jun 23 07:49:43 2005 J.T. Conklin <jtc@acorntoolworks.com>
1150 * ace/Logging_Strategy.cpp (init):
1152 Changed to not delete output stream when wipeout_logfile_ is
1153 set, as that may result in a double delete when ownership of
1154 the new stream is transferred to this->log_msg_.
1156 Changed to not delete existing output stream if a new one is
1159 Thanks to Mark Callaghan and Ossama Othman for assistance.
1161 Thu Jun 23 12:34:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
1163 * ace/config-posix.h:
1164 Fixed problems for single threading builds.
1166 Thu Jun 23 10:59:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1169 * man/man3/Makefile.am:
1170 Removed these files because are also not part of the release
1172 Wed Jun 22 20:29:39 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
1174 * ace/OS_NS_Thread.h:
1176 Removed extra semi-colon. Fixes g++ 4.0 builds.
1178 Wed Jun 22 19:11:23 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
1182 Added Mark Callaghan to the Hall of Fame.
1184 * ace/Log_Msg.cpp (msg_ostream):
1186 Close, do not delete, the file stream in the
1187 ACE_LACKS_IOSTREAM_TOTALLY case, as is done in the
1188 ~ACE_Log_Msg() destructor. Addresses memory management issues.
1189 Thanks to J.T. Conklin and Mark Callaghan for pointing out the
1190 problem and suggesting the fix.
1192 Do not reset the ostream_ and delete_ostream_ attributes if
1193 the pointer to ostream_ is equal to the ostream argument passed
1194 to this method. Prevents premature destruction of the ostream.
1195 Thanks to Mark Callaghan for suggesting this fix.
1197 Wed Jun 22 19:55:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
1199 * ace/OS_NS_Thread{.h .inl}:
1200 Oops, fixed some more wchar problems.
1202 Wed Jun 22 19:16:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
1204 * ace/OS_NS_sys_mman.inl:
1205 * ace/OS_NS_Thread{.h .inl .cpp}:
1206 * ace/INET_Addr.cpp:
1207 * ace/SOCK_Dgram_Mcast.cpp:
1208 Fixed wchar problems in arguments and variables.
1210 * ace/config-linux-common.h:
1211 Undef ACE_HAS_SHMOPEN after having included config-posix.h as
1212 there are some things to check out here before really using
1215 Wed Jun 22 09:25:12 2005 Gary Maxey <gary.maxey@hp.com>
1217 * ace/config-lite.h:
1218 Added __TANDEM platform to ACE_UNUSED_ARG macro
1220 Wed Jun 22 12:24:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
1222 * ace/config-posix.h:
1223 Added test to set new macro ACE_HAS_POSIX_SEM_TIMEOUT when supported.
1225 * ace/config-linux-common.h:
1226 Added include for config-posix.h to test for more supported POSIX
1228 Added special test for Linux kernels < 2.6 because these falsely
1229 report certain POSIX support while not having that in reality
1230 (f.i. ACE_HAS_POSIX_SEM with ACE_HAS_POSIX_SEM_TIMEOUT).
1232 * ace/config-lite.h:
1233 Added test to undef (new) macro ACE_USES_FIFO_SEM (see below) when
1234 other macro settings invalidate this one.
1236 * ace/os_include/os_pthread.h:
1237 Extended test to prevent definition of ACE_sema_t when ACE_USES_FIFO_SEM
1240 * ace/OS_NS_Thread{.h .inl .cpp}:
1241 Added new implementation of ACE_OS::sema_XXX methods based on FIFOs
1242 (derived from W. Richard Stevens, UNIX Network Programming V2)
1243 active when !ACE_HAS_POSIX_SEM && ACE_USES_FIFO_SEM.
1244 Offshoot of customer request for process shareable solution for Linux
1247 Outlined most ACE_OS::mutex_XXX and ACE_OS::event_XXX methods resulting
1248 in a) ~7 Kb footprint reduction (Linux 2.6) and b) lessened dependency
1249 complexities allowing later introduction of another Event platform
1253 Wed Jun 22 08:51:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1255 * include/makeinclude/build_core_exe.bor:
1256 * include/makeinclude/build_core_library.bor:
1257 Removed these files, not used anymore
1259 Wed Jun 22 08:39:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1261 * tests/SOCK_Test_IPv6.cpp:
1262 Fixed compile errors on Linux when ACE_HAS_IPV6 has been defined
1264 Wed Jun 22 07:53:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1266 * ace/SOCK_Dgram_Mcast.cpp:
1267 Fixed compile errors on Linux when ACE_HAS_IPV6 has been defined
1269 * include/makeinclude/compiler.bor:
1270 No need anymore to include ace_flags.bor
1272 * include/makeinclude/ace_flags.bor:
1273 Removed this file, not needed anymore
1275 Tue Jun 21 18:06:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1277 * include/makeinclude/compiler.bor:
1278 Removed -a8 and -b from the compiler flags, this are the defaults
1279 for the compiler, so no need to explicitly specify them. Thanks to
1280 Chad about informing me that -b is the default.
1282 Tue Jun 21 07:30:58 2005 Chad Elliott <elliott_c@ociweb.com>
1284 * bin/MakeProjectCreator/config/global.mpb:
1286 Set libpaths to '.' since libout is set to '.' as well.
1288 Mon Jun 20 20:07:45 2005 Chad Elliott <elliott_c@ociweb.com>
1290 * bin/MakeProjectCreator/templates/gnu.mpd:
1292 Support for the bug fix where the 'postcommand' wouldn't be
1293 applied if there was more than one output file per input file.
1295 Mon Jun 20 16:45:39 2005 Steve Huston <shuston@riverace.com>
1297 * ace/Asynch_IO.cpp: Added explicit template instantiations for
1298 ACE_Refcounted_Auto_Ptr<ACE_Handler::Proxy, ACE_SYNCH_MUTEX>.
1300 Mon Jun 20 11:36:21 2005 Steve Huston <shuston@riverace.com>
1302 * ace/OS_NS_sys_socket.inl (closesocket): Removed the
1303 ACE_OS::shutdown() call in an HP-UX block. Calling shutdown breaks
1304 an often-used idiom in UNIX programming of forking a new process
1305 to handle a connection and closing the handle in the parent. Doing
1306 a shutdown() before close() initiates a TCP close even though there
1307 are multiple handles to the same socket. Thanks to Doug Schmidt
1308 and Howard Finer for the exchange that led to this change. This
1309 reverts a change made earlier:
1310 Thu Jan 1 17:56:31 2004 Steve Huston <shuston@riverace.com>
1312 Mon Jun 20 09:46:24 2005 Chad Elliott <elliott_c@ociweb.com>
1314 * bin/MakeProjectCreator/templates/gnu.mpd:
1316 Fixed a long standing bug where the libpath set in a Define_Custom
1319 Mon Jun 20 15:35:42 2005 Boris Kolpackov <boris@kolpackov.net>
1321 * protocols/ace/RMCast/Acknowledge.cpp:
1322 * protocols/ace/RMCast/Fragment.cpp:
1323 * protocols/ace/RMCast/Link.cpp:
1324 * protocols/ace/RMCast/Protocol.h:
1325 * protocols/ace/RMCast/Reassemble.cpp:
1327 Made code VC6-compatible.
1329 Mon Jun 20 11:38:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1331 * bin/MakeProjectCreator/config/bidir_giop.mpb:
1332 Added pi as base project, this was implicitly in the past because
1333 portableserver was based on pi.
1335 Mon Jun 20 10:46:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1337 * bin/MakeProjectCreator/config/portableserver.mpb:
1338 The portableserver library is not dependent on pi anymore.
1339 The new pi_server library is dependent.
1341 * bin/MakeProjectCreator/config/ftrtevent.mpb:
1342 * bin/MakeProjectCreator/config/ftrteventchannel.mpb:
1343 * bin/MakeProjectCreator/config/ifrservice.mpb:
1344 These projects use functionality of pi_server, so added that
1347 * bin/MakeProjectCreator/config/rtportableserver.mpb:
1348 * bin/MakeProjectCreator/config/messaging.mpb:
1349 Added pi as base project, this was implicitly in the past because
1350 portableserver was based on pi.
1352 Fri Jun 17 17:37:53 2005 Emre Turkay <turkaye@dre.vanderbilt.edu>
1354 * bin/MakeProjectCreator/config/ciao_servant_dnc.mpb:
1356 Added header_outputext to clean up the generated header files on
1359 Fri Jun 17 17:22:13 2005 Boris Kolpackov <boris@kolpackov.net>
1361 * protocols/ace/RMCast/Acknowledge.cpp:
1362 * protocols/ace/RMCast/Acknowledge.h:
1363 * protocols/ace/RMCast/Fragment.cpp:
1364 * protocols/ace/RMCast/Fragment.h:
1365 * protocols/ace/RMCast/Link.cpp:
1366 * protocols/ace/RMCast/Protocol.cpp:
1367 * protocols/ace/RMCast/Protocol.h:
1368 * protocols/ace/RMCast/Reassemble.cpp:
1369 * protocols/ace/RMCast/Reassemble.h:
1370 * protocols/ace/RMCast/Retransmit.cpp:
1371 * protocols/ace/RMCast/Retransmit.h:
1372 * protocols/ace/RMCast/Simulator.h:
1373 * protocols/ace/RMCast/Socket.cpp:
1374 * protocols/ace/RMCast/Socket.h:
1376 Implemented message fragmentation.
1378 * protocols/examples/RMCast/Send_Msg/Protocol.h:
1379 * protocols/tests/RMCast/Protocol.h:
1380 * protocols/tests/RMCast/Sender.cpp:
1382 Changed to send messages that would require fragmentation.
1384 Fri Jun 17 09:14:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1386 * bin/MakeProjectCreator/config/pi_server.mpb:
1387 New base project for pi_server. Will contain all needed portable
1388 interceptor functionality specific for the server side
1390 Fri Jun 17 08:40:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1392 * ace/Object_Manager.cpp:
1393 Removed comment about very old gcc version
1395 * ace/Service_Config.h:
1396 Added new ACE_DYNAMIC_SERVICE_DIRECTIVE macro that makes it possible
1397 to load a service using a process_directive call that works with the
1398 normal service configurator and the xml based one. Thanks to
1399 Lothar Werzinger <lothar at xcerla dot com> for providing this
1400 new macro. We will use it then in TAO to load the services on
1403 Thu Jun 16 07:38:57 2005 Douglas C. Schmidt <schmidt@cs.wustl.edu>
1405 * ace/SOCK_Stream.cpp (close): Removed the call to this->close_writer()
1406 since that functionality was done by ACE_SOCK::close(), which
1407 delegates to ACE_OS::closesocket(), which handles this
1410 * ace/Process.cpp (running): Only try to "kill" a process if
1411 the PID is valid. Thanks to Howard Finer <hfiner at sonusnet
1412 dot com> for contributing this.
1414 * ace/Pipe.h (ACE_Pipe): Updated the documentation for this class
1415 to clarify why it uses sockets on Windows. Thanks to Dave
1416 Varnell <Dave.Varvell@ni.com> for prompting this.
1418 * ace/INET_Addr.cpp (set): Changed the test of
1420 if (port_number < 0)
1424 if (port_number == -1)
1426 to fix problems reported by Vemund Handeland
1427 <vemund.handeland@fantoft.no>
1429 Wed Jun 15 12:36:04 MST 2005 Trevor Fields <fields_t@ociweb.com>
1431 * bin/PerlACE/Run_Test.pm:
1433 Adding method to add a library path dynamically for the run test
1436 Wed Jun 15 17:50:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1438 * bin/MakeProjectCreator/templates/bor.mpd:
1439 reverse the libs, this solves a lot of problems in our static builds.
1441 Wed Jun 15 07:46:16 2005 Chad Elliott <elliott_c@ociweb.com>
1443 * include/makeinclude/rules.bin.GNU:
1445 Resurrected rules.bin.GNU as it may be required by old
1446 hand-written makefiles.
1448 Wed Jun 15 07:36:14 2005 Chad Elliott <elliott_c@ociweb.com>
1450 * bin/MakeProjectCreator/templates/bor.mpd:
1452 Removed the use of uniq for libpaths. This was a work-around for
1453 a bug in MPC which has been fixed.
1455 Wed Jun 15 11:30:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1457 * bin/MakeProjectCreator/templates/bor.mpd:
1458 Removed reverse, with this no static initializers where called
1460 Wed Jun 15 09:48:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1462 * bin/MakeProjectCreator/templates/bor.mpd:
1463 Use uniq for libpaths so that we don't generate things twice
1465 Wed Jun 15 09:06:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1467 * bin/MakeProjectCreator/templates/bor.mpd:
1468 Reversed the order in which the libs are generated. This make sure
1469 we first get the static created for ACE, then for TAO, etc. Fixes
1470 the problems in the CBX static build
1472 Tue Jun 14 17:52:39 2005 Steve Huston <shuston@riverace.com>
1474 * ace/Thread_Manager.h: Improved documentation for the task_list()
1475 and task_all_list() methods.
1477 Tue Jun 14 14:19:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1480 Updated Borland build instructions
1482 Tue Jun 14 12:35:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1484 * ace/Reactor_Timer_Interface.{h,cpp}:
1485 Moved destructor to a new cpp file to fix Cygwin warnings
1489 Added Reactor_Timer_Interface.cpp
1491 Tue Jun 14 12:30:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1493 * ace/IO_Cntl_Msg.{h,cpp,inl}:
1494 Moved methods implemented in the header file to a new inl file.
1495 Fixes warnings in the Cygwin build
1499 Added IO_Cntl_Msg.cpp
1501 Tue Jun 14 11:05:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1503 * bin/auto_run_tests.pl:
1504 Fixed typo in comment
1506 Tue Jun 14 08:48:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1508 * bin/MakeProjectCreator/config/interceptors.mpb:
1509 * bin/MakeProjectCreator/config/portableserver.mpb:
1510 * bin/MakeProjectCreator/config/rtcorba.mpb:
1511 * bin/MakeProjectCreator/config/utils.mpb:
1512 Added pi as base project
1514 Mon Jun 13 13:50:53 2005 Emre Turkay <turkaye@dre.vanderbilt.edu>
1516 * bin/ciao_tests.lst:
1518 Added the node application tests to the autobuilds.
1520 Mon Jun 13 18:06:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1522 * performance-tests/SCTP/SOCK_STREAM_clt.cpp:
1523 Fixed compile errors
1525 Mon Jun 13 13:57:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1528 Don't do LF->CRLF conversion for xls files, that are Microsoft
1529 Excel files. The RTCorba tests have such a file.
1531 Mon Jun 13 13:48:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1533 * bin/MakeProjectCreator/config/pi.mpb:
1534 New base project for the new PI library we will add soon to the
1535 archive. This PortableInterceptor libray will contain the
1536 ORBInitializer Registry, Policy Factory Registry and ORBInitInfo
1537 in the first version
1539 Mon Jun 13 12:52:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1541 * performance-tests/SCTP/hist.{h,cpp}:
1542 * performance-tests/SCTP/SOCK_SEQPACK_clt.cpp:
1543 * performance-tests/SCTP/SOCK_STREAM_clt.cpp:
1544 Moved the hist struct with associated methods to the ACE_SCTP
1545 namespace. This should fix the last compile errors in Irix.
1546 Thanks to Doug McCorkle <mccdo at iastate dot edu> for providing
1549 Mon Jun 13 10:41:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1551 * bin/MakeProjectCreator/config/kokyu_dsrt_scheduler_server.mpb:
1552 * bin/MakeProjectCreator/config/kokyu_dsrt_scheduler.mpb:
1553 Moved the codecfactory from the server to the normal project,
1554 also the clients need it
1556 Sun Jun 12 14:53:33 2005 J.T. Conklin <jtc@acorntoolworks.com>
1558 * ace/Logging_Strategy.cpp (parse_args):
1560 Update comment to make it clear value is being converted from
1561 number of KB to number of bytes.
1563 Sun Jun 12 12:48:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
1565 * include/makeinclude/platform_g++_common.GNU:
1566 Fixed problem with GXX version detection when default Make
1567 shell is CMD.EXE and problems with different version reports
1568 with non-standard GCC implementations (like VxWorks:-).
1570 * include/makeinclude/wrapper_macros.GNU:
1571 Fixed problem with ACE version detection when default Make
1574 * include/makeinclude/rules.local.GNU:
1575 Fixed problem with creation of .depend files when default Make
1578 * include/makeinclude/rules.lib.GNU:
1579 * include/makeinclude/platform_vxworks5.5.x.GNU:
1580 Changed to implement support for creation of shared libs for
1583 Sat Jun 11 11:31:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1585 * bin/MakeProjectCreator/config/kokyu_dsrt_scheduler_server.mpb:
1586 Added codecfactory as base
1588 Fri Jun 10 18:33:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1590 * bin/MakeProjectCreator/config/rtcosscheduling.mpb:
1591 Added missing base projexts. Thanks for JT for reporting this
1593 Fri Jun 10 16:03:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
1595 * tests/DLL_Test.cpp:
1596 Updated to use new 'ACE_HAS_DYNAMIC_LINKING' macro.
1598 Fri Jun 10 16:00:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
1600 * ace/config-lite.h:
1601 Introduced new macro 'ACE_HAS_DYNAMIC_LINKING' to enable more
1602 generalized testing for platforms supporting dynamic linking
1603 than 'ACE_HAS_SVR4_DYNAMIC_LINKING' supports (which excludes
1604 WIN32, VxWorks and HPUX which *do* support dynamic linking).
1606 Fri Jun 10 15:53:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
1610 Changed implementation of 'ace_main' entrypoints for VxWorks to
1611 support shared library builds without resulting in 'undefined symbol'
1612 messages for 'ace_main_i'.
1614 Fri Jun 10 15:47:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
1616 * ace/OS_NS_dlfcn.inl:
1617 Fixed VxWorks implementation of dlopen().
1619 Fri Jun 10 07:55:32 2005 Phil Mesnier <mesnier_p@ociweb.com>
1621 * bin/tao_orb_tests.lst:
1622 Added new test for Alternate IIOP addresses.
1624 Fri Jun 10 13:16:53 2005 Simon McQueen <sm@prismtech.com>
1626 * ace/Reactor.cpp (register_handler):
1628 Backed out Thu Jun 9 11:12:39 2005 Steve Huston.
1629 It was causing test failures on Linux.
1631 Fri Jun 10 06:43:25 2005 Chad Elliott <elliott_c@ociweb.com>
1633 * bin/MakeProjectCreator/templates/gnu.mpd:
1635 Interpret flag_overrides of the custom_types->dependent setting
1636 as an array instead of a string. This makes things consistent
1637 with non-overridden values of dependent.
1639 * bin/create_ace_build:
1640 * bin/create_ace_build.pl:
1642 Inform users about using $MPC_ROOT/clone_build_tree.pl instead of
1647 Simplified/collapsed duplicated code from the VMS additions.
1649 Thu Jun 9 18:38:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1652 Doxygen improvements
1654 * bin/MakeProjectCreator/config/codecfactory.mpb:
1655 New base project for the new codecfactory for TAO
1657 Thu Jun 9 18:32:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1659 * bin/tao_orb_tests.lst:
1660 Added tao/tests/POA/Reference_Counting
1662 Thu Jun 9 11:47:31 2005 Steve Huston <shuston@riverace.com>
1664 * tests/Pipe_Test.cpp: Fixed wide-char text issues.
1666 Thu Jun 9 11:12:39 2005 Steve Huston <shuston@riverace.com>
1668 * ace/Reactor.cpp (register_handler): When registering for one or more
1669 signals, set the event handler's reactor() pointer to the registered
1670 reactor. Makes this behavior consistent with all other registration
1673 Thu Jun 9 16:18:32 2005 Boris Kolpackov <boris@kolpackov.net>
1675 * protocols/ace/RMCast/Link.cpp:
1676 * protocols/ace/RMCast/Socket.cpp:
1677 * protocols/ace/RMCast/Socket.h:
1679 Implemented timed recv() and size().
1681 Thu Jun 9 13:16:53 2005 Simon McQueen <sm@prismtech.com>
1683 * bin/tao_other_tests.lst:
1685 Added Bug_2137_Regression test.
1687 Thu Jun 9 09:31:28 2005 Simon McQueen <sm@prismtech.com>
1691 Updated with late release note submissions.
1693 Wed Jun 08 08:43:59 2005 Simon McQueen <sm@prismtech.com>
1695 * ACE version 5.4.6 released.
1697 Wed Jun 8 11:21:50 2005 Simon McQueen <sm@prismtech.com>
1701 Updated with release note entries.
1703 Fri Jun 3 13:42:18 2005 Steve Huston <shuston@riverace.com>
1705 * ace/String_Base.h: Removed ACE_INLINE from the operator+ functions.
1706 The functions are defined in String_Base.cpp. Fixes compile errors
1707 on Solaris autoconf build.
1709 * examples/C++NPv2/AIO_Client_Logging_Daemon.cpp: Added missing
1710 #include for ace/Null_Mutex.h and ace/Null_Condition.h since this
1711 example uses ACE_Task<ACE_NULL_SYNCH>.
1713 * Kokyu/DSRT_Sched_Queue_T.h: Added missing #include "ace/Null_Mutex.h"
1715 Thu Jun 2 13:58:29 2005 Steve Huston <shuston@riverace.com>
1717 * ace/Local_Tokens.cpp (~ACE_TSS_TPQ_Entry): Replaced missing '}' from:
1718 Mon May 30 18:10:56 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
1720 Wed Jun 1 18:33:29 2005 Steve Huston <shuston@riverace.com>
1722 * examples/C++NPv2/AC_Client_Logging_Daemon.cpp: Reordered some
1723 #include directives so files needed by ace/Connector.h are in before
1724 ace/Connector.h. Fixes optimized autoconf build on AIX.
1726 Wed Jun 1 12:19:27 2005 Steve Huston <shuston@riverace.com>
1728 * ace/OS_NS_signal.inl: Reverted:
1729 Tue May 31 18:51:31 2005 Steve Huston <shuston@riverace.com>
1730 It broke builds on Linux and BSD, at least, with compile errors like:
1731 `::' does not have a class or union named `sigaction'
1732 I think this is probably an issue of including files in the wrong
1733 order and it only trips up HP-UX, but I'm not sure.
1735 Wed Jun 1 07:10:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1737 * bin/tao_orb_tests.lst:
1738 Removed bug 2088 test for the time being, the fix isn't the correct one
1739 and now the test has wrong expectations
1741 Tue May 31 18:51:31 2005 Steve Huston <shuston@riverace.com>
1743 * ace/OS_NS_signal.inl (sigaction): Added "::" qualifier to references
1744 to "struct sigaction" to distinguish it from sigaction in the
1745 ACE_OS namespace. This was tripping up HP aC++ in certain use cases.
1747 Tue May 31 18:46:29 2005 Steve Huston <shuston@riverace.com>
1749 * ace/INET_Addr.cpp (set_address): When needing to plug in an
1750 IPv4-mapped IPv6 address, avoid any possibility of compiler struct
1751 member non-contiguous alignment. Use the ip6 address type and
1752 plug the values in where they go. Thanks to Robert Iakobashvili
1753 <coroberti at gmail dot com> for this idea.
1755 Tue May 31 21:45:10 2005 Boris Kolpackov <boris@kolpackov.net>
1759 Updated RMCast-related information.
1761 Tue May 31 11:49:23 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
1763 * ace/Free_List.inl:
1764 * ace/Message_Queue_T.inl:
1765 * ace/POSIX_CB_Proactor.inl:
1766 * ace/SUN_Proactor.inl:
1768 Removed these empty inline files.
1770 * ace/Free_List.cpp:
1772 * ace/Message_Queue_T.cpp:
1773 * ace/Message_Queue_T.h:
1774 * ace/POSIX_CB_Proactor.cpp:
1775 * ace/POSIX_CB_Proactor.h:
1776 * ace/SUN_Proactor.cpp:
1777 * ace/SUN_Proactor.h:
1779 Removed include directives for removed inline files.
1781 * ace/Timer_Queue_Adapters.cpp (activate):
1783 Moved method definition out of ACE_HAS_DEFERRED_TIMER_COMMANDS
1784 block. Fixes "unresolved symbol" link-time errors.
1786 * ace/Makefile.am (nobase_include_HEADERS):
1788 Removed newly removed inline file.
1790 Tue May 31 10:39:10 2005 Justin Michel <michel_j@ociweb.com>
1792 * ace/String_Base.inl:
1793 * ace/String_Base.cpp:
1795 Move operator+=() methods from .inl to .cpp in an effort to
1798 Mon May 30 18:10:56 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
1802 * ace/Event_Handler_T.cpp:
1803 * ace/Event_Handler_T.inl:
1804 * ace/Free_List.cpp:
1805 * ace/Free_List.inl:
1808 * ace/IOStream_T.cpp:
1809 * ace/IOStream_T.inl:
1810 * ace/Local_Tokens.cpp:
1811 * ace/Local_Tokens.inl:
1812 * ace/Lock_Adapter_T.cpp:
1813 * ace/Lock_Adapter_T.inl:
1818 * ace/Message_Block.cpp:
1819 * ace/Message_Block.inl:
1820 * ace/Message_Queue.cpp:
1821 * ace/Message_Queue.inl:
1822 * ace/Message_Queue_T.cpp:
1823 * ace/Message_Queue_T.inl:
1824 * ace/POSIX_CB_Proactor.cpp:
1825 * ace/POSIX_CB_Proactor.inl:
1826 * ace/POSIX_Proactor.cpp:
1827 * ace/POSIX_Proactor.inl:
1828 * ace/Refcounted_Auto_Ptr.h:
1829 * ace/Refcounted_Auto_Ptr.inl:
1830 * ace/Refcounted_Auto_Ptr.cpp:
1831 * ace/Remote_Tokens.cpp:
1832 * ace/Remote_Tokens.inl:
1833 * ace/Reverse_Lock_T.cpp:
1834 * ace/Reverse_Lock_T.inl:
1835 * ace/SUN_Proactor.cpp:
1836 * ace/SUN_Proactor.inl:
1837 * ace/Shared_Memory_MM.cpp:
1838 * ace/Shared_Memory_MM.inl:
1839 * ace/Shared_Memory_SV.cpp:
1840 * ace/Shared_Memory_SV.inl:
1841 * ace/Strategies_T.cpp:
1842 * ace/Strategies_T.inl:
1845 * ace/Thread_Manager.cpp:
1846 * ace/Thread_Manager.inl:
1847 * ace/Timer_Queue_Adapters.cpp:
1848 * ace/Timer_Queue_Adapters.inl:
1849 * ace/Timer_Queue_T.inl:
1851 Moved inlined virtual methods out of line. Addresses
1852 RTTI-related problems when using g++ 4.0's
1853 "-fvisibility-inlines-hidden" command line option.
1855 * ace/String_Base.cpp:
1857 Removed "ACE_INLINE" macros. They should not be used in this
1858 out-of-line source file.
1863 Added Refcounted_Auto_Ptr.cpp to the list of template files.
1865 Mon May 30 13:39:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1868 The Borland preview compiler is the only Borland compiler capable
1869 of handling the reinterpret cast
1871 Mon May 30 13:14:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1873 * bin/tao_orb_tests.lst:
1874 Added TAO/tests/Portable_Interceptors/Bug_2088/run_test.pl
1876 Mon May 30 09:34:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
1878 * include/makeinclude/platform_vxworks5.x_diab.GNU:
1879 * include/makeinclude/platform_vxworks5.x_g++.GNU:
1881 Removed these files since these platform configurations are
1882 not supported anymore with the current ACE/TAO releases.
1883 The currently supported platform configuration is the
1884 'platform_vxworks5.5.x.GNU'.
1886 Mon May 30 09:19:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1888 * ace/Array_Base.cpp:
1889 Initialise pointer with 0
1891 Mon May 30 08:02:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1893 * include/makeinclude/platform_aix_ibm.GNU:
1894 Don't use -qstaticinline in a 64bit build with Visual Age 6. When
1895 this option is specified TAO crashes strangely. Seems a problem
1896 in the Visual Age compiler in 64bit mode.
1898 Sun May 29 17:49:00 2005 J.T. Conklin <jtc@acorntoolworks.com>
1902 Disable the use of gcc's symbol visibility on MacOSX, since it
1903 requires features of the ELF object file format not present in
1904 Mach-O. Longer term we need a feature check that explicitly
1905 tests for proper operation of symbol visibility instead of a
1906 list of systems where it's disabled.
1908 Fri May 27 15:32:15 2005 Justin Michel <michel_j@ociweb.com>
1913 Added a new ACE::wild_match() function which is used to support the
1914 TAO -ORBPreferredInterfaces option. wild_match was contributed by
1915 Kevin Heifner <heifner_k@ociweb.com>.
1917 * ace/SOCK_SEQPACK_Association.h:
1918 * ace/SOCK_SEQPACK_Connector.h:
1919 * apps/drwho/Protocol_Manager.cpp:
1920 * examples/APG/Reactor/Timers.cpp:
1921 * tests/Network_Adapters_Test.cpp:
1923 These files #included config.h which isn't safe, because it
1924 won't necessarilly pick up the correct symbols. For example, I
1925 caught this by trying to build ACE on Windows with
1926 __ACE_INLINE__ = 0. The files that #included config.h directly
1927 saw that it was defined as 0, but changing them to #include
1928 config-all.h instead, correctly saw that the symbol was
1931 Fri May 27 10:26:34 2005 Chad Elliott <elliott_c@ociweb.com>
1933 * bin/MakeProjectCreator/templates/gnu.mpd:
1935 Interpret custom_types->dependent as an array instead of a string.
1936 This is completely backward compatible since a string is just a
1937 one element array in the template language.
1939 Fri May 27 12:22:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1941 * include/makeinclude/platform_aix_ibm.GNU:
1942 When building for 64bit, make sure we enable the 64bit warnings
1944 Fri May 27 08:49:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
1946 * ace/OS_NS_Thread.inl:
1948 Fixed possible NULL-pointer assignment for VxWorks implementation
1949 of ACE_OS::thr_sigsetmask().
1951 Fri May 27 00:40:19 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
1953 * bin/tao_orb_tests.lst:
1955 Added new recursive type Any insertion/extraction test to the
1958 Thu May 26 17:07:34 2005 Justin Michel <michel_j@ociweb.com>
1960 * ace/String_Base.inl:
1961 * ace/String_Base.cpp:
1963 Move all non-trivial functions out of the .inl file. Hopefully this
1964 will cause a net improvement to the footprint.
1966 Thu May 26 16:13:34 2005 Justin Michel <michel_j@ociweb.com>
1968 * ace/config-win32-msvc-6.h:
1970 The standard library that comes with vc6 is pre-standard c++,
1971 but it's close enough for many things. Enabling its use should
1972 be more portable. This was done long ago for the OCI versions of
1973 TAO (Since 1.2a), and was apparently overlooked until now.
1975 Thu May 26 15:22:10 2005 Emre Turkay <turkaye@dre.vanderbilt.edu>
1979 Added the contrib directory into the Release script.
1981 Thu May 26 18:21:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1983 * ace/Thread_Manager.{h,cpp}:
1984 Added thr_state method to ACE_Thread_Manager so that we are able
1985 to retrieve the state of a certain thread.
1987 Thu May 26 07:39:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
1989 * include/makeinclude/platform_cygwin32.GNU:
1990 * include/makeinclude/platform_freebsd.GNU:
1991 * include/makeinclude/platform_gnuwin32_common.GNU:
1992 * include/makeinclude/platform_osf1_3.2_cxx.GNU:
1993 * include/makeinclude/platform_osf1_4.x_cxx.GNU:
1994 * include/makeinclude/platform_osf1_4.x_g++.GNU:
1995 * include/makeinclude/platform_qnx_neutrino.GNU:
1996 * include/makeinclude/platform_rtems.x_g++.GNU:
1997 Simplified these files by using the ?= operator
1999 Wed May 25 15:51:03 2005 Steve Totten <totten_s@ociweb.com>
2001 * ace/OS_NS_stdio.inl:
2002 * ace/OS_NS_stdio.cpp:
2004 * ace/config-aix-4.x.h:
2005 * ace/config-posix.h:
2006 These files were using improper syntax to compare the value of
2007 _XOPEN_SOURCE against a constant that caused compilation errors on
2008 HP-UX 11.23 with HP aC++/ANSI C B3910B A.06.00. For example:
2009 #if defined (_XOPEN_SOURCE) && (_XOPEN_SOURCE >= 500)
2011 #if (defined _XOPEN_SOURCE && (_XOPEN_SOURCE - 0) >= 500)
2013 Thanks to Paul Koch <paul dot koch at mci dot com> for reporting
2014 this problem and providing the solution.
2016 Wed May 25 20:08:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
2018 * bin/msvc_static_order.lst:
2019 Added new RTEvent_Skel and RTEvent_Serv libraries and removed
2022 Tue May 24 20:09:28 2005 J.T. Conklin <jtc@acorntoolworks.com>
2024 * bin/MakeProjectCreator/config/time.mpb:
2026 Inherit from svc_utils.mpb.
2028 Tue May 24 20:46:28 2005 Olli Savia <ops@iki.fi>
2030 * ace/config-irix6.x-common.h:
2031 * ace/config-linux-common.h:
2032 Changed incorrect define ACE_USES_NEW_TERMIOS to
2033 ACE_USES_NEW_TERMIOS_STRUCT.
2035 Tue May 24 09:31:42 2005 Chad Elliott <elliott_c@ociweb.com>
2037 * bin/MakeProjectCreator/config/acedefaults.mpb:
2039 Use $(ILIBMODIFIER) instead of $(LIBMODIFIER).
2041 * tests/Pipe_Test.cpp:
2042 * tests/Process_Mutex_Test.cpp:
2044 Added missing ACE_TEXT () around option strings. This was causing
2045 a very strange file to show up after the Process_Mutex_Test was
2046 run in the Borland unicode build and the Pipe_Test didn't run at
2049 Tue May 24 00:17:09 2005 Emre Turkay <turkaye@dre.vanderbilt.edu>
2051 * bin/MakeProjectCreator/config/cidlc.mpb:
2053 Created a base project for cidlc & ccf project files.
2055 Tue May 24 07:58:09 2005 Olli Savia <ops@iki.fi>
2057 * ace/SSL/SSL_SOCK_Stream.h:
2058 Added include "ace/os_include/os_stdio.h" to fix compile
2059 problem on LynxOS. Thanks to Christine Ballard
2060 <christine.ballard at lmco dot com> for reporting the problem.
2062 Mon May 23 23:11:14 2005 Emre Turkay <turkaye@dre.vanderbilt.edu>
2064 * contrib/utility/*:
2066 Added the utility library.
2068 Mon May 23 16:38:13 2005 Steve Huston <shuston@riverace.com>
2070 * examples/Reactor/Proactor/post_completions.cpp: Made use of the
2071 ACE_POSIX_SIG_Proactor-based test dependent on
2072 ACE_HAS_POSIX_REALTIME_SIGNALS, not ACE_POSIX_SIG_PROACTOR.
2073 ACE_POSIX_SIG_PROACTOR indicates a preference for that proactor
2074 implementation when one is not specified; it's not a capability
2075 indicator. The presence of the ACE_POSIX_SIG_Proactor implementation
2076 is based on the ACE_HAS_POSIX_REALTIME_SIGNALS setting, so that's
2077 what's used to decide whether to explicitly use
2078 ACE_POSIX_SIG_Proactor. This fixes a build error on Mac OS X Tiger
2079 with autoconfigure, as well as any other platform with AIO
2080 support that doesn't declare a Proactor implementation preference.
2081 Thanks to J.T. Conklin for raising this issue and working on testing
2084 Mon May 23 14:52:19 2005 Justin Michel <michel_j@ociweb.com>
2086 * ACEXML/tests/util/util.mpc:
2088 Add missing $ Id tag.
2090 Mon May 23 13:02:25 2005 Justin Michel <michel_j@ociweb.com>
2092 * ace/String_Base.h:
2093 * ace/String_Base.inl:
2094 * ace/String_Base.cpp:
2096 Fixed some documentation bugs, and added some new features to
2097 this class. New efficient overloads for string concatenation.
2098 Fixed clear(1) to work as documented. Used a more optimal
2099 string growth when concatenating strings. Performance
2100 optimizations for string concatenation.
2102 * tests/SString_Test.cpp:
2104 Test the new string concatenation overloads.
2106 * bin/tao_other_tests.lst:
2108 Enabled new ImR tests, and grouped all ImR tests together.
2110 Mon May 23 12:26:19 2005 Steve Huston <shuston@riverace.com>
2112 * ace/Thread.h: Doxygen-ized the join() comments.
2114 Mon May 23 13:18:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
2117 Reverted change below, causes compile errors with some compilers
2119 Mon May 23 12:50:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
2124 Mon May 23 10:56:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
2126 * bin/MakeProjectCreator/config/ftrtevent.mpb:
2127 * bin/MakeProjectCreator/config/rtcorbaevent.mpb:
2128 Use rtevent_serv as base project. These projects use some rtevent
2129 implementation stuff so just the client side stubs are not enough.
2131 * bin/MakeProjectCreator/config/rteventexe.mpb:
2132 Use rtevent_skel as base project
2134 Mon May 23 10:24:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
2136 * bin/MakeProjectCreator/config/rtevent_serv.mpb:
2137 * bin/MakeProjectCreator/config/rtevent_skel.mpb:
2138 New files, the RTEvent service is being split in 3 libs so
2139 we need some new base projects
2141 Mon May 23 05:47:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
2143 * bin/MakeProjectCreator/config/rtoldevent.mpb:
2146 * bin/MakeProjectCreator/config/rteventlogadmin.mpb:
2147 Removed rtoldevent as base project
2149 Sun May 22 12:01:46 2005 Olli Savia <ops@iki.fi>
2151 * ace/High_Res_Timer.cpp:
2153 Fixed a typo in comment.
2155 Fri May 20 21:11:07 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
2157 * ace/DLL.cpp (~ACE_DLL):
2159 Explicitly delete() this->dll_name_. It is normally delete()d
2160 in ACE_DLL::close(). However, that may not occur if full
2161 ACE_DLL initialization is interruepted due to errors
2162 (e.g. attempting to open a DSO/DLL that does not exist). Fixes
2165 * ace/Log_Msg.cpp (msg_ostream):
2167 Delete the previously allocated ostream prior to setting the new
2168 one, if necessary. Fixes a memory leak.
2170 * ace/Logging_Strategy.h (ACE_Logging_Strategy):
2172 Converted integer fields that are really booleans to be of type
2173 "bool", and reordered fields to avoid excessive alignment
2174 padding. Reduces size of this class by 8 bytes on most
2177 * ace/Logging_Strategy.cpp:
2179 Initialize fields in base member initializer list to prevent
2180 accidental use of uninitialized fields.
2182 Use C++ "true" and "false" instead of "1" and "0", respectively,
2183 when setting boolean field values.
2185 * ace/SString.h (ACE_Auto_String_Free):
2187 Corrected documentation suggesting use of
2188 ACE_Auto_Array_Ptr<char *>. The correct template argument is
2189 "char", not "char *".
2191 * tests/CDR_Test.cpp:
2192 * tests/Multicast_Test.cpp:
2196 * tests/Logging_Strategy_Test.cpp:
2198 Updated to be consistent with boolean field changes in
2199 ACE_Logging_Strategy class.
2201 * tests/TP_Reactor_Test.cpp (delete_reactor):
2203 Reordered finalization code to prevent memory leak.
2205 Fri May 20 19:05:22 2005 Douglas C. Schmidt <schmidt@cs.wustl.edu>
2207 * ace/Thread.h (ACE_Thread): Updated the documentation of
2208 ACE_Thread::join(). Thanks to Alan Balasuar
2209 <balasuar@gmail.com> for motivating this fix.
2211 Sat May 21 18:30:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
2213 * tests/HTBP/Reactor_Tests/server.cpp:
2214 Fixed value computed is not used warning in GCC IA64 build
2216 Fri May 20 15:28:00 2005 Gary Maxey <gary.maxey@hp.com>
2220 Added TANDEM platform for ACE_NOTREACHED macro.
2222 Thu May 19 19:10:30 2005 Douglas C. Schmidt <schmidt@cs.wustl.edu>
2224 * apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp
2229 ACE_ASSERT (errno == EWOULDBLOCK);
2231 since errno may have been changed by this point. Thanks to Ro
2232 Madhavan <ro_madhavan@sify.com> for reporting this.
2234 Thu May 19 18:50:23 2005 Steve Huston <shuston@riverace.com>
2236 * ace/ICMP_Socket.{h cpp inl}:
2237 * ace/Ping_Socket.{h cpp inl}:
2238 * tests/Network_Adapters_Test.{cpp, h}: Moved ICMP_Socket and
2239 Ping_Socket out of the ACE namespace and changed names to
2240 ACE_ICMP_Socket and ACE_Ping_Socket, respectively. Also fixed up
2241 some text strings with ACE_TEXT.
2242 ACE_ICMP_Socket now does not check for root euid - allow the OS to
2243 do whatever checks it requires/implements.
2244 Improved implementation of ACE_Ping_Socket.
2245 Thanks to Robert Iakobashvili for these improvements and changes.
2247 Thu May 19 15:59:38 2005 Steve Huston <shuston@riverace.com>
2249 * ace/SOCK.h: Clarified doc on close() - it sets the object's
2250 handle to ACE_INVALID_HANDLE.
2252 Thu May 19 08:58:48 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
2254 * ace/INET_Addr.cpp:
2255 * ace/INET_Addr.inl:
2257 Moved remaining virtual methods out of line. See "Wed May 18
2258 16:19:32 2005 Ossama Othman <ossama@dre.vanderbilt.edu>" for
2261 Thu May 19 15:21:00 UTC 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
2263 * bin/MakeProjectCreator/config/taoidl3toidl2defaults.mpb:
2267 after += TAO_IDL3_TO_IDL2_EXE
2269 to the config file to make sure that the executable is built
2270 before being used in a test, example or application. Thanks to
2271 Chad Elliott <elliott_c@ociweb.com> for suggesting the change.
2273 Thu May 19 14:05:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
2275 * netsvcs/clients/Logger/indirect_logging.cpp:
2276 * netsvcs/lib/Client_Logging_Handler.cpp:
2277 When we can't open the logger print out an error and exit with -1.
2279 Thu May 19 00:38:46 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
2281 * config-g++-common.h:
2284 Removed ACE_EXPORT_SINGLETON_{DECLARATION,DECLARE} macro
2285 definitions. They do not provide the expected behavior in g++
2286 4.0 configurations, as they do in VC++ configurations.
2288 Wed May 18 16:19:32 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
2294 * ace/FILE_Addr.cpp:
2295 * ace/FILE_Addr.inl:
2296 * ace/INET_Addr.cpp:
2297 * ace/INET_Addr.inl:
2300 * ace/SPIPE_Addr.cpp:
2301 * ace/SPIPE_Addr.inl:
2302 * ace/Service_Types.cpp:
2303 * ace/Service_Types.inl:
2304 * ace/UNIX_Addr.cpp:
2305 * ace/UNIX_Addr.inl:
2307 Moved virtual method implementation out-of-line. Since the
2308 classes to which they belong are exported, inlining them will
2309 cause problems when attempting to perform a dynamic_cast<> in
2310 binaries built with g++ 4.0's -fvisibility-inlines-hidden
2311 command line option.
2313 * ace/Strategies_T.cpp (dump):
2315 Removed ACE_INLINE from this out of line method.
2317 Wed May 18 15:44:12 UTC 2005 Martin Corino <mcorino@remedy.nl>
2319 * ace/Semaphore.cpp:
2321 Removed check for missing shm_open() since this causes problems
2322 for platforms supporting POSIX_SEM (and thus not using
2323 shm_open/open). Thanks to Raoul Gough <Raoul dot Gough at liffe
2324 dot com> for reporting this.
2326 * ace/config-openvms.h:
2327 Added ACE_LACKS_UNNAMED_SEMAPHORE to compensate for above
2330 Wed May 18 14:37:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
2332 * examples/ASX/Message_Queue/buffer_stream.cpp:
2333 Initialise all pointers with 0
2335 Wed May 18 09:25:35 2005 Chad Elliott <elliott_c@ociweb.com>
2337 * bin/MakeProjectCreator/templates/gnu.mpd:
2338 * include/makeinclude/rules.lib.GNU:
2339 * include/makeinclude/platform_gnuwin32_common.GNU:
2341 Fixed a problem that I introduced in a previous change. Resource
2342 files were not being handled properly and the
2343 platform_gnuwin32_common.GNU file was referencing $(VSHOBJS1)
2346 * include/makeinclude/all_in_one.GNU:
2347 * include/makeinclude/wrapper_macros.GNU:
2348 * include/makeinclude/rules.bin.GNU:
2350 Removed the file rules.bin.GNU and all references to it.
2352 Tue May 17 20:58:46 UTC 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
2354 * bin/MakeProjectCreator/config/taoidl3toidl2defaults.mpb:
2356 New file, a base project for the tao_idl3_to_idl2 executable,
2357 so it can be executed automatically in a test or example.
2359 Tue May 17 18:31:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
2361 * examples/ASX/Message_Queue/ASX_Message_Queue.mpc:
2362 Don't build the buffer_stream exe when wchar is enabled, this
2363 example expects just char.
2365 Tue May 17 09:32:01 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
2367 * tests/Collection_Test.cpp:
2369 Avoid casting between a pointer to a function and a pointer to
2370 an object. ISO C++ forbids such casts. Fixes a g++ 4.0
2373 Tue May 17 07:50:07 2005 Justin Michel <michel_j@ociweb.com>
2375 * ace/Cache_Map_Manager_T.cpp:
2376 * ace/Cached_Connect_Strategy_T.cpp:
2377 * ace/Caching_Strategies_T.cpp:
2378 * ace/Caching_Utility_T.cpp:
2379 * ace/Cleanup_Strategies_T.cpp:
2380 * ace/Hash_Cache_Map_Manager_T.h:
2381 * ace/Hash_Cache_Map_Manager_T.cpp:
2382 * ace/QoS/QoS_Manager.h:
2384 Fix incorrect use of #pragma once.
2388 * ace/Global_Macros.h:
2390 * ace/config-win32-msvc.h:
2392 Add a new ACE_LACKS_NATIVE_WCHAR_T macro, which can be used to
2393 check whether a platform supports overloading on wchar_t without
2394 conflict. The existing ACE_WSTRING_HAS_USHORT_SUPPORT was
2395 incorrectly being used for two purposes. This setting should let
2396 us enable native wchar_t support on VC7+.
2398 * ace/OS_NS_time.inl:
2400 Add a static_cast<long> because time_t is 64bit on some platforms
2401 where long is 32 bit.
2403 * ace/OS_NS_unistd.inl:
2405 Mask out the X_OK(6) bit for the amode parameter of the access()
2406 function because this bit is illegal on Win32 and will assert.
2408 * ace/config-win32-msvc-7.h:
2410 Clarify comment on ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT.
2412 * ace/config-win32-msvc-8.h:
2414 Disable deprecation warning 4996, because the
2415 _CRT_SECURE_NO_DEPRECATE macro doesn't appear to work
2420 Add missing "using std::ios_base".
2422 Mon May 16 21:39:30 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
2424 * ace/Ping_Socket.h (Ping_Socket):
2426 Corrected class name in Doxygen documentation.
2428 Mon May 16 19:18:14 2005 J.T. Conklin <jtc@acorntoolworks.com>
2431 * examples/Makefile.am:
2432 * protocols/Makefile.am:
2433 * protocols/examples/Makefile.am:
2435 Adapt autoconf build to adjust to relocation of RMCast examples.
2437 Mon May 16 15:58:29 2005 Steve Huston <shuston@riverace.com>
2439 * ACE-INSTALL.html: Corrected the names of the Sun compilers supported.
2440 Thanks to Nick Todd <nicholas dot todd at gs dot com> for
2441 bringing this error to our attention.
2443 * THANKS: Added Nick Todd to the Hall of Fame.
2445 Mon May 16 12:33:29 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
2449 Added Mario Di Giacomo to the Hall of Fame.
2451 * ace/Service_Templates.cpp:
2453 Include "ace/SString.h" to pull in ACE_TString declaration.
2454 Thanks to Mario Di Giacomo <mdigiacomo at anteon dot com> for
2455 reporting the problem.
2457 * tests/Cache_Map_Manager_Test.cpp (find_test_cache):
2459 Fixed "variable may be used uninitialized" warning.
2461 Mon May 16 19:13:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
2466 Mon May 16 10:57:57 2005 J.T. Conklin <jtc@acorntoolworks.com>
2470 Reset DEFAULT_INCLUDES to address ambiguity between system's
2471 signal.h and semaphore.h headers and ACE's Signal.h and
2472 Semaphore.h headers on case insensitive file systems.
2474 This may be the best setting for all ACE/TAO Makefile.am's,
2475 but this is the only one that requires it.
2477 Mon May 16 10:56:31 2005 J.T. Conklin <jtc@acorntoolworks.com>
2481 Add ACE_LD_SEARCH_PATH and ACE_DLL_SUFFIX settings for
2484 Add ACE_HAS_NANOSLEEP feature test check.
2486 Mon May 16 10:49:10 2005 J.T. Conklin <jtc@acorntoolworks.com>
2488 * ace/POSIX_CB_Proactor.h:
2490 Add defined(__APPLE__) to conditional wrapping sigval_t type
2493 Mon May 16 10:45:18 2005 J.T. Conklin <jtc@acorntoolworks.com>
2495 * m4/ace.m4 (ACE_CONFIGURATION_OPTIONS):
2497 Changed *win* patterns to *win32* to avoid matching darwin,
2500 Mon May 16 15:13:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
2502 * include/makeinclude/platform_mingw32.GNU:
2503 * include/makeinclude/platform_sco5.0.0-nothread.GNU:
2504 * include/makeinclude/platform_sunos4_g++.GNU:
2505 * include/makeinclude/platform_sunos5_sunc++.GNU:
2506 * include/makeinclude/platform_unixware_g++.GNU:
2507 * include/makeinclude/platform_unixware_udk.GNU:
2508 * include/makeinclude/platform_win32_dmc.GNU:
2509 * include/makeinclude/platform_win32_interix.GNU:
2510 Simplified these files by using the ?= operator. This sets a value
2511 only when it is not set yet.
2513 Mon May 16 09:24:29 2005 Chad Elliott <elliott_c@ociweb.com>
2515 * bin/tao_orb_tests.lst:
2517 Enabled the Exposed_Policies test on Linux.
2519 * bin/tao_other_tests.lst:
2521 Added a !NO_IFR configuration to each IFR related test.
2522 The IFR_Service will not run on MacOS X unless TAO is built
2523 statically due to gcc's in ability to deal with template
2524 instantiated singletons correctly.
2526 Added a NO_LOADAVG configuration to avoid running the load average
2527 based test on platforms that do not have support for obtaining the
2528 load average from the system.
2530 Added a configuration for NO_MCAST for machines that do not have
2531 multicast capabilities or the multicast implementation is broken.
2533 Added !STATIC to two LoadManager tests to support static builds on
2536 Mon May 16 14:19:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
2538 * ace/Active_Map_Manager.h:
2539 * ace/Base_Thread_Adapter.h:
2544 * ace/QtReactor.cpp:
2545 Fixed compile problems with msvc6
2547 * examples/ASX/Message_Queue/buffer_stream.cpp:
2548 Use ACE_SIZE_T_FORMAT_SPECIFIER to print out an size_t variable
2549 with ACE_OS::sprintf
2551 * include/makeinclude/platform_hpux_aCC.GNU:
2552 * include/makeinclude/platform_hpux_gcc.GNU:
2553 * include/makeinclude/platform_irix6.x_g++.GNU:
2554 * include/makeinclude/platform_irix6.x_sgic++.GNU:
2555 * include/makeinclude/platform_linux.GNU:
2556 * include/makeinclude/platform_linux_borland.GNU:
2557 * include/makeinclude/platform_linux_cxx.GNU:
2558 * include/makeinclude/platform_macosx.GNU:
2559 Simplified these files by using the ?= operator. This sets a value
2560 only when it is not set yet. Also set some variables using ?= so
2561 that our users can easily define their own values.
2563 * include/makeinclude/platform_linux_icc.GNU:
2564 Disable warning 1572 (floating point warning), correct name of Qt
2565 library and only set several variables when they are not set yet
2567 Mon May 16 09:01:07 2005 Chad Elliott <elliott_c@ociweb.com>
2569 * tests/Conn_Test.cpp:
2571 Force this test to use threads (instead of fork) on MacOS X.
2573 * tests/FIFO_Test.cpp:
2575 Sleep 1 second (as is done on AIX and HP-UX) before attempting to
2576 receive from the fifo.
2578 * tests/MT_Reference_Counted_Event_Handler_Test.cpp:
2580 Set global_event_loop_thread_variable before activating the thread
2583 * tests/Naming_Test.cpp:
2585 Allow the user to determine the location of the context file by
2586 the TMPDIR, TEMP and TMP environment variables.
2588 * tests/Pipe_Test.cpp:
2589 * tests/Process_Mutex_Test.cpp:
2591 Use the value from argv[0] instead of hardcoding the exe name.
2592 The hardcoded name does not work on Windows Release builds.
2594 * tests/Process_Strategy_Test.cpp:
2596 Use threads by default on HP-UX instead of fork.
2597 Added a timeout for the recv() call in
2598 Counting_Service::handle_input() for HP-UX only.
2600 * tests/run_test.lst:
2602 Added a configuration for NO_MCAST for machines that do not have
2603 multicast capabilities or the multicast implementation is broken.
2605 * tests/SSL/aix_hack_for_main.cpp:
2606 * tests/aix_hack_for_main.cpp:
2608 Removed these files. They are no longer needed due to MPC.
2610 Mon May 16 08:52:11 2005 Chad Elliott <elliott_c@ociweb.com>
2612 * bin/MakeProjectCreator/config/crosscompile.mpb:
2614 Added lib_warning, require_warning and avoid_warning to the list
2615 of targets in the CROSS-COMPILE portion.
2617 * bin/MakeProjectCreator/config/rtcorbaevent.mpb:
2619 The RTCORBAEvent library requires the CosNaming library.
2621 * bin/MakeProjectCreator/templates/gnu.mpd:
2623 Support the MPC feature that will allow users to specify arbitrary
2624 input file dependencies.
2626 Changed the OBJS setting to use $(notdir) only if the source file
2627 contains ../ and added explicit rules for source files that are
2628 located in subdirectories.
2630 * include/makeinclude/platform_macosx_panther.GNU:
2632 Explicitly default the threads variable to threads=1. This
2633 was preventing ACE_TMCast from building.
2634 Change the optimization option to -O2. -O3 was causing some
2635 link problems in the IDL compiler.
2637 * include/makeinclude/platform_sunos5_sunc++.GNU:
2639 Allow users to override the inline and exceptions settings.
2641 * include/makeinclude/platform_vxworks5.5.x.GNU:
2642 * include/makeinclude/rules.local.GNU:
2644 Provide better support for building for VxWorks on a Windows host
2647 * include/makeinclude/rules.lib.GNU:
2649 Changed the SHOBJS setting to be consistent with the OBJS setting.
2650 Also, removed VLOBJS and SHOBJS1 which were redundant and set
2651 exactly as SHOBJS was.
2653 * include/makeinclude/wrapper_macros.GNU:
2655 Set ec_typed_events to 1 by default. This matches the default for
2660 Removed this file. It is no longer necessary.
2662 Mon May 16 08:44:14 2005 Chad Elliott <elliott_c@ociweb.com>
2665 * ace/config-irix6.x-sgic++.h:
2666 * ace/config-qnx-neutrino.h:
2667 * ace/config-qnx-rtp-common.h:
2668 * ace/config-sunos5.5.h:
2670 Put ACE_LIB_TEXT around all ACE_CC_NAME definitions to support
2671 wide character builds on Solaris, QNX and IRIX.
2675 Added support for SunCC 5.6.
2677 * ace/Multihomed_INET_Addr.h:
2678 * ace/Multihomed_INET_Addr.cpp:
2680 Added an explicit constructor that takes a const char* for
2681 symmetry with the ACE_INET_Addr class.
2683 * ace/Naming_Context.cpp:
2685 Removed a bug workaround for aCC A.03.04. It is no longer a
2686 problem to specify other mmap base addresses when running
2687 64-bit HP-UX applications.
2689 * ace/OS_NS_Thread.inl:
2690 * ace/config-macosx-panther.h:
2691 * ace/Sched_Params.cpp:
2693 MacOS X has pthread_getschedparam but has the ACE_LACKS_SETSCHED
2694 macro defined. I have added a new macro,
2695 ACE_HAS_PTHREAD_SCHEDPARAM, that can be defined to use
2696 pthread_getschedparam and pthread_setschedparam even when
2697 ACE_LACKS_SETSCHED is defined.
2700 * ace/OS_NS_Thread.cpp:
2702 Fixed an issue that arose within the static builds on Windows.
2703 The ACE_Thread_Mutex static data member of the
2704 TSS_Cleanup_Instance class was being used (in the
2705 TSS_Cleanup_Instance constructor) before it was statically
2706 initialized. I have switched it (and the condition variable
2707 associated with it) to a pointer that is allocated the first
2708 time into the TSS_Cleanup_Instance constructor.
2710 * ace/Process_Manager.cpp:
2712 Committing a change from Justin Michel <michel_j@ociweb.com>.
2713 The close() method failed to unregister the reactor on Windows.
2717 Removed an unnecessary 'install' setting.
2719 * ace/config-sunos5.10.h:
2721 SunOS 5.10 has scandir (ACE_HAS_SCANDIR).
2723 * ace/os_include/sys/os_socket.h:
2725 When using LKSCTP, include <netinet/in.h> before <netinet/sctp.h>
2726 to avoid macro problems.
2728 Sun May 15 11:57:56 2005 Douglas C. Schmidt <schmidt@cs.wustl.edu>
2730 * ace/INET_Addr.cpp (set): Changed the test from
2732 if (port_number < 0)
2736 if (port_number == -1)
2738 to work around problems when (port_number & 0x80 != 0). Thanks
2739 to Vemund Handeland <vemund.handeland@fantoft.no> for reporting
2742 Mon May 16 11:35:00 2005 Boris Kolpackov <boris@kolpackov.net>
2744 * protocols/tests/tests.mwc:
2745 * protocols/tests/RMCast/Protocol.h:
2746 * protocols/tests/RMCast/RMCast.mpc:
2747 * protocols/tests/RMCast/Receiver.cpp:
2748 * protocols/tests/RMCast/Sender.cpp:
2749 * protocols/tests/RMCast/run_test.pl:
2751 Added regression test with loss and reordering simulator
2754 Mon May 16 11:26:14 2005 Boris Kolpackov <boris@kolpackov.net>
2756 * examples/RMCast/Makefile.am:
2757 * examples/RMCast/Send_Msg/Makefile.am:
2758 * examples/RMCast/Send_Msg/Protocol.h:
2759 * examples/RMCast/Send_Msg/README:
2760 * examples/RMCast/Send_Msg/Receiver.cpp:
2761 * examples/RMCast/Send_Msg/Send_Msg.mpc:
2762 * examples/RMCast/Send_Msg/Sender.cpp:
2764 Removed as part of the moving all RMCast-related
2767 Mon May 16 11:22:09 2005 Boris Kolpackov <boris@kolpackov.net>
2769 * protocols/examples/example_base.mpb:
2770 * protocols/examples/examples.mwc:
2771 * protocols/examples/RMCast/Makefile.am:
2772 * protocols/examples/RMCast/Send_Msg/Makefile.am:
2773 * protocols/examples/RMCast/Send_Msg/Protocol.h:
2774 * protocols/examples/RMCast/Send_Msg/README:
2775 * protocols/examples/RMCast/Send_Msg/Receiver.cpp:
2776 * protocols/examples/RMCast/Send_Msg/Send_Msg.mpc:
2777 * protocols/examples/RMCast/Send_Msg/Sender.cpp:
2779 Copyied from examples/RMCast as part of the moving
2780 all RMCast-related code to protocols/.
2783 Mon May 16 11:05:26 2005 Boris Kolpackov <boris@kolpackov.net>
2785 * examples/RMCast/Send_Msg/Receiver.cpp:
2786 * examples/RMCast/Send_Msg/Sender.cpp:
2788 Showcase new features (see below).
2790 Mon May 16 10:58:43 2005 Boris Kolpackov <boris@kolpackov.net>
2792 * protocols/ace/RMCast/Acknowledge.cpp:
2793 * protocols/ace/RMCast/Link.cpp:
2794 * protocols/ace/RMCast/Link.h:
2795 * protocols/ace/RMCast/Protocol.cpp:
2796 * protocols/ace/RMCast/Protocol.h:
2797 * protocols/ace/RMCast/Retransmit.cpp:
2798 * protocols/ace/RMCast/Socket.cpp:
2799 * protocols/ace/RMCast/Socket.h:
2801 Implemented message aging and unavailability reporting,
2802 reactor-compatible interface, and message size query
2805 * protocols/ace/RMCast/README:
2807 Protocol documentation.
2809 Sat May 14 06:05:55 2005 Johnny Willemsen <jwillemsen@remedy.nl>
2811 * ACE version 5.4.5 released.
2814 add-log-time-format: current-time-string