summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwilson_d <wilson_d@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-09-26 14:01:13 +0000
committerwilson_d <wilson_d@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-09-26 14:01:13 +0000
commite2c96ffc42a809fe175682e13dfeb239296dc78f (patch)
tree7948ca71c1582e0414dd9d08d539da60114a8f4f
parentaebe66ac0a158745457f11d8158304dd761a7613 (diff)
downloadATCD-e2c96ffc42a809fe175682e13dfeb239296dc78f.tar.gz
ChangeLogTag: Thu Sep 25 16:08:35 2003 Dale Wilson <wilson_d@ociweb.com>
-rw-r--r--ChangeLog3293
-rw-r--r--bin/MakeProjectCreator/config/orbsvcsexe.mpb1
-rw-r--r--bin/MakeProjectCreator/config/taoexe.mpb1
3 files changed, 3233 insertions, 62 deletions
diff --git a/ChangeLog b/ChangeLog
index 1abcf172d74..39d1700ec01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,19 +1,3165 @@
+Thu Sep 25 16:08:35 2003 Dale Wilson <wilson_d@ociweb.com>
+
+ * bin/MakeProjectCreator/config/taoexe.mpb:
+ * bin/MakeProjectCreator/config/orbsvcsexe.mpb:
+ add directories IDL include path when they are added to ++ include path.
+
+ This change log entry made in oci_haft_branch
+
+Mon Sep 16 13:33:50 2003 Dale Wilson <wilson_d@ociweb.com>
+
+ Merge from main branch into oci_haft_branch
+
+ This change log entry made in oci_haft_branch
+
+Fri Sep 12 13:31:50 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/modules/WorkspaceCreator.pm:
+
+ Updated the code to detect and drop circular dependencies. The
+ original code was wrong and would drop dependencies that didn't
+ need to be.
+
+Fri Sep 12 11:51:17 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * Kokyu/Kokyu.dsp:
+
+ Fixed setting for release configuration.
+
+Fri Sep 12 11:38:57 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * tests/Test_Output.dsp:
+ * tests/UUIDTest.dsp:
+
+ Fixed settings for the release configuration.
+
+Fri Sep 12 11:36:17 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/gnu.mpd:
+
+ Modified the AIX compiler support to be a rule, instead of
+ modifying $(COMPILE.cc), that will be run before building the all
+ target.
+
+Fri Sep 12 10:56:02 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * tests/DLL_Test_Impl.dsp:
+ * tests/DLL_Test.dsp:
+
+ Turned on RTTI for all configurations.
+
+Thu Sep 11 06:39:23 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/modules/WorkspaceCreator.pm:
+
+ Fixed a bug with the automatic project dependencies that was
+ related to directories and the location that mwc.pl was run.
+
+ * bin/MakeProjectCreator/templates/gnu.mpd:
+
+ Added support for poor AIX compilers that don't deal with
+ templates correctly. This was basically a cut and paste into the
+ template from the original ACE_wrappers/tests/Makefile.
+
+Wed Sep 10 13:26:14 MST 2003 Trevor Fields <fields_t@ociweb.com>
+
+ * bin/performance_stats.sh:
+
+ Changed the path to mogrify. It uses /usr/bin/X11/bin path if it is
+ not present in the /usr/local/bin
+
+Wed Sep 10 11:48:31 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/modules/TemplateParser.pm:
+
+ Allow files with spaces to be processed correctly.
+
+ * bin/MakeProjectCreator/templates/em3vcp.mpd:
+ * bin/MakeProjectCreator/templates/vc6dsp.mpd:
+
+ Added support for files with spaces (vc7 already supported them).
+
+ * bin/MakeProjectCreator/templates/nmake.mpd:
+
+ Fixed a warning about the /Ob option.
+
+Wed Sep 10 10:21:16 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/modules/WorkspaceCreator.pm:
+
+ Fixed a logic error when filtering out circular dependencies.
+
+Wed Sep 10 10:07:43 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/config/avstreams.mpb:
+ * bin/MakeProjectCreator/config/concurrency.mpb:
+ * bin/MakeProjectCreator/config/event.mpb:
+ * bin/MakeProjectCreator/config/ftorb.mpb:
+ * bin/MakeProjectCreator/config/ifrservice.mpb:
+ * bin/MakeProjectCreator/config/lifecycle.mpb:
+ * bin/MakeProjectCreator/config/loadbalancing.mpb:
+ * bin/MakeProjectCreator/config/naming.mpb:
+ * bin/MakeProjectCreator/config/notification.mpb:
+ * bin/MakeProjectCreator/config/property.mpb:
+ * bin/MakeProjectCreator/config/rtcorbaevent.mpb:
+ * bin/MakeProjectCreator/config/rtevent.mpb:
+ * bin/MakeProjectCreator/config/rtoldevent.mpb:
+ * bin/MakeProjectCreator/config/rtsched.mpb:
+ * bin/MakeProjectCreator/config/rtschedevent.mpb:
+ * bin/MakeProjectCreator/config/security.mpb:
+ * bin/MakeProjectCreator/config/time.mpb:
+ * bin/MakeProjectCreator/config/trading.mpb:
+
+ Change requires to tagchecks. Using requires here was not
+ correct.
+
+ * bin/MakeProjectCreator/templates/gnu.mpd:
+
+ Use tagchecks even if comps is used.
+
+Wed Sep 10 08:04:25 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/modules/GNUACEWorkspaceCreator.pm:
+ * bin/MakeProjectCreator/modules/ProjectCreator.pm:
+ * bin/MakeProjectCreator/modules/WorkspaceCreator.pm:
+
+ Added automatic parallel dependencies. If more than one project
+ in the same directory contains shared source files, then the
+ projects will become dependent upon each other. This will help
+ avoid files (both generated source and object) being overwritten
+ by multiple instances of make. This only has an effect on the
+ GNUACE workspaces.
+
+Tue Sep 9 15:04:51 MST 2003 Trevor Fields <fields_t@ociweb.com>
+
+ * examples/Web_Crawler/Mem_Map_Stream.h:
+
+ Changed '#define once' back to '#pragma once'
+
+Tue Sep 9 08:56:42 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * ace/ace_dll.dsp:
+
+ Added CORBA_macros.h to the project.
+
+Mon Sep 8 07:04:06 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/modules/ProjectCreator.pm:
+
+ Added support to the 'after' keyword to use the '*' mechanism as
+ can be used in the project() definition.
+
+Fri Sep 5 13:39:07 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/config/client.mpb:
+ * bin/MakeProjectCreator/config/server.mpb:
+
+ I realized that many more mpc projects use client and server.
+ They should be converted to use taoserver and taoclient, but until
+ that happens I will put these back.
+
+Fri Sep 5 08:20:15 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/config/avstreams.mpb:
+ * bin/MakeProjectCreator/config/concurrency.mpb:
+ * bin/MakeProjectCreator/config/event.mpb:
+ * bin/MakeProjectCreator/config/ftorb.mpb:
+ * bin/MakeProjectCreator/config/ifrservice.mpb:
+ * bin/MakeProjectCreator/config/lifecycle.mpb:
+ * bin/MakeProjectCreator/config/loadbalancing.mpb:
+ * bin/MakeProjectCreator/config/naming.mpb:
+ * bin/MakeProjectCreator/config/notification.mpb:
+ * bin/MakeProjectCreator/config/portablegroup.mpb:
+ * bin/MakeProjectCreator/config/property.mpb:
+ * bin/MakeProjectCreator/config/qt-min.mpb:
+ * bin/MakeProjectCreator/config/rmcast.mpb:
+ * bin/MakeProjectCreator/config/rtcorbaevent.mpb:
+ * bin/MakeProjectCreator/config/rtevent.mpb:
+ * bin/MakeProjectCreator/config/rtoldevent.mpb:
+ * bin/MakeProjectCreator/config/rtsched.mpb:
+ * bin/MakeProjectCreator/config/rtschedevent.mpb:
+ * bin/MakeProjectCreator/config/security.mpb:
+ * bin/MakeProjectCreator/config/time.mpb:
+ * bin/MakeProjectCreator/config/trading.mpb:
+
+ Updated these base projects with the correct comps and requires
+ values.
+
+ * bin/MakeProjectCreator/modules/TemplateParser.pm:
+
+ Make all keywords case insensitive (as it should have been).
+
+ * bin/MakeProjectCreator/templates/gnu.mpd:
+ * bin/MakeProjectCreator/templates/make.mpd:
+
+ Fixed a bug with custom build types and the use of $^.
+
+ * bin/MakeProjectCreator/config/client.mpb:
+ * bin/MakeProjectCreator/config/messaging_only.mpb:
+ * bin/MakeProjectCreator/config/server.mpb:
+
+ Removed these files. They have outlived their usefulness.
+
+Fri Sep 5 06:56:37 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/gnu.mpd:
+
+ Fixed a bug with generated idl targets (for those that have
+ special options or output directories).
+
+Thu Sep 4 14:21:33 2003 Gautam H. Thaker <gthaker@atl.lmco.com>
+
+ * performance-tests/SCTP/README.SCTP:
+ * performance-tests/SCTP/README.LKSCTP:
+ * performance-tests/SCTP/README.OpenSS7:
+
+ Slight update to README files. Made more clear how SCTP
+ capable kernel and ACE/TAO are built. Due to recent
+ changes in LKSCTP API additional changes will be committed
+ in near future as new Linux kernel with the changes is released.
+
+
+Thu Sep 4 09:56:28 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/modules/GNUACEWorkspaceCreator.pm:
+ * bin/MakeProjectCreator/modules/WorkspaceCreator.pm:
+
+ Modified the GNUACEWorkspaceCreator to generate a workspace that
+ will work with the -j option of GNU Make. Each project in the
+ workspace has an individual target with dependencies on the
+ necessary targets which allows GNU Make to determine which
+ projects can be built in parallel.
+
+Thu Sep 4 09:30:26 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * ace/Log_Msg.h: Reverted this change "Wed Sep 3 17:42:00 2003
+ Justin Michel <michel_j@ociweb.com>". This caused builds to
+ break so easily.
+
+Wed Sep 3 17:42:00 2003 Justin Michel <michel_j@ociweb.com>
+
+ * ace/Log_Msg.h:
+
+ An empty ACE_ASSERT now uses ACE_UNUSED_ARG. This prevents
+ warnings by compilers that aren't smart enough to recognize that
+ the code *is* used, but only by the preprocessor.
+
+Wed Sep 3 17:01:02 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * ace/UUID.cpp (ACE_Utils):
+ * examples/Web_Crawler/Mem_Map_Stream.h:
+ * examples/Web_Crawler/URL_Visitor.h : Fixed warnings in g++
+ builds.
+
+Wed Sep 3 11:53:53 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/gnu.mpd:
+ * bin/MakeProjectCreator/templates/make.mpd:
+
+ Added a dependency to all source files upon any generated files
+ (be it idl or custom build).
+
+Wed Sep 3 09:44:01 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/gnu.mpd:
+
+ Move the location of the idl_stubs dependency above the include of
+ rules.lib.GNU.
+
+Tue Sep 2 18:00:00 2003 Justin Michel <michel_j@ociweb.com>
+
+ * ace/UUID.cpp:
+ * ace/UUID.h:
+ * ace/UUID.i:
+
+ Removed implementations of copy constructors and assignment
+ operators, and made them private. These were not correct, and
+ would cause an infinite loop if ever called. I also had to
+ comment out several other broken operators that were using the
+ copy constructors or assignment operators. In general, someone
+ should take a close look at these classes, and either fix all the
+ many problems, or remove apparently unnecessary features entirely.
+
+ * test/tests.mpc:
+
+ Added support for the UUID test. This test really doesn't test
+ very much right now, as it still passed even though I had removed
+ most of the functionality from the uuid classes.
+
+Tue Sep 2 17:25:24 UTC 2003 Trevor Fields <fields_t@ociweb.com>
+
+ * examples/Web_Crawler/Command_Processor.h
+ * examples/Web_Crawler/HTTP_URL.h
+ * examples/Web_Crawler/Iterators.h
+ * examples/Web_Crawler/Mem_Map_Stream.h
+ * examples/Web_Crawler/Options.h
+ * examples/Web_Crawler/URL.h
+ * examples/Web_Crawler/URL_Addr.h
+ * examples/Web_Crawler/URL_Status.h
+ * examples/Web_Crawler/URL_Visitor.h
+ * examples/Web_Crawler/URL_Visitor_Factory.h
+ * examples/Web_Crawler/Web_Crawler.h
+
+ Applied Johnny Willemsen's changes. These are fixes for the
+ #if !defined (ACE_LACKS_PRAGMA_ONCE) lines
+
+Tue Sep 2 07:02:19 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/README:
+
+ Updated the documenation on the defaulting behaviour of MPC.
+
+Sat Aug 30 12:10:00 2003 Justin Michel <michel_j@ociweb.com>
+
+ * bin/create_ace_build.pl:
+
+ Changed to continue linking even when some source files can't
+ be found. It appears that the perl link() function doesn't work
+ correctly on Windows Server 2003. A little investigating shows that
+ several other file functions have problems with long path names on
+ that os unless you use the Unicode versions. I verified this with a
+ simple c++ program, that tried to use _fullpath() and CreateHardLink().
+ Currently the only problems are in the Notify service performance tests,
+ because these have extremely long path names.
+
+Fri Aug 29 15:18:36 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * apps/JAWS/clients/Blobby/blobby.mpc:
+ * apps/soreduce/soreduce.mpc:
+ Added exename to both of these to force an exe to be created
+ instead of a library.
+
+ * tests/RMCast/acetest.mpb
+ Modified the path for Main.cpp so that it picks up the one in
+ the current directory. Some build were having problems with
+ this and didn't create the .obj directory which cause
+ compilation to fail.
+
+Fri Aug 29 13:41:40 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/gnu.mpd:
+
+ Modified the template to avoid including wrapper_macros.GNU more
+ than once. Instead of setting SHLIB_UNCHECKED and then checking
+ for the feature and setting SHLIB if it's enabled, I set SHLIB,
+ check for the feature and then reset SHLIB if the feature isn't
+ enabled.
+
+Fri Aug 29 13:21:01 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/README:
+
+ Elaborated on a key point of custom definitions.
+
+ * bin/MakeProjectCreator/templates/gnu.mpd:
+
+ Empty the ACELIB variable after including wrapper_macros.GNU.
+ This is a feature of wrapper_macros.GNU that MPC doesn't need.
+
+Fri Aug 29 08:27:58 2003 Venkita Subramonian <venkita@cs.wustl.edu>
+
+ * Kokyu/Dispatcher_Task.cpp:
+ * Kokyu/Kokyu_defs.cpp:
+ * Kokyu/tests/DSRT_MIF/MIF.cpp: Added explicit template
+ instantiations to fix compile errors in
+ Solaris_9_Forte7_ACE_(MPC) build. Thanks to Don Hinton for
+ pointing this out.
+
+Thu Aug 28 22:29:03 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ From Don Hinton <dhinton@dresystems.com>
+ * tests/Bug_1576_Regression_Test.cpp:
+
+ Updated to work in wchar builds.
+
+Thu Aug 28 07:57:33 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/modules/Driver.pm:
+
+ Added ERROR: to the output when an unknown option is passed on the
+ command line.
+
+Thu Aug 28 07:10:54 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/modules/GNUACEWorkspaceCreator.pm:
+
+ Added the reverseclean target as best as it could be supported by
+ MPC.
+
+Thu Aug 28 06:33:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ASNMP/tests/Address_Test.cpp:
+ Fixed compile error
+
+Thu Aug 28 04:24:24 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ACEXML/apps/svcconf/.depend.Makefile.ACEXML_XML_Svc_Conf_Parser:
+ * ACEXML/common/.depend.Makefile.ACEXML:
+ * ACEXML/examples/SAXPrint/.depend.Makefile.SAXPrint:
+ * ACEXML/parser/parser/.depend.Makefile.ACEXML_Parser:
+ * ACEXML/tests/.depend.Makefile.ContentHandler_Test:
+ * ACEXML/tests/.depend.Makefile.HttpCharStream_Test:
+ * ACEXML/tests/.depend.Makefile.NamespaceSupport_Test:
+ * ACEXML/tests/.depend.Makefile.Transcoder_Test:
+ Removed these files since they should be generated dynamically
+ by the new MPC Makefiles (that will also be generated
+ dynamically).
+
+Wed Aug 27 20:34:19 2003 Venkita Subramonian <venkita@cs.wustl.edu>
+
+ * Kokyu/Kokyu_defs.h: Added export qualification to
+ Dispatcher_Attributes class to fix link error in
+ Win2K_VC71_NET_DLL build.
+
+Wed Aug 27 17:52:44 2003 George Edwards <g.edwards@vanderbilt.edu>
+
+ * bin/tao_orb_tests.lst:
+
+ Added the following new tests to daily builds:
+ TAO/tests/OBV/Collocated/Forward/
+ TAO/tests/Portable_Interceptors/Bug_1559/
+ TAO/tests/Portable_Interceptors/Collocated/Dynamic/
+ TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/
+
+Wed Aug 27 15:18:49 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * include/makeinclude/wrapper_macros.GNU (CCFLAGS):
+
+ Do not add "-Wno-uninitialized" to GNU C++ compiler flags. It
+ is no longer needed to avoid (apparently) bogus warnings.
+ Keeping it around hides potentially real problems.
+
+Wed Aug 27 14:23:00 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/USAGE:
+ * bin/MakeProjectCreator/modules/Creator.pm:
+ * bin/MakeProjectCreator/modules/Driver.pm:
+ * bin/MakeProjectCreator/modules/Options.pm:
+ * bin/MakeProjectCreator/modules/ProjectCreator.pm:
+ * bin/MakeProjectCreator/modules/WorkspaceCreator.pm:
+
+ Reverted the -recurse change from Mon Aug 18 12:28:09 2003. Added
+ a -exclude option that allows users to exclude directories
+ independently from the -recurse option.
+
+Wed Aug 27 13:25:20 2003 Venkita Subramonian <venkita@cs.wustl.edu>
+
+ * Kokyu/Kokyu_defs.h: Added inline qualification to operator != to
+ fix warnings in SunOS_SunCC53 build.
+
+Wed Aug 27 17:06:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * examples/Reactor/Proactor/test_cancel.cpp:
+ * examples/Reactor/Proactor/test_proactor.cpp:
+ * examples/Reactor/Proactor/test_udp_proactor.cpp:
+ Added a main that is used when these examples are build on a
+ platform on which these examples don't work. This fixes the link
+ errors in the Cygwin build.
+
+Wed Aug 27 10:32:03 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/USAGE:
+
+ Added documentation for the new -hierarchy option.
+
+ * bin/MakeProjectCreator/modules/Creator.pm:
+ * bin/MakeProjectCreator/modules/Driver.pm:
+ * bin/MakeProjectCreator/modules/Options.pm:
+ * bin/MakeProjectCreator/modules/ProjectCreator.pm:
+ * bin/MakeProjectCreator/modules/WorkspaceCreator.pm:
+
+ Added a -hierarchy option which forces MPC to generate a workspace
+ at each directory level between the current directory and the
+ directory in which the mpc file is located.
+
+Tue Aug 26 18:57:07 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ASNMP/asnmp/ASNMP_Export.h:
+ Added new export file to define ASNMP_Export needed on Windows.
+
+ * ASNMP/asnmp/ASNMP_Export.h:
+ * ASNMP/asnmp/address.h:
+ * ASNMP/asnmp/asn1.h:
+ * ASNMP/asnmp/counter.h:
+ * ASNMP/asnmp/ctr64.h:
+ * ASNMP/asnmp/enttraps.h:
+ * ASNMP/asnmp/gauge.h:
+ * ASNMP/asnmp/integer.h:
+ * ASNMP/asnmp/octet.h:
+ * ASNMP/asnmp/oid.h:
+ * ASNMP/asnmp/pdu.h:
+ * ASNMP/asnmp/sagent.h:
+ * ASNMP/asnmp/smival.h:
+ * ASNMP/asnmp/snmp.h:
+ * ASNMP/asnmp/target.h:
+ * ASNMP/asnmp/timetick.h:
+ * ASNMP/asnmp/transaction.h:
+ * ASNMP/asnmp/transaction_result.h:
+ * ASNMP/asnmp/vb.h:
+ * ASNMP/asnmp/wpdu.h:
+ Changed ACE_Export to ASNMP_Export in order to correctly create
+ dll's on Windows. Thanks to Johnny Willemsen
+ <jwillemsen@remedy.nl> for pointing this out.
+
+ * tests/DLL_Test_Impl.h:
+ Added #include OS_Memory.h.
+
+Tue Aug 26 16:32:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/RW_Mutex.h:
+ Fixed incorrect doxygen file tag
+
+Tue Aug 26 11:22:41 UTC 2003 Justin Michel <michel_j@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/vc7.mpd:
+
+ Projects should default to optimization=0. This prevented the
+ tao_idl project from compiling.
+
+Tue Aug 26 11:10:45 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * ace/CDR_Stream.i:
+
+ Changed the logic of the checks for return value in
+ insertion and extraction of bounded (w)strings. If the
+ bound_ member value of the helper construct was 0, the
+ operator could incorrectly return 0 after a successfull
+ read or write. Thanks to Tufan Oruk <toruk@usa.net> and
+ Johnny Willemsen <jwillemsen@remedy.nl> for independently
+ reporting problems that are consequences of this bug.
+
+Tue Aug 26 09:55:19 2003 Venkita Subramonian <venkita@cs.wustl.edu>
+
+ * Kokyu/Kokyu_defs.{cpp,h,i}: Added operator != for ConfigInfo to
+ satisfy RH71_Explicit_Templates build.
+
+Tue Aug 26 09:21:44 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/modules/GNUACEWorkspaceCreator.pm:
+
+ When checking for the -k option, remove --unix from the MAKEFLAGS
+ value. This helps things work with Cygwin. Thanks to Johnny
+ Willemsen for reporting this.
+
+Tue Aug 26 08:37:21 2003 Venkita Subramonian <venkita@cs.wustl.edu>
+
+ * Kokyu/DSRT_Sched_Queue_T.h: Changed the prototype of
+ Guid_Hash::operator method with full qualification for the
+ Guid_t type. This is to fix compile errors in
+ SunOS_8_Forte8_Debug build.
+
+ * Kokyu/Kokyu.h:
+ * Kokyu/Kokyu_defs.h:
+ * Kokyu/Kokyu_dsrt.h:
+ * Kokyu/DSRT_Dispatch_Item_T.h:
+ * Kokyu/DSRT_Direct_Dispatcher_Impl_T.h:
+ * Kokyu/Kokyu_defs.i:
+ Replaced non_copyable with ACE_Copy_Disabled.
+
+Tue Aug 26 08:24:09 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/modules/MakeWorkspaceCreator.pm:
+
+ Set PWD on the make command line when the project makefile isn't
+ in the current directory.
+
+Mon Aug 25 22:03:43 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ASNMP/asnmp/address.cpp:
+ * ASNMP/asnmp/address.h:
+ * ASNMP/asnmp/ctr64.cpp:
+ * ASNMP/asnmp/ctr64.h:
+ * ASNMP/asnmp/integer.cpp:
+ * ASNMP/asnmp/integer.h:
+ * ASNMP/asnmp/target.cpp:
+ * ASNMP/asnmp/target.h:
+ * ASNMP/asnmp/timetick.cpp:
+ * ASNMP/asnmp/timetick.h:
+ Fixed additional const compilation errors.
+
+ * ASNMP/tests/tests.mpc:
+ Added new mpc file.
+
+ * ASNMP/tests/Address_Test.cpp:
+ * ASNMP/tests/Target_Test.cpp:
+ Removed unused variables to quash warnings.
+
+ * ASNMP/tests/test_config.h:
+ Added #include streams.h and removed old style headers; changed
+ use of open() flags to correct type.
+
+Mon Aug 25 11:51:44 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * COPYING:
+ * THANKS:
+
+ Updated Doug's e-mail address.
+
+Mon Aug 25 11:13:28 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/em3vcp.mpd:
+ * bin/MakeProjectCreator/templates/em3vcpdll.mpt:
+ * bin/MakeProjectCreator/templates/em3vcpdllexe.mpt:
+ * bin/MakeProjectCreator/templates/em3vcplib.mpt:
+ * bin/MakeProjectCreator/templates/em3vcplibexe.mpt:
+ * bin/MakeProjectCreator/templates/nmake.mpd:
+ * bin/MakeProjectCreator/templates/nmakedll.mpt:
+ * bin/MakeProjectCreator/templates/nmakeexe.mpt:
+ * bin/MakeProjectCreator/templates/vc6dsp.mpd:
+ * bin/MakeProjectCreator/templates/vc6dspdll.mpt:
+ * bin/MakeProjectCreator/templates/vc6dspdllexe.mpt:
+ * bin/MakeProjectCreator/templates/vc6dsplib.mpt:
+ * bin/MakeProjectCreator/templates/vc6dsplibexe.mpt:
+ * bin/MakeProjectCreator/templates/vc7.mpd:
+ * bin/MakeProjectCreator/templates/vc7dll.mpt:
+ * bin/MakeProjectCreator/templates/vc7exe.mpt:
+
+ Added the ability to enable and disable optimization for the
+ nmake, em3, vc6 and vc71 types. By default the release targets
+ have optimization on and using -value_template optimize=
+ allows a user to turn off optimization compiler flags.
+
+Mon Aug 25 08:00:20 UTC 2003 Kobi Cohen-Arazi <kcarazi@finjan.com>
+
+ * apps/JAWS3:
+ Added to ACE_wrapper repository
+
+Mon Aug 25 05:44:33 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tests/Tests.bor:
+ Added Bug_1576_Regression_Test
+
+Sun Aug 24 20:21:02 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ASNMP/asnmp/octet.cpp:
+ * ASNMP/asnmp/ctr64.cpp:
+ Explicitly initialized base class in copy constructors to
+ quash warning.
+
+Sun Aug 24 19:04:23 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ASNMP/agent/agent_impl.cpp:
+ Removed unused args to quash a warning.
+
+ * ASNMP/agent/snmp_agent.cpp:
+ * ASNMP/asnmp/octet.cpp:
+ * ASNMP/asnmp/octet.h:
+ * ASNMP/asnmp/oid.cpp:
+ * ASNMP/asnmp/oid.h:
+ * ASNMP/asnmp/pdu.cpp:
+ * ASNMP/asnmp/pdu.h:
+ * ASNMP/asnmp/smival.h:
+ * ASNMP/asnmp/snmp.cpp:
+ * ASNMP/asnmp/snmp.h:
+ * ASNMP/asnmp/snmperrs.h:
+ * ASNMP/asnmp/vb.cpp:
+ * ASNMP/asnmp/vb.h:
+ * ASNMP/examples/get/get.cpp:
+ * ASNMP/examples/get/get_async.cpp:
+ * ASNMP/examples/next/next.cpp:
+ * ASNMP/examples/set/set.cpp:
+ * ASNMP/examples/trap/trap.cpp:
+ * ASNMP/examples/walk/walk.cpp:
+ Fixed const warnings.
+
+ * ASNMP/asnmp/address.cpp:
+ * ASNMP/asnmp/counter.cpp:
+ * ASNMP/asnmp/gauge.cpp:
+ * ASNMP/asnmp/integer.cpp:
+ * ASNMP/asnmp/timetick.cpp:
+ Explicitly initialized base class in copy constructors to
+ quash warning.
+
+ * ASNMP/asnmp/transaction.cpp:
+ * ASNMP/asnmp/wpdu.cpp:
+ Cast void* to char* in delete [] statement to quash warning.
+
+Sun Aug 24 09:45:13 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * samewise: Removed contents of this directory since the new
+ MakefileProjectCreator (MPC) supresedes this.
+
+Sun Aug 24 14:09:33 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * bin/fuzz.pl:
+ Extended fuzz script to check for id which should be Id.
+ Found some by accident and now extending fuzz script to find
+ all and make sure in the future this kind of problem is found.
+
+Sat Aug 23 12:55:04 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * ace/DLL.cpp (ACE_DLL, open_i):
+ * ace/DLL_Manager.cpp (ACE_DLL_Manager, ~ACE_DLL_Manager, open):
+ (close, symbol, get_handle, open_dll, unload_dll):
+
+ Only print error messages if the ACE debugging flag is set,
+ i.e if ACE::debug() returns a non-zero value. Thanks to Carlos
+ for pointing out that the ACE_DLL class was printing out error
+ messages without the user/application ever requesting them.
+
+Sat Aug 23 12:38:08 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * ace/Dev_Poll_Reactor.cpp:
+
+ Added "const" qualifier to some constant variables.
+
+ From Carlos O'Ryan <coryan@atdesk.com>
+ * ace/DLL.cpp (symbol):
+ * ace/config-linux.h:
+
+ Fixed problem where seg fault could occur if symbol() method is
+ called after a failed call to open(). Thanks to Jody Hagins
+ <jody@atdesk.com> for finding this bug. [Bug 1576]
+
+ * tests/Bug_1576_Regression_Test.cpp:
+ * tests/Makefile.tests (BIN):
+ * tests/run_test.lst:
+ * tests/tests.mpc:
+
+ New test that verifies whether or not bug 1576 regressions
+ occur.
+
+Sat Aug 23 19:26:41 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ASNMP/agent/agent.mpc:
+ * ASNMP/asnmp/asnmp.mpc:
+ * ASNMP/examples/examples.mwc:
+ * ASNMP/examples/get/get.mpc:
+ * ASNMP/examples/next/next.mpc:
+ * ASNMP/examples/set/set.mpc:
+ * ASNMP/examples/trap/trap.mpc:
+ * ASNMP/examples/walk/walk.mpc:
+ Added missing mwc and mpc files.
+
+ * ASNMP/asnmp.mwc:
+ Modified workspace so it would pickup the correct subdirectories
+ automatically.
+
+ * ACE.mwc:
+ Added ASNMP subdirectory.
+
+ * ASNMP/agent/main.cpp:
+ * ASNMP/examples/get/get.cpp:
+ * ASNMP/examples/get/get_async.cpp:
+ * ASNMP/examples/next/next.cpp:
+ * ASNMP/examples/set/set.cpp:
+ * ASNMP/examples/trap/trap.cpp:
+ * ASNMP/examples/walk/walk.cpp:
+ Fixed compile errors by adding missing #includes needed due to
+ recent subsetting, e.g., streams.h and ACE.h.
+
+Fri Aug 22 20:10:41 UTC 2003 Justin Michel <michel_j@ociweb.com>
+
+ * ace/SSL/ssl.mpc
+ * apps/gperf/src/gperf.mpc
+ * bin/MakeProjectCreator/config/acedefaults.mpb
+ * bin/MakeProjectCreator/config/openssl.mpb
+ * bin/MakeProjectCreator/config/ssl.mpb
+ * bin/MakeProjectCreator/modules/ProjectCreator.pm
+ * bin/MakeProjectCreator/modules/VC6WorkspaceCreator.pm
+ * bin/MakeProjectCreator/modules/VC71WorkspaceCreator.pm
+ * bin/MakeProjectCreator/modules/VC7ProjectCreator.pm
+ * bin/MakeProjectCreator/modules/VC7WorkspaceCreator.pm
+ * bin/MakeProjectCreator/modules/WorkspaceCreator.pm
+ * bin/MakeProjectCreator/templates/bor.mpd
+ * bin/MakeProjectCreator/templates/vc7.mpd
+
+ SSL now works in a more normal MPC feature fashion similar to all
+ the other feature-based libraries. I removed the hard-coded ssl
+ logic from some of the mpd files that still had it. A side-effect
+ of the new way, is that you must now define an SSL_ROOT
+ environment variable that the openssl.mpb feature will now use to
+ locate the openssl libraries.
+
+ There were some problems with the existing vc7.mpd template. I've
+ improved the template, and also added support for lots of new
+ settings in the corresponding .mpt files. (Although I haven't used
+ them yet.) I'll probably use this to enable some of the new
+ features in vc71 that help track down problems that typically only
+ show up in release mode.
+
+ The creation of workspaces for vc71 did not correctly set
+ dependencies between projects.
+
+ I added an allow_duplicates() method to the WorkspaceCreator. A
+ warning will always be generated if a workspace contains duplicate
+ project names, and now the vc6/7/71 creators will abort creation
+ of these invalid workspaces. I suggest that any future
+ WorkspaceCreator subclasses that generate IDE projects, override
+ allow_duplicates() to return 0.
+
+ Renamed the gperf_exe to gperf. This was named as a special hack
+ for vc6 that is now unnecessary. We had already renamed other
+ similar projects, but missed this one.
+
+Fri Aug 22 15:28:34 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ACE.mwc:
+ Added CVS Id keyword.
+
+ * apps/JAWS/server/server.mpc:
+ * netsvcs/clients/Naming/Client/Client.mpc:
+ * netsvcs/clients/Naming/Dump_Restore/Dump_Restore.mpc:
+ * netsvcs/servers/servers.mpc:
+ Modified project names to keep MSVC happy--it can't deal with
+ duplicate names.
+
+Wed Aug 20 06:59:52 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/modules/VC6WorkspaceCreator.pm:
+ * bin/MakeProjectCreator/modules/WorkspaceCreator.pm:
+
+ Warn about duplicate project names for all project types. It will
+ have to be this way as long as MPC supports VC6.
+
+Tue Aug 19 10:07:47 2003 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
+
+ * doc/tutorials/015: Added support for compression. Thanks
+ to Andrew Marlow <apm35@student.open.ac.uk> for contributing
+ this.
+
+Mon Aug 18 21:26:51 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * bin/MakeProjectCreator/modules/GNUACEWorkspaceCreator.pm:
+ * bin/MakeProjectCreator/templates/gnu.mpd:
+ Add comments to the top of the created Makefiles saying they
+ were generated by MPC and should not be modified directly.
+
+ * ACE.mwc:
+ * ACEXML/apps/apps.mwc:
+ * ACEXML/examples/examples.mwc:
+ * ACEXML/parser/parser.mwc:
+ * Kokyu/tests/tests.mwc:
+ * apps/Gateway/Gateway.mwc:
+ * apps/JAWS/JAWS.mwc:
+ * apps/JAWS/clients/clients.mwc:
+ * apps/JAWS2/JAWS2.mwc:
+ * apps/gperf/gperf.mwc:
+ * examples/ASX/ASX.mwc:
+ * examples/Connection/Connection.mwc:
+ * examples/IOStream/IOStream.mwc:
+ * examples/IPC_SAP/IPC_SAP.mwc:
+ * examples/Logger/Logger.mwc:
+ * examples/Mem_Map/Mem_Map.mwc:
+ * examples/OS/OS.mwc:
+ * examples/RMCast/RMCast.mwc:
+ * examples/Reactor/Reactor.mwc:
+ * examples/Service_Configurator/Service_Configurator.mwc:
+ * examples/System_V_IPC/System_V_IPC.mwc:
+ * netsvcs/netsvcs.mwc:
+ * netsvcs/clients/clients.mwc:
+ * netsvcs/clients/Logger/Logger.mpc:
+ * netsvcs/clients/Naming/Naming.mwc:
+ * netsvcs/clients/Naming/Client/Client.mpc:
+ * netsvcs/clients/Naming/Dump_Restore/Dump_Restore.mpc:
+ * netsvcs/lib/lib.mpc:
+ * netsvcs/servers/servers.mpc:
+ * websvcs/websvcs.mwc:
+ * websvcs/lib/lib.mpc:
+ * websvcs/tests/tests.mpc:
+ Added missing mwc and mpc files. Most of the mwc files were
+ needed so that running mwc.pl -recurse would create Makefiles in
+ directories that contained only subdirectories and no mpc files.
+
+Mon Aug 18 12:28:09 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/USAGE:
+ * bin/MakeProjectCreator/modules/Creator.pm:
+ * bin/MakeProjectCreator/modules/Driver.pm:
+ * bin/MakeProjectCreator/modules/Options.pm:
+ * bin/MakeProjectCreator/modules/ProjectCreator.pm:
+ * bin/MakeProjectCreator/modules/WorkspaceCreator.pm:
+
+ Added the ability to exclude directories when using the -recurse
+ option. See USAGE or mwc.pl -h for details.
+
+Mon Aug 18 15:22:02 2003 Simon McQueen <sm@prismtechnologies.com>
+
+ * bin/tao_other_tests.lst:
+
+ Changed the TAO/orbsvcs/tests/ImplRepo test from SANDBOX to
+ !MINIMUM to broaden platform coverage of the IMR testing.
+
+Sun Aug 17 16:35:01 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * ace/RB_Tree.i (dump_i):
+ * ace/RB_Tree.cpp (dump_i):
+
+ Uninlined this method to avoid adding an inter-header dependency
+ on "ace/Log_Msg.h". Also fixes some explicit template
+ instantiation builds.
+
+ * tests/Collection_Test.cpp:
+
+ Removed duplicate template instantiation.
+
+Sun Aug 17 16:06:20 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * ace/Shared_Object.h:
+
+ Include "ace/os_includes/sys/os_types.h" to pull in size_t
+ typedef instead of "ace/OS.h". The latter is overkill.
+
+ * ace/Shared_Object.cpp:
+
+ Include "ace/Global_Macros.h" to pull in ACE_TRACE macro
+ definition.
+
+Sun Aug 17 15:31:29 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * ace/OS.h (ACE_CLEANUP_FUNC):
+ * ace/config-all.h
+
+ Moved this typedef to config-all.h. Allows sources to use this
+ typedef without including the compile-time expensive OS.h.
+
+Fri Aug 15 14:02:22 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/make.mpd:
+ * bin/MakeProjectCreator/templates/makedll.mpt:
+
+ Added support to the 'make' type for AIX and IRIX.
+
+Fri Aug 15 10:38:57 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/modules/TemplateParser.pm:
+
+ Fixed a missing check for naming the foreach variable when dealing
+ with grouped files.
+
+ * bin/MakeProjectCreator/templates/gnu.mpd:
+
+ Moved the setting of LDLIBS or ACE_SHLIBS before including
+ wrapper_macros.GNU. This should allow for the kylix kludge to
+ work.
+
+Fri Aug 15 15:29:16 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * apps/JAWS2/JAWS/Parse_Headers.cpp:
+ Modified the ACCESSOR macro to only concatenate the x, or member
+ variable, token. This resolves a problem with the gcc 3.3
+ proprocessor. Thanks to Tim Hawes <thawes@althusius.net> for
+ reporting the problem and Carlos O'Ryan for supplying the fix.
+
+ * THANKS:
+ Added Tim Hawes <thawes@althusius.net> to the hall of fame.
+
+Fri Aug 15 09:07:09 2003 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
+
+ * ace/OS.{h,i}: Changed "advice" to "map_advice" to avoid a
+ keyword naming conflict with AspectC++. Thanks to Gary Duzan
+ <gduzan@bbn.com> for reporting this.
+
+Fri Aug 15 01:49:00 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * Kokyu/Makefile.Kokyu:
+ Moved the assigment to ACE_SHLIBS to a point prior to including
+ wrapper_macros.GNU, because the code the modifies the link
+ library names to work with Kylix is located in
+ wrapper_macros.GNU, and must come after the assignment.
+
+Fri Aug 15 00:37:22 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * tests/tests.mpc:
+ Added missing Recursive_Condition_Bug_Test and
+ Unbounded_Set_Test_Ex projects.
+
+Thu Aug 14 18:31:14 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/Message_Queue.h:
+ Added #include Null_Mutex.h and Null_Condition.h to the VxWorks
+ specific branch needed due to recent subsetting.
+
+ * ace/config-irix5.3-sgic++.h:
+ Added #define ACE_LACKS_STDINT_H. Thanks to Bruce Jones
+ <BRUCE.JONES@cubic.com> for reporting the problem.
+
+ * THANKS:
+ Added Bruce Jones <BRUCE.JONES@cubic.com> to hall of fame.
+
+Thu Aug 14 10:56:57 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * ace/OS.h:
+ * ace/SSL/SSL_SOCK_Connector.h:
+
+ Nuked trailing whitespace.
+
+ * ace/SSL/SSL_SOCK_Connector.cpp (ssl_connect):
+
+ Fixed bug where the "counted down" timeout value was not used in
+ the ACE::select() call. This fixes a problem where connection
+ timeouts lasted longer than they should have. The corrected
+ behavior now matches the documented behavior.
+
+Thu Aug 14 04:02:41 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * Kokyu/Makefile.Kokyu:
+ Added ACELIB to ACE_SHLIBS to resolve link problems on MacOSX.
+ Thanks to John Michael Zorko <j.zorko@att.net> for reporting
+ this.
+
+Wed Aug 13 19:48:17 2003 Venkita Subramonian <venkita@cs.wustl.edu>
+
+ * Kokyu/tests/FIFO/test.cpp:
+ * Kokyu/tests/EDF/test.cpp:
+ * Kokyu/Kokyu_defs.h:
+ * Kokyu/Kokyu_defs.cpp:
+ * Kokyu/Kokyu.h:
+ * Kokyu/Kokyu.cpp:
+ * Kokyu/Dispatcher_Task.cpp:
+ * Kokyu/Dispatcher_Impl.i:
+ * Kokyu/Dispatcher_Impl.h:
+ * Kokyu/Default_Dispatcher_Impl.h:
+ * Kokyu/Default_Dispatcher_Impl.cpp:
+
+ Separated activation of the dispatcher and setting up of
+ dispatching lanes. Added an activate () method to the dispatcher
+ and associated classes.
+
+Wed Aug 13 23:43:24 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/Bound_Ptr.i:
+ Added #include Log_Msg.h when ACE_NEW_THROWS_EXCEPTIONS is
+ defined to pickup ACE_ASSERT.
+
+ * apps/JAWS/server/HTTP_Server.cpp:
+ Added a JAWS_ prefix the enums to get around conflict on Windows
+ where ASYNCH is defined as a macro.
+
+ * apps/soreduce/Obj_Module.cpp:
+ Added #include Log_Msg.h to pickup ACE_ASSERT.
+
+ * performance-tests/Synch-Benchmarks/Perf_Test/Performance_Test_Options.cpp:
+ Added #ifdef around ACE_Trace::start/stop_tracing() based on
+ ACE_HAS_TRACE.
+
+Wed Aug 13 20:27:46 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * tests/tests.mpc:
+ Added Multihomed_INET_Addr_Test.
+
+Wed Aug 13 18:35:08 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * Kokyu/tests/DSRT_MIF/MIF.cpp:
+ Changed ACE_Thread_Mutex to ACE_SYNCH_MUTEX to quash an error on
+ single threaded builds.
+
+Wed Aug 13 17:38:09 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * apps/Gateway/Gateway/gateway.mpc:
+ * apps/JAWS/clients/Blobby/blobby.mpc:
+ * apps/JAWS/clients/Caching/caching.mpc:
+ * apps/JAWS/server/server.mpc:
+ * apps/drwho/drwho.mpc:
+ * apps/soreduce/soreduce.mpc:
+ Added missing MPC project files.
+
+Wed Aug 13 15:47:13 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * apps/drwho/File_Manager.h:
+ Added #include Null_Mutex.h needed when
+ ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION is defined due to recent
+ subsetting.
+
+Mon Aug 11 19:19:24 2003 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
+
+ * ace/Global_Macros.h: Updated the documentation to point to
+ the C++NPv2 and POSA2 books. Thansk to Valery Salamakha
+ <ccapstan@bigpond.net.au> for motivating this change!
+
+Mon Aug 11 08:39:06 2003 Venkita Subramonian <venkita@cs.wustl.edu>
+
+ * Kokyu/Koyu_dsrt.h: Removed Kokyu_Export qualification for
+ template class MUF_Comparator. This was giving compile errors in
+ Win2K_VC71_NET_DLL build.
+
+Mon Aug 11 06:35:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * Kokyu/Makefile:
+ Removed windows specific part in this makefile. This gave
+ problems with MinGW and the MSys shell and isn't needed.
+
+Mon Aug 11 01:46:23 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * include/makeinclude/platform_g++_common.GNU:
+ Modified the test for "GNU ld" to grep for the count instead of
+ relying on the return value which doesn't appear to work
+ correctly on all versions, specifically MacOSX and older
+ versions of OpenBSD (two platforms to which I lack access).
+ Thanks to John Michael Zorko <j.zorko@att.net> for help
+ debugging this.
+
+Sun Aug 10 14:04:17 2003 Venkita Subramonian <venkita@cs.wustl.edu>
+
+ * Kokyu/tests/DSRT_MIF/Makefile: Updated dependencies.
+
+Sun Aug 10 13:32:42 2003 Venkita Subramonian <venkita@cs.wustl.edu>
+
+ * Kokyu/DSRT_Direct_Dispatcher_Impl_T.{h,cpp}: Moved the method
+ definition of MoreEligible::operator() to the header file to get
+ rid of MSV compiler errors. I suspect that the nested class
+ MoreEligible could be causing the problem.
+
+ * Kokyu/DSRT_Sched_Queue_T.{h,cpp}: Moved the method
+ definition of Guid_Hash::operator() to the header file to get
+ rid of MSV compiler errors. I suspect that the nested class
+ could be causing the problem.
+
+ * Kokyu/Kokyu_dsrt.{h,cpp}: Corrected a typo and included
+ Kokyu_dsrt.i instead of Kokyu.i. Removed Kokyu_Export
+ qualification for template classes.
+
+ * Kokyu/Kokyu_defs.h: Added export qualification for noncopyable
+ class.
+
+Sun Aug 10 09:52:17 2003 Venkita Subramonian <venkita@cs.wustl.edu>
+
+ * Kokyu/tests/DSRT_MIF/MIF.dsp:
+ * Kokyu/tests/DSRT_MIF/MIF.dsw:
+ * Kokyu/tests/EDF/Makefile:
+ * Kokyu/tests/FIFO/Makefile:
+ Added the above files which were missing.
+
+Sun Aug 10 08:58:18 2003 Venkita Subramonian <venkita@cs.wustl.edu>
+
+ * Kokyu/tests/DSRT_MIF/MIF.cpp: Included Synch.h to get rid of
+ compile errors.
+
+Sun Aug 10 08:16:36 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * ace/DEV.h: Fixed a typo in the definition of
+ ACE_DEV_STREAM. Thanks to Edan Ayal <edanayal@yahoo.com> for
+ pointing this out.
+
+Sun Aug 10 06:17:43 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * examples/Export/dll.cpp:
+ Fixed a typo in last checkin, i.e., added a space.
+
+Sat Aug 9 20:55:47 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * examples/Connection/blocking/SPIPE-acceptor.cpp:
+ * examples/Export/dll.cpp:
+ Added missing explicit template instantiations.
+
+ * examples/examples/OS/Process/imore.cpp:
+ * examples/Connection/blocking/SPIPE-connector.cpp:
+ * examples/OS/Process/process.cpp:
+ * examples/Reactor/Proactor/test_proactor.cpp:
+ Added const to char* declarations to quash warnings.
+
+ * examples/Timer_Queue/Thread_Timer_Queue_Test.cpp:
+ Added #include Condition_T.h and Thread_Mutex.h needed for
+ explicit template instantiation.
+
+ * examples/Timer_Queue/Timer_Queue.mpc:
+ Added "after" directive so library gets compiled first.
+
+ * tests/Collection_Test.cpp:
+ Fixed a typo in an explicit template instantiation directive.
+
+Sat Aug 9 13:56:37 2003 Venkita Subramonian <venkita@cs.wustl.edu>
+
+ * Kokyu/Dispatcher_Task.h: Deleted extra qualification for method
+ prototype declarations to get rid of compiler warnings in
+ Debian_Full_Reactors build.
+
+ * Kokyu/Makefile: Updated dependencies.
+
+Sat Aug 9 18:23:32 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/ace.mpc:
+ Added Container_Instantiations.cpp to resolve problems on
+ Solaris when templates=explicit.
+
+Sat Aug 9 12:49:11 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * etc/tao_rtevent.doxygen:
+ Added TAO/orbsvcs/orbsvcs/Event_Service_Constants.h to the list
+ of files that must be parsed for the RTEvent doxygen documentation
+
+Sat Aug 9 06:17:49 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/Process_Mutex.cpp:
+ Readded explicit template instantiation of
+ ACE_GUARD<ACE_PROCESS_MUTEX> and #includes needed to compile it.
+
+Sat Aug 9 05:16:32 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * include/makeinclude/platform_g++_common.GNU:
+ Modified the ld version test so that it wouldn't printout error
+ information to the build log on failure.
+
+Sat Aug 9 04:21:24 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/config-freebsd.h:
+ Added a test for ACE_MT_SAFE to support single threaded builds.
+
+ * include/makeinclude/platform_aix_g++.GNU:
+ * include/makeinclude/platform_gnuwin32_common.GNU:
+ * include/makeinclude/platform_irix6.x_sgic++.GNU:
+ * include/makeinclude/platform_linux.GNU:
+ * include/makeinclude/platform_linux_borland.GNU:
+ * include/makeinclude/platform_linux_icc.GNU:
+ * include/makeinclude/platform_osf1_4.x_cxx.GNU:
+ * include/makeinclude/platform_sunos5_g++.GNU:
+ * include/makeinclude/platform_sunos5_ghs.GNU:
+ * include/makeinclude/wrapper_macros.GNU:
+ Add ACE_MT_SAFE=0 to CPPFLAG in wrapper_macros.GNU instead of
+ each individual platform_*.GNU file.
+
+ * include/makeinclude/platform_g++_common.GNU:
+ * include/makeinclude/platform_vxworks5.x_g++.GNU:
+ Set SONAME equal to nothing in the individual platform_*.GNU
+ files to turn off library naming instead of using with_ld.
+ with_ld, however it is still used with hpux to modify the
+ options.
+
+ * include/makeinclude/platform_aix_g++.GNU:
+ * include/makeinclude/platform_freebsd.GNU:
+ * include/makeinclude/platform_g++_common.GNU:
+ * include/makeinclude/platform_gnuwin32_common.GNU:
+ * include/makeinclude/platform_hpux_gcc.GNU:
+ * include/makeinclude/platform_irix5.2.GNU:
+ * include/makeinclude/platform_irix5.3_g++.GNU:
+ * include/makeinclude/platform_irix6.x_g++.GNU:
+ * include/makeinclude/platform_linux.GNU:
+ * include/makeinclude/platform_lynxos.GNU:
+ * include/makeinclude/platform_m88k.GNU:
+ * include/makeinclude/platform_macosx.GNU:
+ * include/makeinclude/platform_netbsd.GNU:
+ * include/makeinclude/platform_openbsd.GNU:
+ * include/makeinclude/platform_osf1_4.x_g++.GNU:
+ * include/makeinclude/platform_psosim_g++.GNU:
+ * include/makeinclude/platform_qnx_neutrino.GNU:
+ * include/makeinclude/platform_qnx_rtp_gcc.GNU:
+ * include/makeinclude/platform_sco-nothread.GNU:
+ * include/makeinclude/platform_sco5.0.0-mit-pthread.GNU:
+ * include/makeinclude/platform_sco5.0.0-nothread.GNU:
+ * include/makeinclude/platform_sunos4_g++.GNU:
+ * include/makeinclude/platform_sunos5_g++.GNU:
+ * include/makeinclude/platform_unixware_g++.GNU:
+ * include/makeinclude/platform_vxworks5.x_g++.GNU:
+ Move the inclusion of platform_g++_common.GNU in the
+ platform_*.GNU files to after DLD (and SONAME) have been set so
+ that platform_g++_common.GNU can use the value to to help
+ determine whether or not to add -Wl,-E to LDFLAGS. Also added
+ additional checking to make sure that we only test GNU ld.
+
+Fri Aug 8 23:23:30 2003 Venkita Subramonian <venkita@cs.wustl.edu>
+
+ * Kokyu/Dispatcher_Task.{h,cpp,i}:
+ Renamed init() method so that it does not hide the base class
+ init method.
+
+ * Kokyu/Default_Dispatcher_Impl.cpp:
+ Commented out some debug statements.
+
+Sat Aug 9 01:03:52 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/Based_Pointer_Repository.cpp:
+ * ace/Malloc_Instantiations.cpp:
+ * ace/Timer_Hash.cpp:
+ * ace/Timer_Heap.cpp:
+ * ace/Timer_List.cpp:
+ * ace/Timer_Queue.cpp:
+ * ace/Timer_Wheel.cpp:
+ Added #include of various Synch headers needed on Solaris when
+ ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION is defined.
+
+Fri Aug 8 13:26:25 2003 Venkita Subramonian <venkita@cs.wustl.edu>
+
+ * Kokyu/Dispatcher_Task.{h,cpp}: Changed typo TAO_SYNCH_MUTEX to
+ ACE_SYNCH_MUTEX to get rid of compile errors in explicit
+ template instantiation builds.
+
+Fri Aug 8 11:03:57 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/make.mpd:
+
+ Remove the 'perl' call before depgen.pl.
+
+ * bin/MakeProjectCreator/templates/nmake.mpd:
+
+ Put back ACE_ROOT reference in the templates for the depgen.pl
+ script. It is necessary since nmake doesn't support the windows
+ associates like the command prompt does.
+
+Fri Aug 8 10:42:16 2003 Venkita Subramonian <venkita@cs.wustl.edu>
+
+ * Makefile: Added Kokyu to CORE_DIRS list since
+ TAO/orbsvcs/orbsvcs is in core build and
+ TAO/orbsvcs/orbsvcs/Event/*Kokyu* depends on Kokyu framework.
+
+Fri Aug 8 13:22:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * examples/Service_Configurator/IPC-tests/client/local_dgram_client_test.cpp:
+ * examples/Service_Configurator/IPC-tests/client/local_pipe_client_test.cpp:
+ * examples/Service_Configurator/IPC-tests/client/local_stream_client_test.cpp:
+ Added include of OS.h to get ACE_TMAIN. This fixes the link errors we see
+ with these examples.
+
+Fri Aug 8 07:10:06 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/make.mpd:
+ * bin/MakeProjectCreator/templates/makedll.mpt:
+
+ Moved the shflags out of the configurations and into the
+ platforms. The link flag is particular to the linker of the
+ platform.
+
+Fri Aug 8 06:56:52 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/make.mpd:
+
+ Fixed a problem with my change from Thu Aug 7 12:43:05 2003. The
+ INSTARGET needed to be set before it was used in the all:
+ dependencies.
+
+Thu Aug 7 21:47:25 2003 Venkita Subramonian <venkita@cs.wustl.edu>
+
+ * Kokyu/Kokyu.h: Included Dispatcher_Impl.h header file instead of
+ forward declaring Dispatcher_Impl. This was causing compile
+ errors/warnings in some builds.
+
+ * Kokyu/Makefile: Updated dependencies.
+
+Thu Aug 07 16:36:29 2003 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * bin/MakeProjectCreator/config/qt-min.mpb: Added a minimal Qt
+ base project for those projects which require to use Qt library
+ but not ACE_QtReactor.
+
+ * bin/MakeProjectCreator/config/qt-min_moc.mpb: Same twist for
+ qt_moc.mpb. Things can probably be condensed more, later.
+
+Thu Aug 7 13:29:22 2003 Venkita Subramonian <venkita@cs.wustl.edu>
+
+ * Makefile: Added Kokyu directory to DIRS and CLONE variables, so
+ that it is included as part of the autobuilds and release tar
+ ball. Thanks to Craig Rodrigues <crodrigu@bbn.com> for pointing
+ this out.
+
+Thu Aug 7 12:43:05 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/make.mpd:
+
+ Fixed a problem with the generic make template where a static
+ library wouldn't get installed.
+
+Thu Aug 7 13:08:28 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/Unbounded_Set_Ex.cpp:
+ Added #include of os_errno.h to pick up ENOMEM on older versions
+ of gcc and needed due to recent subsetting.
+
+Thu Aug 7 07:35:56 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/modules/WorkspaceCreator.pm:
+
+ Corrected a bug in the dependency sorting logic by removing the
+ use of splice and manually moving the array entries.
+
+Thu Aug 7 06:18:57 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * include/makeinclude/rules.local.GNU:
+
+ Added a dash in front of the include for the dependency file to
+ suppress warnings about missing files.
+
+Thu Aug 7 00:12:50 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/Handle_Set.i:
+ Added several #includes required by the FD_ZERO macro on various
+ platforms, including os_string.h, os_strings.h, and bstring.h,
+ required by recent subsetting.
+
+ * ace/Process_Mutex.cpp:
+ Removed explicite template instantiation of
+ ACE_GUARD<ACE_Process_Mutex> that doesn't appear to be needed
+ within ACE and highlighted by recent subsetting.
+
+ * ace/TSS_T.cpp:
+ Added conditional #include TSS_Adapter.h when ACE_HAS_THR_C_DEST is
+ defined and required by recent subsetting.
+
+ * ace/Timer_Queue_T.cpp:
+ Added #include Null_Mutex.h required by recent subsetting.
+
+Wed Aug 6 14:50:00 UTC 2003 Gautam Thaker <gthaker@atl.lmco.com>
+
+ Please send all comments/questions about this commit to
+ Jason Cohen, jcohen@atl.lmco.com
+
+ LKSCTP Support added for Linux 2.5/2.6 kernels with LKSCTP patch.
+
+ * ace/SOCK_SEQPACK_Acceptor.h:
+ * ace/SOCK_SEQPACK_Connector.h:
+ Changed default protocol from 0 to 132 (IPPROTO_SCTP).
+ This forces all current usage of SOCK_SEQPACK_* to use
+ SCTP. This was done because LKSCTP support was added to
+ the SOCK_SEQPACK code, but overrides with SOCK_STREAM.
+ Currently, OpenSS7 and LKSCTP have different views on this.
+
+ * ace/SOCK_SEQPACK_Acceptor.cpp:
+ * ace/SOCK_SEQPACK_Association.cpp:
+ * ace/SOCK_SEQPACK_Connector.cpp:
+ Added #ifdef ACE_HAS_LKSCTP sections to SOCK_SEQPACK_* files
+ to support socket interface differences between LKSCTP and OpenSS7.
+
+ * ace/os_include/sys/os_socket.h:
+ * include/makeinclude/platform_linux.GNU:
+ To enable LKSCTP support on a patched Linux 2.5/2.6 kernel,
+ you must supply 'sctp=lksctp' to your make command line.
+
+ * performance-tests/SCTP/Options_Manager.cpp
+ Now allows automatic server selection of port.
+
+ * performance-tests/SCTP/README
+ * performance-tests/SCTP/README.LKSCTP:
+ * performance-tests/SCTP/README.SCTP:
+ * performance-tests/SCTP/README.SCTP_in_ACE:
+ Made additions for LKSCTP to the documentation.
+
+Wed Aug 6 14:13:25 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/Null_Condition.h (vait):
+ Removed unused variable in method declaration to quash a warning.
+
+Wed Aug 6 03:29:03 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ Additional includes required by recent subsetting.
+
+ * Kokyu/Dispatcher_Task.h: Lock_Adapter_T.h.
+ * apps/JAWS2/HTTPU/http_headers.h: Null_Mutex.h.
+ * apps/JAWS2/HTTPU/http_status.h: Synch_Traits.h.
+ * apps/JAWS2/JAWS/Cache_Manager_T.cpp: streams.h.
+ * apps/JAWS2/JAWS/IO.h: Synch_Traits.h.
+ * apps/JAWS2/JAWS/IO_Handler.h: RW_Thread_Mutex.h
+ * apps/JAWS2/JAWS/JAWS.h: Trace.h.
+ * apps/JAWS2/JAWS/Parse_Headers.h: Synch_Traits.h.
+ * apps/soreduce/Library.h: streams.h.
+
+ * apps/JAWS2/JAWS/Server.cpp:
+ Added #ifdef around ACE_Trace calls to turn on/off tracing.
+
+Wed Aug 6 02:27:32 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * include/makeinclude/platform_g++_common.GNU:
+ Modified the test for whether or not GNU ld supports the -E
+ option needed to enable dynamic_casting of objects passed to
+ shared libraries. Thanks to Chris Cleeland
+ <cleeland@ociweb.com> for suggesting we dynamically obtain which
+ ld to use by passing the -print-prog-name to gcc, and
+ Krishnakumar B <kitty@cse.wustl.edu> for the patch.
+
+ * ace/Null_Mutex.h:
+ * ace/Null_Semaphore.h:
+ Removed unused variable name to silence warnings.
+
+Tue Aug 5 17:25:35 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/Dev_Poll_Reactor.{cpp,h}:
+ Added #includes of Reverse_Lock_T.h, Recursive_Thread_Mutex.h,
+ NUll_Mutex.h, and Lock_Adapter_T.h needed due to recent subsetting.
+
+ * ace/Dump_T.cpp:
+ Added #include of Global_Macros.h.
+
+ * ace/Global_Macros.h:
+ Added #include of the appropriate new header to get the
+ definition of placement new(). Thanks to Olli Savia
+ <ops@iki.fi> for this suggestion.
+
+ * ace/Log_Msg.cpp:
+ Removed the explicite template instantiation of ACE_Reverse_Lock
+ that wasn't used and appeared to be dead code. Thanks to Olli
+ Savia <ops@iki.fi> for pointing out the problem.
+
+ * ace/Timer_Queue_Adapters.{h,cpp}:
+ Moved #include of Condition_Recursive_Thread_Mutex.h from the
+ cpp to the header since it's used as a member variable.
+
+ * examples/Reactor/WFMO_Reactor/APC.cpp:
+ * examples/Reactor/WFMO_Reactor/Abandoned.cpp:
+ * examples/Reactor/WFMO_Reactor/Registration.cpp:
+ * examples/Reactor/WFMO_Reactor/Registry_Changes.cpp:
+ Added #include of Auto_Event.h needed due to recent subsetting
+ changes.
+
+ * tests/Proactor_Test.cpp:
+ Added #include of Thread_Semaphore needed due to recent
+ subsetting changes.
+
+Tue Aug 5 15:16:54 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/os_include/os_errno.h:
+ * ace/os_include/os_limit.h:
+ Moved define for PIPE_BUF from os_errno.h, where it have been
+ moved by mistake (see Mon Aug 4 13:08:29 UTC 2003 Don Hinton
+ <dhinton@dresystems.com>) to os_limit.h.
+
+ * ace/os_include/os_errno.h:
+ * ace/os_include/sys/os_wait.h:
+ Moved define for WNOHANG from os_errno.h, where it have been
+ moved by mistake (see Mon Aug 4 13:08:29 UTC 2003 Don Hinton
+ <dhinton@dresystems.com>) to sys/os_wait.h.
+
+Tue Aug 5 01:17:55 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/TSS_T.cpp:
+ Rolled back part of the fix from Mon Aug 4 21:02:12 UTC 2003
+ Don Hinton <dhinton@dresystems.com>. Some of the cpp still
+ needs to be ifdef'd out for single threaded builds.
+
+ * ace/Timer_Queue_Adapters.cpp:
+ Added #include Condition_Recursive_Thread_Mutex.h needed on some
+ Windows builds.
+
+Mon Aug 4 21:02:12 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/TSS_T.{h,cpp}:
+ Removed ACE_HAS_THREADS #ifdef around ACE_TSS* classes that
+ shouldn't have been there, and was erroneously added when the
+ code was moved. Although ACE_TSS probably should be ifdef'd and
+ the ACE_TSS_TYPE macros used, that wasn't the purpose of the
+ move, so it was set back to the way it was.
+
+ * ace/Free_List.h:
+ Added #include os_stddef.h to pick up size_t. Thanks to John
+ Michael Zorko <j.zorko@att.net> for submitting this patch.
+
+Mon Aug 4 17:03:55 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/Bound_Ptr.i:
+ Added #include of Guard_T.h.
+
+ * apps/mkcsregdb/mkcsregdb.cpp:
+ Added #include of Log_Msg.h.
+
+ * examples/Export/dll.h:
+ Added #include of Null_Mutex.h.
+
+ * examples/Reactor/Proactor/post_completions.cpp:
+ Added #include of Thread_Mutex.h and changed ACE_Thread_Mutex to
+ ACE_SYNCH_MUTEX.
+
+ * examples/Smart_Pointers/Gadget_Part.h.
+ Added #include Synch_Traits.h and Thread_Mutex.h.
+
+Mon Aug 4 13:56:31 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/Synch_T.h:
+ Added #include Synch.h to insure backward compatibility on
+ non-threaded builds.
+
+ * ace/Strategies_T.cpp:
+ Added #include ACE.h needed when not inlining.
+
+Mon Aug 4 13:08:29 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/OS.h:
+ * ace/os_include/os_errno.h:
+ Moved some additional error code definitions to os_errno.h.
+ This will fix compile errors on FreeBSD.
+
+ * ace/config-win32-common.h:
+ Added ACE_LACKS_ARPA_INET_H. This will fix compile problems on
+ Windows.
+
+Mon Aug 4 09:31:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/os_include/os_dlfcn.h:
+ Added VxWorks includes for shared library functions.
+
+ * ace/OS.i:
+ Implemented access, dlerror and dlopen for VxWorks. There is no
+ reference counting on dlopen, when calling it multiple times on
+ the same shared lib it will load the same lib multiple times,
+ this because VxWorks has no reference counting. Use these with
+ care because of the strange VxWorks implementation. Thanks to
+ Marc Walrave <marc.walrave@meco.nl> for creating this.
+
+Mon Aug 4 23:47:33 2003 <Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * ace/Array_Base.cpp:
+
+ For MSVC++ 6, include standard C++ <new> header to pull in
+ placement new() operator prototype. Addresses template
+ instantiation errors.
+
+Mon Aug 4 22:41:24 2003 <Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * ace/DLL_Manager.cpp:
+
+ Include "ace/Guard_T.h" to pull in ACE_Guard template
+ declaration.
+
+ * ace/MEM_Addr.cpp:
+
+ Include "ace/OS.h" to pull in ACE_OS::strtoul() static function
+ prototype.
+
+ * ace/Process_Semaphore.h:
+
+ Include "ace/Semaphore.h" to pull in the ACE_Semaphore class
+ declaration for the (ACE_WIN32 || ACE_HAS_POSIX_SEM || ACE_PSOS)
+ case.
+
+ * ace/Service_Object.cpp:
+
+ Include "ace/ACE.h" to pull in ACE::strnew() function prototype.
+
+ * ace/Service_Repository.cpp:
+
+ Include "ace/ACE.h" to pull in ACE::debug() function prototype.
+
+ * ace/Token.h:
+
+ Fixed compile-time problems in MSVC++ builds. Some headers must
+ still be included for the ACE_TOKEN_USES_SEMAPHORE case.
+
+ * ace/WIN32_Asynch_IO.h:
+
+ Include "ace/Null_Mutex.h" to pull in ACE_Null_Mutex class
+ declaration.
+
+ * ace/WIN32_Proactor.h:
+
+ Include "ace/Auto_Event.h" to pull in ACE_Auto_Event class
+ declaration.
+
+Mon Aug 4 04:28:59 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/Condition_Recursive_Thread_Mutex.cpp:
+ * ace/Condition_Thread_Mutex.cpp:
+ * ace/TSS_T.{cpp,h}:
+ * ace/Thread_Mutex.h:
+ * ace/Token.{h,i}:
+ Added or adjusted placement of #ifdef ACE_HAS_THREADS in order
+ to fix compile errors on single threaded builds.
+
+ * ace/DLL_Manager.h:
+ Added #include ace/os_include/os_dlfcn.h needed for single
+ threaded builds.
+
+Mon Aug 4 03:26:30 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/Auto_Event.{h,cpp,inl}:
+ * ace/Barrier.{h,cpp,inl}:
+ * ace/Condition_Recursive_Thread_Mutex.{h,cpp,inl}:
+ * ace/Condition_T.{h,cpp,inl}:
+ * ace/Condition_Thread_Mutex.{h,cpp,inl}:
+ * ace/Event.{h,cpp,inl}:
+ * ace/Guard_T.{h,cpp,inl}:
+ * ace/Lock.{h,cpp,inl}:
+ * ace/Lock_Adapter_T.{h,cpp,inl}:
+ * ace/Manual_Event.{h,cpp,inl}:
+ * ace/Mutex.{h,cpp,inl}:
+ * ace/Null_Barrier.h:
+ * ace/Null_Condition.h:
+ * ace/Null_Mutex.h:
+ * ace/Null_Semaphore.h:
+ * ace/RW_Mutex.{h,cpp,inl}:
+ * ace/RW_Thread_Mutex.{h,cpp,inl}:
+ * ace/Recursive_Thread_Mutex.{h,cpp,inl}:
+ * ace/Reverse_Lock_T.{h,cpp,inl}:
+ * ace/Semaphore.{h,cpp,inl}:
+ * ace/Synch_Traits.h:
+ * ace/TSS_Adapter.{h,cpp,inl}:
+ * ace/TSS_T.{h,cpp,inl}:
+ * ace/Thread_Mutex.{h,cpp,inl}:
+ * ace/Thread_Semaphore.{h,cpp,inl}:
+ * ace/Synch.{h,cpp,i}:
+ * ace/Synch_T.{h,cpp,i}:
+ Moved all the code out of Synch* and into new files, roughly one
+ per class as part of the footprint and compile time reduciton
+ effort.
+
+ * ace/TSS_T.h:
+ * ace/OS.h:
+ Moved the ACE_TSS_TYPE macros from OS.h to TSS_T.h:
+
+ * ace/Token.{h,i}:
+ * ace/Synch.{h,i}:
+ Moved the ACE_Noop_Token class from Synch.* to Token.*.
+
+ * ace/ARGV.cpp:
+ * ace/Activation_Queue.h:
+ * ace/Active_Map_Manager_T.h:
+ * ace/Asynch_Pseudo_Task.h:
+ * ace/Atomic_Op.h:
+ * ace/Atomic_Op_T.{h,i}:
+ * ace/Based_Pointer_Repository.{cpp,h}:
+ * ace/Bound_Ptr.i:
+ * ace/Cached_Connect_Strategy_T.{cpp,h}:
+ * ace/Capabilities.h:
+ * ace/Configuration.h:
+ * ace/Containers_T.cpp:
+ * ace/DLL_Manager.{cpp,h}:
+ * ace/Dump.{cpp,h}:
+ * ace/Dynamic.cpp:
+ * ace/Event_Handler.h:
+ * ace/Filecache.h:
+ * ace/Framework_Component.{h,cpp,inl}:
+ * ace/Free_List.{h,i}:
+ * ace/Future.h:
+ * ace/Handle_Set.cpp:
+ * ace/Hash_Cache_Map_Manager_T.{h,i}:
+ * ace/Hash_Map_With_Allocator_T.h:
+ * ace/High_Res_Timer.cpp:
+ * ace/Lib_Find.cpp:
+ * ace/Local_Name_Space.h:
+ * ace/Local_Name_Space_T.h:
+ * ace/Log_Msg.{cpp,h}:
+ * ace/Log_Record.{h,i}:
+ * ace/MEM_SAP.i:
+ * ace/Malloc.cpp:
+ * ace/Malloc_Allocator.cpp:
+ * ace/Malloc_T.h:
+ * ace/Map_Manager.{h,i}:
+ * ace/Memory_Pool.cpp:
+ * ace/Message_Block.cpp:
+ * ace/Message_Queue.h:
+ * ace/Message_Queue_T.h:
+ * ace/Metrics_Cache.h:
+ * ace/Name_Request_Reply.cpp:
+ * ace/Object_Manager.{cpp,h}:
+ * ace/POSIX_Asynch_IO.h:
+ * ace/POSIX_CB_Proactor.h:
+ * ace/Proactor.cpp:
+ * ace/Process_Manager.{cpp,h}:
+ * ace/Process_Mutex.{cpp,h}:
+ * ace/Process_Semaphore.h:
+ * ace/RB_Tree.{cpp,i}:
+ * ace/SOCK_Acceptor.cpp:
+ * ace/SOCK_Dgram.cpp:
+ * ace/SOCK_Dgram_Mcast.h:
+ * ace/SOCK_SEQPACK_Acceptor.cpp:
+ * ace/SPIPE_Acceptor.h:
+ * ace/Select_Reactor_Base.cpp:
+ * ace/Select_Reactor_T.{cpp,h}:
+ * ace/Service_Repository.{h,i}:
+ * ace/Service_Types.{h,i}:
+ * ace/Signal.{cpp,h}:
+ * ace/Singleton.{cpp,h}:
+ * ace/Strategies_T.{cpp,h}:
+ * ace/System_Time.h:
+ * ace/Task_T.{cpp,h}:
+ * ace/Test_and_Set.cpp:
+ * ace/Thread_Exit.cpp:
+ * ace/Thread_Manager.{cpp,h}:
+ * ace/Timeprobe.h:
+ * ace/Timer_Queue.h:
+ * ace/Timer_Queue_T.cpp:
+ * ace/Token.{cpp,h,i}:
+ * ace/Token_Invariants.h:
+ * ace/Token_Manager.h:
+ * ace/UPIPE_Acceptor.h:
+ * ace/UPIPE_Connector.h:
+ * ace/UPIPE_Stream.h:
+ * ace/UUID.h:
+ * ace/Unbounded_Queue.cpp:
+ * apps/drwho/BS_Client.cpp:
+ * examples/ASX/Event_Server/Event_Server/Consumer_Router.h:
+ * examples/ASX/Event_Server/Event_Server/Peer_Router.h:
+ * examples/ASX/UPIPE_Event_Server/Peer_Router.h:
+ * examples/C++NPv2/Logging_Event_Handler_Ex.h:
+ * examples/Logger/simple-server/Reactor_Singleton.h:
+ * examples/Misc/test_get_opt.cpp:
+ * examples/Misc/test_set.cpp:
+ * examples/Misc/test_trace.cpp:
+ * examples/Reactor/Misc/test_timer_queue.cpp:
+ * examples/Shared_Malloc/test_persistence.cpp:
+ * examples/Threads/TSS_Data.h:
+ * examples/Threads/barrier2.cpp:
+ * examples/Threads/task_one.cpp:
+ * examples/Timer_Queue/Thread_Timer_Queue_Test.h :
+ * performance-tests/SCTP/Options_Manager.cpp
+ * performance-tests/Server_Concurrency/Leader_Follower/RT_CORBA_Leader_Follower.h:
+ * performance-tests/Server_Concurrency/Queue_Based_Workers/RT_CORBA_Workers.cpp:
+ * performance-tests/Server_Concurrency/Queue_Based_Workers/RT_CORBA_Workers.h:
+ * performance-tests/Server_Concurrency/Queue_Based_Workers/workers.cpp:
+ * tests/Aio_Platform_Test.cpp:
+ * tests/Basic_Types_Test.cpp:
+ * tests/Cached_Allocator_Test.cpp:
+ * tests/MT_Reference_Counted_Event_Handler_Test.cpp:
+ * tests/Malloc_Test.cpp:
+ * tests/Message_Block_Test.cpp:
+ * tests/Message_Queue_Notifications_Test.cpp:
+ * tests/Reactor_Timer_Test.cpp:
+ * tests/Recursive_Condition_Bug_Test.cpp:
+ * tests/Task_Test.cpp:
+ * tests/Thread_Manager_Test.cpp:
+ * tests/Thread_Pool_Test.cpp:
+ * tests/Timeprobe_Test.cpp:
+ * tests/Timer_Queue_Reference_Counting_Test.cpp:
+ * tests/Timer_Queue_Test.cpp:
+ * tests/Token_Strategy_Test.cpp:
+ Refactored the includes due to Synch changes above.
+
+ * etc/ace.doxygen:
+ Added "__ACE_INLINE__" and ACE_TEMPLATES_REQUIRE_SOURCE to
+ PREDEFINES so that the all the includes would show up in the
+ doxygen file reference pages.
+
+ * ace/Log_Msg.{h,cpp}:
+ Removed the static log_msg_tss_key_ variable from ACE_Log_Msg
+ and added a free function in Log_Msg.cpp with a static local
+ variable to hold the same value. The obviates the need to
+ include OS.h in Log_Msg.h.
+
+Sun Aug 3 20:55:24 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * tests/RMCast/RMCast_Reassembly_Test.cpp:
+ * tests/RMCast/RMCast_UDP_Best_Effort_Test.cpp: #included ACE.h to
+ get rid of compile errors in the full reactor build.
+
+Sat Aug 2 17:50:30 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * ace/WIN32_Asynch_IO.h:
+
+ Added #include of ace/Handle_Set.h.
+
+Fri Aug 1 17:23:32 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * ace/Cache_Map_Manager_T.cpp:
+ * ace/Functor.i:
+ * ace/Hash_Map_Manager_T.cpp:
+ * ace/Map_Manager.cpp:
+ * ace/POSIX_Asynch_IO.h:
+ * ace/RB_Tree.i:
+ * ace/String_Base.cpp: Changed all the includes of OS.h and
+ Malloc.h to OS_String.h and Malloc_Base.h, since that is
+ sufficient. Thanks to Carlos O'Ryan for providing the
+ patches. This helps to improve the compilation time of ACE and
+ its applications that use the above features.
+
+Fri Aug 1 14:55:00 2003 Dan Troesser <troesser_d@ociweb.com>
+
+ * bin/create_ace_build.pl:
+
+ Added -a (absolute) option to correspond with original
+ create_ace_build script.
+
+Fri Aug 1 14:52:17 2003 Justin Michel <michel_j@ociweb.com>
+
+ * bin/MakeProjectCreator/config/acedefaults.mpb:
+
+ Removed the legacy libpaths. They make the log output too long, and
+ seem to cause a problem with some nightly builds for some
+ unknown reason. We'll just have to be careful not to check in
+ mpc-generated files without editing for reverse compatibility.
+
+Fri Aug 1 12:37:59 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/config-vxworks5.x.h:
+ Added setting of ACE_HAS_CHARPTR_DL
+
+Fri Aug 1 07:21:39 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/README:
+ * bin/MakeProjectCreator/modules/TemplateParser.pm:
+
+ Added a 'forcount' which provides a one based index of the foreach
+ iterations.
+
+Fri Aug 1 06:37:39 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/modules/ProjectCreator.pm:
+
+ Fixed a bug where pch files were being picked up even if they did
+ not end with a valid extension.
+
+Thu Jul 31 14:22:17 2003 Justin Michel <michel_j@ociweb.com>
+
+ * bin/create_ace_build.pl:
+ * bin/MakeProjectCreator/config/acedefaults.mpb:
+ * bin/MakeProjectCreator/config/loadbalancing.mpb:
+ * bin/MakeProjectCreator/config/property.mpb:
+ * bin/MakeProjectCreator/config/rtoldevent.mpb:
+
+ Added .disable to the list of files that won't be linked
+ by create_ace_build.pl.
+ Added legacy libpaths so that generated Makefiles will be
+ reverse compatible with existing ones, as a temporary
+ workaround until everything is MPC generated.
+ Fixed some typos in base mpb files.
+
+Thu Jul 31 13:12:17 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/modules/GNUACEWorkspaceCreator.pm:
+
+ The KEEP_GOING flag is automatically set now. It is keyed off of
+ the -k option to make. If -k is passed to make, then KEEP_GOING
+ will be set to 1, otherwise it will be set to 0.
+
+Thu Jul 31 11:36:35 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/modules/GNUACEWorkspaceCreator.pm:
+
+ Added the ability for the main Makefile to stop after the first
+ error. By default, it moves on to the next makefile when an error
+ is encountered. Now, set the make macro KEEP_GOING to zero to
+ have it stop after the first error is encountered.
+
+Thu Jul 31 16:14:30 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * examples/C++NPv2/C++NPv2.mpc:
+ * examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.mpc:
+ * examples/Reactor/WFMO_Reactor/WFMO_Reactor.mpc:
+ * examples/Registry/Registry.mpc:
+ Added a verbatim tag that ifdef's out the entire Makefile on
+ non-Windows systems. This code can probably be factored out
+ into a platform specific template that Windows only project
+ inherite. Also, this will probably prevent these project from
+ being built with Cygwin and MinGW, since the only test for the
+ MAKE variable, not a Windows specific variable.
+
+Thu Jul 31 07:42:57 2003 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
+
+ * apps/soreduce/Obj_Module.cpp (add_source):
+ * apps/soreduce/SO_Group.cpp (add_executable): Fixed bugs where
+ application code was being called within ACE_ASSERT macros,
+ which were disappearing when ACE_NDEBUG was enabled! Thanks to
+ Roland Meub <roland.meub@gmx.de> for reporting this fix.
+
+Thu Jul 31 01:29:16 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * examples/Export/Export.mpc:
+ Added sharedname to library project and libs to executable so
+ they would link correctly.
+
+ * examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc:
+ * examples/Smart_Pointers/Smart_Pointers.mpc:
+ Fixed minor typo's in exename and sourcefile name.
+
+Thu Jul 31 00:49:18 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ These are changes needed in order to use MPC.
+
+ * examples/C++NPv2/WFMO_Reactor_Logging_Server.cpp:
+ * examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.{h,cpp}:
+ * examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFCDlg.{h,cpp}:
+ * examples/Log_Msg/Log_Msg_MFC/MFC_Log.cpp:
+ * examples/Reactor/WFMO_Reactor/APC.cpp:
+ * examples/Reactor/WFMO_Reactor/Abandoned.cpp:
+ * examples/Reactor/WFMO_Reactor/Directory_Changes.cpp:
+ * examples/Reactor/WFMO_Reactor/Exceptions.cpp:
+ * examples/Reactor/WFMO_Reactor/Multithreading.cpp:
+ * examples/Reactor/WFMO_Reactor/Registration.cpp:
+ * examples/Reactor/WFMO_Reactor/Registry_Changes.cpp:
+ * examples/Reactor/WFMO_Reactor/Removals.cpp:
+ * examples/Reactor/WFMO_Reactor/Suspended_Removals.cpp:
+ * examples/Reactor/WFMO_Reactor/Talker.cpp:
+ * examples/Reactor/WFMO_Reactor/Window_Messages.cpp:
+ * examples/Registry/test_registry_iterator.cpp:
+ * examples/Registry/test_registry_update.cpp:
+ * examples/Service_Configurator/Misc/Timer_Service.cpp:
+ Modified include order and added ifdef's around WIN32 specific
+ code so these projects will compile on non-Windows platforms,
+ since MPC doesn't currently allow you to easily exclude projects
+ based on platform.
+
+ * examples/Connection/blocking/SPIPE-acceptor.cpp:
+ * examples/Connection/blocking/SPIPE-connector.cpp:
+ Removed an unused parameter and added parentheses to fix compile
+ warnings and errors.
+
+ * examples/Reactor/Proactor/test_multiple_loops.cpp:
+ Fixed a capitalization typo in an include, and added an else
+ branch to define a main() function.
+
+ * examples/RMCast/Send_File/RMCast_Send_File.mpc:
+ * tests/RMCast/acetest.mpb:
+ Added a "requires += rmcast" so that these projects would only
+ be compiled if libRMCast had been compiled, i.e., rmcast=1.
+
+Wed Jul 30 19:21:27 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/Global_Macros.h:
+ * ace/Log_Msg.cpp:
+ * ace/Naming_Context.cpp:
+ * ace/Object_Manager.cpp:
+ * ace/README:
+ * examples/ASX/Event_Server/Event_Server/Options.cpp:
+ * examples/ASX/UPIPE_Event_Server/Options.cpp:
+ * examples/Shared_Malloc/Options.cpp:
+ Added ACE_HAS_TRACE macro that gets defined if ACE_NTRACE=0 and
+ is used to ifdef away calls to ACE_Trace when not tracing. This
+ removes the need to link in Trace.o for static applications not
+ tracing.
+
+ * ace/Asynch_Acceptor.cpp:
+ * ace/Auto_Ptr.h:
+ * ace/Auto_Ptr.i:
+ * ace/Based_Pointer_T.h:
+ * ace/Based_Pointer_T.i:
+ * ace/OS.h:
+ * ace/SV_Semaphore_Complex.i:
+ * ace/SV_Semaphore_Simple.i:
+ * ace/Synch_Options.cpp:
+ * ace/Trace.h:
+ * tests/Proactor_Timer_Test.cpp:
+ * tests/Reactor_Timer_Test.cpp:
+ Adjusted includes to reflect the above change by mainly removing
+ Trace.h, though in some cases by including Global_Macros.h or
+ Trace.h for the two tests.
+
+ * bin/generate_export_file.pl:
+ Made the generated code match what's in Global_Macros.h:
+
+ * ace/Select_Reactor.h:
+ When ACE_MT_SAFE=0, ifdef away the unused template specilization
+ of ACE_Guard<ACE_Select_Reactor_Token_T<ACE_Noop_Token>>.
+
+Wed Jul 30 17:00:03 2003 Yamuna Krishnamurthy <yamuna@oomworks.com>
+
+ * ace/UUID.cpp:
+
+ Removed erroneous casting of timeLow. Thanks to Johnny Willemsen
+ <jwillemsen@remedy.nl> for pointing this out.
+
+Wed Jul 30 02:18:17 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * configure.ac:
+ * m4/config_h.m4:
+ Added macros to check for existence of stdint.h and inttypes.h
+ and define the appropriate ACE_LACKS_* macro is they are
+ missing.
+
+ * ace/os_include/os_pthread.h:
+ Added check for UNIXWARE_7_1 before defining default values for
+ several THR_* macros. Terletsky Oleg
+ <oleg.terletsky@comverse.com> for supplying these patches.
+
+Tue Jul 29 09:59:35 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * ace/UUID.cpp:
+
+ Changed the #includes to use the ace directory.
+
+ * ace/ace.mpc:
+
+ Added Metrics_Cache.cpp and UUID.cpp.
+
+Tue Jul 29 09:39:58 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/config/vcpartialmacros.mpt:
+
+ Modified to add to pch_defines instead of assigning.
+
+ * bin/MakeProjectCreator/templates/bordll.mpt:
+ * bin/MakeProjectCreator/templates/borexe.mpt:
+ * bin/MakeProjectCreator/templates/common.mpt:
+ * bin/MakeProjectCreator/templates/em3vcpdll.mpt:
+ * bin/MakeProjectCreator/templates/em3vcpdllexe.mpt:
+ * bin/MakeProjectCreator/templates/em3vcplib.mpt:
+ * bin/MakeProjectCreator/templates/em3vcplibexe.mpt:
+ * bin/MakeProjectCreator/templates/gnudll.mpt:
+ * bin/MakeProjectCreator/templates/gnuexe.mpt:
+ * bin/MakeProjectCreator/templates/makedll.mpt:
+ * bin/MakeProjectCreator/templates/nmakedll.mpt:
+ * bin/MakeProjectCreator/templates/nmakeexe.mpt:
+ * bin/MakeProjectCreator/templates/va4iccdll.mpt:
+ * bin/MakeProjectCreator/templates/va4iccdllexe.mpt:
+ * bin/MakeProjectCreator/templates/va4icclib.mpt:
+ * bin/MakeProjectCreator/templates/va4icclibexe.mpt:
+ * bin/MakeProjectCreator/templates/vc6dspdll.mpt:
+ * bin/MakeProjectCreator/templates/vc6dspdllexe.mpt:
+ * bin/MakeProjectCreator/templates/vc6dsplib.mpt:
+ * bin/MakeProjectCreator/templates/vc6dsplibexe.mpt:
+ * bin/MakeProjectCreator/templates/vc7dll.mpt:
+ * bin/MakeProjectCreator/templates/vc7exe.mpt:
+
+ Added the common.mpt for a place to put common template input
+ settings and added an include of common to each template input
+ file.
+
+Tue Jul 29 09:01:44 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * Kokyu/tests/DSRT_MIF/DSRT_MIF.mpc:
+ * Kokyu/tests/EDF/EDF.mpc:
+ * Kokyu/tests/FIFO/FIFO.mpc:
+
+ Added mpc files for the tests.
+
+ * bin/MakeProjectCreator/config/kokyu.mpb:
+
+ Added an include of $(ACE_ROOT)/Kokyu.
+
+Tue Jul 29 07:59:51 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/make.mpd:
+ * bin/MakeProjectCreator/templates/nmake.mpd:
+
+ Remove ACE_ROOT reference in the templates for the depgen.pl
+ script.
+
+Tue Jul 29 07:46:58 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/README:
+ * bin/MakeProjectCreator/modules/Creator.pm:
+ * bin/MakeProjectCreator/modules/WorkspaceCreator.pm:
+
+ Change the way the 'implicit' keyword works. It now takes both
+ boolean values and character strings that represent base projects
+ for implicitly generated projects. See the README for more
+ details.
+
+ * examples/examples.mwc:
+
+ Utilize the new 'implicit' functionality.
+
+Mon Jul 28 22:00:00 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * bin/footprint_stats.sh: Added new libraries that were not
+ covered.
+
+Mon Jul 28 15:06:32 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * ace/WFMO_Reactor.i:
+
+ Fixed typo in preprocessor directive.
+
+Mon Jul 28 19:23:22 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/WFMO_Reactor.cpp:
+ Added ACE_UNUSED_ARG to dump to silence a warning when
+ ACE_HAS_DUMP is not defined.
+
+Mon Jul 28 18:29:38 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/RB_Tree.cpp:
+ Added ACE_UNUSED_ARG to dump_i and dump_node_i to silence a
+ warning when ACE_HAS_DUMP is not defined.
+
+Mon Jul 28 13:01:49 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * ace/UUID.h:
+ * ace/UUID.cpp: The implementations are now placed in a namespace
+ ACE_Utils. Since we can now use namespaces, adding them to a
+ namspace made more sense.
+
+ * ace/UUID.i: File UUID.i is now renamed to be UUID.inl
+
+ * ace/UUID.inl: New file.
+
+ * tests/UUIDTest.cpp: Changes to confirm to the above changes.
+
+Mon Jul 28 12:49:23 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/modules/TemplateParser.pm:
+
+ Added the ability to uppercase and lowercase strings within the
+ templates.
+
+ * bin/MakeProjectCreator/USAGE:
+ * bin/MakeProjectCreator/modules/AutomakeProjectCreator.pm:
+ * bin/MakeProjectCreator/modules/AutomakeWorkspaceCreator.pm:
+ * bin/MakeProjectCreator/templates/automake.mpd:
+ * bin/mpc.pl:
+ * bin/mwc.pl:
+
+ Added initial support for Automake. This is by no means complete
+ or even correct, but it's a starting point. Perhaps someone who
+ knows something about Automake could make the automake template
+ better (correct).
+
+Mon Jul 28 09:36:15 2003 Gan Deng <gan.deng@vanderbilt.edu>
+
+ * bin/tao_orb_tests.lst
+ Put the Bug_1551_Regression test into the daily builds.
+
+Sun Jul 27 20:19:48 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/ARGV.cpp:
+ * ace/ATM_Acceptor.cpp:
+ * ace/ATM_Acceptor.i:
+ * ace/ATM_Addr.cpp:
+ * ace/ATM_Addr.i:
+ * ace/ATM_Connector.cpp:
+ * ace/ATM_Connector.i:
+ * ace/ATM_Params.cpp:
+ * ace/ATM_Params.i:
+ * ace/ATM_QoS.cpp:
+ * ace/ATM_QoS.i:
+ * ace/ATM_Stream.cpp:
+ * ace/ATM_Stream.i:
+ * ace/Acceptor.cpp:
+ * ace/Activation_Queue.cpp:
+ * ace/Active_Map_Manager_T.i:
+ * ace/Addr.cpp:
+ * ace/Array_Base.inl:
+ * ace/Atomic_Op.cpp:
+ * ace/Atomic_Op_T.cpp:
+ * ace/Atomic_Op_T.i:
+ * ace/Auto_IncDec_T.cpp:
+ * ace/Auto_Ptr.cpp:
+ * ace/Auto_Ptr.i:
+ * ace/Based_Pointer_T.cpp:
+ * ace/Cache_Map_Manager_T.cpp:
+ * ace/Cache_Map_Manager_T.i:
+ * ace/Caching_Strategies_T.i:
+ * ace/Connector.cpp:
+ * ace/Containers_T.cpp:
+ * ace/Containers_T.i:
+ * ace/DEV.cpp:
+ * ace/DEV_Addr.cpp:
+ * ace/DEV_Connector.cpp:
+ * ace/DEV_IO.cpp:
+ * ace/Dev_Poll_Reactor.cpp:
+ * ace/Dump_T.cpp:
+ * ace/Dynamic_Service_Base.cpp:
+ * ace/Event_Handler_T.cpp:
+ * ace/FIFO.cpp:
+ * ace/FIFO_Recv.cpp:
+ * ace/FIFO_Recv_Msg.cpp:
+ * ace/FIFO_Send.cpp:
+ * ace/FIFO_Send_Msg.cpp:
+ * ace/FILE.cpp:
+ * ace/FILE_Addr.cpp:
+ * ace/FILE_Connector.cpp:
+ * ace/FILE_IO.cpp:
+ * ace/File_Lock.cpp:
+ * ace/Framework_Component.cpp:
+ * ace/Future.cpp:
+ * ace/Get_Opt.cpp:
+ * ace/Handle_Set.cpp:
+ * ace/Hash_Map_Manager_T.cpp:
+ * ace/Hash_Map_Manager_T.i:
+ * ace/High_Res_Timer.cpp:
+ * ace/INET_Addr.cpp:
+ * ace/IO_SAP.cpp:
+ * ace/IPC_SAP.cpp:
+ * ace/LSOCK.cpp:
+ * ace/LSOCK_Acceptor.cpp:
+ * ace/LSOCK_CODgram.cpp:
+ * ace/LSOCK_Connector.cpp:
+ * ace/LSOCK_Dgram.cpp:
+ * ace/Local_Name_Space_T.cpp:
+ * ace/Local_Tokens.cpp:
+ * ace/Log_Msg.cpp:
+ * ace/Log_Record.cpp:
+ * ace/MEM_Acceptor.cpp:
+ * ace/MEM_Addr.cpp:
+ * ace/MEM_Connector.cpp:
+ * ace/MEM_IO.cpp:
+ * ace/MEM_SAP.cpp:
+ * ace/MEM_Stream.cpp:
+ * ace/Malloc.cpp:
+ * ace/Malloc_Allocator.cpp:
+ * ace/Malloc_Allocator.i:
+ * ace/Malloc_T.cpp:
+ * ace/Map_Manager.cpp:
+ * ace/Map_T.i:
+ * ace/Mem_Map.cpp:
+ * ace/Memory_Pool.cpp:
+ * ace/Message_Block.cpp:
+ * ace/Message_Queue.cpp:
+ * ace/Message_Queue_T.cpp:
+ * ace/Module.cpp:
+ * ace/Name_Proxy.cpp:
+ * ace/Name_Request_Reply.cpp:
+ * ace/Naming_Context.cpp:
+ * ace/OS.cpp:
+ * ace/Obchunk.cpp:
+ * ace/Obstack_T.cpp:
+ * ace/PI_Malloc.cpp:
+ * ace/Parse_Node.cpp:
+ * ace/Pipe.cpp:
+ * ace/Priority_Reactor.cpp:
+ * ace/Process_Manager.cpp:
+ * ace/Process_Mutex.cpp:
+ * ace/Process_Semaphore.cpp:
+ * ace/Profile_Timer.cpp:
+ * ace/RB_Tree.cpp:
+ * ace/RB_Tree.i:
+ * ace/RW_Process_Mutex.cpp:
+ * ace/Reactor.cpp:
+ * ace/Read_Buffer.cpp:
+ * ace/Registry_Name_Space.cpp:
+ * ace/Remote_Name_Space.cpp:
+ * ace/Remote_Tokens.cpp:
+ * ace/SOCK.cpp:
+ * ace/SOCK_Acceptor.cpp:
+ * ace/SOCK_CODgram.cpp:
+ * ace/SOCK_Connector.cpp:
+ * ace/SOCK_Dgram.cpp:
+ * ace/SOCK_Dgram_Bcast.cpp:
+ * ace/SOCK_Dgram_Mcast.cpp:
+ * ace/SOCK_IO.cpp:
+ * ace/SOCK_SEQPACK_Acceptor.cpp:
+ * ace/SOCK_SEQPACK_Association.cpp:
+ * ace/SOCK_SEQPACK_Connector.cpp:
+ * ace/SOCK_Stream.cpp:
+ * ace/SPIPE.cpp:
+ * ace/SPIPE_Acceptor.cpp:
+ * ace/SPIPE_Addr.cpp:
+ * ace/SPIPE_Connector.cpp:
+ * ace/SPIPE_Stream.cpp:
+ * ace/SString.cpp:
+ * ace/SV_Message.cpp:
+ * ace/SV_Message_Queue.cpp:
+ * ace/SV_Semaphore_Complex.cpp:
+ * ace/SV_Semaphore_Simple.cpp:
+ * ace/SV_Shared_Memory.cpp:
+ * ace/Select_Reactor_Base.cpp:
+ * ace/Select_Reactor_T.cpp:
+ * ace/Service_Config.cpp:
+ * ace/Service_Manager.cpp:
+ * ace/Service_Object.cpp:
+ * ace/Service_Repository.cpp:
+ * ace/Service_Types.cpp:
+ * ace/Shared_Memory_MM.cpp:
+ * ace/Shared_Memory_SV.cpp:
+ * ace/Signal.cpp:
+ * ace/Singleton.cpp:
+ * ace/Stats.i:
+ * ace/Strategies_T.cpp:
+ * ace/Stream.cpp:
+ * ace/Stream_Modules.cpp:
+ * ace/String_Base.i:
+ * ace/Svc_Handler.cpp:
+ * ace/Synch.cpp:
+ * ace/Synch.i:
+ * ace/Synch_Options.cpp:
+ * ace/Synch_T.cpp:
+ * ace/TLI.cpp:
+ * ace/TLI_Acceptor.cpp:
+ * ace/TLI_Connector.cpp:
+ * ace/TLI_Stream.cpp:
+ * ace/Task_T.cpp:
+ * ace/Thread_Control.cpp:
+ * ace/Thread_Manager.cpp:
+ * ace/Time_Request_Reply.cpp:
+ * ace/Time_Value.cpp:
+ * ace/Timer_Hash_T.cpp:
+ * ace/Timer_Heap_T.cpp:
+ * ace/Timer_List_T.cpp:
+ * ace/Timer_Queue_T.cpp:
+ * ace/Timer_Wheel_T.cpp:
+ * ace/Token.cpp:
+ * ace/Token_Collection.cpp:
+ * ace/Token_Invariants.cpp:
+ * ace/Token_Manager.cpp:
+ * ace/Token_Request_Reply.cpp:
+ * ace/Trace.cpp:
+ * ace/Typed_SV_Message.cpp:
+ * ace/Typed_SV_Message_Queue.cpp:
+ * ace/UNIX_Addr.cpp:
+ * ace/UPIPE_Acceptor.cpp:
+ * ace/UPIPE_Connector.cpp:
+ * ace/UPIPE_Stream.cpp:
+ * ace/Unbounded_Queue.cpp:
+ * ace/Unbounded_Set.cpp:
+ * ace/Unbounded_Set_Ex.cpp:
+ * ace/Vector_T.cpp:
+ * ace/WFMO_Reactor.cpp:
+ * ace/WFMO_Reactor.i:
+ * ace/XTI_ATM_Mcast.cpp:
+ * ace/README:
+ Added new macro, ACE_HAS_DUMP, and used it to #ifdef out the
+ bodies of the dump() methods is it isn't defined. This will
+ help reduce footprint for deployed applications that don't use
+ dump(). Currently, it is not defined by default.
+
+Sun Jul 27 12:51:14 2003 Venkita Subramonian <venkita@cs.wustl.edu>
+
+ * Kokyu/DSRT_Dispatcher_Impl.{cpp,h,i}:
+ Deleted these files.
+
+ * Kokyu/Kokyu.dsp:
+ * Kokyu/Kokyu_Static.dsp:
+ Updated due to the above deletion.
+
+Sun Jul 27 12:13:31 2003 Venkita Subramonian <venkita@cs.wustl.edu>
+
+ * Kokyu/DSRT_Schedulers.{cpp,h):
+ Removed this file.
+
+ * Kokyu/Kokyu_DLL.dsp:
+ Replaced with Kokyu.dsp.
+
+ * Kokyu/Kokyu.mwc:
+ Deleted this until I am able to get the mwc based generation
+ working.
+
+ * Kokyu/Kokyu.mpc:
+ Changed "dllflags" keyword to "dynamicflags". This was causing
+ build errors in Win2K_VC71_NET_DLL Remedy build. Thanks to
+ Johnny Willemsen for pointing this out.
+
+ * Kokyu/Makefile.Kokyu:
+ Updated dependencies.
+
+ * Kokyu/Kokyu.dsp:
+ * Kokyu/Kokyu_Static.dsp:
+ * Kokyu/Kokyu.dsw:
+ Updated project and workspace files with newly added DSRT files.
+
+Sat Jul 26 22:08:48 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/OS.h (getmacaddress):
+ Removed unused local variable. Resolves compile warnings on
+ Sun.
+
+Sat Jul 26 13:25:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * include/makeinclude/platform_gnuwin32_common.GNU:
+ When linking with mingw, also link netapi32 because this is now
+ needed because of the ACE_OS::getmacaddress() addition
+
+Fri Jul 25 22:01:14 2003 Venkita Subramonian <venkita@cse.wustl.edu>
+ * Kokyu/Kokyu.dsp:
+ * Kokyu/Kokyu_DLL.dsp:
+ * Kokyu/Kokyu_Static.dsp:
+
+ No .cpp extension was generated in MPC created .dsp
+ file. Corrected this manually.
+
+Fri Jul 25 17:41:08 2003 Venkita Subramonian <venkita@cse.wustl.edu>
+
+ * Kokyu/Kokyu_DLL.dsp:
+ * Kokyu/DSRT_Schedulers.cpp:
+ * Kokyu/DSRT_Scheduler.h:
+
+ Removed these files from CVS. Kokyu_DLL.dsp is renamed to
+ Kokyu.dsp after conversion to MPC.
+
+ * Kokyu/DSRT_Direct_Dispatcher_Impl_T.{cpp,h}:
+ * Kokyu/DSRT_Dispatch_Item_T.{cpp,h,i}:
+ * Kokyu/DSRT_Dispatcher_Impl_T.{cpp,h,i}:
+ * Kokyu/DSRT_Sched_Queue_T.{cpp,h}:
+ * Kokyu/Kokyu_dsrt.{cpp,h,i}
+
+ Added new files to implement dynamic scheduling schedulers.
+
+ * Kokyu/Kokyu.dsp:
+ * Kokyu/Kokyu.mwc:
+ * Kokyu/Kokyu.mpc:
+ * Kokyu/Makefile.Kokyu:
+ * Kokyu/Makefile.Kokyu.bor:
+ * Kokyu/Makefile.bor:
+ * Kokyu/Kokyu.dsw:
+ * Kokyu/Kokyu_Static.dsp:
+ * Kokyu/Makefile:
+
+ Created MPC file for Kokyu and generated project files from MPC.
+
+ * Kokyu/Kokyu_defs.{cpp,h,i}
+ * Kokyu/Default_Dispatcher_Impl.{cpp,h,i}
+ * Kokyu/Dispatcher_Impl.{h,cpp,i}
+ * Kokyu/Dispatcher_Task.{h,cpp,i}
+ * Kokyu/Kokyu.{cpp,h,i}
+ * Kokyu/kokyu_export.h
+
+ Reorganized files and updated comments and doxygen documentation.
+
+ * Kokyu/tests/DSRT_MIF/MIF.cpp
+
+ Modified example to reflect new Kokyu dispatcher class.
+
+Thu Jul 24 14:23:44 2003 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
+
+ * ace/Future.{h,cpp}: Removed the operator new/delete/& so
+ that ACE_Future can be stored in STL containers (e.g.,
+ sets/maps/etc.). Thanks to Felix Wyss <FelixW@inin.com>,
+ Patrick Bennett <Patrick.Bennett@inin.com>, and Johnny Tucker
+ for helping with this.
+
+Fri Jul 25 17:32:58 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/os_include/os_dlfcn.h:
+ Define ACE_DEFAULT_SHLIB_MODE to be RTLD_LAZY|RTLD_GLOBAL
+ when ACE_HAS_SVR4_DYNAMIC_LINKING, not just for Linux.
+ Thanks to Krishnakumar B <kitty@cse.wustl.edu> for suggesting
+ this.
+
+ * include/makeinclude/platform_macosx.GNU: Add with_ld=macosx.
+ * include/makeinclude/plafform_g++_common.GNU:
+ Don't add "-Wl,-E" to LDFLAGS when with_ld=macosx. Thanks to
+ John Michael Zorko <j.zorko@att.net> pointing out the problem
+ and supplying a patch. Also, thanks to Craig Rodrigues
+ <crodrigu@bbn.com> for suggesting we set the default for
+ with_ld=gnu and only add "-Wl,-E", which id gnu linker
+ specific, if we're using the gnu version of ld.
+
+Fri Jul 25 11:37:09 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/modules/ProjectCreator.pm:
+ * bin/MakeProjectCreator/modules/TemplateParser.pm:
+
+ Added the ability to access grouped source files through the
+ template. The grouped_source_files, grouped_header_files, etc.
+ can be used if the files are grouped in the mpc file (as they
+ currently are in ace.mpc).
+
+ * bin/MakeProjectCreator/modules/GNUACEProjectCreator.pm:
+ * bin/MakeProjectCreator/templates/gnu.mpd:
+
+ Utilize the new template ability and remove the 'gnu_source_files'
+ and 'build' references and code.
+
+Fri Jul 25 09:17:39 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * bin/performance_stats.sh:
+ * bin/generate_performance_chart.sh: Redefined the range for
+ plotting different graphs.
+
+Fri Jul 25 08:53:12 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * bin/performance_stats.sh: Changed the path to mogrify. On
+ flamenco.dre it is installed in /usr/local instead of
+ /usr/bin/X11. This would break the stats pages at UCI. The pages
+ at UCI havent been updated in a long while. Hence shouldnt be a
+ big deal.
+
+ With this change the thumbnails shold be fine at dre pages.
+
+Fri Jul 25 11:10:21 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/config-win32-common.h:
+ Only do a pragma comment with MSVC
+
+ * ace/Makefile.bor:
+ Added UUID
+ * ace/UUID.h:
+ Fixed compile error with Borland
+
+ * ace/UUID.cpp:
+ Improved log line.
+
+ * tests/UUIDTest.cpp:
+ Fix compile problem in unicode build and ACE_START_TEST to
+ get logfile.
+
+ * tests/Tests.bor:
+ Added UUIDTest
+
+Fri Jul 25 09:34:11 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/config-win32-common.h:
+ Also include nb30.h with MinGW and Borland, but don't do a
+ pragma comment with MinGW
+
+ * ace/OS.cpp (getmacaddress):
+ Fixed incorrect trace, with Borland and MinGW use a reinterpret
+ cast instead of a static cast.
+
+Thu Jul 24 17:32:51 2003 Pradeep Gore <pradeep@oomworks.com>
+
+ * bin/tao_other_tests.lst:
+
+ Added:
+ $TAO_ROOT/orbsvcs/examples/Notify/Lanes/run_test.pl: !ST !MINIMUM
+ $TAO_ROOT/orbsvcs/examples/Notify/ThreadPool/run_test.pl: !ST !MINIMUM
+
+Thu Jul 24 16:23:53 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * bin/generate_performance_chart.sh: Changed the scale to which
+ the graph is plotted.
+
+Thu Jul 24 14:00:29 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * ace/DEV_IO.h (recv_n):
+ * ace/DEV_IO.i: The semantics of recv_n () is now changed to have
+ a timeout and a byte transferred variable. The interface now has
+ the semantics asscoiated with ACE_OS::recv_n () and ACE::recv_n
+ () calls. Thanks to Tom Phan <tom.phan@telhub.com>.
+
+Thu Jul 24 15:01:59 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * include/makeinclude/platform_g++_common.GNU:
+ Added check for !static_libs_only before setting LDFLAGS +=
+ -Wl,-E, since the static_libs and shared_libs variables aren't
+ reset until later in wrapper_macros.GNU, e.g., users can either
+ set shared_libs=0 or static_libs_only=1 to turn off shared_libs.
+
+Thu Jul 24 13:56:54 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * include/makeinclude/platform_g++_common.GNU:
+ * include/makeinclude/platform_linux.GNU:
+ Rolled back the part of Wed Jul 23 23:47:52 UTC 2003 Don Hinton
+ <dhinton@dresystems.com> that changed LDFLAGS in
+ platform_linux.GNU, and instead added the same code to
+ platform_g++_common.GNU for shared libs only. This should
+ fix the spike in footprint that showed up this morning due to
+ yesterday's change.
+
+Thu Jul 24 01:19:59 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * tests/DLL_Test.dsp:
+ * tests/DLL_Test_Impl.dsp:
+ Enabled RTTI so we can test dynamic_cast'ing in a dll.
+
+Wed Jul 23 23:47:52 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/os_include/os_dlfcn.h:
+ Changed ACE_DEFAULT_SHLIB_MODE to be RTLD_LAZY|RTLD_GLOBAL on Linux
+ in order to enable dynamic_cast'ing in shared libraries loaded by
+ ACE_DLL.
+
+ * include/makeinclude/platform_linux.GNU:
+ Added -Wl,-E to LDFLAGS to add all symbols to the dynamic symbol
+ table in order to enable dynamic_cast'ing in shared libraries
+ loaded by ACE_DLL. Thanks to Milan Cvetkovic
+ <mcvetkovic@mpathix.com> for reporting this and providing the fix.
+
+ * tests/DLL_Test.cpp:
+ * tests/DLL_Test.h:
+ * tests/DLL_Test_Impl.cpp:
+ Added a dynamic_cast test to the existing DLL_Test.
+
+ * THANKS:
+ Added Milan Cvetkovic <mcvetkovic@mpathix.com> to the hall of fame.
+
+Wed Jul 23 12:43:48 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * ace/UUID.cpp:
+
+ Added missing ACE_RCSID macro.
+
+ (UUID_node):
+
+ Use UUID_node::NODE_ID_SIZE instead of the hardcoded constant
+ "6". Improves code maintanability.
+
+ (ACE_UUID):
+
+ Corrected format specifier mismatch warnings in sscanf() call
+ exhibited by G++ 3.2.2. Hexadecimal format specifiers ("%x")
+ expect the corresponding argument to be an unsigned int, not a
+ signed int.
+
+Wed Jul 23 19:35:27 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * THANKS:
+ Added Serkan Unsal <serkan_u2000@yahoo.com> to hall of fame.
+
+Wed Jul 23 18:03:21 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/config-cygwin32.h:
+ Include os_math.h here so it always gets included before
+ ACE.h, since math.h defines log2 as macro that conflicts with
+ the method ACE::log2().
+
+ * ace/ace/String_Base.cpp:
+ Remove #include "ace/streams.h" and let the cpp's that acutally
+ use it include it themselves. This helps reduce both footprint
+ and compile-times. Thanks to Bala Natarajan
+ <bala@dre.vanderbilt.edu> for motivating this change.
+
+Wed Jul 23 17:34:56 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/Configuration_Import_Export.h:
+ Document for ACE_Registry_ImpExp that the value after dword is read
+ in hexidecimal format. Thanks to Todd Cooper <todd@DO11073.com> for
+ reporting this.
+
+Tue Jul 22 22:46:18 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * ace/OS.h: Fixed a typo in the documentation of read_n ().
+
+Tue Jul 22 23:24:53 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/OS.cpp (ACE_Thread_ID::to_string):
+ Fixed WCHAR build errors by making all types char instead of
+ ACE_TCHAR and removing ACE_LIB_TEXT macros.
+
+Tue Jul 22 19:20:16 2003 Yamuna Krishnamurthy <yamuna@oomworks.com>
+
+ * ace/ace_dll.dsp:
+
+ Included the UUID generator files into the project to compile on
+ windows.
+
+ * tests/tests.dsw:
+ * tests/UUIDTest.dsp:
+
+ Updated tests.dsw to include the corresponding UUIDTest.dsp
+ project for the unit test UUIDTest which tests the ACE UUID
+ generator.
+
+Tue Jul 22 16:43:01 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/OS.i:
+ Changed new rand_r() implementation a little bit
+
+Tue Jul 22 15:12:02 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/iosfwd.h:
+ Added #include "ace/streams.h" if __APPLE_CC__ is defined. This
+ fixes problems with gperf hanging on MAC OSX. Thanks to John
+ Michael Zorko <j.zorko@att.net> for reporting the problem and
+ supplying the patch.
+
+Tue Jul 22 14:59:59 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * include/makeinclude/platform_linux.GNU:
+ Rolled back Wed Jun 18 17:28:25 2003 Balachandran Natarajan
+ <bala@dre.vanderbilt.edu> and added _GNU_SOURCE instead. If
+ _GNU_SOURCE is defined, these defaults plus a few others
+ including _XOPEN_SOURCE, get set by default--and defaults can
+ and do change over time. This should also cleanup warnings on
+ Debian builds.
+
+Tue Jul 22 10:29:39 2003 Steve Huston <shuston@riverace.com>
+
+ * ace/OS.cpp: Fixed compile error; #elif should be #else.
+ * ace/UUID.cpp: Added #include "ace/Log_Msg.h" to pick up the necessary
+ things for doing logging (ACE_DEBUG, etc.).
+
+Tue Jul 22 06:01:03 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * Select_Reactor_T.cpp:
+ * Timer_Heap_T.cpp:
+ * Timer_List_T.cpp:
+ * Timer_Wheel_T.cpp:
+ Fixed incorrect ACE_TRACE statements to fix fuzz errors.
+
+Tue Jul 22 05:44:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/OS.i:
+ Added an implementation for rand_r() on Win32. Thanks to
+ Kees van Marle <kvmarle@remedy.nl> for noticing the lack of this
+ implementation.
+
+Tue Jul 22 00:19:39 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * examples/C++NPv2/Logging_Handler.cpp:
+ Added #include "ace/streams.h" to resolve compile error.
+
+Mon Jul 21 22:57:54 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * bin/fuzz.pl:
+ Added check for "/**/" comment in pre.h/post.h includes. Thanks
+ to Johnny Willemsen <jwillemsen@remedy.nl> for motivating this.
+
+ * ace/Basic_Types.h:
+ * ace/Strategies.h:
+ * ace/UUID.h:
+ * docs/tutorials/022/Acceptor_Service.h:
+ * Kokyu/*.h:
+ Added comment that adding "/**/" between the #include and the
+ filenames in order to improve doxygen documentation.
+
+Mon Jul 21 22:52:46 2003 Yamuna Krishnamurthy <yamuna@oomworks.com>
+
+ * ace/OS.h:
+ * ace/OS.cpp:
+
+ Moved #include <net/if_arp.h> from OS.h to OS.cpp. This
+ should resolve the compile errors on solaris.
+
+Mon Jul 21 08:59:14 2003 Irfan Pyarali <irfan@oomworks.com>
+
+ * ace/UUID.cpp (get_systemtime):
+
+ Temporary fix to get the compiles rolling again.
+
+Mon Jul 21 01:56:44 2003 Yamuna Krishnamurthy <yamuna@oomworks.com>
+
+ * ace/OS.h:
+ * ace/OS.cpp:
+
+ Added method getmacaddress () to get the mac address of the host
+ for generating UUIDs
+
+ Added to_string () method to ACE_Thread_ID class to create a
+ string representation of ACE_Thread_ID.
+
+ * ace/config-win32-common.h:
+
+ Included file nb30.h and library netapi32.lib required for
+ obtaining MACaddress on windows.
+
+ * ace/UUID.h:
+ * ace/UUID.cpp:
+ * ace/UUID.i:
+
+ Files added to generate UUID (Universally Unique ID) based on
+ expired IETF draft titled "UUIDs and GUIDs". Modifications were
+ made to the UUID generation as defined by the specification to
+ add thread and process ids. This was done by adding a new
+ variant 0xc0 not defined by the specification. By default only
+ the time variant version of the UUID as defined by the spec is
+ generated.
+
+ * tests/Makefile.tests:
+ * tests/UUIDTest.cpp:
+
+ Simple test added to verify ACE UUID generation.
+
+Sun Jul 20 14:14:46 2003 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
+
+ * ace/NT_Service.i (ACE_NT_Service): Set dwWaitHint to 0 in the
+ constructor. Thanks to Emiliano Berenbaum <eberenb@yahoo.com>
+ for reporting this.
+
+Fri Jul 18 18:59:46 2003 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
+
+ * ACE-INSTALL.html: Clarified that ACE+TAO no longer build with
+ MSVC++ 5.x or earlier. Thanks to Amol Tambe
+ <Amol.Tambe@ideas.com> for reporting this.
+
+Sat Jul 19 18:38:50 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * docs/ACE-guidelines.html:
+ Added comment that adding "/**/" between the #include and the
+ file name prevents Doxygen from including the file in the file
+ reference tree graphs, and should be used with pre.h and
+ post.h--which makes the large ones much easier to understand.
+
+ * ace/*.h:
+ * ace/CLASSIX/*.h:
+ * ace/QoS/*.h:
+ * ace/RMCast/*.h:
+ * ace/SSL/*.h:
+ * ace/os_include/*.h:
+ * ace/os_include/arpa/*.h:
+ * ace/os_include/net/*.h:
+ * ace/os_include/netinet/*.h:
+ * ace/os_include/sys/*.h:
+ * performance-tests/Server_Concurrency/Leader_Follower/RT_CORBA_Leader_Follower.h:
+ * performance-tests/Server_Concurrency/Queue_Based_Workers/RT_CORBA_Workers.h:
+ * tests/Service_Config_DLL.h:
+ Added "/**/" between the #include and filename for pre.h and
+ post.h so Doxygen won't include them in the file reference tree
+ graphs.
+
+Fri Jul 18 17:58:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/Asynch_IO.h:
+ * ace/Local_Tokens.h:
+ * ace/Service_Types.h:
+ Fixed doxygen warnings.
+
+Fri Jul 18 10:36:51 2003 Krishnakumar B <kitty@nospam.invalid.domain>
+
+ * THANKS: Added Dieter Knüppel <dknueppel@datus.com> to the
+ contributors list.
+
+Thu Jul 17 15:02:56 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * examples/C++NPv1/Logging_Handler.cpp:
+ Added #include "ace/streams.h".
+
+Thu Jul 17 12:49:39 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * examples/NT_Service/main.cpp:
+ Added #include "ace/streams.h".
+
+Thu Jul 17 06:21:30 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/modules/BorlandProjectCreator.pm:
+
+ Changed the name of borland projects to just be the project name
+ .bor.
+
+ * bin/MakeProjectCreator/USAGE:
+ * bin/MakeProjectCreator/modules/BorlandWorkspaceCreator.pm:
+ * bin/MakeProjectCreator/modules/Driver.pm:
+ * bin/MakeProjectCreator/modules/NMakeWorkspaceCreator.pm:
+ * bin/MakeProjectCreator/modules/Options.pm:
+ * bin/MakeProjectCreator/modules/ProjectCreator.pm:
+ * bin/MakeProjectCreator/modules/WorkspaceCreator.pm:
+
+ Changed the default workspace names for nmake and borland to
+ Makefile. Additionally, I added an option (-make_coexistence)
+ to allow the gnuace, nmake and borland types to coexist. This
+ option causes the default workspace names for nmake and borland to
+ work as they previously had. The nmake workspace would be
+ workspace name .nmake and the borland workspace would be named
+ Makefile.bor.
+
+Wed Jul 16 15:29:37 2003 Justin Michel <michel_j@ociweb.com>
+
+ * bin/create_ace_build.pl:
+
+ Fixed to link include/makeinclude/*.bor files.
+ A few more link exclusions were added.
+
+Wed Jul 16 15:27:37 2003 Irfan Pyarali <irfan@oomworks.com>
+
+ * ace/Dev_Poll_Reactor.h (find_handler):
+
+ Pure virtual specifier for find_handler() was a cut and paste
+ error.
+
+Wed Jul 16 08:38:49 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/config/acedefaults.mpb:
+ * bin/MakeProjectCreator/config/openssl.mpb:
+ * bin/MakeProjectCreator/templates/bor.mpd:
+ * bin/MakeProjectCreator/templates/em3vcp.mpd:
+ * bin/MakeProjectCreator/templates/em3vcpdll.mpt:
+ * bin/MakeProjectCreator/templates/em3vcpdllexe.mpt:
+ * bin/MakeProjectCreator/templates/em3vcplibexe.mpt:
+ * bin/MakeProjectCreator/templates/gnu.mpd:
+ * bin/MakeProjectCreator/templates/gnudll.mpt:
+ * bin/MakeProjectCreator/templates/gnuexe.mpt:
+ * bin/MakeProjectCreator/templates/make.mpd:
+ * bin/MakeProjectCreator/templates/makedll.mpt:
+ * bin/MakeProjectCreator/templates/nmake.mpd:
+ * bin/MakeProjectCreator/templates/nmakedll.mpt:
+ * bin/MakeProjectCreator/templates/nmakeexe.mpt:
+ * bin/MakeProjectCreator/templates/vc6dsp.mpd:
+ * bin/MakeProjectCreator/templates/vc6dspdll.mpt:
+ * bin/MakeProjectCreator/templates/vc6dspdllexe.mpt:
+ * bin/MakeProjectCreator/templates/vc6dsplibexe.mpt:
+ * bin/MakeProjectCreator/templates/vc7.mpd:
+ * bin/MakeProjectCreator/templates/vc7dll.mpt:
+ * bin/MakeProjectCreator/templates/vc7exe.mpt:
+
+ Switched ssl over to use the feature based style instead of the
+ template style. Now, the ssl related libraries will only be added
+ to the generated projects if the ssl feature is enabled.
+
+Wed Jul 16 08:00:10 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/config/acedefaults.mpb:
+ * bin/MakeProjectCreator/config/global.features:
+ * bin/MakeProjectCreator/config/zzip.mpb:
+ * bin/MakeProjectCreator/templates/bor.mpd:
+ * bin/MakeProjectCreator/templates/bordll.mpt:
+ * bin/MakeProjectCreator/templates/borexe.mpt:
+ * bin/MakeProjectCreator/templates/em3vcp.mpd:
+ * bin/MakeProjectCreator/templates/em3vcpdll.mpt:
+ * bin/MakeProjectCreator/templates/em3vcpdllexe.mpt:
+ * bin/MakeProjectCreator/templates/em3vcplib.mpt:
+ * bin/MakeProjectCreator/templates/em3vcplibexe.mpt:
+ * bin/MakeProjectCreator/templates/gnu.mpd:
+ * bin/MakeProjectCreator/templates/gnudll.mpt:
+ * bin/MakeProjectCreator/templates/gnuexe.mpt:
+ * bin/MakeProjectCreator/templates/make.mpd:
+ * bin/MakeProjectCreator/templates/makedll.mpt:
+ * bin/MakeProjectCreator/templates/nmake.mpd:
+ * bin/MakeProjectCreator/templates/nmakedll.mpt:
+ * bin/MakeProjectCreator/templates/nmakeexe.mpt:
+ * bin/MakeProjectCreator/templates/va4icc.mpd:
+ * bin/MakeProjectCreator/templates/va4iccdll.mpt:
+ * bin/MakeProjectCreator/templates/va4iccdllexe.mpt:
+ * bin/MakeProjectCreator/templates/va4icclib.mpt:
+ * bin/MakeProjectCreator/templates/va4icclibexe.mpt:
+ * bin/MakeProjectCreator/templates/vc6dsp.mpd:
+ * bin/MakeProjectCreator/templates/vc6dspdll.mpt:
+ * bin/MakeProjectCreator/templates/vc6dspdllexe.mpt:
+ * bin/MakeProjectCreator/templates/vc6dsplib.mpt:
+ * bin/MakeProjectCreator/templates/vc6dsplibexe.mpt:
+ * bin/MakeProjectCreator/templates/vc7.mpd:
+ * bin/MakeProjectCreator/templates/vc7dll.mpt:
+ * bin/MakeProjectCreator/templates/vc7exe.mpt:
+
+ Switched the zzip configuration information over to use the
+ feature based style instead of doing it within the templates.
+ Now, to enable zzip use the -feature_file option to specify a file
+ that has 'zzip=1' and 'zlib=1'. For more information on the
+ -feature_file option see the README.
+ (or use bin/MakeProjectCreator/config/default.features)
+
+ * bin/MakeProjectCreator/config/zziplib.mpt:
+
+ Removed this file.
+
+Wed Jul 16 12:15:34 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/IOStream_T.cpp:
+ * ace/config-borland-common.h:
+ * ace/config-psos-diab-mips.h:
+ * ace/config-psos-diab-ppc.h:
+ * ace/config-psos-diab.h:
+ * ace/config-psos-tm.h:
+ * ace/config-psosim-g++.h:
+ * ace/config-vxworks5.x.h:
+ * ace/config-win32-ghs.h:
+ * ace/iosfwd.h:
+ Removed all references to ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION.
+ It was used to include ace/iosfwd.h instead of ace/streams.h,
+ but files should only include one they need instead of always
+ including ace/streams.h, which includes <iostream> if available
+ and unnecesarily increases compile times. Thanks to Carlos O'Ryan
+ <coryan@atdesk.com> motivating this.
+
+ * ace/OS.h:
+ * ace/Basic_Types.h:
+ Removed the #ifdefs for ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION and
+ always include ace/iosfwd.h.
+
+ * ace/OS_Log_Msg_Attributes.h:
+ Replaced include of ace/streams.h with ace/iosfwd.h in order
+ to improve compile times
+
+ * performance-tests/SCTP/Options_Manager.cpp:
+ * performance-tests/SCTP/SOCK_SEQPACK_clt.cp:
+ * performance-tests/SCTP/SOCK_SEQPACK_srv.cpp:
+ * performance-tests/SCTP/SOCK_STREAM_clt.cpp:
+ * performance-tests/SCTP/SOCK_STREAM_srv.cpp:
+ Added include of ace/streams.h, needed due to the above change.
+
+Tue Jul 16 11:43:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tests/tests.mpc:
+ Some tests where based on aceexe, changes this to acetest. This
+ fixes problems with vc71.
+
+Tue Jul 15 06:22:55 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/config/global.features:
+ * bin/MakeProjectCreator/config/zlib.mpb:
+
+ Added the zlib feature (disabled by default). This will allow
+ users to enable the zlib feature and pull in include paths, lib
+ paths and library which will be dependent upon the ZLIB_ROOT
+ environment variable.
+
+ * bin/MakeProjectCreator/modules/WorkspaceCreator.pm:
+
+ Fixed a bug where false warnings would be displayed if
+ MPC_VERBOSE_ORDERING was set.
+
+ * bin/MakeProjectCreator/templates/gnu.mpd:
+
+ Added a rule to create the libout directory.
+ Fixed a bug in the gnu template that only affected TAO libraries
+ that had 'requires' or 'avoids'.
+
+ * bin/MakeProjectCreator/templates/make.mpd:
+ * bin/MakeProjectCreator/templates/makedll.mpt:
+
+ Fixed a problem with cppflags and dependencies.
+
+ * bin/depgen.pl:
+
+ Ignore unknown options instead of causing an error.
+
+ * bin/ChangeLogEditor/FileLocator.pm:
+
+ Fixed a bug where the correct CVSROOT value wasn't being used.
+
+Mon Jul 14 18:33:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/os_include/os_errno.h:
+ When building for VxWorks also include errnoLib.h
+
+ * ace/OS.cpp (inet_aton):
+ Fixed VxWorks specific implementation. Thanks to Eric Held
+ <Eric.Held@harris.com> for reporting this, this fixes bugzilla
+ entry [1484]
+
+ * THANKS:
+ Added Eric Held <Eric.Held@harris.com>
+
+ * bin/MakeProjectCreator/modules/GNUACEWorkspaceCreator.pm:
+ Removed windows specific use of cmd. This is not needed and
+ causes problems when using MinGW with the MSYS shell on windows.
+
+ * include/makeinclude/platform_cygwin32.GNU:
+ Threading compiles with cygwin again, so no need anymore to set
+ threads to 0 when not defined.
+
+ * ChangeLog:
+ Fixed fuzz errors about backslashed in file path
+
+ * tests/Logging_Strategy_Test.cpp:
+ Removed not needed newline.
+
+ * tests/MEM_Stream_Test.cpp:
+ Fixed typo in comment
+
+ * tests/run_test.lst:
+ The FIFO_Test doesn't run with Cygwin.
+
+Mon Jul 14 11:16:25 2003 Craig Rodrigues <crodrigu@bbn.com>
+
+ * ace/POSIX_Proactor.cpp: FreeBSD defines the sysconf value
+ for _SC_AIO_LISTIO_MAX to 16, and the sysconf value for
+ _SC_AIO_MAX to be 1024. The lower value must be assigned to
+ aiocb_list_max_size_ otherwise aio_suspend() will fail. There
+ was already already some logic in here to support HPUX that also
+ works for FreeBSD, so use that.
+
+Sat Jul 12 17:55:14 2003 Irfan Pyarali <irfan@oomworks.com>
+
+ * tests/Conn_Test.cpp:
+
+ Added explicit template instantiation for ACE_Connector_Base.
+
+Fri Jul 11 16:30:02 2003 Irfan Pyarali <irfan@oomworks.com>
+
+ * tests/MT_Reference_Counted_Event_Handler_Test.cpp (run_main):
+
+ The string in ACE_START_TEST was incorrect.
+
+Fri Jul 11 01:08:41 2003 Irfan Pyarali <irfan@oomworks.com>
+
+ * ACEXML/common/Mem_Map_Stream.cpp:
+ * apps/Gateway/Gateway/Connection_Handler_Connector.cpp:
+ * apps/Gateway/Peer/Peer.cpp:
+ * apps/JAWS/clients/Blobby/Blob.cpp:
+ * apps/JAWS/clients/Caching/http_handler.cpp:
+ * examples/ASX/Event_Server/Transceiver/transceiver.cpp:
+ * examples/Connection/blocking/SPIPE-connector.cpp:
+ * examples/Connection/misc/test_upipe.cpp:
+ * examples/Connection/non_blocking/test_lsock_connector.cpp:
+ * examples/Connection/non_blocking/test_sock_connector.cpp:
+ * examples/Connection/non_blocking/test_spipe_connector.cpp:
+ * examples/Connection/non_blocking/test_tli_connector.cpp:
+ * examples/Web_Crawler/URL_Visitor.cpp:
+ * netsvcs/lib/TS_Clerk_Handler.cpp:
+ * tests/Cached_Accept_Conn_Test.cpp:
+ * tests/Cached_Conn_Test.cpp:
+ * tests/Dev_Poll_Reactor_Test.cpp:
+ * tests/NonBlocking_Conn_Test.cpp:
+ * tests/Priority_Reactor_Test.cpp:
+ * tests/Reactor_Performance_Test.cpp:
+ * tests/TP_Reactor_Test.cpp:
+ * tests/CLASSIX/CLASSIX_Con_Acc_Test.cpp:
+
+ Added explicit template instantiation for ACE_Connector_Base.
+
+Fri Jul 11 00:38:16 2003 Irfan Pyarali <irfan@oomworks.com>
+
+ * ace/Dev_Poll_Reactor.h (ACE_Dev_Poll_Reactor):
+
+ Added find_handler() method.
+
+Thu Jul 10 19:51:52 2003 Irfan Pyarali <irfan@oomworks.com>
+
+ * tests/Conn_Test.cpp:
+
+ Fixed incorrect template instantiation for
+ ACE_NonBlocking_Connect_Handler.
+
+Thu Jul 10 15:11:55 2003 Irfan Pyarali <irfan@oomworks.com>
+
+ * tests/MT_Reference_Counted_Event_Handler_Test.dsp
+ * tests/MT_Reference_Counted_Notify_Test.dsp
+ * tests/NonBlocking_Conn_Test.dsp
+ * tests/Reactor_Registration_Test.dsp
+ * tests/Reference_Counted_Event_Handler_Test.dsp
+ * tests/Timer_Cancellation_Test.dsp
+ * tests/Timer_Queue_Reference_Counting_Test.dsp
+ * tests/WFMO_Reactor_Test.dsp
+
+ Updated project files to add Main.cpp.
+
Wed Jul 09 22:48:48 2003 Irfan Pyarali <irfan@oomworks.com>
- * tests\Thread_Pool_Reactor_Resume_Test:
+ * tests/Thread_Pool_Reactor_Resume_Test:
Removed the lame reference counting scheme in this test and
replaced it with the new and proper reference counting.
Wed Jul 09 21:37:52 2003 Irfan Pyarali <irfan@oomworks.com>
- * tests\MT_Reactor_Timer_Test.cpp (handle_close):
+ * tests/MT_Reactor_Timer_Test.cpp (handle_close):
Removed unused arg warning.
Wed Jul 09 21:22:24 2003 Irfan Pyarali <irfan@oomworks.com>
- * ace\Timer_Heap_T.cpp (insert):
+ * ace/Timer_Heap_T.cpp (insert):
The decision to grow the heap was made on this formula:
@@ -29,7 +3175,7 @@ Wed Jul 09 21:22:24 2003 Irfan Pyarali <irfan@oomworks.com>
Wed Jul 09 13:17:57 2003 Irfan Pyarali <irfan@oomworks.com>
- * ace\Select_Reactor_Base.cpp (purge_pending_notifications):
+ * ace/Select_Reactor_Base.cpp (purge_pending_notifications):
Fixed build problem when ACE_HAS_REACTOR_NOTIFICATION_QUEUE,
there was a typo in the name of a local variable. Thanks to
@@ -37,7 +3183,7 @@ Wed Jul 09 13:17:57 2003 Irfan Pyarali <irfan@oomworks.com>
Tue Jul 08 17:28:58 2003 Irfan Pyarali <irfan@oomworks.com>
- * tests\MT_Reactor_Timer_Test.cpp (handle_close):
+ * tests/MT_Reactor_Timer_Test.cpp (handle_close):
Not sure why handle_close() was trying to remove the handler
from the Reactor. handle_close() is called as a result of being
@@ -45,14 +3191,14 @@ Tue Jul 08 17:28:58 2003 Irfan Pyarali <irfan@oomworks.com>
Tue Jul 08 15:02:48 2003 Irfan Pyarali <irfan@oomworks.com>
- * examples\Reactor\Misc\pingpong.cpp:
+ * examples/Reactor/Misc/pingpong.cpp:
Included "ace/Test_and_Set.h" explicitly.
Tue Jul 08 14:49:38 2003 Irfan Pyarali <irfan@oomworks.com>
- * ace\Timer_List_T:
- * ace\Timer_Wheel_T:
+ * ace/Timer_List_T:
+ * ace/Timer_Wheel_T:
Fixed unused arg warning in cancel_i().
@@ -125,20 +3271,20 @@ Mon Jul 07 18:00:38 2003 Irfan Pyarali <irfan@oomworks.com>
Several new examples/tests were added:
- - tests\Reference_Counted_Event_Handler_Test
- - tests\MT_Reference_Counted_Event_Handler_Test
- - tests\MT_Reference_Counted_Notify_Test
- - tests\Timer_Queue_Reference_Counting_Test
- - tests\NonBlocking_Conn_Test
- - tests\Reactor_Registration_Test
- - tests\WFMO_Reactor_Test
- - tests\Timer_Cancellation_Test
+ - tests/Reference_Counted_Event_Handler_Test
+ - tests/MT_Reference_Counted_Event_Handler_Test
+ - tests/MT_Reference_Counted_Notify_Test
+ - tests/Timer_Queue_Reference_Counting_Test
+ - tests/NonBlocking_Conn_Test
+ - tests/Reactor_Registration_Test
+ - tests/WFMO_Reactor_Test
+ - tests/Timer_Cancellation_Test
Details follow below:
Fri May 09 20:13:37 2003 Irfan Pyarali <irfan@oomworks.com>
- * ace\Event_Handler:
+ * ace/Event_Handler:
Added reference counting capabilities to the event handler. The
reference counting will be used for event handler memory
@@ -157,14 +3303,14 @@ Mon Jul 07 18:00:38 2003 Irfan Pyarali <irfan@oomworks.com>
Added reactor_timer_interface() method that returns the
Reactor's timer related interface.
- * ace\Reactor_Timer_Interface.h:
+ * ace/Reactor_Timer_Interface.h:
Added a new class ACE_Reactor_Timer_Interface that contains
timer related (pure virtual) methods of the Reactor. This
allows us to make timer related calls on the Reactor from the
Timer Queue without having to include Reactor.h.
- * ace\Reactor:
+ * ace/Reactor:
Vastly improved documentation, specially with respect to how the
reference counting works.
@@ -173,15 +3319,15 @@ Mon Jul 07 18:00:38 2003 Irfan Pyarali <irfan@oomworks.com>
so that timer related calls can be made on the Reactor from the
Timer Queue without having to include Reactor.h.
- * ace\Reactor:
- * ace\Reactor_Impl:
- * ace\Select_Reactor_T:
- * ace\WFMO_Reactor:
+ * ace/Reactor:
+ * ace/Reactor_Impl:
+ * ace/Select_Reactor_T:
+ * ace/WFMO_Reactor:
Added a new find_handler() method that returns the event handler
associated with a <handle>.
- * ace\Select_Reactor_Base.cpp:
+ * ace/Select_Reactor_Base.cpp:
- bind(): Make sure that the user is not registering a different
handler for an existing handle in the
@@ -208,11 +3354,11 @@ Mon Jul 07 18:00:38 2003 Irfan Pyarali <irfan@oomworks.com>
Added reference counting for notifies.
- * ace\Select_Reactor_T:
+ * ace/Select_Reactor_T:
notify_handle(): Added reference counting to upcalls.
- * ace\TP_Reactor:
+ * ace/TP_Reactor:
- remove_handler(): All remove_handler() specializations can be
removed since there no longer is the requirement of calling
@@ -226,7 +3372,7 @@ Mon Jul 07 18:00:38 2003 Irfan Pyarali <irfan@oomworks.com>
- mask_ops(): Specialization no longer necessary since the base
class now does the right thing.
- * ace\WFMO_Reactor:
+ * ace/WFMO_Reactor:
- handler(): Original handler() method was not locked.
@@ -254,7 +3400,7 @@ Mon Jul 07 18:00:38 2003 Irfan Pyarali <irfan@oomworks.com>
Added reference counting for notifies.
- * ace\Timer_Queue_T:
+ * ace/Timer_Queue_T:
- Not sure why we were including Test_and_Set.h when we only
needed to include Event_Handler.h.
@@ -306,10 +3452,10 @@ Mon Jul 07 18:00:38 2003 Irfan Pyarali <irfan@oomworks.com>
- deletion(): Now calls cancel_type() and cancel_timer() for
each timer remaining in the queue.
- * ace\Timer_List_T:
- * ace\Timer_Wheel_T:
- * ace\Timer_Heap_T:
- * ace\Timer_Hash_T:
+ * ace/Timer_List_T:
+ * ace/Timer_Wheel_T:
+ * ace/Timer_Heap_T:
+ * ace/Timer_Hash_T:
- schedule_i(): This method replaces the old schedule() method.
Locking is not necessary anymore.
@@ -321,7 +3467,7 @@ Mon Jul 07 18:00:38 2003 Irfan Pyarali <irfan@oomworks.com>
- cancel_i(): The <skip_close> check will be performed in the
upcall functor.
- * ace\Timer_Heap_T:
+ * ace/Timer_Heap_T:
- ~ACE_Timer_Heap_T(): Don't use <cur_size_> for the for loop
since it reduces after free_node() is called.
@@ -329,7 +3475,7 @@ Mon Jul 07 18:00:38 2003 Irfan Pyarali <irfan@oomworks.com>
- cancel(): Not sure why this is the only cancel() where the
upcall is made outside the lock.
- * ace\Timer_Wheel_T:
+ * ace/Timer_Wheel_T:
- expire(): Made this method similar to Timer_Queue_T::expire()
by (a) invoking preinvoke() before calling upcall() and invoking
@@ -337,7 +3483,7 @@ Mon Jul 07 18:00:38 2003 Irfan Pyarali <irfan@oomworks.com>
skip past time values that have already "expired" when
rescheduling.
- * ace\Timer_Hash_T:
+ * ace/Timer_Hash_T:
- ACE_Timer_Hash_Upcall: Updated this upcall functor to match
the new APIs.
@@ -384,12 +3530,12 @@ Mon Jul 07 18:00:38 2003 Irfan Pyarali <irfan@oomworks.com>
before calling upcall() and invoking postinvoke() after calling
upcall().
- * ace\Proactor:
+ * ace/Proactor:
Updated ACE_Proactor_Handle_Timeout_Upcall upcall functor to
match the new APIs.
- * ace\Connector:
+ * ace/Connector:
Completely reworked the Connector to utilize the reference
counting provided by the Reactor. This new design fixes bugs
@@ -422,12 +3568,12 @@ Mon Jul 07 18:00:38 2003 Irfan Pyarali <irfan@oomworks.com>
Thanks to Andrew Voumard <andrewv@melbpc.org.au> for helping
with this.
- * tests\Reference_Counted_Event_Handler_Test:
+ * tests/Reference_Counted_Event_Handler_Test:
This test is used to check reference counting of the Event
Handler when it interacts with the Reactor.
- * tests\MT_Reference_Counted_Event_Handler_Test:
+ * tests/MT_Reference_Counted_Event_Handler_Test:
This test tries to represents what happens in the TAO ORB wrt to
event handlers, reactors, timer queues, threads, and connection
@@ -441,18 +3587,18 @@ Mon Jul 07 18:00:38 2003 Irfan Pyarali <irfan@oomworks.com>
connection recycling and cache purging. Nested upcalls are also
tested.
- * tests\MT_Reference_Counted_Notify_Test:
+ * tests/MT_Reference_Counted_Notify_Test:
This test is used to check reference counting of the event
handlers when it interacts with the reactor notification
mechanism.
- * tests\Timer_Queue_Reference_Counting_Test:
+ * tests/Timer_Queue_Reference_Counting_Test:
New test is used to check reference counting of the Event
Handler when it interacts with Timer Queues.
- * tests\NonBlocking_Conn_Test:
+ * tests/NonBlocking_Conn_Test:
This test checks for the proper working of the following:
- blocking connections
@@ -461,26 +3607,26 @@ Mon Jul 07 18:00:38 2003 Irfan Pyarali <irfan@oomworks.com>
- non-blocking connections without waiting for completions
- non-blocking connections with timeouts
- * tests\Reactor_Registration_Test:
+ * tests/Reactor_Registration_Test:
This is a test of registering handlers with the Reactor.
- * tests\WFMO_Reactor_Test:
+ * tests/WFMO_Reactor_Test:
New test of the WFMO_Reactor. It makes sure that removals and
suspensions work correctly.
- * tests\Timer_Cancellation_Test:
+ * tests/Timer_Cancellation_Test:
A test to ensure the timer cancellation works correctly.
- * tests\Makefile:
- * tests\Makefile.am:
- * tests\Makefile.bor:
- * tests\run_test.lst:
- * tests\tests.icp:
- * tests\tests.mpc:
- * tests\tests.dsw:
+ * tests/Makefile:
+ * tests/Makefile.am:
+ * tests/Makefile.bor:
+ * tests/run_test.lst:
+ * tests/tests.icp:
+ * tests/tests.mpc:
+ * tests/tests.dsw:
Added new tests:
@@ -493,13 +3639,13 @@ Mon Jul 07 18:00:38 2003 Irfan Pyarali <irfan@oomworks.com>
- Timer_Queue_Reference_Counting_Test
- WFMO_Reactor_Test
- * tests\Conn_Test.cpp:
+ * tests/Conn_Test.cpp:
Updated template instantiations.
- * tests\icc.bat:
- * tests\run_tests.bat:
- * tests\run_tests.psosim:
+ * tests/icc.bat:
+ * tests/run_tests.bat:
+ * tests/run_tests.psosim:
Removed this file since it has become obsolete.
@@ -644,7 +3790,7 @@ Mon Jul 07 18:00:38 2003 Irfan Pyarali <irfan@oomworks.com>
Mon Jun 30 16:31:33 2003 Irfan Pyarali <irfan@oomworks.com>
- * ace\SSL\ACE_SSL_LIB.dsp:
+ * ace/SSL/ACE_SSL_LIB.dsp:
Fixed the project names - they should be:
@@ -658,7 +3804,7 @@ Mon Jul 07 18:00:38 2003 Irfan Pyarali <irfan@oomworks.com>
Wed Jul 02 15:31:33 2003 Irfan Pyarali <irfan@oomworks.com>
- * examples\Connection\non_blocking\CPP-connector.cpp:
+ * examples/Connection/non_blocking/CPP-connector.cpp:
handle_close() on the Connector was being specialized to know
when the connection was not successful. This is not the correct
@@ -667,18 +3813,18 @@ Mon Jul 07 18:00:38 2003 Irfan Pyarali <irfan@oomworks.com>
used by ACE_Connector. Therefore, I changed this to use close()
on the service handler.
- * apps\JAWS\clients\Caching\http_handler.h:
+ * apps/JAWS/clients/Caching/http_handler.h:
Included "ace/Svc_Handler.h" explicitly.
- * examples\Logger\Acceptor-server\server_loggerd.cpp:
+ * examples/Logger/Acceptor-server/server_loggerd.cpp:
Included "ace/Test_and_Set.h" explicitly since
- ace\Timer_Queue_T.h is no longer including it.
+ ace/Timer_Queue_T.h is no longer including it.
Thu Jun 26 17:36:13 2003 Irfan Pyarali <irfan@oomworks.com>
- * bin\msvc_auto_compile.pl:
+ * bin/msvc_auto_compile.pl:
Added -tests_TAO and -examples_TAO options to make all projects
in TAO tests and TAO examples.
@@ -695,6 +3841,15 @@ Mon Jul 07 18:00:38 2003 Irfan Pyarali <irfan@oomworks.com>
new changes by Bala to the TAO connection handlers. New branch
is Reactor_RefCount_2.
+Mon Jul 7 12:38:01 2003 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
+
+ * ace/Message_Queue_T.cpp: Updated the implementation of all the
+ dequeue_*() methods so that the "next_" and "prev_" pointer of
+ the dequeue'd message block are set to 0. Failure to do this
+ can cause weird behavior when a dequeue'd message block is
+ passed to ACE::write_n().... Thanks to Wenlong Tang
+ <tang_long@hotmail.com> for reporting this.
+
Mon Jul 7 11:14:02 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/be/be_visitor_structure/any_op_cs.cpp (visit_enum):
@@ -889,6 +4044,7 @@ Tue Jul 1 20:47:35 UTC 2003 Don Hinton <dhinton@dresystems.com>
due to differing definitions for MAXNAMELEN. Thanks to
Serge Kolgan <skolgan@trigraph.com> for help figuring this out.
+
Tue Jul 1 19:39:16 UTC 2003 Don Hinton <dhinton@dresystems.com>
* ace/config-vxworks5.x.h:
@@ -904,6 +4060,12 @@ Sun Jun 29 01:31:52 UTC 2003 Don Hinton <dhinton@dresystems.com>
Added include of ace/os_include/sys/os_un.h to fix compile
problems on VxWorks.
+Sat Jun 28 15:26:11 2003 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
+
+ * ace/OS_Dirent.inl (readdir_r): Added defined (__FreeBSD__)
+ here. Thanks to Karim Fodil-Lemelin <kfl@xiphos.ca> for
+ submitting a patch.
+
Fri Jun 27 12:52:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Process.h:
@@ -1197,6 +4359,13 @@ Wed Jun 25 11:00:00 2003 Justin Michel <michel_j@ociweb.com>
Added the create_ace_build.pl script that is more MPC friendly and works
on Windows.
Removed unused nightly.mwc.
+ Note : The new MPC base projects will now output all library files to
+ consistent locations across platforms. This is controlled by the three
+ files acelib.mpb, tao_output.mpb, and orbsvcs_output.mpb using the
+ libout keyword. Currently all of these are set to output to $ACE_ROOT/lib.
+ All libraries will be placed in this directory, including .dll files on
+ Windows. This means that Windows users will have to add %ACE_ROOT%\lib to
+ their %PATH%. This is analogous to %LD_LIBRARY_PATH% on Unix.
Wed Jun 25 10:20:15 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
diff --git a/bin/MakeProjectCreator/config/orbsvcsexe.mpb b/bin/MakeProjectCreator/config/orbsvcsexe.mpb
index a8d45059fa4..a2f13ab9698 100644
--- a/bin/MakeProjectCreator/config/orbsvcsexe.mpb
+++ b/bin/MakeProjectCreator/config/orbsvcsexe.mpb
@@ -1,5 +1,6 @@
project : taoexe {
includes += $(TAO_ROOT)/orbsvcs
+ idlflags += -I$(TAO_ROOT)/orbsvcs
libpaths += $(ACE_ROOT)/lib
compname = --orbsvcs
}
diff --git a/bin/MakeProjectCreator/config/taoexe.mpb b/bin/MakeProjectCreator/config/taoexe.mpb
index b1ad229706f..56d9e3e1762 100644
--- a/bin/MakeProjectCreator/config/taoexe.mpb
+++ b/bin/MakeProjectCreator/config/taoexe.mpb
@@ -3,6 +3,7 @@ project : aceexe, taoversion {
includes += $(TAO_ROOT) $(TAO_ROOT)/tao
libpaths += $(ACE_ROOT)/lib
idlflags += -Ge 1 -Sc -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h
+ idlflags += -I$(TAO_ROOT) -I$(TAO_ROOT)/tao
staticflags += TAO_AS_STATIC_LIBS
libs += TAO
}