summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-16 21:27:01 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-16 21:27:01 +0000
commit990b33725cb865eda58f583ad5e52965b4e97b9d (patch)
tree11af037b68f552063c6704d2aafe7bf67250117b
parent52506f613a98430ea41c592c4ac54d2e301cda46 (diff)
downloadATCD-990b33725cb865eda58f583ad5e52965b4e97b9d.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b116
1 files changed, 59 insertions, 57 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 115db7fdd56..fe22149b574 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,65 +1,65 @@
Thu Jul 16 15:41:08 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * examples/IPC_SAP/UPIPE_SAP/ex2.cpp,
- examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.i,
- examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.i,
- examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.i,
- examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.i,
- examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.i,
- examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.i,
- examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.i:
- Changed all uses of SIGIO to ACE_SIGIO.
-
- * ace/IPC_SAP: Cleaned up the enable() and disable() methods and
- documentation so they correctly use the new ACE_* macros
- described in the following bullet.
-
- * ace/OS.h: Added new ACE_SIGIO, ACE_SIGURG, and ACE_CLOEXEC flags
- that should be used instead of the SIGIO or SIGURG, etc., in
- order to ensure uniqueness. However, legacy code will continue
- to work.
-
- * ace/IO_SAP.cpp: Added new ACE_SIGIO, ACE_SIGURG, and ACE_CLOEXEC
- flags that should be used instead of the SIGIO or SIGURG, etc.,
- in order to ensure uniqueness. However, legacy code will
- continue to work.
+ * examples/IPC_SAP/UPIPE_SAP/ex2.cpp,
+ examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.i,
+ examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.i,
+ examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.i,
+ examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.i,
+ examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.i,
+ examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.i,
+ examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.i:
+ Changed all uses of SIGIO to ACE_SIGIO.
+
+ * ace/IPC_SAP: Cleaned up the enable() and disable() methods and
+ documentation so they correctly use the new ACE_* macros
+ described in the following bullet.
+
+ * ace/OS.h: Added new ACE_SIGIO, ACE_SIGURG, and ACE_CLOEXEC flags
+ that should be used instead of the SIGIO or SIGURG, etc., in
+ order to ensure uniqueness. However, legacy code will continue
+ to work.
+
+ * ace/IO_SAP.cpp: Added new ACE_SIGIO, ACE_SIGURG, and ACE_CLOEXEC
+ flags that should be used instead of the SIGIO or SIGURG, etc.,
+ in order to ensure uniqueness. However, legacy code will
+ continue to work.
Thu Jul 16 15:02:55 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
- * ace/Synch_T.h: Use ACE_Condition_Thread_Mutex instead of
- ACE_Condition<ACE_Thread_Mutex> as the default condition
- variable (ACE_SYNCH_CONDITION), this removes some headaches wrt
- template instantiation.
+ * ace/Synch_T.h: Use ACE_Condition_Thread_Mutex instead of
+ ACE_Condition<ACE_Thread_Mutex> as the default condition
+ variable (ACE_SYNCH_CONDITION), this removes some headaches wrt
+ template instantiation.
- * ace/IPC_SAP.cpp: Added support for the close-on-exec flag. We
- use the new ACE_CLOEXEC macro for this.
+ * ace/IPC_SAP.cpp: Added support for the close-on-exec flag. We
+ use the new ACE_CLOEXEC macro for this.
Thu Jul 16 12:50:42 1998 Nanbor Wang <nanbor@cs.wustl.edu>
- * netsvcs/lib/netsvcs.dsp:
- * netsvcs/servers/servers.dsp: Updated DLL names.
-
- * ace/ACE.cpp (ldfind): Conventionallly, Win32 platforms
- distinguish debug version DLL from release version DLLs by
- suffixing debug version DLL names with 'd'. (E.g., aced.dll
- v.s. ace.dll.) This was causing some problem in managing the
- svc.conf files because we need to link the matching DLL with the
- executables regarding of how they get compiled.
-
- I modified the ldfind so that when a debug version ACE is
- searching for a DLL file, it will first try to find the debug
- version of that DLL by suffixing the name with 'd'. If it can't
- be found, it then search for the name specified. The release
- version doesn't try to do this. Now, we can only specify only
- the "normal" dll names in svc.conf files and ACE can pick up the
- right dll for you without changing svc.conf files. However, you
- need to follow the Win32 DLL naming convention described above.
-
- I don't expect this feature to cause any backward compatibility
- problem. However, if in the rare event, it does cause you
- problem, you can disable it by defining
- ACE_DISABLE_DEBUG_DLL_CHECK in your config.h file. Notice that
- this change only affects Win32 platforms.
+ * netsvcs/lib/netsvcs.dsp:
+ * netsvcs/servers/servers.dsp: Updated DLL names.
+
+ * ace/ACE.cpp (ldfind): Conventionallly, Win32 platforms
+ distinguish debug version DLL from release version DLLs by
+ suffixing debug version DLL names with 'd'. (E.g., aced.dll
+ v.s. ace.dll.) This was causing some problem in managing the
+ svc.conf files because we need to link the matching DLL with the
+ executables regarding of how they get compiled.
+
+ I modified the ldfind so that when a debug version ACE is
+ searching for a DLL file, it will first try to find the debug
+ version of that DLL by suffixing the name with 'd'. If it can't
+ be found, it then search for the name specified. The release
+ version doesn't try to do this. Now, we can only specify only
+ the "normal" dll names in svc.conf files and ACE can pick up the
+ right dll for you without changing svc.conf files. However, you
+ need to follow the Win32 DLL naming convention described above.
+
+ I don't expect this feature to cause any backward compatibility
+ problem. However, if in the rare event, it does cause you
+ problem, you can disable it by defining
+ ACE_DISABLE_DEBUG_DLL_CHECK in your config.h file. Notice that
+ this change only affects Win32 platforms.
Thu Jul 16 08:55:48 1998 David L. Levine <levine@cs.wustl.edu>
@@ -68,12 +68,14 @@ Thu Jul 16 08:55:48 1998 David L. Levine <levine@cs.wustl.edu>
isn't const. Sun C++ caught this.
* STL,Makefile: removed STL from ACE, for good this time. There
- are no more STL dependencies in TAO's AVStreams. However, if
- you still want to use the version of STL that was in ACE, you
- can obtain it at www.cs.wustl.edu/~schmidt/ACE_wrappers/STL.
+ are no more STL dependencies in TAO's AVStreams. However, if
+ you still want to use the version of STL that was in ACE, you
+ can obtain it at www.cs.wustl.edu/~schmidt/ACE_wrappers/STL.
* ACE-INSTALL.html: added note on enabling multicast on Linux for
- TAO's NameService.
+ TAO's NameService. And, added note on adding a routing table
+ entry to enable multicast on Linux. Thanks to Nanbor for
+ discovering that.
Wed Jul 15 19:00:33 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>