summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-18 04:03:22 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-18 04:03:22 +0000
commitc48be602db4deb4d42541c08a703fe9042b828e0 (patch)
treeba61fdd6a4a3ab46ab9d801690e9a7ed29713312
parentb60dd4e89ab27b995f6d6be750b5816c31bdd4b4 (diff)
downloadATCD-c48be602db4deb4d42541c08a703fe9042b828e0.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b153
1 files changed, 80 insertions, 73 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index c03e4938e0f..26ff5d7e3c0 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,10 +1,17 @@
+Thu Sep 17 23:01:50 1998 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/Containers.i: resurrected the file properly.
+
+ * ace/Containers.i (~ACE_DLList_Node): removed extraneous ;
+ following function definition.
+
Thu Sep 17 22:44:17 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * examples/IPC_SAP/SOCK_SAP/CPP-inclient.cpp: If the client
- doesn't connect to the server, make sure to shut down the test
- gracefully, rather than getting a segfault. Thanks to
- Margherita Vittone Wiersma <vittone@fndaub.fnal.gov> for
- reporting this.
+ * examples/IPC_SAP/SOCK_SAP/CPP-inclient.cpp: If the client
+ doesn't connect to the server, make sure to shut down the test
+ gracefully, rather than getting a segfault. Thanks to
+ Margherita Vittone Wiersma <vittone@fndaub.fnal.gov> for
+ reporting this.
Thu Sep 17 22:33:00 1998 James CE Johnson <jcej@chiroptera.tragus.org>
@@ -42,77 +49,77 @@ Thu Sep 17 18:33:19 EDT 1998 James CE Johnson <jcej@lads.com>
* docs/tutorials/002/server.pp
- Added necessary templates for explicit instantiation.
- Thanks to Krishna Padmasola for providing the proper code
- and to Clinton Carr for reminding me to do it!
+ Added necessary templates for explicit instantiation.
+ Thanks to Krishna Padmasola for providing the proper code
+ and to Clinton Carr for reminding me to do it!
Thu Sep 17 16:30:00 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
- * This comments were lost in a previous commit.
-
- * ace/OS.h:
- * ace/OS.i:
- * ace/ACE.cpp:
- * ace/ACE.h:
- * ace/DEV_IO.cpp:
- * ace/DEV_IO.h:
- * ace/DEV_IO.i:
- * ace/FIFO_Send_Msg.cpp:
- * ace/FILE_IO.cpp:
- * ace/FILE_IO.h:
- * ace/FILE_IO.i:
- * ace/LSOCK.cpp:
- * ace/LSOCK_Stream.cpp:
- * ace/LSOCK_Stream.h:
- * ace/SOCK_Dgram.cpp:
- * ace/SOCK_Dgram.h:
- * ace/SOCK_Dgram_Bcast.cpp:
- * ace/SOCK_Dgram_Bcast.h:
- * ace/SOCK_Dgram_Mcast.h:
- * ace/SOCK_Dgram_Mcast.i:
- * ace/SOCK_IO.cpp:
- * ace/SOCK_IO.h:
- * ace/SOCK_IO.i:
- * ace/SPIPE_Stream.cpp:
- * ace/SPIPE_Stream.h:
- * ace/SPIPE_Stream.i:
- Moved back to iovec instead of ACE_IO_Vector. Since this
- structure is defined by ACE we can make it binary compatible
- with the WSABUF structure (yet preserve the names of the UNIX
- iovec struct). This allow us to simply pass arrays of iovec to
- routines expecting WSABUF*.
- But Win32 does not provide any functions to go scatter-gather
- over files, so this is only used for sockets, new methods:
- ACE_OS::sendv() and ACE_OS::recv() were added for this
- purpose, the old emulation is used for the other classes. Users
- writing to higher-level components (such as ACE_SOCK or
- ACE_SOCK_Dgram) will benefit from this without any changes to
- their code.
-
- * ace/SOCK_Dgram.cpp:
- * ace/SOCK_Dgram.h:
- * ace/SOCK_Dgram_Bcast.cpp:
- * ace/SOCK_Dgram_Bcast.h:
- * ace/SOCK_Dgram_Mcast.h:
- * ace/SOCK_Dgram_Mcast.i:
- Added the implementation for some send() variants that were
- declared but not implemented.
-
- * ace/OS.h:
- * ace/OS.i:
- * ace/config-win32-common.h:
- Added support for sendmsg() and recvmsg() on NT, emulated over
- WSASendTo() and WSARecvFrom(), do data copies are made.
-
- * ace/Containers.cpp:
- * ace/Containers.h:
- * ace/Containers_T.h:
- * ace/Containers_T.i:
- Moved the non-templated code back to Containers.{h,i,cpp}, added
- the infamous ACE_Export macro.
-
- * ace/ace_dll.dsp:
- Added Containers.cpp to the project.
+ * This comments were lost in a previous commit.
+
+ * ace/OS.h:
+ * ace/OS.i:
+ * ace/ACE.cpp:
+ * ace/ACE.h:
+ * ace/DEV_IO.cpp:
+ * ace/DEV_IO.h:
+ * ace/DEV_IO.i:
+ * ace/FIFO_Send_Msg.cpp:
+ * ace/FILE_IO.cpp:
+ * ace/FILE_IO.h:
+ * ace/FILE_IO.i:
+ * ace/LSOCK.cpp:
+ * ace/LSOCK_Stream.cpp:
+ * ace/LSOCK_Stream.h:
+ * ace/SOCK_Dgram.cpp:
+ * ace/SOCK_Dgram.h:
+ * ace/SOCK_Dgram_Bcast.cpp:
+ * ace/SOCK_Dgram_Bcast.h:
+ * ace/SOCK_Dgram_Mcast.h:
+ * ace/SOCK_Dgram_Mcast.i:
+ * ace/SOCK_IO.cpp:
+ * ace/SOCK_IO.h:
+ * ace/SOCK_IO.i:
+ * ace/SPIPE_Stream.cpp:
+ * ace/SPIPE_Stream.h:
+ * ace/SPIPE_Stream.i:
+ Moved back to iovec instead of ACE_IO_Vector. Since this
+ structure is defined by ACE we can make it binary compatible
+ with the WSABUF structure (yet preserve the names of the UNIX
+ iovec struct). This allow us to simply pass arrays of iovec to
+ routines expecting WSABUF*.
+ But Win32 does not provide any functions to go scatter-gather
+ over files, so this is only used for sockets, new methods:
+ ACE_OS::sendv() and ACE_OS::recv() were added for this
+ purpose, the old emulation is used for the other classes. Users
+ writing to higher-level components (such as ACE_SOCK or
+ ACE_SOCK_Dgram) will benefit from this without any changes to
+ their code.
+
+ * ace/SOCK_Dgram.cpp:
+ * ace/SOCK_Dgram.h:
+ * ace/SOCK_Dgram_Bcast.cpp:
+ * ace/SOCK_Dgram_Bcast.h:
+ * ace/SOCK_Dgram_Mcast.h:
+ * ace/SOCK_Dgram_Mcast.i:
+ Added the implementation for some send() variants that were
+ declared but not implemented.
+
+ * ace/OS.h:
+ * ace/OS.i:
+ * ace/config-win32-common.h:
+ Added support for sendmsg() and recvmsg() on NT, emulated over
+ WSASendTo() and WSARecvFrom(), do data copies are made.
+
+ * ace/Containers.cpp:
+ * ace/Containers.h:
+ * ace/Containers_T.h:
+ * ace/Containers_T.i:
+ Moved the non-templated code back to Containers.{h,i,cpp}, added
+ the infamous ACE_Export macro.
+
+ * ace/ace_dll.dsp:
+ Added Containers.cpp to the project.
Thu Sep 17 11:23:49 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>