diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2003-01-18 17:17:31 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2003-01-18 17:17:31 +0000 |
commit | 3f162da97cbc7279f38a6917640b93649f2abbc4 (patch) | |
tree | fb9a73cf66b4ed67bb58a727bd3fb4b8a6f2f6a6 | |
parent | 0f3d549269d56c4e07c39221851d73e992cb1477 (diff) | |
download | ATCD-3f162da97cbc7279f38a6917640b93649f2abbc4.tar.gz |
ChangeLogTag:Fri Jan 17 09:00:17 2003 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
-rw-r--r-- | ACE-INSTALL.html | 10 | ||||
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 13 | ||||
-rw-r--r-- | ace/Future.h | 2 |
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 <shl@janis.gtri.gatech.edu> 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> */ //============================================================================= |