summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2003-01-18 17:17:31 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2003-01-18 17:17:31 +0000
commita8e705c7f916071af21f1460b9d20d713f846464 (patch)
treefb9a73cf66b4ed67bb58a727bd3fb4b8a6f2f6a6
parent729178bff47d7810c98b38535cfeef27d65fc627 (diff)
downloadATCD-a8e705c7f916071af21f1460b9d20d713f846464.tar.gz
ChangeLogTag:Fri Jan 17 09:00:17 2003 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
-rw-r--r--ACE-INSTALL.html10
-rw-r--r--ChangeLog13
-rw-r--r--ChangeLogs/ChangeLog-03a13
-rw-r--r--ace/Future.h2
4 files changed, 20 insertions, 18 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index efe931cf4d0..02aeaa0c946 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -188,10 +188,7 @@ supported by the DOC group, Riverace, or OCI. <P>
All the source code and tests should build and run without any
problems on Solaris 2.6, 7, 8, and 9 platforms using the Sun C++
- compilers. If you need to work with Sun C++ 4.2, we recomend
- using this patch version at a minimum:<p> <pre>
- CC: WorkShop Compilers 4.2 21 Apr 1997 C++ 4.2 patch 104631-02
- </pre><p>
+ compilers.
There are likely to be build problems with older versions or
different patchlevels of Sun C++. Likewise, on
@@ -201,11 +198,6 @@ supported by the DOC group, Riverace, or OCI. <P>
Thanks to Susan Liebeskind &lt;shl@janis.gtri.gatech.edu&gt;
for providing the following useful information:<p>
- The home page for Sun technical patches is <a
- href="http://access1.sun.com">http://access1.sun.com</a>.
- Searching for 104631 will bring you to a page allowing you to
- access the latest version of the C++ 4.2 patches.<p>
-
By default, ACE uses both the Solaris and POSIX thread
interface. To disable use of the Solaris thread interface, add
<code>-D_POSIX_PTHREAD_SEMANTICS</code> to the
diff --git a/ChangeLog b/ChangeLog
index 179eb0d8d8d..b6d059a291e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Jan 17 09:00:17 2003 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
+
+ * ACE-INSTALL.html (make): Removed all claims that we support
+ SunC++ 4.2. Thanks to Kirat Singh <kirat.singh@gs.com> for
+ reporting this.
+
Sat Jan 18 09:07:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Makefile.DLL_Test:
@@ -18,10 +24,9 @@ Thu Jan 16 19:06:19 2003 Stephen Torri <storri@cse.wustl.edu>
* ace/config-freebsd.h:
* ace/README:
- Added a new macro called ACE_HAS_PTHREAD_SETSTACK for
- systems that use the newer glibc (2.3+). Eliminates
- linker warning about not using the pthread function
- called pthread_setstack.
+ Added a new macro called ACE_HAS_PTHREAD_SETSTACK for systems
+ that use the newer glibc (2.3+). Eliminates linker warning about
+ not using the pthread function called pthread_setstack.
Thu Jan 16 16:25:45 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 179eb0d8d8d..b6d059a291e 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,9 @@
+Fri Jan 17 09:00:17 2003 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
+
+ * ACE-INSTALL.html (make): Removed all claims that we support
+ SunC++ 4.2. Thanks to Kirat Singh <kirat.singh@gs.com> for
+ reporting this.
+
Sat Jan 18 09:07:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Makefile.DLL_Test:
@@ -18,10 +24,9 @@ Thu Jan 16 19:06:19 2003 Stephen Torri <storri@cse.wustl.edu>
* ace/config-freebsd.h:
* ace/README:
- Added a new macro called ACE_HAS_PTHREAD_SETSTACK for
- systems that use the newer glibc (2.3+). Eliminates
- linker warning about not using the pthread function
- called pthread_setstack.
+ Added a new macro called ACE_HAS_PTHREAD_SETSTACK for systems
+ that use the newer glibc (2.3+). Eliminates linker warning about
+ not using the pthread function called pthread_setstack.
Thu Jan 16 16:25:45 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
diff --git a/ace/Future.h b/ace/Future.h
index 9855645e9a9..4404d52feb6 100644
--- a/ace/Future.h
+++ b/ace/Future.h
@@ -9,7 +9,7 @@
* @author Andres Kruse <Andres.Kruse@cern.ch>
* @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
* @author Per Andersson <Per.Andersson@hfera.ericsson.se> and
- * @author John Tucker <jtucker@infoglide.com>
+ * @author John Tucker <johnny_tucker@yahoo.com>
*/
//=============================================================================