summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2003-02-05 16:27:55 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2003-02-05 16:27:55 +0000
commit6a0a7bb6d007fa85d0230324870c0296ad029e18 (patch)
tree6e22955776f6ca43ac6df6420f44a135221e3c71
parentc5390c3944086f83c5f973a2d6da3514c74aedba (diff)
downloadATCD-6a0a7bb6d007fa85d0230324870c0296ad029e18.tar.gz
ChangeLogTag:Sat Feb 1 08:43:53 2003 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
-rw-r--r--ChangeLog25
-rw-r--r--ChangeLogs/ChangeLog-03a25
-rw-r--r--THANKS7
-rw-r--r--ace/Stream_Modules.cpp2
-rw-r--r--tests/FIFO_Test.cpp17
5 files changed, 72 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 256dd77f332..2b1f735492a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Sat Feb 1 08:43:53 2003 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
+
+ * ace/Stream_Modules.cpp (put): Return 0 rather than -1 to be consistent
+ wrt the put() semantics elsewhere in ACE. Thanks to Jody Hagins
+ <jody@atdesk.com> for help with this.
+
+ * tests/FIFO_Test.cpp (server): Only compile this on platforms
+ that aren't Win32 since FIFO's don't work there. Thanks to Carl
+ Halvorson <cyberdesk@yahoo.com> for reporting this.
+
Wed Feb 5 09:45:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
* include/makeinclude/platform_mingw32.GNU:
@@ -63,6 +73,21 @@ Sat Feb 1 09:34:45 2003 Ossama Othman <ossama@uci.edu>
not supported in GIOP 1.0. Fixes a false positive in our
scoreboard.
+Sat Feb 1 07:50 2003 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
+
+ * Our deepest sympathies to the families and friends of the crew of
+ the US Space Shuttle Columbia, which was lost over Texas this
+ morning.
+
+ "We shall never forget them nor the last time we saw them, as
+ they prepared for their mission and waved good-bye and slipped
+ the surly bonds of Earth to touch the face of God."
+
+ - President Reagan (addressing NASA employees following the
+ tragic loss of the Challenger 7 crew on STS-51L.)
+
+ Ad astra per aspera.
+
Sat Feb 1 09:00:00 2003 Steve Huston <shuston@riverace.com>
* Space Shuttle Columbia breaks up at 200,000ft altitude at
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 256dd77f332..2b1f735492a 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,13 @@
+Sat Feb 1 08:43:53 2003 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
+
+ * ace/Stream_Modules.cpp (put): Return 0 rather than -1 to be consistent
+ wrt the put() semantics elsewhere in ACE. Thanks to Jody Hagins
+ <jody@atdesk.com> for help with this.
+
+ * tests/FIFO_Test.cpp (server): Only compile this on platforms
+ that aren't Win32 since FIFO's don't work there. Thanks to Carl
+ Halvorson <cyberdesk@yahoo.com> for reporting this.
+
Wed Feb 5 09:45:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
* include/makeinclude/platform_mingw32.GNU:
@@ -63,6 +73,21 @@ Sat Feb 1 09:34:45 2003 Ossama Othman <ossama@uci.edu>
not supported in GIOP 1.0. Fixes a false positive in our
scoreboard.
+Sat Feb 1 07:50 2003 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
+
+ * Our deepest sympathies to the families and friends of the crew of
+ the US Space Shuttle Columbia, which was lost over Texas this
+ morning.
+
+ "We shall never forget them nor the last time we saw them, as
+ they prepared for their mission and waved good-bye and slipped
+ the surly bonds of Earth to touch the face of God."
+
+ - President Reagan (addressing NASA employees following the
+ tragic loss of the Challenger 7 crew on STS-51L.)
+
+ Ad astra per aspera.
+
Sat Feb 1 09:00:00 2003 Steve Huston <shuston@riverace.com>
* Space Shuttle Columbia breaks up at 200,000ft altitude at
diff --git a/THANKS b/THANKS
index b8876ffc4bb..baea0d709e3 100644
--- a/THANKS
+++ b/THANKS
@@ -1,8 +1,8 @@
ACKNOWLEDGEMENTS
ACE and TAO have been deeply influenced and improved by the following
-members of my research group at Washington University and at the
-University of California at Irvine.
+members of my research group at Vanderbilt University, Washington
+University, and at the University of California at Irvine.
Everett Anderson <eea1@cec.wustl.edu>
Alexander Babu Arulanthu <alex@cs.wustl.edu>
@@ -1658,10 +1658,11 @@ Michael Soden <soden@ikv.de>
Dennis Sporcic <dennis@hsa.com.au>
Emmanuel Thevenot Beaufort <emmanuel.thevenot-beaufort@jci.com>
Denis Parnaland <denis.parnaland@tde.alstom.com>
+Proum Chauk-Mean <Chauk-Mean.Proum@fr.thalesgroup.com>
+Carl Halvorson <cyberdesk@yahoo.com>
Matthias Blankenhaus <matthias@ingrian.com>
Wolfgang Schroeder <cpp_kurs@arcor.de>
-
I would particularly like to thank Paul Stephenson, who worked with me
at Ericsson in the early 1990's. Paul devised the recursive Makefile
scheme that underlies this distribution and also spent countless hours
diff --git a/ace/Stream_Modules.cpp b/ace/Stream_Modules.cpp
index 9ca3ddfd6eb..84527422c72 100644
--- a/ace/Stream_Modules.cpp
+++ b/ace/Stream_Modules.cpp
@@ -256,6 +256,8 @@ ACE_Stream_Tail<ACE_SYNCH_USE>::put (ACE_Message_Block *mb,
/* NOTREACHED */
default:
mb->release ();
+ return 0;
+ /* NOTREACHED */
}
}
diff --git a/tests/FIFO_Test.cpp b/tests/FIFO_Test.cpp
index f23a9de4aa0..ad87bbdbb15 100644
--- a/tests/FIFO_Test.cpp
+++ b/tests/FIFO_Test.cpp
@@ -31,13 +31,14 @@
ACE_RCSID(tests, SOCK_Test, "$Id$")
+#if !defined (ACE_WIN32)
+
static const ACE_TCHAR ACE_ALPHABET[] =
ACE_TEXT ("abcdefghijklmnopqrstuvwxyz");
// This length is used for the "big buffer" send/receive.
static const size_t big_size = (BUFSIZ * 4);
-
static void *
client (void *arg)
{
@@ -284,3 +285,17 @@ main (int, ACE_TCHAR *[])
ACE_END_TEST;
return errors;
}
+
+#else
+int
+main (int, ACE_TCHAR *[])
+{
+ ACE_START_TEST (ACE_TEXT ("FIFO_Test"));
+
+ ACE_ERROR ((LM_INFO, ACE_TEXT ("FIFOs are not supported on this platform\n")));
+
+ ACE_END_TEST;
+ return 0;
+}
+
+#endif /* !ACE_WIN32 */