1 Sun Dec 31 14:12:08 2000 Ossama Othman <ossama@uci.edu>
3 * bin/auto_run_tests.lst:
5 Added TAO's "ForwardRequest" PortableInterceptor test to the
8 Sun Dec 31 13:59:02 2000 David L. Levine <levine@cs.wustl.edu>
10 * tests/Refcounted_Auto_Ptr_Test.cpp: on DIGITAL_UNIX
11 only, added a call to ACE_OS::exit () at the end of
12 the test so that it will terminate. [Bug 758]
14 Sun Dec 31 10:28:43 2000 David L. Levine <levine@cs.wustl.edu>
16 * include/makeinclude/platform_osf1_4.0.GNU (LIBS):
17 wrapped /usr/lib/cmplrs/cxx/libcxxstd.a with
18 $(wildcard), so that is ignored on systems on which
19 it doesn't exist, such as Tru64 5.1.
21 Sun Dec 31 09:23:09 2000 David L. Levine <levine@cs.wustl.edu>
23 * include/makeinclude/platform_tru64_cxx.GNU: added
24 support for Tru64 5.1 (DIGITAL_UNIX 0x510).
26 * ace/config-tru64.h: added ACE_LACKS_CUSERID with
27 DIGITAL_UNIX >= 0x510, because cuserid () is a macro
30 Thanks to Carlos for tracking down this source of compilation
33 Sat Dec 30 16:21:49 2000 Balachandran Natarajan <bala@cs.wustl.edu>
35 * ace/Hash_Map_Manager_T.h:
36 * ace/Map_T.i: Fixed errors in g++ that were introduced while
39 Sat Dec 30 15:10:00 2000 Chris Gill <cdgill@cs.wustl.edu>
41 * ace/RB_Tree.{cpp, h, i}:
42 tests/RB_Tree_Test.cpp: Fixed a bug in RB_delete_fixup that
43 occurs when the pointer to be fixed up is zero - solution is to
44 pass in a pointer to its parent, and maintain the parent pointer
45 and fixup pointer in tandem during the fixup function. Also
46 added a few functions to test the red-black invariant(s) at each
47 node of the tree, and added an invariant test call after each
48 bind and unbind in a new stress test in RB_Tree_Test.cpp.
50 Thanks to Klaus H. Wolf <hw@cyland.com> for pointing out the
51 problem and for contributing the stress test (which in a
52 slightly modified form is now part of the RB_Tree_Test.cpp code)
53 that reproduced the problem.
55 Sat Dec 30 11:12:08 2000 Balachandran Natarajan <bala@cs.wustl.edu>
57 * ace/Hash_Map_Manager_T.h:
59 * ace/Message_Block_T.cpp: Added patches provided by J. Russell
60 Noseworthy <rnosewor@objectsciences.com> for SPRO 5.1. The patch
61 to config-sunos-5.5.h has not been applied as it breaks builds
64 Fri Dec 29 17:08:42 2000 Darrell Brunsch <brunsch@uci.edu>
68 Added a -sendreport option to enable the sending of email at all.
69 Now by default it will not.
71 Fri Dec 29 16:53:22 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
73 * performance-tests/TTCP/ACE-C++/wrapper-new-ttcp.cpp (main),
74 * performance-tests/TTCP/C/new-ttcp.cpp (main),
75 * tests/Conn_Test.cpp: Incorrect use of %r, which caused
76 problems... Thanks to Mike Curtis <mccurry@my-deja.com> for
79 Fri Dec 29 14:21:01 2000 Nanbor Wang <nanbor@cs.wustl.edu>
81 * ace/MEM_SAP.cpp: Fixed incorrect ACE_RCSID identifier. Thanks
82 to Jerry Odenwelder <jerryo@atl.fundtech.com> for noticing this.
84 Thu Dec 28 16:02:51 2000 Carlos O'Ryan <coryan@uci.edu>
87 This program executes a child process (and its children), in a
88 new session and process group. If the process tree does not
89 finish before a given timeout (the first argument) the whole
91 The program is useful for test scripts and programs,
92 occasionally they hang the whole auto build.
95 Add new options '-sandbox' and '-sandbox_timeout' to support the
98 Thu Dec 28 16:10:59 2000 Frank Hunleth <fhunleth@cs.wustl.edu>
100 * performance-tests/UDP/udp_test.cpp:
101 * performance-tests/Server_Concurrency/Latency_Stats.h:
102 * performance-tests/Server_Concurrency/Queue_Based_Workers/workers.cpp
103 * performance-tests/Server_Concurrency/Leader_Follower/leader_follower.cpp
104 Fixed compile problems under VxWorks when handling
105 64 bit integers. Basically, truncated the 64 bit integers
106 to 32 bit integers for operations not supported by
109 Wed Dec 27 15:32:43 2000 Frank Hunleth <fhunleth@cs.wustl.edu>
111 * examples/Reactor/WFMO_Reactor/test_network_events.cpp:
114 Wed Dec 27 11:11:02 2000 Carlos O'Ryan <coryan@uci.edu>
116 * examples/Map_Manager/test_hash_map_manager.cpp:
117 * examples/Misc/test_trace.cpp:
118 * performance-tests/Misc/test_singleton.h:
119 * performance-tests/Misc/test_singleton.cpp:
120 Fixed problems in single threaded builds, basically I use the
121 ACE_SYNCH_* macros instead of using the class directly.
123 Tue Dec 26 18:53:06 2000 Carlos O'Ryan <coryan@uci.edu>
125 * performance-tests/Server_Concurrency/Makefile:
126 The tests make no sense if threads are disabled, so they are not
127 compiled under that configuration.
129 Tue Dec 26 18:31:08 2000 Carlos O'Ryan <coryan@uci.edu>
131 * examples/Naming/test_open.cpp:
132 Fixed compilation problems under Sun/CC 4.2, the Log_Msg.h file
135 Tue Dec 26 14:45:50 2000 Ossama Othman <ossama@uci.edu>
137 * bin/auto_run_tests.lst:
139 Added TAO's "Dynamic" and "IORInterceptor" PortableInterceptor
140 tests to the list of tests to run.
142 Tue Dec 26 11:49:49 2000 Nanbor Wang <nanbor@cs.wustl.edu>
144 * examples/IPC_SAP/SPIPE_SAP/server.cpp: Fixed a statement not
145 reachable warning on KCC.
147 Sat Dec 23 18:11:02 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
149 * ace/SString.cpp: Enhanced the implementation so that it works
150 correctly when binary data (i.e., data that may contain NUL
151 characters) is stored in a string. Thanks to Michael Lindner
152 <mikel@att.net> for reporting this.
154 Fri Dec 22 15:18:49 2000 Steve Huston <shuston@riverace.com>
156 * ace/ace-dll.icc: Added Basic_Stats.{h cpp} to build clean.
158 Fri Dec 22 14:00:41 2000 Steve Huston <shuston@riverace.com>
160 * ace/config-all.h: On HP-UX 11, when figuring ACE_bad_alloc exception
161 class, account for older compilers that don't define __HP_aCC.
163 Fri Dec 22 12:56:06 2000 Nanbor Wang <nanbor@cs.wustl.edu>
165 * ace/ACE.cpp (process_active): Call CloseHandle before return to
166 avoid handle leaks on Win32. Thanks to Arnaud Compan
167 <compan@ipanematech.com> for the fix.
169 Fri Dec 22 13:04:58 2000 Balachandran Natarajan <bala@cs.wustl.edu>
171 * bin/run_all_list.pm: Added the bidirectional test to the list.
173 Fri Dec 22 12:43:54 2000 Nanbor Wang <nanbor@cs.wustl.edu>
175 * ace/OS.h: Fixed a typo.
177 Fri Dec 22 09:12:37 2000 Steve Huston <shuston@riverace.com>
179 * ace/OS.h: ACE_DEFAULT_FILE_PERMS - added FILE_SHARE_DELETE to the
180 bits if building on Win NT4 or greater. Thanks to Nanbor Wang
181 for calling attention to this.
183 Fri Dec 22 08:06:10 2000 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
185 * tests/Refcounted_Auto_Ptr_Test.cpp: Fixed the problem with an
186 undefined ACE_Auto_Basic_Ptr<Scheduler> by adding an explicit
187 template instantiation. Thanks to Frank A. Hunleth
188 <fhunleth@cs.wustl.edu> for reporting this.
190 Thu Dec 21 18:12:38 2000 Steve Huston <shuston@riverace.com>
192 * ace/ace-dll.icc, ace-lib.icc: Added OS_Errno.(cpp h) to the files
193 list. Thanks to Jerry Odenwelder for pointing out the need for these.
195 Thu Dec 21 16:45:28 2000 Steve Huston <shuston@riverace.com>
197 * tests/Capabilities_Test.cpp: Added missing \n to a ACE_ERROR
198 statement, and added ACE_DEFAULT_FILE_PERMS to the ACE_OS::open
199 call to create the test file. It used to be 0600, but that was
200 removed to satisfy Win32 which now pays attention to that arg.
202 Thu Dec 21 05:50:51 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
204 * ace/Timer_Wheel_T.cpp (expire): Fixed a mistake where
205 next_earliest_time should have been next_earliest. Thanks to
206 Keith Brown <kalbrown@ix.netcom.com> for reporting this.
208 * examples/IPC_SAP/SOCK_SAP/Makefile.bor: Reenable CPP-inserver-fancy.cpp
209 now that it compiles! Thanks to Johnny Willemsen
210 <johnny.willemsen@meco.nl> for confirming this.
212 * examples/IPC_SAP/SOCK_SAP/CPP-inserver-fancy.cpp (handle_events): Added
213 casts for (SOCKET) when using FD_SET to work around problems
214 with Borland. Thanks to Johnny Willemsen
215 <johnny.willemsen@meco.nl> for reporting this.
217 * ace/Message_Block.h (ACE_Dynamic_Message_Strategy): Fixed a bunch
218 of non-const accessor methods to be const. Thanks to Johnny
219 Willemsen <johnny.willemsen@meco.nl> for reporting this.
221 * examples/Naming/Makefile (BIN2): Added the test_open.cpp file
222 to the Makefile. Thanks to Johnny Willemsen
223 <johnny.willemsen@meco.nl> for reporting this.
225 * docs/tutorials/016/page02.html: Clarify that signal() or
226 broadcast() don't release the mutex. Thanks to Mike Curtis
227 <mccurry@my-deja.com> for pointing this out.
229 Wed Dec 20 19:44:16 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
231 * examples/Reactor/WFMO_Reactor/test_abandoned.cpp,
232 * examples/Reactor/WFMO_Reactor/test_directory_changes.cpp,
233 * examples/Reactor/WFMO_Reactor/test_network_events.cpp,
234 * examples/Reactor/WFMO_Reactor/test_prerun_state_changes.cpp,
235 * examples/Reactor/WFMO_Reactor/test_registration.cpp,
236 * examples/Reactor/WFMO_Reactor/test_registry_changes.cpp,
237 * examples/Reactor/WFMO_Reactor/test_talker.cpp,
238 * examples/Reactor/WFMO_Reactor/test_window_messages.cpp:
240 * ace/Sock_Connect.cpp: The ACE 5.1.11 implementation of
241 ACE_Sock_Connect::get_ip_interfaces() fails when run on Windows
242 2000 when ACE_HAS_WINSOCK2 = 0. This is because
243 get_ip_interfaces() checks the registry for the available
244 interfaces and fails when it encounters a new entry in windows
245 2000 named "Device\NDisWanIP". The patch is to ignore invalid
246 devices and continue checking. Thanks to Chris Hafey
247 <chris@stentorsoft.com> for contributing this fix.
249 Wed Dec 20 15:57:32 2000 Phil Mesnier <mesnier_p@ociweb.com>
251 * ace/RMCast/RMCast_IO_UDP.cpp
252 * ace/RMCast?RMCast_IO_UDP.h
253 * ace/RMCast/RMCast_IO_UDP.i : cleaned up tabs and trailing ws from
256 Wed Dec 20 16:18:49 2000 Steve Huston <shuston@riverace.com>
258 * examples/Reactor/Proactor/simple_test_proactor.cpp: Removed unused
259 'initial_read_size' variable from file scope.
261 * examples/Reactor/Proactor/test_aiosig_ace.cpp (setup_signal_handler):
262 * examples/Reactor/Proactor/post_completions.cpp:
263 * examples/Reactor/Proactor/test_end_event_loop.cpp:
264 * examples/Reactor/Proactor/test_cancel.cpp (Receiver::open):
265 Fixed unused variable warnings for gcc.
267 Wed Dec 20 15:42:36 2000 Phil Mesnier <mesnier_p@ociweb.com>
269 * ace/RMCast/RMCast_IO_UDP.cpp
270 * ace/RMCast?RMCast_IO_UDP.h
271 * ace/RMCast/RMCast_IO_UDP.i : The g++ cross compiler 2.9-gnupro-98r2
272 for target Lynx 3.0.1 host Solaris 2.6 was breaking with an internal
273 error at the end of handle_input(). Replacing a couple of lines of
274 code with the private, inline method allocate_and_bind_proxy() gets
277 Wed Dec 20 15:32:44 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
279 * examples/Threads/wfmo.cpp: Move the function calls etc. out of
280 the ACE_ASSERT() macros. Thanks to Mike Curtis
281 <mccurry@my-deja.com> for pointing this out.
283 Tue Dec 19 15:08:40 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
285 * ace/Logging_Strategy.cpp: If ACE_LACKS_IOSTREAM_TOTALLY we'll
286 use a "regular" file. Thanks to Sangwoo Jin for contributing
289 * ace/Mem_Map.cpp (map_it): In using ACE_Mem_Map, if the
290 ACE_Mam_Map::map's <offset> parameter is set to non-zero and the
291 <len> parameter is set to -1 then the right value to map should
292 be <mapped file size> - offset. Thanks to Sangwoo Jin for
293 reporting this and suggesting the fix!
295 * ace/INET_Addr.{h,i}: Make operator < const. Thanks to
296 Michael Lindner <mikel@att.net> for reporting this.
298 Tue Dec 19 18:39:27 2000 Luther J Baker <luther@cs.wustl.edu>
300 * ace/WFMO_Reactor.cpp (simple_dispatch_handler):
302 When ACE_HAS_PACE on NT, ACE must use pace_siginfo_t instead
303 of creating and using its own. The ACE version of siginfo_t
304 happens to use constructors and so, the code that uses
305 this ACE siginfor_t instantiates the struct via a constructor.
306 When ACE_HAS_PACE, the pace_siginfo_t cannot be instantiated
309 My edit just chooses the correct method of instantiation
310 based on ACE_HAS_PACE.
312 Tue Dec 19 18:21:52 2000 Luther J Baker <luther@cs.wustl.edu>
314 * ace/Thread.h (ACE_Thread):
316 Removed the default value on the overriden join (...)
317 function that took three parameters.
319 Tue Dec 19 14:50:38 2000 Steve Huston <shuston@riverace.com>
321 * ace/OS.h: If on ACE_WIN32, set ACE_DEFAULT_FILE_PERMS to
322 (FILE_SHARE_READ | FILE_SHARE_WRITE), not 0666.
324 Tue Dec 19 14:40:26 2000 Steve Huston <shuston@riverace.com>
326 * ace/Filecache.cpp: Changed definition of R_MASK and W_MASK to
327 0 for ACE_WIN32; used to be for __BORLANDC__. This is related
328 to the change below because the third arg to ACE_OS::open is
329 not ignored any longer for Win32.
331 * tests/Capabilities_Test.cpp: On ACE_OS::open, don't supply a
332 <perms> arg - let it default. The file gets deleted at the end of
333 the test and has nothing to be protected. Related to the below
336 * tests/Mem_Map_Test.cpp: Changed all the 0666 args to ACE_OS::open
337 to ACE_DEFAULT_FILE_PERMS.
339 Tue Dec 19 11:02:41 2000 Steve Huston <shuston@riverace.com>
341 * ace/OS.{h cpp} (open(char), open(wchar)): Changed the <perms>
342 argument to be used in the CreateFile call on Win32. Made the
343 default value of the argument match the old behavior (defaults
344 to FILE_SHARE_READ | FILE_SHARE_WRITE (and FILE_SHARE_DELETE on
345 NT4 and Win2K)). Thanks to Edan Ayal <edana@bandwiz.com> for this
348 Mon Dec 18 20:47:40 2000 Ossama Othman <ossama@uci.edu>
350 * ace/POSIX_Asynch_IO.h:
352 Reverted previous change. It introduced compile-time errors.
354 Mon Dec 18 19:07:31 2000 Steve Huston <shuston@riverace.com>
356 * ace/Asynch_IO.h, ace/POSIX_Asynch_IO.h: Clarified/corrected some
357 comments regarding the write() operation getting its data from
358 the message block's rd_ptr.
360 Mon Dec 18 11:44:11 2000 Nanbor Wang <nanbor@cs.wustl.edu>
362 * tests/MEM_Stream_Test.cpp (connect_client): Fixed an unused
363 argument warning on KCC compiler.
365 Mon Dec 18 11:00:14 2000 Nanbor Wang <nanbor@cs.wustl.edu>
367 * tests/MEM_Stream_Test.cpp: Fixed problems when threads are not
368 supported and when explicit template instantiation is required.
370 Sun Dec 17 20:11:08 2000 Nanbor Wang <nanbor@cs.wustl.edu>
372 * tests/MEM_Stream_Test.cpp:
373 * tests/MEM_Stream_Test.dsp:
376 * tests/Makefile.bor:
377 * tests/run_test.lst:
378 * tests/run_tests.bat:
379 * tests/run_tests.lst:
380 * tests/run_tests.psosim:
382 * tests/version_tests/MEM_Stream_Test.dsp:
383 * tests/version_tests/version_tests.dsw: Added a new
386 Sun Dec 17 19:32:58 2000 Nanbor Wang <nanbor@cs.wustl.edu>
388 * ace/Malloc_T.cpp (shared_malloc): After a win32 structural
389 exception occurs, we need to re-execution the expression that
390 causes the exception. Thanks to Roger Beck
391 <roger_beck@royalsun.com.au> for reporting this.
393 * ace/MEM_IO.i (fetch_recv_buf, recv): Differentiate the
394 cases of end of message and errors.
397 * ace/Malloc_T.i: Added a base_addr method to return the base
398 address of the ACE_Malloc so we don't have to depend on MMAP's
401 * ace/MEM_SAP.i (set_buf_len,get_buf_len): Changed to computer
402 buffer location using the base_addr method in ACE_Malloc as the
403 one in Memory_Pool only indicates the fixed based addr.
405 * ace/MEM_Acceptor.i:
406 * ace/MEM_Acceptor.h: Added a method to set the prefix of MMAP
409 * ace/MEM_Acceptor.cpp (ACE_MEM_Acceptor):
410 * ace/MEM_Connector.cpp (ACE_MEM_Connector): Changed to MMAP
411 Options to allow MMAP files to be mapped at any address.
413 Sun Dec 17 18:42:13 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
415 * ace/Refcounted_Auto_Ptr.h: Need to add "ace/Auto_Ptr.h" here to
416 get the definition of ACE_Basic_Auto_Ptr.
418 * tests: Added the Refcounted_Auto_Ptr_Test.cpp, which tests
419 the new ACE_Refcounted_Auto_Ptr class. Thanks to Johnny Tucker
420 <JTucker@infoglide.com> for contributing this.
422 * tests/Refcounted_Auto_Ptr_Test.dsp,
423 tests/Refcounted_Auto_Ptr_Test.dsw
424 tests/Refcounted_Auto_Ptr_Test.icc: Added the projects to
425 compile the Refcounted_Auto_Ptr_Test.cpp.
428 * tests/run_test.lst,
429 * tests/run_tests.lst: Added the Refcounted_Auto_Ptr_Test.
431 Sun Dec 17 11:00:47 2000 Nanbor Wang <nanbor@cs.wustl.edu>
433 * ace/Date_Time.i (update): Fixed a typo.
435 Sun Dec 17 08:52:04 2000 Carlos O'Ryan <coryan@uci.edu>
437 * etc/tao_smartproxies.doxygen:
438 This file was left out from a previous commit.
440 Sat Dec 16 09:36:56 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
442 * ace/Date_Time: Added a new method update() to reset the current
443 date/time and also added a new constructor that calls update()
444 to initialize an ACE_Date_Time implicitly, rather than having to
445 pass all the values into the constructor. Thanks to Jerry
446 Odenwelder <jerryo@atl.fundtech.com> for contributing this.
448 Fri Dec 15 15:27:02 2000 Carlos O'Ryan <coryan@uci.edu>
451 * bin/make_pretty.pl:
452 The DU/CXX compiler has three levels, 'Error', 'Warning' and
453 'Info:', the latter was being ignored.
455 Fri Dec 15 14:36:33 2000 Christopher Kohlhoff <chris@kohlhoff.com>
457 * include/makeinclude/clean.bor:
458 * include/makeinclude/recurse.bor:
460 Added new 'realclean' target to Borland makefiles for
461 removing all generated files (both intermediate and final).
462 Thanks to Johnny Willemsen <johnny.willemsen@meco.nl> for
465 Fri Dec 15 14:32:06 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
467 * ace/Log_Msg.h (ACE_Log_Msg): Changed the documentation
468 to reflect the fact that the %a option causes the program to
469 abort() rather than exit(). Thanks to Mike Curtis
470 <mccurry@my-deja.com> for pointing this out.
472 Fri Dec 15 14:29:44 2000 Carlos O'Ryan <coryan@uci.edu>
474 * bin/generate_doxygen.pl:
475 Generate documentation for the new TAO_SmartProxies library.
477 Fri Dec 15 10:22:42 2000 Darrell Brunsch <brunsch@uci.edu>
479 * bin/auto_run_tests.pl:
481 Included PerlACE::Run_Test instead of ACEUtils and
484 Fri Dec 15 09:22:05 2000 Carlos O'Ryan <coryan@uci.edu>
486 * examples/Connection/non_blocking/Makefile:
487 Fixed dependencies between the binaries and the library
488 generated in this directory, otherwise parallel builds can
491 Thu Dec 14 10:36:45 2000 Darrell Brunsch <brunsch@uci.edu>
493 * bin/auto_run_tests.lst:
494 * tests/run_test.lst:
496 Converted to the new PerlACE::ConfigList style of .lst
497 files (can now say stuff like "Test: MSVC !Borland")
499 * bin/auto_run_tests.pl:
503 Changed to use PerlACE::ConfigList.
509 Made sure it would eat the -Config option so it will not
510 be a problem if old run_test.pl's don't get updated
513 * bin/msvc_auto_compile.pl:
515 Added -d flag for debugging (just prints out what would be
520 Added a rudimentary run_test.pl out-of-date test.
522 Thu Dec 14 10:20:49 2000 Chad Elliott <elliott_c@ociweb.com>
524 * include/makeinclude/platform_lynxos.GNU
525 Allow users to set the debug option without using
526 'override debug='. debug=0 now works properly.
528 Thu Dec 14 06:00:12 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
530 * ace: Removed makefile-light since it's no longer needed.
531 Thanks to Johnny Willemsen <johnny.willemsen@meco.nl> for
534 Wed Dec 13 18:33:19 2000 Carlos O'Ryan <coryan@uci.edu>
537 Add README file explaining why the directory is empty and why
538 the index.html URLs don't work unless you download or generate
542 Add entry for the smart proxies library.
544 Wed Dec 13 18:27:29 2000 Carlos O'Ryan <coryan@uci.edu>
547 Add 'Pedro Ferreira' to the hall of fame.
549 Thu Dec 13 18:18:42 2000 Darrell Brunsch <brunsch@uci.edu>
551 * bin/PerlACE/ConfigList.pm: (added)
552 * bin/PerlACE/Process.pm: (added)
553 * bin/PerlACE/Process_Unix.pm: (added)
554 * bin/PerlACE/Process_Win32.pm: (added)
555 * bin/PerlACE/Run_Test.pm: (added)
557 These are a couple of Perl modules that will be used
558 to simplify current run_test.pl's and the auto_builds
559 and to allow us to run tests on Win32 for configurations
560 that output executables into subdirs (Win32 Release,
561 Win32 Static *, Borland). The conversion of scripts over
562 to the new style will occur in separate checkins.
564 ConfigList provides a more powerful *.lst format for
565 specifying test lists. Process is a newer version of
566 the old bin/Process.pm that has a different interface
567 and a couple of extra methods for common tasks for
568 our scripts. And Run_Test.pm will replace the
569 bin/ACEutils.pm and be the main module for our
570 run_test.pl scripts. It contains some common subroutines
571 and automatically parses some arguments via ARGV.
573 * docs/run_test.txt: (added)
575 A bit of documentation on how new run_test.pl's will
578 Wed Dec 13 18:15:03 2000 Carlos O'Ryan <coryan@uci.edu>
581 Made some of the adjust() methods public, this is used to
582 optimize TAO's implementations of CORBA::Any.
584 Wed Dec 13 12:59:49 2000 Darrell Brunsch <brunsch@uci.edu>
586 * bin/PerlACE/Process_Unix.pm:
588 Fixed PerlACE::Process on Unix to have the same interface as
591 Tue Dec 12 09:52:00 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
593 * Well, it looks like we finally have a new president in the
596 Tue Dec 12 04:53:17 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
598 * ace/Service_Config.{h,i}: Added an inequality operator.
599 Thanks to Mike Curtis <mccurry@my-deja.com> for pointing this
602 * ace/Service_Config.cpp (process_commandline_directives): Changed
603 a check for error values being -1 to being != 0 since process_directive()
606 1) a positive number of parse errors
607 2) and -1 on a certain ACE_NEW_RETURN call
608 3) but always zero on success.
610 Thanks to Mike Curtis <mccurry@my-deja.com> and
611 Munagala Ramanath <Munagala.Ramanath@PostX.com>
612 for pointing this out.
614 Tue Dec 12 01:07:39 2000 Darrell Brunsch <brunsch@uci.edu>
618 Changed a comment to remove a false warning by fuzz.
620 Mon Dec 11 15:10:00 2000 Carlos O'Ryan <coryan@uci.edu>
623 In some platforms 'optind', 'optarg' and 'opterr' are defined as
624 macros, undefine them because we use the same identifiers as
628 If 'timezone' is defined as a macro in the system header files
629 then define ACE_TIMEZONE and #undef timezone.
630 The ACE_OS::timezone() method cannot be compiled otherwise, but
631 unfortunately this forces us to disable support for the method
632 under that sort of platform.
635 Do not include sys/shm.h if ACE_LACKS_SYSV_SHMEM is defined,
636 there is no reason to #include the file if we are not using it
640 Check the return value from getrlimit() before accepting its
643 Mon Dec 11 00:50:42 2000 Darrell Brunsch <brunsch@uci.edu>
647 Created an ACE_ANTI_TCHAR and ACE_TEXT_ANTI_TO_TCHAR.
648 ACE_ANTI_TCHAR has the opposite behavior of ACE_TCHAR.
654 Added wchar_t versions of:
656 - ACE_Process_Options::working_directory (wd)
657 - ACE_Process_Options::command_line (format, ...)
663 Added wchar_t versions of:
665 - ACE_OS::cond_init () - 2 versions
666 - ACE_OS::mutex_init ()
667 - ACE_OS::thread_mutex_init ()
668 - ACE_OS::event_init ()
669 - ACE_OS::sema_init ()
671 On Win32, these should be implemented using the *W version
672 of the APIs. On other platforms, they call the char version
673 of the same ACE_OS call with a converted string.
678 Changed the first parameter to set and conditional_set from
679 being ACE_TCHAR to just char. We'll assume filenames are
680 always ansi strings (since __FILE__ seems to act this way).
681 There was actually a dangling pointer problem in the
682 conditional_set when ACE_USES_WCHAR was defined before.
684 Added an ANTI_TCHAR version of log (priority, format, ...).
685 What this means is now we can use either narrow or wide
686 format strings with Log_Msg, regardless of whether ACE_USES_WCHAR
687 is defined or not. Hopefully this means we can get rid of a lot
688 of the ACE_TEXT and ACE_LIB_TEXT's in our code.
690 Added a couple of more specifiers, %C and %w. So for characters
693 %c : print out an ansi character
694 %C : print out an ansi string
695 %s : print out an ACE_TCHAR * string
696 %w : print out a wide character
697 %W : print out a wide string
699 An example, which will also function correctly even when
700 ACE_USES_WCHAR is defined:
702 void print (char *a_str, wchar_t *w_str, ACE_TCHAR *t_str)
704 ACE_DEBUG ((LM_DEBUG,
711 Unfortunately this only really takes care of the string
712 specifiers. There is still work to be done with the other
713 implicit string specifiers (%p, %N, etc.).
715 * ace/RMCast/RMCast_IO_UDP.cpp:
716 * ace/RMCast/RMCast_Reassembly.cpp:
717 * ace/SSL/SSL_Context.cpp:
718 * ace/SSL/SSL_SOCK_Acceptor.cpp:
719 * ace/SSL/SSL_SOCK_Connector.cpp:
720 * ace/SSL/SSL_SOCK_Stream.i:
722 Removed unnecessary ACE_TEXT's to see how things go.
726 Updated the documentation.
728 Fri Dec 8 13:47:58 2000 Jeff Parsons <parsons@cs.wustl.edu>
733 Added Refcounted_Auto_Ptr.{h,i} to these projects.
735 Fri Dec 8 10:34:32 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
737 * ace/Makefile: Added Refcounted_Auto_Ptr to the list of template
740 * ace/Auto_Ptr.{h,i}:
741 * ace/Refcounted_Auto_Ptr.{h,i}: Moved the new
742 ACE_Refcounted_Auto_Ptr into a separate file to reduce
743 unnecessarily coupling in ACE. Thanks to Darrell Brunsch for
746 Fri Dec 8 09:27:01 2000 Chad Elliott <elliott_c@ociweb.com>
748 * include/makeinclude/platform_chorus4.x_g++.GNU:
750 Modified to build only static libraries. Something changed
751 between the time of the port and now, which caused it to try
752 to build shared libraries (which Chorus 4.0 doesn't support).
754 Fri Dec 8 06:47:12 2000 Christopher Kohlhoff <chris@kohlhoff.com>
756 * tests/Makefile.bor:
758 Use variable called TARGET_NAME instead of NAME to
759 prevent clash with nightly build scripts.
761 Thu Dec 7 13:16:23 2000 Darrell Brunsch <brunsch@uci.edu>
763 * examples/IPC_SAP/SPIPE_SAP/server.cpp:
765 Removed PERMS global variable, since it wasn't being
766 used (which KCC noticed).
768 * examples/System_V_IPC/SV_Message_Queues/MQ_Client.cpp:
769 * examples/System_V_IPC/SV_Message_Queues/MQ_Server.cpp:
770 * examples/System_V_IPC/SV_Message_Queues/TMQ_Client.cpp:
771 * examples/System_V_IPC/SV_Message_Queues/TMQ_Server.cpp:
773 When calling ACE_OS::cuserid and passing a NULL pointer, it
774 should be cast to something like char * or wchar_t *. In
775 this case it should be a char *, so I added a
776 ACE_static_cast for it.
778 Thu Dec 7 02:31:44 2000 Darrell Brunsch <brunsch@uci.edu>
780 * ace/config-WinCE.h:
782 Disabled inlining for SH3 Release configuration. The SH3 compiler
783 has problems with inlined functions (in this case, ACE_OS::dlerror's
784 static variable was staying unresolved). Thanks to Ricardo Chan
785 <ricchan@nortelnetworks.com> for pointing this out to me.
787 Thu Dec 7 03:33:49 2000 Marina Spivak <marina@cs.wustl.edu>
789 * bin/auto_run_tests.lst:
791 Added RTCORBA MT test.
793 Wed Dec 6 19:52:42 2000 Darrell Brunsch <brunsch@uci.edu>
798 Added a couple of ACE_INLINEs and an include of Synch_T.h.
800 Wed Dec 06 20:12:35 2000 Irfan Pyarali <irfan@cs.wustl.edu>
802 * ace/Containers_T.cpp (operator=): In case the existing array is
803 larger than the rhs (right hand side), we don't have to free and
804 reallocate the existing array. However, we do need to run the
805 destructor on the array elements that will be replaced. Hence,
806 I added a call to ACE_DES_ARRAY_NOFREE for the elements being
809 This fixes bug 704. Thanks to Martin Krumpolec
810 <krumpo@pobox.sk> for reporting the bug and for providing an
811 example illustrating the problem.
813 Wed Dec 6 14:29:13 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
815 * ace/Auto_Ptr.{h,i}: Added a new set of class (ACE_Refcounted_Auto_Ptr_Rep,
816 ACE_Refcounted_Auto_Ptr) that implements support for a reference
817 counted auto_ptr. Thanks to Johnny Tucker
818 <JTucker@infoglide.com> for contributing this.
820 * ace/Managed_Object.h: Added ACE_UNIMPLEMENTED_FUNC macros for
821 copy constructor and assignment operator in class
822 ACE_Cleanup_Adapter. Thanks to Johnny Willemsen
823 <johnny.willemsen@meco.nl> for reporting this.
825 * tests/run_tests.sh: Prevent null or zero-length string test name from being
826 passed into the run() function. Thanks to Jon Loeliger
827 <jloeliger@chiaro.com> for reporting this.
829 * tests/Log_Msg_Test.cpp,
830 * examples/Log_Msg/test_log_msg.cpp (main):
831 Replaced int with u_long to make compilers happy. Thanks to
832 Mike Curtis <mccurry@my-deja.com> for pointing this out.
834 Tue Dec 5 11:45:42 2000 Darrell Brunsch <brunsch@uci.edu>
836 * ace/SSL/SSL_SOCK_Acceptor.cpp:
838 Added ACE_TEXT to a debug message.
840 Tue Dec 5 10:07:14 2000 Carlos O'Ryan <coryan@uci.edu>
842 * performance-tests/Misc/childbirth_time.cpp:
843 Use &function instead of just function, hopefully that will make
846 Tue Dec 5 09:38:22 2000 Ossama Othman <ossama@uci.edu>
848 * ace/SSL/SSL_SOCK_Acceptor.cpp (ssl_accept):
850 Return "-1" instead of the result of the
851 ACE_SSL_SOCK_Stream::close() method. The latter may actually,
852 and most likely will return without error.
854 Tue Dec 05 05:39:39 2000 Christopher Kohlhoff <chris@kohlhoff.com>
856 * tests/Makefile.bor:
858 Implemented 'clean' support in the ACE tests makefile.
860 Tue Dec 05 02:02:51 2000 Irfan Pyarali <irfan@cs.wustl.edu>
862 * ace/IPC_SAP.cpp (disable): Reverted this change:
864 Tue Nov 21 17:42:36 2000 Pradeep Gore <pradeep@cs.wustl.edu>
866 The change seemed too low level where it might end up effecting
867 more code than was intended. However, as I discussed with Chris
868 Uzdavinis <chris@atdesk.com>, the correct solution is to
869 specialize the activation of the Svc_Handler rather than its
872 Mon Dec 04 23:54:10 2000 Irfan Pyarali <irfan@cs.wustl.edu>
874 * examples/Reactor/Proactor/test_proactor.cpp:
876 - Receiver::open(): Only duplicate the message block when we are
877 faking the result. Otherwise, initiate_read_stream will create
878 its own message block.
880 - Receiver::open(): Delete the fake result.
882 - Receiver::handle_read_stream(): When there is no more data to
883 read, release the message block and delete the receiver.
885 - Sender::transmit_file(): No need to duplicate the trailer.
887 * ace/Proactor.cpp (~ACE_Proactor_Timer_Handler):
889 The following was changed:
891 this->thr_mgr ()->wait ();
895 this->thr_mgr ()->wait_grp (this->grp_id ());
897 since Thread_Manager::wait() if called while the
898 ACE_Object_Manager is shutting down (as a result of program
899 shutdown or ACE::fini), it will not wait for any threads to
902 Also, the timer_handler thread was not created detached since
903 Thread_Manager::wait_grp() does not wait on detached threads.
905 Mon Dec 04 16:32:11 2000 Ossama Othman <ossama@uci.edu>
907 * ace/SSL/SSL_SOCK_Stream.i (recv):
909 Shutdown the SSL connection if SSL_read() returns with an
910 SSL_ERROR_ZERO_RETURN OpenSSL error condition.
911 SSL_ERROR_ZERO_RETURN indicates that the peer is shutting down,
912 and that a "close_notify" message SSL message has been issued by
913 the peer. A "close_notify" message indicates that no further
914 data will be sent through the given connection, so there is no
915 need to keep the connection open.
917 Removed SSL_ERROR_WANT_{WRITE,X509_LOOKUP} switch statement
918 cases. They are apparently not necessary when performing a SSL
923 Removed SSL_ERROR_WANT_{READ,X509_LOOKUP} switch statement
924 cases. They are apparently not necessary when performing a SSL
927 * ace/SSL/SSL_SOCK_Acceptor.cpp (ssl_accept):
929 Check that the X.509 verification didn't fail. If the
930 verification failed then do not continue.
932 * ace/SSL/SSL_Context.cpp:
933 * ace/SSL/SSL_SOCK_Connector.cpp:
934 * ace/SSL/SSL_SOCK_Stream.cpp:
936 Added missing ACE_RCSID macros.
938 * ace/SSL/SSL_Context.h:
940 * ace/SSL/SSL_SOCK_Acceptor.h:
941 * ace/SSL/SSL_SOCK_Connector.h:
942 * ace/SSL/SSL_SOCK_Stream.h:
944 Doxygenated these headers.
946 * ace/SSL/SSL_Context.i:
947 * ace/SSL/SSL_SOCK.cpp:
951 Mon Dec 04 12:45:46 2000 Steve Huston <shuston@riverace.com>
953 * ace/High_Res_Timer.cpp: Corrected some problems with Linux on
954 Pentium that were introduced by this:
955 Fri Nov 10 10:42:31 2000 Steve Huston <shuston@riverace.com>
957 * ace/High_Res_Timer.cpp: Replaced all occurrences of
958 "defined (ACE_HAS_PENTIUM)" with "defined (ACE_WIN32)" since
959 there is nothing Pentium-specific any longer in the Win32
962 Thanks to David Levine and Carlos O'Ryan for weeding this bug out.
964 Mon Dec 4 07:39:16 2000 Johnny Willemsen <jwillemsen@remedy.nl>
966 * examples/Service_Configurator/IPC-tests/clients:
967 Added Borland C++ Builder specific makefile.
969 Sun Dec 3 20:03:16 2000 Ossama Othman <ossama@uci.edu>
971 * examples/Web_Crawler/Command_Processor.cpp:
973 Removed duplicate template instantiations. Thanks to Paul Rubel
974 <prubel@bbn.com> for pointing out this bug, and for providing a
979 Added Paul to the Hall-of-Fame.
981 Sun Dec 3 15:23:50 2000 Carlos O'Ryan <coryan@uci.edu>
983 * performance-tests/Misc/childbirth_time.cpp:
984 Use 'extern "C"' for the thread entry point, this should make
985 Sun/CC 5.0 (and other compilers) happy.
987 Sun Dec 3 08:50:15 2000 Balachandran Natarajan <bala@cs.wustl.edu>
989 * ace/OS.i: Fixed a cut and paste error. This was from the BUG#
990 734 in bugzilla. Thanks to Martin Krumpolec <krumpolec@pobox.sk>
993 Sat Dec 2 05:58:37 2000 Christopher Kohlhoff <chris@kohlhoff.com>
995 * ace/config-win32-borland.h:
997 Automatically define WIN32 macro if we are able to
998 determine that it is the target platform from pre-
999 defined compiler macros.
1003 Added missing template source file for install target.
1005 Sat Dec 2 00:19:38 2000 Marina Spivak <marina@cs.wustl.edu>
1007 * bin/auto_run_tests.lst:
1009 Added RTCORBA/Explicit_Binding test.
1011 Fri Dec 01 21:17:35 2000 Carlos O'Ryan <coryan@uci.edu>
1013 * ace/Thread_Manager.cpp:
1014 More ACE_LEGACY_MODE fixes.
1016 Fri Dec 1 13:49:36 2000 Carlos O'Ryan <coryan@uci.edu>
1019 Fixed problems on non-legacy Win32 builds.
1021 Fri Dec 1 09:46:15 2000 Carlos O'Ryan <coryan@uci.edu>
1025 The structured exception handler methods should show up on
1026 ACE_LEGACY_MODE builds. Unfortunately, the change from
1027 ACE_LATEST_AND_GRATEST to LEGACY_MODE didn't work here because
1028 the LATEST_AND_GREATEST macro was misspelled.
1030 Fri Dec 1 09:30:08 2000 Carlos O'Ryan <coryan@uci.edu>
1032 * include/makeinclude/platform_linux.GNU:
1033 Add support for wxWindows under linux.
1035 Fri Dec 1 10:56:42 2000 Jeff Parsons <parsons@cs.wustl.edu>
1037 * include/makeinclude/ace_flags.bor:
1039 Added definitions necessary for the new smart proxies
1040 library and its Borland makefile.
1042 Fri Dec 01 09:21:31 2000 Steve Huston <shuston@riverace.com>
1044 * ace/Reactor.h: Clarified some comments.
1046 Thu Nov 30 22:49:10 2000 pradeep@cs.wustl.edu <pradeep@cs.wustl.edu>
1048 * ACE version 5.1.11 released.
1050 Wed Nov 29 23:55:37 2000 Pradeep Gore <pradeep@cs.wustl.edu>
1052 * apps/drwho/server.cpp:
1053 * apps/drwho/BS_Client.cpp:
1054 Used casts to quiet VxWorks/LynxOS.
1055 * bin/auto_run_tests.lst:
1056 Commented out this test - its broken.
1058 Wed Nov 29 10:35:26 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
1060 * examples/Service_Configurator/IPC-tests/client/remote_service_directory_test.cpp (parse_args):
1061 Removed the colon after the "r" in the parse-args list. Thanks
1062 to Mike Curtis <mccurry@my-deja.com> for pointing this out.
1064 * ace/Method_Request.h: Added ACE_UNIMPLEMENTED_FUNC to the
1065 assignment operator and copy constructor of ACE_Method_Request.
1066 Thanks to Johnny Willemsen <johnny.willemsen@meco.nl> for
1069 Wed Nov 29 09:41:51 2000 Johnny Willemsen <jwillemsen@remedy.nl>
1071 * examples/Reactor/Multicast/*.bor
1072 Added Borland C++ Builder specific makefiles. Thanks to
1073 Albert Wijna <albert.wijnja@meco.nl> for creating these.
1075 Tue Nov 28 15:39:51 2000 Carlos O'Ryan <coryan@uci.edu>
1078 Print out an error message when the script returns a non-zero
1079 code. The errors where reported by email, but they didn't show
1080 up in the make_pretty output.
1082 Tue Nov 28 15:36:10 2000 Carlos O'Ryan <coryan@uci.edu>
1084 * bin/generate_doxygen.pl:
1085 Don't generate inline code for releases, it bloats the
1086 documentation, and does not make things any clearer.
1092 * etc/ace_man.doxygen:
1093 * etc/ace_rmcast.doxygen:
1094 * etc/ace_ssl.doxygen:
1095 * etc/tao_dynamicany.doxygen:
1096 * etc/tao_dynamicinterface.doxygen:
1097 * etc/tao_esf.doxygen:
1098 * etc/tao_implrepo.doxygen:
1099 * etc/tao_iormanip.doxygen:
1100 * etc/tao_iortable.doxygen:
1101 * etc/tao_portableserver.doxygen:
1102 * etc/tao_rtevent.doxygen:
1103 * etc/tao_strategies.doxygen:
1104 Make sure that ACE_THROW_SPEC is properly defined.
1107 Also fix the relative path to the ace doxygen files.
1109 Tue Nov 28 13:31:47 2000 David L. Levine <levine@cs.wustl.edu>
1111 * tests/run_test.pl: prefix exec of run_tests.sh with
1112 $EXEPREFIX, so that it works without . in the user's
1113 PATH. Thanks to Carlos for pointing this out.
1115 Tue Nov 28 08:09:35 2000 David L. Levine <levine@cs.wustl.edu>
1117 * tests/run_test.pl: added some more diagnostics to try
1118 to figure out why run_tests.sh can't be exec'd on
1121 Mon Nov 27 17:02:42 2000 Darrell Brunsch <brunsch@uci.edu>
1124 While following up on Johnny Willemsen's
1125 <johnny.willemsen@meco.nl> suggestion to make sure I removed all
1126 references to .mdp files, I noticed that some of the Win32
1127 instructions could use some updating.
1129 Mon Nov 27 17:44:52 2000 David L. Levine <levine@cs.wustl.edu>
1131 * tests/run_test.pl: if run_tests.sh doesn't exist, print
1132 a diagnostic message and continue with the run_test.pl
1133 version of the tests. For unknown reasons, this change:
1134 Mon Nov 27 11:58:43 2000 David L. Levine <levine@cs.wustl.edu>
1135 doesn't work on the UCI Linux machines, run_tests.sh can't
1138 Mon Nov 27 10:17:58 2000 Ossama Othman <ossama@uci.edu>
1140 * docs/tutorials/005/005.dsp:
1142 Corrected name of output binary. It should have been
1143 `server.exe' not `client.exe'. Thanks to David Channon
1144 <djc@uq.net.au> for reporting this problem.
1146 Mon Nov 27 09:56:09 2000 Ossama Othman <ossama@uci.edu>
1148 The following updates are based on feedback from David Channon
1149 <djc@uq.net.au>. Thanks David!
1151 * docs/tutorials/003/client.cpp:
1152 * docs/tutorials/003/page01.html:
1153 * docs/tutorials/004/client.cpp:
1154 * docs/tutorials/004/page01.html:
1155 * docs/tutorials/008/broadcast_client.cpp:
1156 * docs/tutorials/008/directed_client.cpp:
1157 * docs/tutorials/008/page02.html:
1158 * docs/tutorials/008/page03.html:
1159 * docs/tutorials/008/page04.html:
1160 * docs/tutorials/008/server.cpp:
1161 * docs/tutorials/009/broadcast_client.cpp:
1162 * docs/tutorials/009/directed_client.cpp:
1163 * docs/tutorials/009/page02.html:
1164 * docs/tutorials/009/page03.html:
1165 * docs/tutorials/009/page04.html:
1166 * docs/tutorials/009/server.cpp:
1167 * docs/tutorials/019/client.cpp:
1168 * docs/tutorials/019/client2.cpp:
1169 * docs/tutorials/019/page02.html:
1170 * docs/tutorials/019/page03.html:
1171 * docs/tutorials/019/page04.html:
1172 * docs/tutorials/019/page05.html:
1173 * docs/tutorials/019/server.cpp:
1174 * docs/tutorials/019/server2.cpp:
1175 * docs/tutorials/019/shmem.cpp:
1176 * docs/tutorials/020/client.cpp:
1177 * docs/tutorials/020/client2.cpp:
1178 * docs/tutorials/020/mmap.cpp:
1179 * docs/tutorials/020/page02.html:
1180 * docs/tutorials/020/page03.html:
1181 * docs/tutorials/020/page04.html:
1182 * docs/tutorials/020/page05.html:
1183 * docs/tutorials/020/server.cpp:
1184 * docs/tutorials/020/server2.cpp:
1186 Include "ace/Log_Msg.h" to pull in the ACE_{DEBUG,ERROR}
1187 macros. The example code in the HTML files was also updated.
1189 * docs/tutorials/011/message_queue.cpp:
1190 * docs/tutorials/011/page02.html:
1192 Removed unnecessary line of code that NULL terminated a string.
1193 It didn't serve any purpose since the string is already
1194 terminated. If it wasn't terminated then that point in the code
1195 would never have been reached since the code prior to it assumes
1196 that the string is NULL terminated.
1198 Mon Nov 27 11:58:43 2000 David L. Levine <levine@cs.wustl.edu>
1200 * tests/run_test.pl: on platforms other than Win32, simply
1201 exec run_tests.sh. run_tests.sh properly handles all of
1202 the current ACE tests. [Bug 729]
1204 Mon Nov 27 14:12:09 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
1206 * ace/Activation_Queue.h: Added ACE_UNIMPLEMENTED_FUNC to the
1207 assignment operator and copy constructor of
1208 ACE_Activation_Queue. Thanks to Johnny Willemsen
1209 <johnny.willemsen@meco.nl> for pointing this out.
1211 Sun Nov 26 19:07:48 2000 Pradeep Gore <pradeep@cs.wustl.edu>
1213 * examples/Map_Manager/test_hash_map_manager.cpp:
1214 * examples/Shared_Malloc/Malloc.cpp:
1215 * examples/Shared_Malloc/test_position_independent_malloc.cpp:
1217 Removed extraneous explicit template instantiation declarations
1218 causing "multiply defined" errors on VxWorks and LynxOS.
1220 Sat Nov 25 22:08:46 2000 Pradeep Gore <pradeep@cs.wustl.edu>
1222 * apps/drwho/Makefile:
1223 Disabled drwho compilation on Vxworks - it doesn't have
1226 Fri Nov 24 16:58:42 2000 Darrell Brunsch <brunsch@uci.edu>
1230 WSAEventSelect is not available on Windows CE, so the #ifdefs
1231 were changed so it calls ioctl on Windows CE also.
1233 Fri Nov 24 15:43:20 2000 Carlos O'Ryan <coryan@uci.edu>
1235 * docs/ACE-categories.html:
1236 Fixed URLs to Doxygen documents, I used the absolute URL to our
1237 Doxygen site, but in the future we may want to do that
1240 * bin/auto_run_tests.lst:
1241 Disable the Connection_Purging test in TAO, it never worked and
1242 the features are disabled while we continue to improve the
1245 Fri Nov 24 11:42:42 2000 Darrell Brunsch <brunsch@uci.edu>
1249 Updated sections about Windows CE and MSVC. CE stuff
1250 is documented in CE-status.txt, and removed references to old
1251 MSVC 4.2 projects. Thanks to Johnny Willemsen
1252 <johnny.willemsen@meco.nl> for pointing this out.
1254 Fri Nov 24 05:48:26 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
1256 * ace/Signal.h: Enhanced the documentation to clarify the role of
1257 sigkey. Thanks to Oscar Rodriquez <Oscar.Rodriquez@eln.ericsson.se>
1258 for motivating this.
1260 * ace/SOCK_Connector.h: Updated the documentation to clarify the
1261 parameters to the constructors and the connect() method. Thanks
1262 to Pierre Oberson <oberson@nagra-kudelski.ch> for suggesting this.
1264 Thu Nov 23 21:17:16 2000 David L. Levine <levine@cs.wustl.edu>
1266 * tests/Reactor_Notify_Test.cpp (main): added
1267 auto_ptr<ACE_Reactor> so that the global Reactor instance
1268 will be destroyed at the termination of main (). The cleans
1269 up memory leaks that we introduced in this change to the test:
1270 Tue Oct 24 12:30:47 2000 Steve Huston <shuston@riverace.com>
1272 Thu Nov 23 18:38:54 2000 Carlos O'Ryan <coryan@cs.wustl.edu>
1275 Add ACE_wrappers/html to the list of files tagged, even though
1276 they are not included in the tar or zip files.
1278 Thu Nov 23 18:13:32 2000 Carlos O'Ryan <coryan@cs.wustl.edu>
1280 Don't use 'grep -q' because Solaris' grep does not support it.
1282 Thu Nov 23 18:27:52 2000 Carlos O'Ryan <coryan@cs.wustl.edu>
1285 The ACE-INSTALL file is generated in the staging directory,
1286 there is no need to generate it locally too.
1288 Thu Nov 23 17:46:56 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
1290 * ace/Method_Request: Made the priority() method const. Thanks
1291 to Johnny Willemsen <jwillemsen@remedy.nl>
1293 Thu Nov 23 14:43:40 2000 Carlos O'Ryan <coryan@uci.edu>
1296 Do not include the html directory in the release. The doxygen
1297 files are too big for this.
1299 * ace/config-doxygen.h:
1300 Improve doxygen documentation.
1302 * bin/generate_doxygen.pl:
1303 Add options to change the path to find dot and perl on the fly.
1306 Generate the HTML documentation in a separate .tar.gz (or .zip)
1309 Wed Nov 22 17:35:55 2000 Angelo Corsaro <corsaro@cs.wustl.edu>
1311 * bin/auto_run_tests.lst:
1313 Added entry for Collocation test. Moved entry for Client
1314 Exposed Policy test from the old list file to this one.
1316 Wed Nov 22 09:29:32 2000 Darrell Brunsch <brunsch@uci.edu>
1320 Added the docs directory and *.txt files to be looked
1323 * docs/CE-status.txt:
1326 Fixed up these files, so they show up correctly in the
1329 Tue Nov 21 19:55:49 200 0 Pradeep Gore <pradeep@cs.wustl.edu>
1332 Casting param1 to SOCKET did the trick. Thanks Doug!
1334 Tue Nov 21 19:21:10 2000 Pradeep Gore <pradeep@cs.wustl.edu>
1338 Reverted previous change applied to ACE_IPC_SAP::disable because
1341 Tue Nov 21 18:54:14 2000 Pradeep Gore <pradeep@cs.wustl.edu>
1343 * apps/drwho/CM_Client.cpp:
1345 Explicitly cast Comm_Manager::sokfd_ to int in calls to
1346 ACE_OS::recvfrom and ACE_OS::closesocket to quiet LynxOS.
1348 Tue Nov 21 17:42:36 2000 Pradeep Gore <pradeep@cs.wustl.edu>
1352 Modified ACE_IPC_SAP::disable to call ::WSAEventSelect on Win32.
1353 Thanks to Chris Uzdavinis <chris@atdesk.com> for contributing
1356 Tue Nov 21 11:00:14 2000 Darrell Brunsch <brunsch@uci.edu>
1358 * tests/run_test.lst:
1360 Borland shouldn't be running ACE_Init_Test.
1362 Tue Nov 21 10:15:15 2000 Darrell Brunsch <brunsch@uci.edu>
1364 * ace/OS_String.inl:
1366 Changed ::towlower to towlower since it can be a macro.
1368 Tue Nov 21 09:57:53 2000 Darrell Brunsch <brunsch@uci.edu>
1370 * tests/Reactor_Exceptions_Test.cpp:
1374 * tests/run_test.lst:
1376 New_Fail_Test just eats up memory when run, and it only tests
1377 the behavior of new. Not really something we need to run
1378 everynight (and as David Levine reports, using up all the
1379 memory can cause problems in other processes on the nightly
1380 build machines). Commented out the New_Fail_Test.
1382 * tests/run_test.pl:
1384 Fixed to clean up some of the backing_store_* files in the
1385 tests directory after running the tests.
1389 Added the ability to pick -ExeSubDir <dir> from the command
1390 line to alter $EXEPREFIX. This should allow us to start
1391 running tests with different configurations (ie. Win32 Release)
1394 Tue Nov 21 07:24:54 2000 Chris Kohlhoff <chris@kohlhoff.com>
1396 * ace/SSL/Makefile.bor:
1397 * include/makeinclude/build_dll.bor:
1398 * include/makeinclude/build_exe.bor:
1399 * include/makeinclude/build_lib.bor:
1401 Prevent SSL libraries from being built unless SSL_ROOT is defined.
1403 * include/makeinclude/build_example.bor:
1405 Add missing libraries required for statically linking TAO examples.
1407 Mon Nov 20 21:52:57 2000 Ossama Othman <ossama@uci.edu>
1411 Added more missing files to the source lists.
1413 Mon Nov 20 19:16:12 2000 Ossama Othman <ossama@uci.edu>
1415 * ace/OS.i (mutex_init):
1417 Fixed an unused argument warning that was showing up in
1418 ACE+Autoconf builds.
1420 * ace/Makefile.am (libACE_Utils_la_SOURCES):
1422 Updated "Init.cpp" to "Init_ACE.cpp." For some reason this
1423 file wasn't updated when the name change was made.
1425 (libACE_Utils_la_SOURCES):
1427 Moved `Sock_Connect.cpp' to this list of sources. Similar to
1428 the above change, this files wasn't updated when the
1429 corresponding to changes was made to the classical Makefile.
1431 Mon Nov 20 15:00:26 2000 Marina Spivak <marina@cs.wustl.edu>
1433 * bin/auto_run_tests.lst:
1435 Added RTCORBA/Private_Connection, updated options for other
1438 Sun Nov 19 15:26:56 2000 Ossama Othman <ossama@uci.edu>
1441 (ACE_DEFAULT_SSL_CERT_FILE, ACE_DEFAULT_SSL_CERT_DIR):
1443 On Win32, do not use UNIX-specific directories in certificate
1446 Sun Nov 19 10:37:48 2000 Carlos O'Ryan <coryan@uci.edu>
1450 Add the new files to the MSVC projects.
1452 * ace/Dynamic_Service_Base.h:
1455 * ace/Dynamic_Service_Base.cpp:
1456 Removed template-like protections, this is a regular class.
1458 * ace/Dynamic_Service.i:
1459 * ace/Dynamic_Service.cpp:
1462 Sun Nov 19 08:05:08 2000 Priyanka Gontla <pgontla@ece.uci.edu>
1467 * ace/Dynamic_Service.cpp:
1468 * ace/Dynamic_Service.h:
1469 * ace/Dynamic_Service_Base.cpp:
1470 * ace/Dynamic_Service_Base.h:
1471 Not all methods in Dynamic_Service were based on the SERVICE
1472 types. Moved those to the base class 'Dynamic_Service_Base' and
1473 the Dynamic_Service inherits from the base class.
1475 Sat Nov 18 15:39:49 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
1477 * examples/Service_Configurator/IPC-tests/client/remote_service_directory_test.cpp:
1478 Fixed a mistake in the "usage" string. Thanks to Mike Curtis
1479 <mccurry@my-deja.com> for pointing this out.
1481 Sat Nov 18 11:35:53 2000 Darrell Brunsch <brunsch@uci.edu>
1483 * tests/OS_Test.cpp:
1485 Changed the signature of main to use ACE_TCHAR. Although
1486 I don't consider this the "right" way of doing this, it
1487 will make the builds happy with ACE_USES_WCHAR until we
1488 implement something better.
1490 Sat Nov 18 09:58:17 2000 Carlos O'Ryan <coryan@uci.edu>
1492 * ace/Basic_Types.h:
1493 * ace/OS_Log_Msg_Attributes.h:
1495 Under LynxOS we must #include stdarg.h before stdio.h.
1496 Thanks to David for letting us know about this.
1498 Fri Nov 17 14:24:42 2000 Darrell Brunsch <brunsch@uci.edu>
1500 * include/makeinclude/clean.bor:
1502 Added the removal of *Cli.cpp, *Ser.cpp, etc. files which
1503 is the output style of the TAO Param_Test.
1505 * tests/Reactor_Exceptions_Test.cpp:
1507 Put the handler in its own scope so it must be cleaned up
1508 before the reactor. For whatever reason, it wasn't happening
1509 in the right order on MSVC before.
1511 Also changed the exception error to a debug message, since
1512 it really doesn't seem an error (we explicitly cause one).
1514 Fri Nov 17 11:22:08 2000 Carlos O'Ryan <coryan@uci.edu>
1516 * include/makeinclude/platform_sunos5_kcc.GNU:
1517 Same fix as for platform_linux_kcc.GNU.
1518 A little more detail has surfaced: apparently under this
1519 compiler we attempted to link the static run-time and system
1520 libraries if static_libs_only=1 was set. Not only this would be
1521 unique (in that we don't do this for other compilers), but it
1522 fails when only one directory is compiled with
1523 static_libs_only=1, hile only the dynamic version of ACE (or any
1524 other of our libraries) is compiled.
1525 IMHO it is better to make it consistent with all the other
1526 platforms, and leave the extra optimization of using static
1527 system libraries for a future makefile option.
1529 * include/makeinclude/platform_linux_kcc.GNU:
1530 Remove obsolete comment
1532 Fri Nov 17 03:37:37 2000 Marina Spivak <marina@cs.wustl.edu>
1534 * bin/auto_run_tests.lst:
1536 Added RTCORBA/Banded_Connections test.
1538 Fri Nov 17 01:16:25 2000 Ossama Othman <ossama@uci.edu>
1540 * include/makeinclude/wrapper_macros.GNU (ssl):
1542 Removed definition of the ACE_HAS_SSL macro. It is no longer
1545 Thu Nov 16 16:14:03 2000 Carlos O'Ryan <coryan@uci.edu>
1550 New html directory. People normally don't expect html documents
1551 to show up under the man directory.
1556 * man/html/Makefile.am:
1557 Remove the man/html directory.
1560 Insert code to generate the man pages index.
1562 * docs/ACE-categories.html:
1563 Change references to man/html so they point to the new doxygen
1568 * bin/class2hxxcxxsingle:
1570 * bin/class2info.awk:
1575 * bin/generate_html_windex:
1576 * bin/generate_man_pages:
1582 * bin/info2head.fmt:
1589 * bin/man2html1.awk:
1590 * bin/man2html2.awk:
1592 Remove old scripts used in man page and html document
1593 generation. We do everything with doxygen now.
1595 Thu Nov 16 17:55:18 2000 Pradeep Gore <pradeep@cs.wustl.edu>
1597 * apps/JAWS/clients/Blobby/Blob.{h,cpp}:
1598 * apps/JAWS/clients/Blobby/Blob_handler.{h,cpp}:
1599 * apps/drwho/Rwho_DB_Manager.h:
1600 * apps/drwho/Multicast_Manager.{.h,cpp}:
1601 * apps/drwho/Options.{h,cpp}:
1602 Follow const correctness to make suncc5 happy.
1604 * examples/IOStream/server/iostream_server.h
1605 Use ACE_HAS_TEMPLATE_TYPEDEFS rather than ACE_HAS_TYPENAME_KEYWORD
1606 Thanks to Steve Huston <shuston@riverace.com> for the fix.
1608 Thu Nov 16 15:31:20 2000 Carlos O'Ryan <coryan@uci.edu>
1610 * include/makeinclude/platform_linux_kcc.GNU:
1611 Builds with static libraries under Linux/KCC were failing due to
1612 some magical -Bstatic options in the configuration file. When
1613 the options are removed the problem went away.
1615 Thu Nov 16 15:31:20 2000 Carlos O'Ryan <coryan@uci.edu>
1617 * include/makeinclude/platform_linux_kcc.GNU:
1618 Builds with static libraries under Linux/KCC were failing due to
1619 some magical -Bstatic options in the configuration file. When
1620 the options are removed the problem went away.
1622 Thu Nov 16 15:09:25 2000 Carlos O'Ryan <coryan@uci.edu>
1624 * tests/TkReactor_Test.cpp:
1625 Fixed 'char*' vs. 'const char *' conflict.
1627 Wed Nov 15 14:23:54 2000 Ossama Othman <ossama@uci.edu>
1631 Fixed bug in the auto_ptr / C++ std namespace test where the
1632 template argument for the auto_ptr being instantiated was
1633 a non-existent type.
1634 Reported by Kevin Marshall <KCMarshall@att.net>
1638 Added Kevin to the hall of fame list.
1640 Wed Nov 15 10:19:45 2000 Carlos O'Ryan <coryan@uci.edu>
1642 * examples/Threads/thread_specific.cpp:
1643 Fixed warning under linux
1645 Wed Nov 15 08:32:58 2000 Carlos O'Ryan <coryan@uci.edu>
1647 * apps/JAWS/server/Makefile:
1648 * performance-tests/Misc/Makefile:
1649 Change dependencies to ensure that the libraries are created
1650 before we attempt to link the binaries, otherwise the
1651 compilation fails with parallel builds.
1653 Tue Nov 14 17:55:52 2000 Carlos O'Ryan <coryan@uci.edu>
1656 PACE is disabled by default, unless pace=1 is set in the command
1657 line or the platform_macros.GNU file.
1659 Tue Nov 14 19:36:47 2000 Steve Huston <shuston@riverace.com>
1661 * examples/Reactor/Proactor/test_siosig_ace.cpp: Don't log
1662 the read/written file using ACE_DEBUG - it will usually overflow
1663 the ACE_Log_Record max message length and do bad things.
1665 Tue Nov 14 19:19:16 2000 Steve Huston <shuston@riverace.com>
1667 * examples/Reactor/Proactor/simple_test_proactor.cpp: Don't log
1668 the read/written file using ACE_DEBUG - it will usually overflow
1669 the ACE_Log_Record max message length and do bad things.
1670 Thanks to John Buckman <john@lyris.com> for reporting this.
1672 Tue Nov 14 18:43:51 2000 Steve Huston <shuston@riverace.com>
1674 * examples/Reactor/Proactor/test_proactor3.cpp: Replace use of
1675 list<Sender *> with Sender * [] so it builds without inifintely
1676 complicated explicit instantiations on gcc. KISS ;-)
1678 Tue Nov 14 17:43:26 2000 Steve Huston <shuston@riverace.com>
1680 * examples/Reactor/Proactor/test_aiocb_ace.cpp: Fixed to work
1681 correctly if one of the aio ops completes, but not the other,
1682 during a pass through the Test_Aio::do_aio loop. Thanks to
1683 John Buckman <john@lyris.com> for reporting this.
1685 Tue Nov 14 14:19:42 2000 Darrell Brunsch <brunsch@uci.edu>
1687 * ace/Log_Record.cpp:
1689 In ACE_Log_Record::print, changed the call to ACE_OS::fprintf
1690 to use ACE_TEXT("%s") as the second argument instead of just
1691 "%s". This should make logging under ACE_USES_UNICODE readable.
1692 Thanks to James Buck <jim@nowsol.com> and Nick Pratt
1693 <npratt@microstrategy.com> for both reporting this problem and
1696 Tue Nov 14 09:19:16 2000 Carlos O'Ryan <coryan@uci.edu>
1698 * examples/Threads/thread_specific.cpp:
1699 Simply use %u to print an ACE_hthread_t. This is what we seem
1700 to be doing in other places in the code. However, this seems to
1701 be non-portable, the code in ACE_Log_Msg to print the thread ID
1702 is a lot more complicated.
1704 Mon Nov 13 15:13:42 2000 Darrell Brunsch <brunsch@uci.edu>
1706 * ace/Object_Manager.cpp:
1708 Protected the assert dialog box disable with _MSC_VER
1709 since it is only for MSVC.
1711 Mon Nov 13 03:46:21 2000 Darrell Brunsch <brunsch@uci.edu>
1713 * docs/CE-status.txt:
1714 * docs/wchar.txt: (added)
1716 Updated documentation == good thing.
1718 Mon Nov 13 03:39:42 2000 Darrell Brunsch <brunsch@uci.edu>
1720 * ace/config-win32-borland.h:
1722 It looks like Borland also uses _wcsdup, so added the
1723 ACE_WCSDUP_EQUIVALENT here.
1725 Mon Nov 13 01:07:36 2000 Darrell Brunsch <brunsch@uci.edu>
1727 * ace/OS_String.cpp:
1728 * ace/config-win32-borland.h:
1729 * ace/config-win32-msvc.h:
1731 Christopher Kohlhoff <chris@kohlhoff.com> mentioned to me
1732 that Borland did have a wcsdup, but it was named differently
1733 than the _wcsdup in MSVC. I took his suggestion and added
1734 a ACE_WCSDUP_EQUIVALENT for MSVC's version and enabled
1735 wcsdup for Borland's config.
1737 Mon Nov 13 00:36:29 2000 Darrell Brunsch <brunsch@uci.edu>
1742 Nanbor mentioned to me the other day that the interfaces to
1743 this class probably should remain as char *. After looking
1744 at it, I agreed and changed it to that. But since Svc_Conf
1745 uses this class in such a way that it is passing wchar_t
1746 strings to it when ACE_USES_WCHAR is defined, I also added
1747 a wchar_t version of copy to make things happy.
1749 Sun Nov 12 17:00:42 2000 Darrell Brunsch <brunsch@uci.edu>
1751 * ace/ace_ce.dsw: (removed)
1752 * ace/ace_dll_ce.dsp: (removed)
1753 * ace/ace.vcw: (added)
1754 * ace/ace_dll.vcp: (added)
1755 * ace/ace_os_dll.vcp: (added)
1757 Removed the old Windows CE project files, and replaced
1758 them with ones created by the eMbedded Visual C++ from
1761 * ace/OS_Errno.cpp: (added)
1762 * ace/OS_Errno.h: (added)
1763 * ace/OS_Errno.inl: (added)
1769 Moved the Errno stuff from ACE_OS to a separate class,
1770 since it needed to be in its own layer for Windows CE.
1778 Added OS_Errno.* files.
1781 * ace/Sock_Connect.cpp:
1783 Moved get_reg_value () to Sock_Connect since that is where
1791 Added ACE_LACKS_ENV for platforms (like Windows CE) which
1792 doesn't have an environment. Maybe in the future this can
1793 be emulated, for now, we do nothing.
1795 * ace/Base_Thread_Adapter.h:
1798 Replace ACE_Export with ACE_OS_Export.
1800 * ace/Base_Thread_Adapter.inl:
1801 * ace/Thread_Adapter.inl:
1803 Moved some of the ACE_OS_Thread_Descriptor methods to
1804 Base_Thread_Adapter, since they were declared in
1805 Base_Thread_Adapter.h.
1807 * ace/SUN_Proactor.cpp:
1809 Removed ACE_BUILD_DLL from this file, since it should only
1810 be defined in the project file.
1814 Added ACE_WINCE to the #if block around some of the includes.
1817 * ace/OS_Dirent.inl:
1818 * ace/OS_String.inl:
1821 Added /**/ to the #includes of pace, since they seem to
1822 totally confuse EVC's automatic dependency generation.
1824 * ace/OS_String.cpp:
1826 * ace/OS_String.inl:
1828 Added strerror. On machines without it, just returns
1829 "Unknown Error" all the time.
1831 Added strspn_emulation, strpbrk_emulation, strtol_emulation,
1832 and strtoul_emulation.
1834 New compile time defines:
1844 Since there is now strerror in ACE, removed the !ACE_HAS_WINCE
1845 blocks and replaced them with direct calls to ACE_OS_String's
1848 * ace/config-win32.h:
1850 Changed check for #include-ing config-wince.h to be based on
1851 _WIN32_WCE because this definition has been automatically added
1852 to the default projects by the misc WinCE editors.
1854 * ace/Service_Config.i:
1856 The char versions of the following fuctions (which are defined
1857 only under WinCE) were recursive and would fail miserably if
1858 ever used. I added ACE_CHAR_TO_TCHAR to resolve the infinate
1860 - ACE_Service_Config::initialize ()
1861 - ACE_Service_Config::resume ()
1862 - ACE_Service_Config::suspend ()
1863 - ACE_Service_Config::remove ()
1865 * ace/config-win32-msvc.h:
1867 We were defining ACE_HAS_GNU_CSTRING_H. I doubt that MSVC has
1868 GNU's cstring.h, so I removed it.
1874 Added ACE_LACKS_CUSERID and ACE_LACKS_CHDIR.
1876 Added writev and readv emulation methods to ACE_OS, since they
1877 were just being defined as global functions. This is more
1878 consistent with what we are doing elsewhere.
1880 Added ACE_LACKS_SYS_NERR emulation.
1882 * ace/config-WinCE.h:
1884 Added all the necessary defined to get ACE compiling for Windows
1885 CE 3.0. As for previous versions, they do not currently compile,
1886 although that could change in the future
1888 Sun Nov 12 12:29:31 2000 Darrell Brunsch <brunsch@uci.edu>
1890 * ace/Cache_Map_Manager_T.h:
1891 * ace/Codeset_IBM1047.h:
1895 * ace/Hash_Cache_Map_Manager_T.h:
1896 * ace/LSOCK_Acceptor.h:
1897 * ace/Memory_Pool.h:
1898 * ace/QoS_Decorator.h:
1899 * ace/SV_Semaphore_Complex.h:
1900 * ace/Strategies_T.h:
1901 * ace/Synch_Options.h:
1902 * ace/Time_Request_Reply.h:
1903 * ace/Timer_Wheel_T.h:
1904 * ace/WIN32_Proactor.h:
1907 Fixed @file comments.
1909 Sat Nov 11 18:55:04 2000 Pradeep Gore <pradeep@cs.wustl.edu>
1911 * ace/Profile_Timer.cpp:
1912 Included Log_Msg.h to fix compile error.
1914 Fri Nov 10 19:41:38 2000 Darrell Brunsch <brunsch@uci.edu>
1918 Added a check for the @file comments used by doxygen.
1919 They must be the same as the actual filename, or doxygen will
1920 not pick up the comments for that file.
1922 Fri Nov 10 20:26:01 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
1924 * ace/Profile_Timer.cpp: Replaced ACE_OS::perror() with
1925 ACE_ERROR macros so that the output can be redirected to the
1926 same place that the ACE logging output is configured to go.
1927 Thanks to Jeff Greif <jgreif@befree.com> for reporting this.
1929 Fri Nov 10 17:15:42 2000 Darrell Brunsch <brunsch@uci.edu>
1933 Made the output look a little closer to MSVC's.
1935 Fri Nov 10 17:08:52 2000 Carlos O'Ryan <coryan@uci.edu>
1937 * etc/tao_strategies.doxygen:
1938 New doxygen configuration file for the TAO_Strategies library.
1940 * bin/generate_doxygen.pl:
1941 Add tao_strategies.doxygen to the list.
1943 * etc/ace_man.doxygen:
1944 Generate man pages in the man directory instead of doxygen_man.
1946 Fri Nov 10 12:58:53 2000 Darrell Brunsch <brunsch@uci.edu>
1948 * bin/generate_doxygen.pl:
1949 * etc/tao_implrepo.doxygen:
1951 New Implementation Repository documentation.
1953 Fri Nov 10 12:53:28 2000 Carlos O'Ryan <coryan@uci.edu>
1956 Format test output so make_pretty.pl can recognize where each
1959 * etc/ace_rmcast.doxygen:
1960 * etc/ace_ssl.doxygen:
1962 * etc/tao_dynamicany.doxygen:
1963 * etc/tao_dynamicinterface.doxygen:
1964 * etc/tao_esf.doxygen:
1965 * etc/tao_iormanip.doxygen:
1966 * etc/tao_iortable.doxygen:
1967 * etc/tao_portableserver.doxygen:
1968 * etc/tao_rtevent.doxygen:
1969 Don't define the macros explicitly, use the config-doxygen.h
1971 Must define ACE_RCSID and ACE_UNDEFINED_FUNC properly, so
1972 doxygen does not get confused.
1974 Fri Nov 10 14:26:41 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
1976 * ace/config-sunos5.6.h: The AIO definitions were missing the #if
1977 !defined guards that are present in the solaris 2.7 config
1978 header. Thanks to Alex Hornby <alex@anvil.co.uk> for reporting
1981 Fri Nov 10 11:44:15 2000 Carlos O'Ryan <coryan@uci.edu>
1983 * examples/RMCast/Send_File/Receiver.cpp:
1984 Fixed errors in Tru64/DUCXX builds.
1986 Fri Nov 10 10:42:31 2000 Steve Huston <shuston@riverace.com>
1988 * ace/OS.i (ACE_OS::gethrtime): Removed the ACE_HAS_PENTIUM check
1989 from the #if defined (ACE_WIN32) line surrounding the use of
1990 QueryPerformanceCounter - it works fine on 486 also, per
1991 Bernd Annamaier <bernd.annamaier@de.adtranz.com>. Thanks to
1992 Bernd for testing this out.
1994 * ace/High_Res_Timer.cpp: Replaced all occurrences of
1995 "defined (ACE_HAS_PENTIUM)" with "defined (ACE_WIN32)" since there
1996 is nothing Pentium-specific any longer in the Win32 sections.
1998 * THANKS: Added Bernd Annamier to the Hall of Fame.
2000 Fri Nov 10 12:28:42 2000 Johnny Willemsen <jwillemsen@remedy.nl>
2002 * examples/log_msg/makefile.bor:
2003 * examples/map_manager/makefile.bor:
2004 * examples/makefile.bor:
2005 * performance-tests/makefile.bor:
2006 * performance-tests/Server_Concurrency/makefile.bor:
2007 New Borland makefiles for ACE
2009 Thu Nov 9 18:39:42 2000 Darrell Brunsch <brunsch@uci.edu>
2011 * ace/config-sunos5.5.h:
2013 Added ACE_LACKS_MEMORY_H for SunCC 5, since it seems there is
2014 a bad interaction between memory.h and string.h on that config.
2016 Thu Nov 9 17:47:37 2000 Carlos O'Ryan <coryan@uci.edu>
2018 * examples/IPC_SAP/SPIPE_SAP/producer_msg.cpp:
2019 Antoher missing Log_Msg.h
2021 * examples/Threads/thread_specific.cpp:
2022 Tru64 does not like the convertion from ACE_hthread_t to
2023 unsigned long. I'm trying with a reinterpret_cast, but I don't
2024 have much hope for it.
2026 * examples/Service_Configurator/IPC-tests/server/Makefile:
2027 * examples/Service_Configurator/Misc/Makefile:
2028 * examples/Timer_Queue/Makefile:
2029 * apps/Gateway/Gateway/Makefile:
2030 * apps/Gateway/Peer/Makefile:
2031 Avoid problems where the library is linked twice, once for the
2032 required dependency in parallel builds an another for the LDLIBS
2036 * etc/ace_man.doxygen:
2037 Use a separate file to generate man pages. We don't want to
2038 document .cpp files or include code in man pages, but that looks
2039 great in HTML documents.
2042 * etc/tao_dynamicany.doxygen:
2043 * etc/tao_dynamicinterface.doxygen:
2044 * etc/tao_esf.doxygen:
2045 * etc/tao_iormanip.doxygen:
2046 * etc/tao_iortable.doxygen:
2047 * etc/tao_portableserver.doxygen:
2048 * etc/tao_rtevent.doxygen:
2049 Update the replacement path to some of the tag files, the
2050 generated documents did not get the right cross references.
2052 * bin/make_pretty.pl:
2053 Add yet another linker error.
2055 * bin/generate_doxygen.pl:
2056 Parse the man page generation code to create its output path too.
2058 Thu Nov 9 15:10:28 2000 Carlos O'Ryan <coryan@uci.edu>
2060 * bin/make_pretty.pl:
2061 In the HTML we replace < with < and > with > otherwise the
2062 output for templates makes no sense.
2064 Thu Nov 9 12:11:52 2000 Priyanka Gontla <pgontla@ece.uci.edu>
2066 * ace/Makefile (UTILS_FILES):
2067 Modified the Makefile to help when building subsetted shared
2068 libraries. Specifically, moved Addr, INET_Addr, and Sock_Connect
2069 into the Sockets component. That removes the dependancy of the
2070 Utilities and Sockets components on the non-socket IPC component.
2072 Committing on behalf of Phil Mesnier <mesnier_p@ociweb.com>
2074 Thu Nov 9 10:38:33 2000 Carlos O'Ryan <coryan@uci.edu>
2076 * examples/Makefile:
2077 ACE_HAS_GNUG_PRE_2_8 should be used only after
2078 wrapper_macros.GNU is included.
2080 Thu Nov 9 10:26:01 2000 Carlos O'Ryan <coryan@uci.edu>
2082 * bin/make_pretty.pl:
2083 Add yet another link error message.
2085 Thu Nov 9 08:51:04 2000 Carlos O'Ryan <coryan@uci.edu>
2087 * include/makeinclude/rules.local.GNU:
2088 It seems like I cannot get the rules to create the .obj and
2089 .shobj directories right. This last iteration seems to be
2090 happier, it works fine with parallel builds, it works fine for
2091 static and shared libraries, it does not recompile everything
2092 just because the .obj or .shobj directories changed, it creates
2093 the Templates.DB file when needed.
2094 The only problem that I'm aware off is that it can potentially
2095 produce a warning on parallel builds: two separate rules can try
2096 to create the .obj directory simultaneously, adding a dependency
2097 to have only one rule do it results in full-recompilations when
2098 a .obj directory is modified for whatever reason.
2099 I'm using ACE_NUL_STDERR to avoid such warnings, and it seems to
2102 Thu Nov 9 10:14:06 2000 Jeff Parsons <parsons@cs.wustl.edu>
2104 * include/makeinclude/ace_flags.bor:
2108 TAO_DYNAMICINTERFACE_LIB =
2109 $(CORE_BINDIR)\TAO_DynamicInterface$(LIB_DECORATOR).lib
2111 that I had overlooked when doing the BCB makefile changes
2112 related to the DynamicInterface library. Thanks to
2113 Johnny Willemsen <Johnny.Willemsen@meco.nl> for sending
2117 Wed Nov 8 16:11:11 2000 Carlos O'Ryan <coryan@uci.edu>
2119 * tests/RMCast/RMCast_Membership_Test.cpp:
2120 Remove unused variables
2122 * bin/make_pretty.pl:
2123 Add regular expression to detect more linker errors.
2125 Wed Nov 8 14:10:20 2000 Carlos O'Ryan <coryan@uci.edu>
2127 * examples/IPC_SAP/FIFO_SAP/FIFO-Msg-server.cpp:
2128 * examples/IPC_SAP/SPIPE_SAP/client.cpp:
2129 * examples/IPC_SAP/SPIPE_SAP/consumer_msg.cpp:
2130 * examples/IPC_SAP/SPIPE_SAP/consumer_read.cpp:
2131 * examples/IPC_SAP/SPIPE_SAP/server.cpp:
2132 * examples/RMCast/Send_File/Sender.cpp:
2133 * examples/Reactor/Misc/test_event_handler_t.cpp:
2134 * examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.h:
2135 We must explicitly #include "ace/Log_Msg.h", unfortunately the
2136 errors were only detected on platforms that do not define
2137 ACE_TEMPLATES_REQUIRE_SOURCE.
2139 * include/makeinclude/rules.local.GNU:
2140 More fine tuning, the Templates.DB directory must be created by
2141 the Makefile because SunCC 4.2 generates a warning if it is not
2144 Wed Nov 8 14:40:25 2000 Chad Elliott <elliott_c@ociweb.com>
2148 Fix a build problem on HP-UX 11.00 with aCC A.03.25. The macro
2149 used to determine the use of the std namespace changed from
2150 RWSTD_NO_NAMESPACE to _NAMESPACE_STD. NOTE: I did preserve the
2151 check for RWSTD_NO_NAMESPACE with aCC versions less than A.03.25.
2153 Wed Nov 8 10:27:00 2000 Carlos O'Ryan <coryan@uci.edu>
2155 * bin/generate_doxygen.pl:
2156 Automates the invocation of doxygen. It modifies the doxygen
2157 templates in $ACE_ROOT/etc and creates the right directory
2158 hierarchy to receive the files.
2160 * ace/config-doxygen.h:
2161 Configuration file used to generate the doxygen files.
2162 Notice that this is not a valid configuration for any platform,
2163 for example, it enables both the Win32 and the POSIX AIO calls.
2166 * etc/ace_rmcast.doxygen:
2167 * etc/ace_ssl.doxygen:
2169 * etc/tao_dynamicany.doxygen:
2170 * etc/tao_dynamicinterface.doxygen:
2171 * etc/tao_esf.doxygen:
2172 * etc/tao_iormanip.doxygen:
2173 * etc/tao_iortable.doxygen:
2174 * etc/tao_portableserver.doxygen:
2175 * etc/tao_rtevent.doxygen:
2176 Minor mods to make the generate_doxygen.pl job easier.
2178 Wed Nov 8 09:02:10 2000 Carlos O'Ryan <coryan@uci.edu>
2180 * apps/Gateway/Gateway/Makefile:
2181 * apps/Gateway/Peer/Makefile:
2182 * examples/Timer_Queue/Makefile:
2183 * examples/Service_Configurator/IPC-tests/server/Makefile:
2184 * examples/Service_Configurator/Misc/Makefile:
2185 When generating a library and a binary that uses it in the same
2186 Makefile we must add explicit dependency between them, otherwise
2187 parallel builds can fail.
2189 * apps/JAWS/server/HTTP_Helpers.cpp:
2190 * examples/IPC_SAP/FILE_SAP/client.cpp:
2191 * examples/Naming/test_multiple_contexts.cpp:
2192 * examples/Threads/thread_specific.cpp:
2193 * examples/Timer_Queue/Thread_Timer_Queue_Test.cpp:
2194 Fixed warnings about mismatches between printf-like strings and
2197 Wed Nov 8 02:57:15 2000 Darrell Brunsch <brunsch@uci.edu>
2199 * Local_Name_Space.cpp:
2200 * Local_Name_Space.h:
2202 Conversion between ACE_WString and ACE_NS_String depended on
2203 ACE_WString storing two byte char's (because it was using
2204 fast_rep ()) Changed to ushort_rep (), but this required
2205 ACE_NS_String to clean up the string once it is done. Added
2206 a destructor and a flag to ACE_NS_String for this purpose.
2208 Tue Nov 7 11:47:42 2000 Darrell Brunsch <brunsch@uci.edu>
2210 * tests/Cached_Accept_Conn_Test.cpp:
2211 * tests/Cached_Conn_Test.cpp:
2212 * tests/Collection_Test.cpp:
2214 Protected some of the explicit template instantiations with #if's
2215 to make sure we don't get duplicate ones with ACE_INT32 == int
2216 (since ACE_HANDLE and DATA are also int in some configurations).
2218 Tue Nov 7 09:04:15 2000 Carlos O'Ryan <coryan@uci.edu>
2220 * ace/RMCast/RMCast.h:
2221 Undefine macro MT_DATA if defined already.
2223 Tue Nov 7 09:00:08 2000 Carlos O'Ryan <coryan@uci.edu>
2226 By default build everything under ACE_wrappers and
2227 ACE_wrappers/TAO, we used to build just a subset of ACE.
2228 We need to provide full coverage because this script is
2229 replacing all nightly builds, if auto_compile does not test it,
2232 * bin/show_log_dir.pl:
2233 The script was removing the second and third most recent logs
2234 from the list, this used to be required to remove the brief and
2235 html files, but now we filter those earlier on the script.
2237 Mon Nov 6 16:23:56 2000 Carlos O'Ryan <coryan@uci.edu>
2239 * tests/RMCast/RMCast_Fragment_Test.cpp:
2240 * tests/RMCast/RMCast_Reassembly_Test.cpp:
2241 * tests/RMCast/RMCast_Retransmission_Test.cpp:
2242 Fixed warnings reported by DU/CXX
2244 Sun Nov 5 17:23:55 2000 Carlos O'Ryan <coryan@uci.edu>
2247 * etc/ace_rmcast.doxygen:
2248 * etc/ace_ssl.doxygen:
2250 * etc/tao_dynamicany.doxygen:
2251 * etc/tao_dynamicinterface.doxygen:
2252 * etc/tao_esf.doxygen:
2253 * etc/tao_iormanip.doxygen:
2254 * etc/tao_iortable.doxygen:
2255 * etc/tao_portableserver.doxygen:
2256 * etc/tao_rtevent.doxygen:
2257 Commit doxygen templates, I'm still writing the script to use
2260 Sun Nov 5 14:37:13 2000 Carlos O'Ryan <coryan@uci.edu>
2263 Make log files world readable, under Solaris they are created
2264 with 600 mode by default.
2266 Sun Nov 5 14:05:13 2000 Darrell Brunsch <brunsch@uci.edu>
2268 * bin/create_vt_dsps.pl:
2269 * tests/version_tests/Atomic_Op_Test.dsp:
2270 * tests/version_tests/Auto_IncDec_Test.dsp:
2271 * tests/version_tests/Barrier_Test.dsp:
2272 * tests/version_tests/Basic_Types_Test.dsp:
2273 * tests/version_tests/Buffer_Stream_Test.dsp:
2274 * tests/version_tests/CDR_Array_Test.dsp:
2275 * tests/version_tests/CDR_File_Test.dsp:
2276 * tests/version_tests/CDR_Test.dsp:
2277 * tests/version_tests/Cache_Map_Manager_Test.dsp:
2278 * tests/version_tests/Cached_Accept_Conn_Test.dsp:
2279 * tests/version_tests/Cached_Conn_Test.dsp:
2280 * tests/version_tests/Capabilities_Test.dsp:
2281 * tests/version_tests/Collection_Test.dsp:
2282 * tests/version_tests/Conn_Test.dsp:
2283 * tests/version_tests/DLL_Test.dsp:
2284 * tests/version_tests/DLList_Test.dsp:
2285 * tests/version_tests/Dynamic_Priority_Test.dsp:
2286 * tests/version_tests/Enum_Interfaces_Test.dsp:
2287 * tests/version_tests/Env_Value_Test.dsp:
2288 * tests/version_tests/Future_Set_Test.dsp:
2289 * tests/version_tests/Future_Test.dsp:
2290 * tests/version_tests/Handle_Set_Test.dsp:
2291 * tests/version_tests/Hash_Map_Bucket_Iterator_Test.dsp:
2292 * tests/version_tests/Hash_Map_Manager_Test.dsp:
2293 * tests/version_tests/High_Res_Timer_Test.dsp:
2294 * tests/version_tests/IOStream_Test.dsp:
2295 * tests/version_tests/Lazy_Map_Manager_Test.dsp:
2296 * tests/version_tests/MM_Shared_Memory_Test.dsp:
2297 * tests/version_tests/MT_Reactor_Timer_Test.dsp:
2298 * tests/version_tests/MT_SOCK_Test.dsp:
2299 * tests/version_tests/Malloc_Test.dsp:
2300 * tests/version_tests/Map_Manager_Test.dsp:
2301 * tests/version_tests/Map_Test.dsp:
2302 * tests/version_tests/Mem_Map_Test.dsp:
2303 * tests/version_tests/Message_Block_Test.dsp:
2304 * tests/version_tests/Message_Queue_Notifications_Test.dsp:
2305 * tests/version_tests/Message_Queue_Test.dsp:
2306 * tests/version_tests/Naming_Test.dsp:
2307 * tests/version_tests/New_Fail_Test.dsp:
2308 * tests/version_tests/Notify_Performance_Test.dsp:
2309 * tests/version_tests/OS_Test.dsp:
2310 * tests/version_tests/Object_Manager_Test.dsp:
2311 * tests/version_tests/OrdMultiSet_Test.dsp:
2312 * tests/version_tests/Pipe_Test.dsp:
2313 * tests/version_tests/Priority_Buffer_Test.dsp:
2314 * tests/version_tests/Priority_Reactor_Test.dsp:
2315 * tests/version_tests/Priority_Task_Test.dsp:
2316 * tests/version_tests/Process_Manager_Test.dsp:
2317 * tests/version_tests/Process_Mutex_Test.dsp:
2318 * tests/version_tests/Process_Strategy_Test.dsp:
2319 * tests/version_tests/RB_Tree_Test.dsp:
2320 * tests/version_tests/Reactor_Exceptions_Test.dsp:
2321 * tests/version_tests/Reactor_Notify_Test.dsp:
2322 * tests/version_tests/Reactor_Performance_Test.dsp:
2323 * tests/version_tests/Reactor_Timer_Test.dsp:
2324 * tests/version_tests/Reactors_Test.dsp:
2325 * tests/version_tests/Reader_Writer_Test.dsp:
2326 * tests/version_tests/Recursive_Mutex_Test.dsp:
2327 * tests/version_tests/Reverse_Lock_Test.dsp:
2328 * tests/version_tests/SOCK_Connector_Test.dsp:
2329 * tests/version_tests/SOCK_Send_Recv_Test.dsp:
2330 * tests/version_tests/SOCK_Test.dsp:
2331 * tests/version_tests/SPIPE_Test.dsp:
2332 * tests/version_tests/SString_Test.dsp:
2333 * tests/version_tests/SV_Shared_Memory_Test.dsp:
2334 * tests/version_tests/Semaphore_Test.dsp:
2335 * tests/version_tests/Service_Config_Test.dsp:
2336 * tests/version_tests/Sigset_Ops_Test.dsp:
2337 * tests/version_tests/Simple_Message_Block_Test.dsp:
2338 * tests/version_tests/Svc_Handler_Test.dsp:
2339 * tests/version_tests/TSS_Test.dsp:
2340 * tests/version_tests/Task_Test.dsp:
2341 * tests/version_tests/Thread_Manager_Test.dsp:
2342 * tests/version_tests/Thread_Mutex_Test.dsp:
2343 * tests/version_tests/Thread_Pool_Reactor_Test.dsp:
2344 * tests/version_tests/Thread_Pool_Test.dsp:
2345 * tests/version_tests/Time_Service_Test.dsp:
2346 * tests/version_tests/Time_Value_Test.dsp:
2347 * tests/version_tests/Timeprobe_Test.dsp:
2348 * tests/version_tests/Timer_Queue_Test.dsp:
2349 * tests/version_tests/Tokens_Test.dsp:
2350 * tests/version_tests/UPIPE_SAP_Test.dsp:
2351 * tests/version_tests/Upgradable_RW_Test.dsp:
2352 * tests/version_tests/version_tests.dsw:
2354 Updated to use the new ACE_AS_STATIC_LIBS macro.
2356 * ace/Sample_History.cpp:
2357 * ace/SSL/SSL_Context.cpp:
2358 * ace/SSL/SSL_SOCK_Stream.i:
2360 Fixed miscellaneous ACE_USES_UNICODE problems with ACE_LIB_TEXT.
2362 Sat Nov 4 19:33:39 2000 Carlos O'Ryan <coryan@uci.edu>
2365 Fixed the mail message, the path to the CGI script was garbled.
2367 * include/makeinclude/rules.local.GNU:
2368 My last fixed did not work for static builds, the SOLINK rules
2369 got in the way. It works correctly for both static and shared
2372 Sat Nov 4 18:19:46 2000 Carlos O'Ryan <coryan@uci.edu>
2374 * ace/RMCast/RMCast_IO_UDP.cpp:
2375 * ace/RMCast/RMCast_Reassembly.cpp:
2376 * tests/Reactor_Notify_Test.cpp:
2377 Add missing template instantiations, they only showed up in
2378 builds with disabled inlining.
2380 Sat Nov 4 17:05:08 2000 Carlos O'Ryan <coryan@uci.edu>
2383 New revision of the script. It can copy log files directly to
2384 the destination directory, and it also runs the make_pretty
2385 script to generate both the HTML and HTML summary of the log.
2387 * bin/show_log_dir.pl:
2388 Corrections to the document and more fixes to make it Apache
2391 * include/makeinclude/rules.local.GNU:
2392 Add special target to force the creation of the .shobj and .obj
2393 directories, even with parallel builds. The faster our
2394 computers get the more often we get failures due to this
2397 Sat Nov 4 14:53:39 2000 Carlos O'Ryan <coryan@uci.edu>
2399 * bin/make_pretty.pl:
2400 This is a modified version of Darrell's script to beautify our
2401 auto_compile logs. This version works better with Unix builds
2402 and is going to be invoked by bin/auto_compile to generate
2405 * bin/show_log_dir.pl:
2406 A CGI script to present all the logs for a particular builds in
2407 a single page. It is a modified version of Darrell's script,
2408 but this time it works better on Unix web servers.
2410 Fri Nov 3 17:22:10 2000 Balachandran Natarajan <bala@cs.wustl.edu>
2412 * ace/config-sunos5.5.h: Backed of changes given by Russ
2413 Noseworthy through bug id #710. This was breaking SunCC5.0
2416 Fri Nov 3 09:41:20 2000 Carlos O'Ryan <coryan@uci.edu>
2418 * tests/RMCast/RMCast_Membership_Test.cpp:
2419 Fixed warning about variables possibly uninitialized before
2420 their first use. In fact the variables are initialized before
2421 their first use, but the code flow is too complex for the
2422 compiler to figure that out.
2424 Fri Nov 3 09:34:39 2000 Carlos O'Ryan <coryan@uci.edu>
2428 * examples/Makefile:
2429 Disable the RMCast builds for old versions of g++
2431 Thu Nov 2 12:11:43 2000 Carlos O'Ryan <coryan@uci.edu>
2433 * ace/Name_Request_Reply.h:
2434 * ace/Timer_Hash_T.h:
2435 * ace/Map_Manager.h:
2437 Minor adjustments to make doxygen happier.
2439 Thu Nov 2 11:57:37 2000 Carlos O'Ryan <coryan@uci.edu>
2443 * examples/Makefile:
2444 Enable the RMCast library, tests and examples by default.
2446 Wed Nov 1 17:24:59 2000 Pradeep Gore <pradeep@cs.wustl.edu>
2448 * tests/RMCast/Makefile.bor:
2449 Added Makefile, thanks to Christopher Kohlhoff
2450 <chris@kohlhoff.com> and Johnny.Willemsen <Johnny.Willemsen@meco.nl>
2453 Wed Nov 1 14:11:48 2000 Carlos O'Ryan <coryan@uci.edu>
2456 Change all the header files to generate better docs with
2457 Doxygen. Thanks to Darrell for his wonderful script to automate
2460 Tue Oct 31 19:01:19 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
2462 * netsvcs/lib/Client_Logging_Handler.cpp (handle_input): Added
2463 a comment explaining why we don't go to heroic lengths to recv()
2464 all the data if it fails after the second recv(). Thanks to
2465 Steve Sivier <Steven.Sivier@Eng.Sun.COM> for motivating this.
2467 Tue Oct 31 14:21:11 2000 David L. Levine <levine@cs.wustl.edu>
2469 * bin/check_build_logs: sort the output file names, so
2470 that guajira's cxx build shows up first (locally).
2471 Limit total number of lines to 2000 to keep below
2472 majordomo's size limit.
2474 Tue Oct 31 10:54:42 2000 Darrell Brunsch <brunsch@uci.edu>
2478 Changed the CREATE_UNICODE_ENVIRONMENT section to be only
2479 in ACE_WIN32 environments.
2481 Tue Oct 31 11:35:31 2000 Balachandran Natarajan <bala@cs.wustl.edu>
2483 * ace/config-sunos5.5.h:
2484 * ace/Log_Msg.cpp: Added patches provided by Russ. Bugzilla id 710.
2486 Tue Oct 31 08:14:33 2000 Chris Cleeland <cleeland_c@ociweb.com>
2488 * wrapper_macros.GNU:
2490 Set defaults for exceptions, rtti, and fast to all be zero
2491 (0),i.e., off. Henceforth, if you're creating a new port and
2492 you want exceptions to be on, you must explicitly have
2493 "exceptions=1" in your platform_*.GNU file.
2495 * platform_irix6.x_common.GNU:
2497 Added an "exceptions=1" directive per the comment above.
2499 Mon Oct 30 18:56:33 2000 Darrell Brunsch <brunsch@uci.edu>
2505 Changed several of the socket calls to use char instead
2506 of ACE_TCHAR, seeing that no OS supports anything but char.
2507 But I am keeping the ACE_TCHAR or dual char/wchar_t
2508 interfaces on classes higher up the stream.
2510 Methods changed are:
2527 This should take care of a couple of things. First we don't
2528 have to worry about returning a wchar_t * static buffer
2529 instead of a char * static buffer from something like
2530 inet_ntoa and this should remove some slowdowns reported from
2531 gethostbyname. Thanks to Nick Pratt <npratt@microstrategy.com>
2532 for reporting both of these.
2534 * ace/INET_Addr.cpp:
2538 Fixed references to interface changes and added dual
2539 char/wchar_t interfaces to replace some ACE_TCHAR ones.
2545 Changed get_host_name and get_host_name to return char *
2547 * ace/SOCK_Dgram_Mcast.cpp:
2548 * ace/SOCK_Dgram_Mcast_QoS.cpp:
2550 Fixed all the references to the interface changes.
2552 * ace/Object_Manager.cpp:
2554 Added ERROR to the output for AV's and Unhandled Exceptions.
2556 Mon Oct 30 18:51:40 2000 Darrell Brunsch <brunsch@uci.edu>
2558 * examples/IPC_SAP/SSL_SAP/SSL-client.dsp:
2559 * examples/IPC_SAP/SSL_SAP/SSL-server.dsp:
2561 Removed hardcoded OpenSSL include directories.
2563 * ace/ssl/SSL_Context.cpp:
2564 * ace/ssl/SSL_Context.h:
2565 * ace/ssl/SSL_SOCK.cpp:
2566 * ace/ssl/SSL_SOCK_Acceptor.cpp:
2567 * ace/ssl/SSL_SOCK_Acceptor.h:
2568 * ace/ssl/SSL_SOCK_Connector.cpp:
2569 * ace/ssl/SSL_SOCK_Connector.h:
2570 * ace/ssl/SSL_SOCK_Connector.i:
2571 * ace/ssl/SSL_SOCK_Stream.cpp:
2572 * ace/ssl/SSL_SOCK_Stream.h:
2573 * ace/ssl/SSL_SOCK_Stream.i:
2575 Removed the ACE_HAS_SSL #ifdefs, since ACE_SSL is a
2576 separate library, so it isn't really needed.
2578 Mon Oct 30 16:34:33 2000 Chris Cleeland <cleeland_c@ociweb.com>
2580 * include/makeinclude/platform_vxworks5.x_g++.GNU:
2582 More exceptions/fast/rtti canonicalization fixes. Thanks again,
2585 Mon Oct 30 11:56:13 2000 Carlos O'Ryan <coryan@uci.edu>
2589 Add missing files to the Borland and Automake makefiles.
2591 Mon Oct 30 11:38:07 2000 Carlos O'Ryan <coryan@cs.wustl.edu>
2593 * ace/Basic_Stats.cpp:
2594 * ace/Basic_Stats.inl:
2595 * ace/Sample_History.cpp:
2597 Fixed problems on platforms that lack 64-bit integers.
2599 Mon Oct 30 11:10:26 2000 Chris Cleeland <cleeland_c@ociweb.com>
2601 * include/makeinclude/platform_linux.GNU:
2602 * include/makeinclude/platform_chorus_ghs.GNU:
2604 The change to canonicalize the values used for
2605 exceptions/fast/rtti caused the default for "exceptions" on these
2606 two platforms to change from exceptions off to exceptions on.
2607 There may be others, but without access to the compiler itself
2608 it's hard to tell what the default behavior is for the compiler
2609 and thus set the value for exceptions/rtti/fast accordingly.
2611 Thanks to Carlos O'Ryan <coryan@uci.edu> for pointing this out.
2613 Mon Oct 30 00:57:42 2000 Darrell Brunsch <brunsch@uci.edu>
2615 * tests/OS_Test.cpp:
2617 Was a bit overzealous on a previous [] to * change,
2618 so switched one back to [] to remove a segfault
2619 with the strncmp section.
2621 Sun Oct 29 23:46:54 2000 Darrell Brunsch <brunsch@uci.edu>
2625 Removed the definitions for LPTSTR and LPCTSTR. They
2626 will need to be defined outside of ace or in config.h
2627 to be made available on other platforms. Here is a
2628 sample block which can be added to a non-Win32 config.h:
2630 typedef char *LPSTR;
2631 typedef const char *LPCSTR;
2632 typedef wchar_t *LPWSTR;
2633 typedef const wchar_t *LPCWSTR;
2635 #if defined (UNICODE)
2636 typedef const wchar_t *LPCTSTR;
2637 typedef wchar_t *LPTSTR;
2638 typedef wchar_t TCHAR;
2639 #define __TEXT(literal) L##literal
2641 typedef const char *LPCTSTR;
2642 typedef char *LPTSTR;
2644 #define __TEXT(literal) literal
2647 #define TEXT(literal) __TEXT(literal)
2649 * ace/config-vxworks5.x.h:
2651 Added ACE_LACKS_WCSDUP.
2653 Sun Oct 29 01:59:11 2000 Darrell Brunsch <brunsch@uci.edu>
2655 * bin/doxygen-convert-h.pl: (added)
2657 New script to convert old header files to new doxygen
2658 style commented files. Works well, but some things
2659 do throw it for a loop, be sure to check output before
2662 Sat Oct 28 15:02:40 2000 Carlos O'Ryan <coryan@uci.edu>
2665 Cosmetic fixes to make doxygen happier.
2667 Fri Oct 27 17:21:56 2000 Darrell Brunsch <brunsch@uci.edu>
2669 * tests/OS_Test.cpp:
2671 Darrell learned how to use strtok_r properly. 'nuff said.
2673 Fri Oct 27 17:04:02 2000 Darrell Brunsch <brunsch@uci.edu>
2675 * tests/OS_Test.cpp:
2677 Changed the arrays ([]) to array pointers (*) since the
2678 pointer arithmatic I do doesn't seem to work with the
2681 Fri Oct 27 15:45:57 2000 Carlos O'Ryan <coryan@uci.edu>
2685 Add the new files to the MSVC projects.
2687 Fri Oct 27 15:02:56 2000 Carlos O'Ryan <coryan@uci.edu>
2692 * ace/Sample_History.h:
2693 * ace/Sample_History.inl:
2694 * ace/Sample_History.cpp:
2695 Add new class to keep a full history of all the samples in a
2698 * ace/Basic_Stats.h:
2699 * ace/Basic_Stats.inl:
2700 * ace/Basic_Stats.cpp:
2703 Refactor code to compute minimum, maximum, average and jitter
2704 into its own class. It used to be part of ACE_Througthput_Stats
2706 * performance-tests/TCP/Makefile:
2707 * performance-tests/TCP/tcp_test.cpp:
2708 Use the new ACE_Sample_History class.
2710 Fri Oct 27 12:04:17 2000 Chris Cleeland <cleeland_c@ociweb.com>
2712 * platform_chorus.GNU:
2713 * platform_chorus4.x_g++.GNU:
2714 * platform_chorus_ghs.GNU:
2715 * platform_cray.GNU:
2716 * platform_hpux_kcc.GNU:
2717 * platform_linux_cxx.GNU:
2718 * platform_osf1_4.0.GNU:
2719 * platform_sunos5_ghs.GNU:
2720 * platform_sunos5_kcc.GNU:
2721 * platform_sunos5_sunc++.GNU:
2722 * platform_vxworks5.x_diab.GNU:
2723 * platform_vxworks5.x_g++.GNU:
2724 * wrapper_macros.GNU:
2726 Changed the way that 'rtti', 'exceptions', and 'fast' makeflags
2727 get processed in wrapper_macros.GNU. There was a discrepancy
2728 between the "command line" value and the "platform_macros file"
2729 value each needed in order to turn the feature off, e.g., zero
2730 on the command line and "null" in the file. After
2731 investigation, the discrepancy seemed to be without reason, so
2732 I've canonicalized them. You can now put "exceptions=0" on
2733 either the command line OR in the platform_macros.GNU file.
2735 Fri Oct 27 10:51:26 2000 Steve Huston <shuston@riverace.com>
2737 * tests/Reactor_Notify_Test.cpp: Moved definition of 'int status'
2738 outside the auto_ptr-scoping block.
2740 Fri Oct 27 02:06:29 2000 Luther J Baker <luther@cs.wustl.edu>
2745 Fixed some warnings due to int ace_result_ declared for NT.
2747 Thu Oct 26 22:18:42 2000 Alex Arulanthu <Alex.Arulanthu@sylantro.com>
2751 * ace/Service_Config.h:
2752 * ace/Service_Config.cpp:
2753 * ace/Service_Config.i:
2755 Setting the right default values for process and thread level
2756 priority masks. I had already talk to Steve H about this
2757 change. I just forgot to get this in.
2759 Thu Oct 26 14:04:42 2000 Darrell Brunsch <brunsch@uci.edu>
2763 Reverted Doug's change which defined ACE_MAX_USERID to
2764 L_cuserid on all platforms. It ended up that this
2765 is only valid on Windows when _POSIX_ is defined.
2767 Thu Oct 26 11:20:43 2000 Darrell Brunsch <brunsch@uci.edu>
2769 * ace/RMCast/RMCast_IO_UDP.cpp:
2770 * ace/RMCast/RMCast_Reassembly.cpp:
2771 * tests/CDR_Array_Test.cpp:
2772 * tests/RMCast/RMCast_Fragment_Test.cpp:
2773 * tests/RMCast/RMCast_Membership_Test.cpp:
2774 * tests/RMCast/RMCast_Reassembly_Test.cpp:
2775 * tests/RMCast/RMCast_Reordering_Test.cpp:
2776 * tests/RMCast/RMCast_Retransmission_Test.cpp:
2777 * tests/RMCast/RMCast_UDP_Best_Effort_Test.cpp:
2779 The usual additions of ACE_TEXT to make ACE_USES_WCHAR builds
2782 Thu Oct 26 12:19:45 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
2784 * ace/Memory_Pool.cpp (unmap): Fixed a bug that was preventing
2785 the handle from being closed. Thanks to Ivan Murphy and Dieter
2786 Quehl for reporting this.
2788 Thu Oct 26 10:56:36 2000 Steve Huston <shuston@riverace.com>
2790 * ace/OS.i (ACE_OS::rename): Added && (ACE_HAS_WINNT4 == 1) to the
2791 defined (ACE_HAS_WINNT4) to avoid this code section on Win95/98.
2793 Thu Oct 26 07:39:22 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
2795 ace/OS.h: Added a new macro called ACE_MAX_USERID that is 32 on
2796 Win32 and L_cuserid on other platforms.
2798 * examples/Service_Configurator/IPC-tests/client/local_dgram_client_test.cpp,
2799 examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.cpp,
2800 examples/Service_Configurator/IPC-tests/server/Handle_Thr_Stream.cpp,
2801 examples/Service_Configurator/IPC-tests/server/Handle_R_Stream:
2802 Fixed the calls to cuserid() so they don't pass in 0, but
2803 instead pass in a buffer of size ACE_MAX_USERID. This fixes a
2804 problem that occurs on WinNT. Thanks to Mike Curtis
2805 <mccurry@my-deja.com> for pointing this out.
2807 * tests/Reactor_Notify_Test.cpp: Fixed an unused args warning
2808 and also added the use of auto_ptr to ensure that dynamic memory
2809 is deleted no matter what return path is taken.
2811 Thu Oct 26 04:00:00 2000 Luther J Baker <luther@cs.wustl.edu>
2816 * ace/OS_Dirent.inl:
2817 Fixing more ACE_HAS_PACE over NT. Most fixes just skip the
2818 PACE call. NT doesn't implement much of posix and so
2819 many ACE calls will skip pace until PACE/WINNT emulates
2820 more posix functionality.
2822 Wed Oct 25 20:38:33 2000 Darrell Brunsch <brunsch@uci.edu>
2824 * ace/SSL/ACE_SSL.dsp:
2826 Removed the include/lib directories put here. Instead
2827 we rely on the fact that OpenSSL should be in
2828 DevStudio's global include and library directories.
2830 Wed Oct 25 13:20:24 2000 Irfan Pyarali <irfan@cs.wustl.edu>
2832 * tests/Purgable_Map_Manager_Test: Removed this deprecated test.
2833 The following files were effected:
2839 These files were removed:
2841 - Purgable_Map_Manager_Test.cpp
2842 - Purgable_Map_Manager_Test.icc
2844 Wed Oct 25 11:24:42 2000 Darrell Brunsch <brunsch@uci.edu>
2846 * ace/adapter/README: (removed)
2847 * ace/adapter/ace/ACE.h: (removed)
2848 * ace/adapter/ace/ARGV.h: (removed)
2849 * ace/adapter/ace/ATM_Addr.h: (removed)
2850 * ace/adapter/ace/Arg_Shifter.h: (removed)
2851 * ace/adapter/ace/Capabilities.h: (removed)
2852 * ace/adapter/ace/DEV_Addr.h: (removed)
2853 * ace/adapter/ace/DLL.h: (removed)
2854 * ace/adapter/ace/Dirent.h: (removed)
2855 * ace/adapter/ace/Dynamic_Service.h: (removed)
2856 * ace/adapter/ace/FIFO.h: (removed)
2857 * ace/adapter/ace/FIFO_Recv.h: (removed)
2858 * ace/adapter/ace/FIFO_Recv_Msg.h: (removed)
2859 * ace/adapter/ace/FIFO_Send.h: (removed)
2860 * ace/adapter/ace/FIFO_Send_Msg.h: (removed)
2861 * ace/adapter/ace/FILE_Addr.h: (removed)
2862 * ace/adapter/ace/Functor.h: (removed)
2863 * ace/adapter/ace/High_Res_Timer.h: (removed)
2864 * ace/adapter/ace/INET_Addr.h: (removed)
2865 * ace/adapter/ace/MEM_Addr.h: (removed)
2866 * ace/adapter/ace/Malloc_T.h: (removed)
2867 * ace/adapter/ace/Memory_Pool.h: (removed)
2868 * ace/adapter/ace/OS.h: (removed)
2869 * ace/adapter/ace/OS_Dirent.h: (removed)
2870 * ace/adapter/ace/OS_String.h: (removed)
2871 * ace/adapter/ace/SOCK_Dgram_Bcast.h: (removed)
2872 * ace/adapter/ace/SOCK_Dgram_Mcast.h: (removed)
2873 * ace/adapter/ace/SOCK_Dgram_Mcast_QoS.h: (removed)
2874 * ace/adapter/ace/SPIPE_Addr.h: (removed)
2875 * ace/adapter/ace/Service_Config.h: (removed)
2876 * ace/adapter/ace/Service_Object.h: (removed)
2877 * ace/adapter/ace/Stats.h: (removed)
2878 * ace/adapter/ace/System_Time.h: (removed)
2879 * ace/adapter/ace/Task_T.h: (removed)
2880 * ace/adapter/ace/Trace.h: (removed)
2882 The adapter classes were removed since they were
2883 not ready for prime time and their main purpose was
2884 invalidated. If need be, they can be brought back in
2887 Wed Oct 25 12:26:25 2000 Carlos O'Ryan <coryan@cs.wustl.edu>
2889 * ace/RMCast/RMCast_UDP_Reliable_Sender.cpp:
2890 Yet another missing #include
2892 Wed Oct 25 09:50:48 2000 Carlos O'Ryan <coryan@uci.edu>
2894 * ace/RMCast/RMCast_IO_UDP.h:
2895 * ace/RMCast/RMCast_IO_UDP.cpp:
2896 * ace/RMCast/RMCast_UDP_Reliable_Receiver.h:
2897 * ace/RMCast/RMCast_UDP_Reliable_Receiver.i:
2898 * ace/RMCast/RMCast_UDP_Reliable_Receiver.cpp:
2899 * ace/RMCast/RMCast_UDP_Reliable_Sender.h:
2900 * ace/RMCast/RMCast_UDP_Reliable_Sender.i:
2901 * examples/RMCast/Send_File/Makefile:
2902 * examples/RMCast/Send_File/Sender.cpp:
2903 * examples/RMCast/Send_File/Receiver.cpp:
2904 Change several open() methods to init() because the base class
2905 already has a virtual open() method, but with a different
2906 signature, some compilers generate warnings when this happens.
2907 Add #include required in platforms that do not define
2908 ACE_TEMPLATES_REQUIRE_SOURCE
2910 Wed Oct 25 09:32:10 2000 Darrell Brunsch <brunsch@uci.edu>
2912 * ace/Object_Manager.cpp:
2914 Changed to only use the CRT_ERROR disabling under
2915 ACE_DISABLE_WIN32_ERROR_WINDOWS when _DEBUG is defined,
2916 since crtdbg.h is only included by ACE when _DEBUG is
2919 Wed Oct 25 10:51:26 2000 Steve Huston <shuston@riverace.com>
2921 * ace/Select_Reactor_Base.cpp (purge_pending_notifications): Added
2922 ACE_UNUSED_ARG (eh) for the non-ACE_HAS_REACTOR_NOTIFICATION_QUEUE
2923 case to quiet g++'s unused argument warning.
2925 Tue Oct 24 23:14:55 2000 Darrell Brunsch <brunsch@uci.edu>
2927 * ace/OS_String.cpp:
2928 * ace/config-win32-borland.h:
2930 Added ACE_LACKS_WCSDUP to do something similar to
2931 ACE_HAS_STRDUP_EMULATION. Added this to Borland's config,
2933 Also fixed several warnings in OS_String's emulation
2934 functions that show up with g++.
2936 * ace/Object_Manager.cpp:
2938 Added code in the Object Manager to disable some of the
2939 error windows that pops up in Win32 apps. If
2940 ACE_DISABLE_WIN32_ERROR_WINDOWS is defined, then
2941 ACE_ASSERT's and Access Violations will not pop up
2942 error box's anymore. This was mainly added for auto
2945 * ace/Select_Reactor_Base.cpp:
2947 Changed ACE_TEXT's to ACE_LIB_TEXT.
2949 * ace/WFMO_Reactor.cpp:
2951 In ACE_WFMO_Reactor_Notify::purge_pending_notifications
2952 there was an instance of this type of code:
2954 for (size_t index = 0; index < ....)
2956 for (index = 0; index ....)
2958 On Borland, the index is scoped within the for loop, so
2959 the second use of it produces an error. I moved the
2960 declaration outside of the loop to fix this.
2962 Tue Oct 24 23:40:33 2000 Irfan Pyarali <irfan@cs.wustl.edu>
2964 * tests/SString_Test.cpp (main): Added tests for string
2967 Tue Oct 24 19:30:16 2000 Steve Huston <shuston@riverace.com>
2969 * ace/Select_Reactor_Base.cpp (purge_pending_notifications): Correct
2970 erroneous use of 'index' as a variable when it's also a function.
2972 Tue Oct 24 13:54:49 2000 Ossama Othman <ossama@uci.edu>
2974 * ace/Makefile (TEMPLATE_FILES):
2976 Added missing Test_and_Set source file to the list.
2978 * ace/Makefile.am (libACE_Utils_la_SOURCES, HEADER_FILES,
2979 INLINE_FILES, TEMPLATE_FILES):
2981 Updated these lists of sources with the newly added sources.
2983 Tue Oct 24 12:30:47 2000 Steve Huston <shuston@riverace.com>
2985 * ace/Reactor.h (ACE_Reactor):
2986 * ace/Reactor_Impl.h (ACE_Reactor_Notify and ACE_Reactor_Impl):
2987 * ace/Select_Reactor_Base.h (ACE_Select_Reactor_Notify and
2988 ACE_Select_Reactor_Impl):
2989 * ace/WFMO_Reactor.h (ACE_WFMO_Reactor_Notify and ACE_WFMO_Reactor):
2990 Added new function, purge_pending_notifications (ACE_Event_Handler *)
2992 * ace/Reactor.i (ACE_Reactor):
2993 * ace/Select_Reactor_Base.i (ACE_Select_Reactor_Impl):
2994 Added implementation of purge_pending_notifications that forwards
2995 the call on to the proper implementation/handler object.
2997 * ace/Select_Reactor_Base.cpp (ACE_Select_Reactor_Notify): Added
2998 implementation of purge_pending_notifications. Works when
2999 ACE_HAS_REACTOR_NOTIFICATION_QUEUE is defined. Else it does
3002 * ace/WFMO_Reactor.cpp (ACE_WFMO_Reactor, ACE_WFMO_Reactor_Notify):
3003 Added implementation of purge_pending_notifications.
3005 Thanks to Edan Ayal <edana@bandwiz.com> for supplying the code for
3008 * ace/Reactor.i (notify): Set the event handler's reactor pointer if
3009 it doesn't already have one. Enables the event handler to purge
3010 its notifications upon destruction.
3012 * ace/Event_Handler.cpp (~ACE_Event_Handler): Call reactor's
3013 purge_pending_notifications function to avoid delivering notifies
3014 to a deleted handler.
3016 * tests/Reactor_Notify_Test.cpp: Added the run_notify_purge_test
3017 function to exercise the above new purge_pending_notifications.
3019 Tue Oct 24 12:05:42 2000 Darrell Brunsch <brunsch@uci.edu>
3021 * ace/OS_String.inl:
3023 Removed an extra } after an #endif that was producing
3026 Tue Oct 24 09:27:04 2000 Priyanka Gontla <pgontla@ece.uci.edu>
3028 * ace/Test_and_Set.cpp:
3029 Removed the repeated inclusion of the header file.
3032 Tue Oct 24 03:24:42 2000 Darrell Brunsch <brunsch@uci.edu>
3034 * ace/Basic_Types.h:
3035 * ace/config-win32-common.h:
3037 Moved the code that defines ACE_SIZEOF_WCHAR to the config file,
3038 so it is easier to add it to other platforms.
3040 * ace/config-linux-common.h:
3042 Added ACE_SIZEOF_WCHAR, ACE_LACKS_ITOW, ACE_LACKS_WCSICMP, and
3043 ACE_LACKS_WCSNICMP definitions.
3047 Moved the ACE_LEGACY_MODE includes further down in the file. It
3048 was producing errors the way it was, since Test_and_Set needed
3049 the Guard classes defined before it was included.
3051 Mon Oct 23 15:31:52 2000 Carlos O'Ryan <coryan@uci.edu>
3053 * ace/Malloc_Allocator.cpp:
3054 Yet another calloc() method that was declared but not defined.
3056 Mon Oct 23 11:37:06 2000 Priyanka Gontla <pgontla@ece.uci.edu>
3059 Removed the semicolon at the end of ACE_RCSID.
3061 Mon Oct 23 11:20:53 2000 Carlos O'Ryan <coryan@uci.edu>
3064 Add missing function, now things actually link.
3066 Mon Oct 23 10:02:36 2000 Carlos O'Ryan <coryan@uci.edu>
3069 Add missing prototype, now the code actually compiles.
3071 Mon Oct 23 10:59:21 2000 Balachandran Natarajan <bala@cs.wustl.edu>
3073 * ace/OS_String.cpp: Fixed a compile error in gcc 2.95.2.
3075 * ace/Cached_Connect_Strategy_T.h
3076 * ace/Cached_Connect_Strategy_T.cpp: Added fixes provided by Edan
3077 Ayal <edana@bandwiz.com>.
3079 Mon Oct 23 08:37:49 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
3081 * ace/Malloc_T.{h,cpp}
3082 * ace/Malloc_Base.h,
3083 * ace/Malloc_Allocator.{h,cpp}: Added a new calloc() method that
3084 has the same (default) signature as the one in the C/C++
3085 standard library. Thanks to Shourya Sarcar
3086 <Shourya.Sarcar@geind.ge.com> for reporting this.
3088 * examples/ASX/Event_Server/Event_Server/Peer_Router.cpp (handle_input):
3089 Fixed a mistake where we were calling release() via a NULL
3090 pointer! Thanks to Pedro Brandao <pbrandao@inescn.pt> for
3093 Sun Oct 22 18:01:34 2000 Darrell Brunsch <brunsch@uci.edu>
3095 * ace/OS_String.cpp:
3097 strtok_r_emulation wasn't protected by #if !defined
3098 (ACE_HAS_REENTRANT_FUNCTIONS).
3100 Sun Oct 22 17:30:42 2000 Darrell Brunsch <brunsch@uci.edu>
3104 wcslen was used directly here, changed it to
3105 ACE_OS_String::strlen.
3107 * ace/ace_wchar.inl:
3109 Moved around some of the inline functions to
3112 * ace/config-vxworks5.x.h:
3114 Added all the ACE_LACKE_WCS* that VxWorks needs.
3116 Sun Oct 22 17:22:32 2000 Darrell Brunsch <brunsch@uci.edu>
3118 * tests/OS_Test.cpp:
3120 Borland complained about memchr (NULL, ...), since
3121 it couldn't figure out whether to use the void * or
3122 const void* verison of ACE_OS_String::memchr.
3123 Added an explicit cast to help out.
3125 Sun Oct 22 17:09:26 2000 Darrell Brunsch <brunsch@uci.edu>
3127 * tests/MT_SOCK_Test.cpp:
3129 Missed an ACE_ALPHABET in a previous checkin.
3131 And based on this part of the description in the file:
3133 "Note that most of the connections will fail since
3134 we're overrunning the size of the listen queue for
3135 the acceptor-mode socket."
3137 I changed the connection_failed ACE_ERROR_RETURN to an
3138 ACE_DEBUG and return. Now it will not show up as an error
3141 Sun Oct 22 16:32:24 2000 Darrell Brunsch <brunsch@uci.edu>
3143 * ace/OS_String.cpp:
3145 * ace/OS_String.inl:
3146 * ace/config-linux-common.h:
3148 Renamed ACE_HAS_SAFE_WCSTOK to ACE_LACKS_WCSTOK to be
3149 consistent with the rest of the ACE_LACKS_WCS* macros.
3151 Fixed a signature for wcsncmp_emulation, as it was taking
3152 in const wchar_t as the first arg instead of const
3155 Added wcscspn_emulation and an implementation for
3158 Sun Oct 22 15:35:38 2000 Darrell Brunsch <brunsch@uci.edu>
3162 Changed ACE_Sock_Connect.obj to Sock_Connect.obj, since
3163 it appears that it has been renamed.
3165 Sun Oct 22 15:07:42 2000 Darrell Brunsch <brunsch@uci.edu>
3169 While playing with doxygen, I found some old .h files listed
3170 in the project but no longer existed. Removed these.
3172 * ace/OS_String.cpp:
3174 * ace/OS_String.inl:
3176 Added quite a few emulation macros for wcs* functions that
3177 often do not exist on platforms. Since these wcs* functions
3178 just play with wchar_t's, they are not difficult to put in.
3179 Some, such as to_upper and strtod/l/ul are more difficult,
3180 so they are not present on platforms without support for
3183 Also updated the docs to doxygen style. Someday I'll get
3184 around to writing a script to do this...
3186 * ace/config-win32-borland.h:
3187 * ace/config-win32-msvc.h:
3189 Added a couple of macros:
3190 - ACE_HAS_STRCASECMP_EQUIVALENT
3191 - ACE_HAS_STRNCASECMP_EQUIVALENT
3192 - ACE_ITOA_EQUIVALENT
3194 These are used to specify different names for functions
3195 that differ in names across different compilers.
3197 * tests/OS_Test.cpp:
3199 Added tests to test OS_String methods so I can make sure
3200 the emulations work.
3202 * tests/Buffer_Stream_Test.cpp:
3203 * tests/Conn_Test.cpp:
3204 * tests/MM_Shared_Memory_Test.cpp:
3205 * tests/Mem_Map_Test.cpp:
3206 * tests/Priority_Buffer_Test.cpp:
3207 * tests/Priority_Reactor_Test.cpp:
3208 * tests/Reactor_Performance_Test.cpp:
3209 * tests/SOCK_Test.cpp:
3210 * tests/SPIPE_Test.cpp:
3211 * tests/test_config.h:
3213 In order to get the test_config.h to work when a project
3214 has more than one .cpp file that includes it (and some
3215 compilers give warnings about a static char[]) I moved
3216 ACE_ALPHABET into the tests that need it. Also I changed
3217 it to a static const char[] in places that allowed it.
3219 So it could be possible to move it back to test_config.h
3220 now that it can be static const char[], but I'm not 100%
3221 sure that will keep all compilers from complaining.
3223 * tests/run_test.lst:
3225 Added OS_Test to the list of tests run.
3227 Sun Oct 22 17:11:16 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
3229 * ace/Malloc_T.h: Added a default value of sizeof (T) to the
3230 malloc() method of class ACE_Cached_Allocator. Thanks to
3231 Shourya Sarcar <Shourya.Sarcar@geind.ge.com> for reporting this.
3233 Sun Oct 22 10:08:31 2000 Carlos O'Ryan <coryan@uci.edu>
3236 Update file names for the ACE_ components.
3238 Sun Oct 22 08:57:33 2000 David L. Levine <levine@cs.wustl.edu>
3240 * tests/test_config.h: implemented these changes to remove
3241 g++ warnings introduced by:
3243 Thu Oct 19 13:17:41 2000 Darrell Brunsch <brunsch@uci.edu>
3245 1) Moved ace_file_stream typedef to end of file.
3246 2) Moved inline definition of ACE_Test_Output::output_file ()
3247 to before first use.
3248 3) Removed static qualifier from ACE_ALPHABET.
3250 Sat Oct 21 12:52:58 2000 Carlos O'Ryan <coryan@uci.edu>
3253 Update dependencies.
3255 Fri Oct 20 20:46:37 2000 Steve Huston <shuston@riverace.com>
3257 * ace/OS.i (chdir): Added !defined (AIX) to the !defined (ACE_WIN32)
3258 && defined (<Visual Age C++>) to get it to build clean on AIX.
3260 * ace/ace-dll.icc: Added Base_Thread_Adapter, Thread_Adapter,
3261 Flag_Manip, Handle_Ops, Init_ACE, Lib_Find, Sock_Connect,
3262 OS_Log_Msg_Attributes, Malloc_Allocator, PI_Malloc,
3263 Thread_Exit, Log_Msg_IPC, OS_Thread_Adapter, Log_Msg_Backend,
3264 Thread_Control (h and cpp).
3266 * ace/Handle_Ops.cpp:
3267 * ace/PI_Malloc.cpp: Corrected ACE_RCSID args.
3269 Fri Oct 20 16:38:55 2000 Carlos O'Ryan <coryan@uci.edu>
3273 Update MSVC projects
3275 Fri Oct 20 16:23:40 2000 Priyanka Gontla <pgontla@ece.uci.edu>
3278 Modified to include the renamed files.
3280 Fri Oct 20 14:13:43 2000 Priyanka Gontla <pgontla@ece.uci.edu>
3282 * ace/Sock_Connect.i:
3283 * ace/Sock_Connect.h:
3284 * ace/Sock_Connect.cpp:
3296 * ace/Handle_Ops.cpp:
3300 * ace/Flag_Manip.cpp:
3301 Renamed the recently added ACE_* files as above to follow
3302 the naming convention.
3306 * ace/FILE_Connector.cpp:
3308 Changed the include files to reflect the above change.
3311 Added the new files and updated dependencies.
3313 Fri Oct 20 11:40:31 2000 Priyanka Gontla <pgontla@ece.uci.edu>
3316 Updated dependencies.
3318 Fri Oct 20 02:52:17 2000 Marina Spivak <marina@cs.wustl.edu>
3320 * bin/auto_run_tests.lst:
3322 Added RTCORBA Server_Declared test.
3324 Thu Oct 19 18:02:54 2000 Priyanka Gontla <pgontla@ece.uci.edu>
3326 * ace/OS_Log_Msg_Attributes.h :
3327 Modified u_long to 'unsigned long' as the compiler was
3330 Thu Oct 19 13:52:49 2000 Darrell Brunsch <brunsch@uci.edu>
3332 * ace/Malloc_Allocator.cpp:
3333 * ace/Naming_Context.cpp:
3334 * ace/PI_Malloc.cpp:
3336 Needed to change some ACE_TEXT's to ACE_LIB_TEXT.
3339 * ace/OS_Log_Msg_Attributes.h:
3341 Moved the definition of ACE_OSTREAM_TYPE from OS.h to
3342 OS_Log_Msg_Attributes.h, since some include paths in
3343 ACE_LEGACY_MODE needed it there.
3345 Thu Oct 19 13:17:41 2000 Darrell Brunsch <brunsch@uci.edu>
3347 * tests/run_test.pl:
3349 Changed the method used to detect errors in a log file. Since
3350 the log contains the log message type (such as LM_ERROR),
3351 I changed the detection to look for this.
3353 * tests/ACE_Init_Test.cpp:
3355 Added ACE_START_TEST and ACE_END_TEST so the run_test.pl
3356 script won't think ACE_Init_Test failed.
3358 * tests/test_config.h:
3360 With the way ACE_ALPHABET and some functions were defined,
3361 they would cause duplicate symbols if test_config.h was
3362 included in more than one object file. Changed them so
3363 the symbols are static to the file.
3365 * tests/Reactors_Test.cpp:
3367 When the reactor was shutting down, it was returning a
3368 information message with ACE_ERROR_RETURN. Since it really
3369 wasn't an error condition, changed this to a ACE_DEBUG
3372 * tests/SOCK_Send_Recv_Test.cpp:
3374 The test was checking errno without checking a return value.
3375 As a result, it was getting an out-of-date errno and
3376 incorrectly interpreted that as an error. Fixed.
3378 Thu Oct 19 12:12:00 2000 Darrell Brunsch <brunsch@uci.edu>
3380 * ace/ACE_Lib_Find.h:
3382 Added missing static specifier for the wchar version of
3385 Thu Oct 19 12:03:41 2000 Darrell Brunsch <brunsch@uci.edu>
3387 * apps/JAWS2/HTTPU/HTTPU.DSP:
3388 * apps/JAWS2/JAWS/jaws.dsp:
3390 These two projects were placing their DLL's in the wrong
3393 Thu Oct 19 14:23:52 2000 Steve Huston <shuston@riverace.com>
3395 * ace/ace-dll.icc: Removed extraneous ',' from Win32 section.
3397 Thu Oct 19 12:08:45 2000 Balachandran Natarajan <bala@cs.wustl.edu>
3399 * ace/Cached_Connect_Strategy_T.cpp: Fixed compile errors with old
3402 Thu Oct 19 09:56:44 2000 Carlos O'Ryan <coryan@uci.edu>
3404 * ace/Basic_Types.h:
3405 Must #include stdio.h for platforms that lack 'long long'
3407 Thu Oct 19 09:50:30 2000 Carlos O'Ryan <coryan@uci.edu>
3410 Fixed problems during TSS cleanup, the ipc_backend_ object was
3411 used after being destroyed. Apparently this only happens on some
3412 platforms, but fortunately David's build detected the bug.
3414 Thu Oct 19 09:07:47 2000 Carlos O'Ryan <coryan@uci.edu>
3416 * ace/RMCast/RMCast_Copy_On_Write.h:
3417 Fixed problem in 'friend' declaration, most compilers let it go
3418 through, but not the newer gcc snapshots. Thanks to Craig
3419 Rodrigues <crodrigu@bbn.com> for providing this patch.
3421 Wed Oct 18 15:44:14 2000 Luther J Baker <luther@cs.wustl.edu>
3427 Modifications to sem_open debugging ACE_HAS_PACE over NT.
3429 Wed Oct 18 09:45:12 2000 Balachandran Natarajan <bala@cs.wustl.edu>
3431 * ace/Cached_Connect_Strategy_T.h :
3432 * ace/Cached_Connect_Strategy_T.cpp: Added some fixes provided by
3433 Edan Ayal <edana@bandwiz.com>.
3435 Tue Oct 17 23:35:33 2000 David L. Levine <levine@cs.wustl.edu>
3437 * Don't use ACE_TSS_EMULATION by default with LynxOS 3.1.0
3438 because it's not necessary, according to
3439 Jessie Ragsdale <jessie.ragsdale@latuslw.com>, and breaks
3440 split=1. Jessie was able to create upo to 118 natvie TSS keys,
3441 so the 3-key limit of LynxOS 3.0.0 has been removed in 3.1.0.
3444 Tue Oct 17 00:21:41 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
3446 * examples/Service_Configurator/IPC-tests/server/Handle_Timeout.h,
3447 examples/Service_Configurator/IPC-tests/server/Handle_Timeout.i,
3448 examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.h,
3449 examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.i,
3450 examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.h,
3451 examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.i,
3452 examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.h,
3453 examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.i,
3454 examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.h,
3455 examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.i:
3456 Changed *::get_handle(), *::handle_input(), and
3457 *::handle_close() to use ACE_HANDLE and ACE_INVALID_HANDLE
3458 instead of int and -1. Thanks to Mike Curtis
3459 <mccurry@my-deja.com> for pointing this out.
3461 Mon Oct 16 14:05:13 2000 David L. Levine <levine@cs.wustl.edu>
3463 * ACE-INSTALL.html: removed spurious 3D characters from
3466 Mon Oct 16 11:17:08 2000 Carlos O'Ryan <coryan@uci.edu>
3469 Fixed misnamed file.
3471 Mon Oct 16 11:07:34 2000 Carlos O'Ryan <coryan@uci.edu>
3474 Fixed memory leak, or rather, make sure that the default Log_Msg
3475 IPC backend is destroyed when the Log_Msg class is closed.
3477 * ace/Object_Manager.cpp:
3478 Fixed typo in #endif, the final comment was not really a
3481 Sun Oct 15 19:14:13 2000 Marina Spivak <marina@cs.wustl.edu>
3483 * bin/auto_run_tests.lst:
3484 Excluded tests/RTCORBA/Client_Propagated from running in
3485 Exceptions build since it's a linux build.
3487 Sat Oct 14 15:04:16 2000 Carlos O'Ryan <coryan@uci.edu>
3490 * ace/Naming_Context.h:
3491 Static services must be exported from the library, so they
3492 require the right export directives.
3493 Added a new ACE_STATIC_SVC_DECLARE_EXPORT() macro for that
3494 purpose and use it for the Naming_Context.
3496 Sat Oct 14 09:55:43 2000 Carlos O'Ryan <coryan@uci.edu>
3499 Fixed typo in file name.
3501 Sat Oct 14 03:32:54 2000 Priyanka Gontla <pgontla@ece.uci.edu>
3503 * ace/ACE_Flag_Manip.h:
3504 * ace/Service_Templates.h:
3505 Added a missing header file.
3507 Fri Oct 13 22:40:27 2000 Carlos O'Ryan <coryan@uci.edu>
3511 Add new files to the project.
3514 Fixed typo in management of structured exception handling
3517 Fri Oct 13 21:49:54 2000 Carlos O'Ryan <coryan@uci.edu>
3522 Add the new Log_Msg files to the Makefiles.
3524 * ace/ACE_Lib_Find.cpp:
3528 * ace/OS_Log_Msg_Attributes.h:
3529 * ace/OS_Log_Msg_Attributes.inl:
3530 * ace/OS_Log_Msg_Attributes.cpp:
3531 * ace/Base_Thread_Adapter.h:
3532 * ace/Base_Thread_Adapter.cpp:
3533 We pre-allocate the Log_Msg attributes in the Thread_Adapter, to
3534 minimize memory allocations during thread creation.
3536 * ace/Log_Msg_Callback.h:
3537 * ace/Log_Msg_Callback.cpp:
3538 Move the Log_Msg callback interface to its own file.
3540 * ace/Log_Msg_Backend.h:
3541 * ace/Log_Msg_Backend.cpp:
3542 Define the interface for Log_Msg backend strategies.
3544 * ace/Log_Msg_IPC.h:
3545 * ace/Log_Msg_IPC.cpp:
3546 Implement a Log_Msg backend based on IPC.
3547 The intention is to decouple Log_Msg from IPC components, thus
3548 Log_Msg only uses the abstract class ACE_Log_Msg_Backend.
3549 In the future we could implement other backends, such as logging
3550 to syslog or the NT event log directly.
3551 We need to use a dynamically loaded factory to complete the
3552 decoupling, but that would take a little more effort.
3556 Use the attributes directly.
3557 Use the new Log_Msg_Backend classes.
3559 * tests/Log_Msg_Test.cpp:
3560 * examples/Log_Msg/test_callback.cpp:
3561 #include Log_Msg_Callback.h, the file is not included unless
3562 ACE_LEGACY_MODE is set.
3564 * tests/Malloc_Test.cpp:
3565 Add missing #include
3567 * examples/Shared_Malloc/test_position_independent_malloc.h:
3568 * examples/Shared_Malloc/test_position_independent_malloc.cpp:
3569 Reordered #includes to make them more standard.
3571 Fri Oct 13 22:34:59 2000 Marina Spivak <marina@cs.wustl.edu>
3573 * bin/auto_run_tests.lst:
3575 Added new TAO/tests/RTCORBA/Client_Protocol test to the list.
3576 Removed TAO/tests/Endpoint_Per_Priority because
3577 TAO::Client_Priority_Policy is now disabled in builds by
3578 default. Enabled TAO/tests/RTCORBA/Server_Protocol for linux
3579 builds (it was disabled for some reason).
3581 Fri Oct 13 19:12:31 2000 Steve Huston <shuston@riverace.com>
3583 * ace/Malloc_T.h: Added #include "ace/Malloc.h" because the definition
3584 of ACE_Control_Block is needed, and it's in Malloc.h.
3586 Fri Oct 13 18:47:51 2000 Steve Huston <shuston@riverace.com>
3588 * ace/Caching_Strategies_T.cpp:
3589 * ace/Dynamic_Service.cpp:
3590 * ace/Timer_Hash_T.cpp:
3591 * ace/Timer_Wheel_T.cpp:
3592 * netsvcs/lib/Log_Message_Receiver.cpp: Added #include "ace/Log_Msg.h"
3593 else IBM C++ can't compile the template at instantiation time.
3595 * tests/Process_Strategy_Test.h: Added #include "ace/File_Lock.h" to
3596 see ACE_File_Lock, so IBM C++ can compile the templates.
3598 Fri Oct 13 18:43:24 2000 Steve Huston <shuston@riverace.com>
3600 * tests/MM_Shared_Memory_Test.cpp: Changed SYNCHRONIZER ctor for
3601 ACE_SV_Semaphore_Simple case to specify
3602 ACE_SV_Semaphore_Simple::ACE_CREATE, not ACE_SV_Semaphore_Complex::
3603 ACE_CREATE. Else it got compile failures on Solaris, Sun CC,
3604 in PACE build (why in just PACE build? Dunno...)
3606 Fri Oct 13 13:57:40 2000 Priyanka Gontla <pgontla@ece.uci.edu>
3608 * ace/Process_Manager.h :
3609 * ace/Process_Manager.cpp :
3611 * ace/Service_Config.h :
3612 * ace/Service_Config.cpp:
3614 Removed dependency of Service_Config on Process_Manager by
3615 registering the Process_Manager singleton with the
3616 Object_Manager when it is instantiated. This way we need not call
3617 ACE_Process_Manager::close_singleton () in Service_Config
3620 Mon Oct 9 10:34:18 2000 Ossama Othman <ossama@uci.edu>
3624 Corrected comments regarding the ACE_HAS_STREAM_PIPES run-time
3627 Fri Oct 13 11:41:29 2000 Priyanka Gontla <pgontla@ece.uci.edu>
3629 * ace/Makefile.bor (OBJFILES):
3630 * ace/Makefile.am (libACE_Utils_la_SOURCES):
3631 Updated to include the new files.
3633 * examples/Shared_Malloc/test_position_independent_malloc.cpp:
3634 Included a header file.
3636 Fri Oct 13 11:43:56 2000 David L. Levine <levine@cs.wustl.edu>
3638 * ACE-INSTALL.html: updated supported platforms list.
3640 Fri Oct 13 11:39:54 2000 David L. Levine <levine@cs.wustl.edu>
3642 * ACE-INSTALL.html: added Jaffar Shaikh's <Jaffar_Shaikh@Mitel.COM>
3643 notes for building for VxWorks target on NT host.
3645 Fri Oct 13 06:26:18 2000 Balachandran Natarajan <bala@cs.wustl.edu>
3647 * examples/RMCast/Send_File:
3648 Added makefiles for Send_File multicast example.
3650 * include/makeinclude/build_dll.bor:
3651 * include/makeinclude/build_exe.bor:
3652 * include/makeinclude/build_lib.bor:
3653 Added support for compilation of C source files.
3655 * include/makeinclude/ace_flags.bor:
3656 Added IORManip and FaultTolerance libraries for TAO.
3658 Thanks to Christopher Kohlhoff for providing these fixes.
3660 Thu Oct 12 23:33:21 2000 Carlos O'Ryan <coryan@uci.edu>
3664 * ace/Test_and_Set.cpp:
3665 Fixed order of includes to compile under gcc.
3667 Thu Oct 12 22:58:13 2000 Carlos O'Ryan <coryan@uci.edu>
3669 * ace/ACE_Lib_Find.h:
3670 * ace/ACE_Lib_Find.cpp:
3672 Move the wchar version of strrepl and strsplit_r to the
3673 ACE_Lib_Find class, the other versions where there already.
3676 * ace/FILE_Connector.cpp:
3677 Add missing #include in FILE_IO.h that is used in FILE_IO.i
3679 * ace/Test_and_Set.h:
3680 * ace/Test_and_Set.cpp:
3681 Fixed the guards for the .cpp file. Add the #include for
3682 platforms that requires template source visible, and add the
3683 #pragma implementation for (really) old g++ versions.
3687 Move Test_and_Set.cpp to the "Template Files" folder, and
3688 disable compilation for it.
3690 Thu Oct 12 23:09:17 2000 Joe Hoffert <joeh@cs.wustl.edu>
3693 Added a !defined (__Lynx__) check for ACE_HAS_PACE in the
3694 ACE_OS::mmap function. ACE does some special things for Lynx
3695 for mmap since Lynx's mmap is deficient. Probably should
3696 move this fix from ACE to PACE at some point.
3698 Thu Oct 12 19:38:00 2000 Ossama Othman <ossama@uci.edu>
3703 Added new files introduced by Priyanka's footprint reduction
3706 Thu Oct 12 18:19:46 2000 Priyanka Gontla <pgontla@ece.uci.edu>
3709 Made the corresponding changes.
3711 * ace/System_Time.cpp:
3712 * ace/UPIPE_Connector.cpp :
3713 * ace/Timer_Queue_T.h :
3715 * ace/POSIX_Asynch_IO.cpp:
3717 * ace/Memory_Pool.cpp:
3719 * ace/MEM_Acceptor.cpp:
3720 * ace/Logging_Strategy.cpp:
3725 Cosmetic changes. Ex: Change the included header files to the
3726 new header files and similar changes.
3728 * ace/Naming_Context.h:
3729 * ace/Naming_Context.cpp:
3730 * ace/Object_Manager.cpp:
3732 Removed the dependency of Object_Manager on Naming_Context.
3734 * ace/Test_and_Set.h:
3735 * ace/Test_and_Set.cpp:
3736 * ace/Test_and_Set.i:
3738 Moved the class Test_and_Set from Synch_T to here. This helped
3739 remove the dependency on Event_Handler.
3741 * ace/Service_Templates.h:
3742 * ace/Service_Templates.cpp:
3744 Moved the template instantiations from Service_Config.cpp and
3745 Service_Types.cpp since these templates were not needed by the
3748 * ace/Malloc_Allocator.h :
3749 * ace/Malloc_Allocator.cpp:
3750 * ace/Malloc_Allocator.i :
3753 * ace/PI_Malloc.cpp:
3760 Moved the ACE_PI_Control_Block, ACE_New_Allocator and
3761 ACE_Static_Allocator_Base classes to new files: PI_Malloc and
3764 This move helps in reduction in size of Malloc.i since the
3765 template instantiations which were included only for
3766 ACE_PI_Control_Block are now moved to the new file: PI_Malloc.
3767 In addition, is the effect of clear and minimized dependencies.
3773 Moved several functions in ACE to new classes to minimize the
3774 dependencies on and by ACE. Each of the following files
3775 have the listed functions.
3777 * ace/Malloc_Instantiations.cpp:
3778 Moved the template instantiations to this file.
3780 * ace/ACE_Sock_Connect.h :
3781 * ace/ACE_Sock_Connect.cpp :
3782 * ace/ACE_Sock_Connect.i :
3784 Has the socket connection establishment function calls :
3785 bind_port, get_bcast_addr, get_ip_interfaces, count_interfaces
3788 Helps remove the dependency on INET_Addr.
3790 * ace/ACE_Handle_Ops.h:
3791 * ace/ACE_Handle_Ops.cpp:
3792 * ace/ACE_Handle_Ops.i:
3794 Has the <handle_timed_open> operation on handles.
3795 Helps remove the dependency of FILE_Connector, SPIPE_COnenctor,
3796 UPIPE_Conenctpr and DEV_Connector on ACE.
3798 * ace/ACE_Lib_Find.h :
3799 * ace/ACE_Lib_Find.cpp :
3800 * ace/ACE_Lib_Find.i :
3802 Includes all the functions to search and open shared
3803 libraries and realted functions :
3804 ldfind, ldopen, ldname, get_temp_dir, open_temp_file,
3805 strrepl, strsplit_r.
3807 Removes the dependency of DLL, Logging_Strategy and FILE_Addr on
3808 ACE. Effects few other classes too but doesnt remove the
3809 dependency on ACE for those classes.
3811 * ace/ACE_Flag_Manip.h :
3812 * ace/ACE_Flag_Manip.cpp:
3813 * ace/ACE_Flag_Manip.i :
3815 The Flag Manipulation functions:
3816 set_flags (), clr_flags () and get_flags ().
3818 Removes the dependency of IO_SAP and IPC_SAP on ACE.
3824 The init () and fini () functions which are used
3825 for the initialization and shutting down of ACE.
3827 Removes dependency on Object_Manager.
3829 Thu Oct 12 15:41:46 2000 Carlos O'Ryan <coryan@uci.edu>
3831 * include/makeinclude/rules.bin.GNU:
3832 List the LDFLAGS before the name of the program, this seems to
3833 work better for some of our sponsors.
3835 Thu Oct 12 15:40:51 2000 Carlos O'Ryan <coryan@uci.edu>
3837 * ace/OS.cpp (ACE_OS_GUARD):
3838 Use explicit names for the OS guards, otherwise the SGI compiler
3839 (7.30 + several patches) crashes. Thanks to Philip Miller
3840 <pwmiller@sarnoff.com> for reporting the problem and providing
3843 Thu Oct 12 12:15:23 2000 Angelo <corsaro@cs.wustl.edu>
3845 * ACE version 5.1.10 released.