summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog-99b16
-rw-r--r--README1
-rw-r--r--TAO/ChangeLog-99c5
-rw-r--r--performance-tests/TTCP/Makefile8
4 files changed, 19 insertions, 11 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 15f528fed96..7c308b05099 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,11 @@
+Thu Jun 17 12:46:30 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * performance-tests/TTCP/Makefile: Zapped the Orbix and ORBeline
+ directories from the Makefile. These are *way* out of date and
+ have been superceeded by the versions in
+ $TAO_ROOT/performance-tests/Thruput/. Thanks to Youzhong Liu
+ <yoliu@cise.ufl.edu> for reporting this.
+
Thu Jun 17 12:59:24 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* ace/CDR_Stream.h:
@@ -6,10 +14,10 @@ Thu Jun 17 12:59:24 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Thu Jun 17 00:33:57 1999 Nanbor Wang <nanbor@cs.wustl.edu>
- * include/makeinclude/platform_freebsd.GNU (VERSION): Applied
- the patch to automatically detect FreeBSD version. Thanks to
- Goldshtain Dmitry <goldshtain@bank.gov.ua> for providing the
- patch.
+ * include/makeinclude/platform_freebsd.GNU (VERSION): Applied the
+ patch to automatically detect FreeBSD version. Thanks to
+ Goldshtain Dmitry <goldshtain@bank.gov.ua> for providing the
+ patch.
* bin/Process_Win32.pm (TimedWait):
Get and return the exit status from the waited process.
diff --git a/README b/README
index 846afac843f..238b7b145f5 100644
--- a/README
+++ b/README
@@ -869,6 +869,7 @@ V. Lakshmanan <lakshman@doplight.nssl.noaa.gov>
Hata Yoshiaki <hatay@alpha.co.jp>
Narayanan Vidya <CVN065@lmpsil02.comm.mot.com>
Sean Landis <seanl@rsch.comm.mot.com>
+Youzhong Liu <yoliu@cise.ufl.edu>
I would particularly like to thank Paul Stephenson, who worked with me
at Ericsson and is now at ObjectSpace. Paul devised the recursive
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 58182b5f175..97d6d87117d 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,7 +1,8 @@
Thu Jun 17 12:58:20 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
- * tao/GIOP_Server_Request.cpp:
- Fixed operation demarshaling for non-ASCII platforms.
+ * tao/GIOP_Server_Request.cpp: Fixed operation demarshaling for
+ non-ASCII platforms. Thanks to Jim Rogers <jrogers@viasoft.com>
+ for motivating these fixes.
* examples/POA/RootPOA/run_test.pl:
* examples/POA/Identity/run_test.pl:
diff --git a/performance-tests/TTCP/Makefile b/performance-tests/TTCP/Makefile
index 3f19db03920..ef41ce67657 100644
--- a/performance-tests/TTCP/Makefile
+++ b/performance-tests/TTCP/Makefile
@@ -1,7 +1,7 @@
#----------------------------------------------------------------------------
-# $Id: Makefile 1.1 10/18/96
+# $Id$
#
-# Makefile for the Orbix applications
+# Makefile for the TTCP tests
#----------------------------------------------------------------------------
#----------------------------------------------------------------------------
@@ -11,9 +11,7 @@
INFO = README
DIRS = ACE-C++ \
- C \
- Orbix \
- ORBeline
+ C
#----------------------------------------------------------------------------
# Include macros and targets