summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE-INSTALL.html44
-rw-r--r--ChangeLog14
2 files changed, 29 insertions, 29 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index ad3abf45241..98fa36cf1fa 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -65,12 +65,12 @@ using many different compilers over the years. The <A
HREF="http://www.dre.vanderbilt.edu/">DOC group</A>, <A
HREF="http://www.riverace.com/">Riverace</A>, <A
HREF="http://www.theaceorb.com">OCI</A>, <A
-HREF="http://www.theaceorb.nl">Remedy IT</A>,
+HREF="http://www.theaceorb.nl">Remedy IT</A>,
and members of the ACE user community have all contributed ports to
make ACE the successful and far-reaching toolkit it is today. Any
UNIX/POSIX/Windows variation is a potential target platform for ACE.
If you have <A HREF="docs/ACE-porting.html">porting questions</A> or
-have a problem
+have a problem
compiling the ACE source distribution, please contact one of the
commercial support companies, or send a copy of the
PROBLEM-REPORT-FORM to either the <A HREF="news:comp.soft-sys.ace">ACE
@@ -104,7 +104,7 @@ For information on TAO's platform coverage and support, please also see
</td>
<td>DOC sites at <A HREF="http://www.dre.vanderbilt.edu/">ISIS, <A
HREF="http://doc.ece.uci.edu/">UCI</A> and <A
- HREF="http://tao.doc.wustl.edu/">Washington University</A>
+ HREF="http://tao.doc.wustl.edu/">Washington University</A>
</td>
</tr>
<tr>
@@ -125,8 +125,8 @@ For information on TAO's platform coverage and support, please also see
<tr>
<th>Remedy IT</th>
<td>Maintains ACE on many platforms required for their ACE and
- TAO service offerings. Besides the standard DOC group platforms
- we also support Borland C++ Builder 6, CBuilderX 1.0, VxWorks 5.5,
+ TAO service offerings. Besides the standard DOC group platforms
+ we also support Borland C++ Builder 6, CBuilderX 1.0, VxWorks 5.5,
OpenVMS 7.3-2, Linux 64bit Alpha, Tru64, and HPUX 11i 32/64 bit.
</td>
<td>Remedy IT <A HREF="http://www.theaceorb.nl">web site</A> and
@@ -150,7 +150,7 @@ For information on TAO's platform coverage and support, please also see
<td>The following platforms have been supported in the past but are
not supported anymore by the DOC Group. If you want to have
support for these environments contact one of the commercial
- support organisations. The platforms are: VxWorks 5.4, MSVC5,
+ support organisations. The platforms are: VxWorks 5.4, MSVC5,
Borland C++ Builder 4 and 5.
</td>
</tr>
@@ -196,7 +196,7 @@ HREF="bin/MakeProjectCreator/README"> REAME for ACE
</A>files for details. The options that have been used to generate the
above build files can be found in <A
HREF="bin/MakeProjectCreator/config/global.features">
-global.features</A> file.
+global.features</A> file.
<P><HR><P>
@@ -266,7 +266,7 @@ global.features</A> file.
5.7 host, using a g++ or egcs that was built on an older SunOS
host. <P>
- The Sun/C++ compilers until and including 5.4 has several
+ The Sun/C++ compilers until and including 5.4 has several
problems with templates and we don't test very often with them.
We regularly use and test with Sun/C++ 5.5.</p>
@@ -310,9 +310,9 @@ global.features</A> file.
file called <CODE>ACE_All_Tmp.h</CODE>
and add a line to #include each of the .h files listed under
<CODE>TEMPLATE_FILES=</CODE> in the GNUmakefile. Now update the
- GNUmakefile so that
+ GNUmakefile so that
<CODE>FILES=ACE_All_Src</CODE> and
- <CODE>TEMPLATE_FILES=ACE_All_Tmp</CODE>.<P>
+ <CODE>TEMPLATE_FILES=ACE_All_Tmp</CODE>.<P>
<LI><B><a name="Linux">Linux</a></B><P>
@@ -743,7 +743,7 @@ global.features</A> file.
needed to build it:</p>
<p>1. The latest version of the Apple Developer Tools
- (December 2002)</p>
+ (December 2002)</p>
<p>2. The dlcompat library (obtained either through Fink or
SourceForge)</p>
@@ -999,14 +999,14 @@ the UNIX methods.
<P>
GNU Autoconf support is available in the ACE only distribution in the
DOC group website. More, precisely support for Autoconf will be
-missing in distributions that have TAO and CIAO bundled along.
+missing in distributions that have TAO and CIAO bundled along.
-GNU Autoconf support has been partially present in a number of ACE
+GNU Autoconf support has been partially present in a number of ACE
versions. However, ACE 5.4 was the first version that supported it in
earnest. There are still a few problems with this method, so you
should be careful to test the resulting ACE library before using it in
your applications. The traditional configuration method is still more
-reliable. Any help you can
+reliable. Any help you can
lend to improve the ACE build process using GNU Autoconf would be very much
appreciated. Please send any fixes to the
<A HREF="mailto:ace-users@cs.wustl.edu">ACE users</A> mailing list.</P>
@@ -1107,9 +1107,9 @@ per-platform configuration method:</P>
<LI>Install <A HREF="http://ftp.gnu.org/pub/gnu/make/">GNU make</A>
3.79.1 or greater on your system (available via <code>http</code>
anonymous <code>ftp</code> from <code>ftp.gnu.org</code> in the
- <code>pub/gnu/make/</code> directory).
+ <code>pub/gnu/make/</code> directory).
You <EM>must</EM> use GNU make when using ACE's traditional
- per-platform configuration method or ACE won't compile.<P>
+ per-platform configuration method or ACE won't compile.<P>
<LI>Add an environment variable called ACE_ROOT that contains the
name of the root of the directory where you keep the ACE wrapper
@@ -1200,7 +1200,7 @@ include $(ACE_ROOT)/include/makeinclude/platform_sunos5_sunc++.GNU
<LI>If you need to regenerate the Svc_Conf_y.cpp file, you'll need to
get <A HREF="http://ftp.gnu.org/pub/gnu/bison/">GNU Bison</A>.
- However, you should rarely, if ever, need to do this.<P>
+ However, you should rarely, if ever, need to do this.<P>
</OL>
@@ -1222,7 +1222,7 @@ in MSVC may not do this). <P>
ACE contains project files for Microsoft Visual C++ 6.0 (*.dsp/.dsw)
and Visual C++ .NET 2003 (*.vcproj/.sln). There are also
Makefile.bor files to compile ACE, and the ACE one-button tests with
-Borland C++ Builder. <P>
+Borland C++ Builder. <P>
<P><hr align=left width="50%"><P>
<H4><A NAME="borland">Building and Installing ACE on Windows with Borland
@@ -1343,7 +1343,7 @@ make -f Makefile.bor
Once you build all the tests, you can run the perl script:<P>
<BLOCKQUOTE><CODE>run_test.pl</CODE></BLOCKQUOTE><P> in the
<code>tests</code> directory to try all the tests. You need to make
-sure the ACE bin and lib directory (in this case
+sure the ACE bin and lib directory (in this case
<CODE>ACE_ROOT\bin</CODE> and <CODE>ACE_ROOT\lib</CODE>)
are on the path before you try to run the tests.<p>
@@ -1382,7 +1382,7 @@ Microsoft Visual C++</A></H4>
NT.<BR> <STRONG>Note:</STRONG> If you use the dynamic libraries,
make sure you include ACE_ROOT\lib in your PATH whenever you run
programs that uses ACE. Otherwise you may experience problems
- finding ace.dll or aced.dll.<BR>
+ finding ace.dll or aced.dll.<BR>
<BR>
<LI>If you are building for Windows NT 4 or later (Windows 2000, XP, etc.)
then you can start building without anymore changes. If you are building
@@ -1618,13 +1618,13 @@ For our build we require the packages
% cd $ACE_ROOT/ace
% make
</pre></code></blockquote>
-
+
<p>
This should create <TT>libACE.dll</TT> (the Win32 shared library) and
<TT>libACE.dll.a</TT> (the Win32 import library for the DLL).
Note that the name for the ACE DLL follows the MinGW convention, which itself
resembles UNIX.
-
+
<p>
If you want static libs also, you may run:
diff --git a/ChangeLog b/ChangeLog
index 69d8eac4ce2..26c3cfa4c50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,7 +23,7 @@ Fri Jun 18 11:47:22 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* docs/usage-bugzilla.html:
Updated all these documents with new links. Tried removing
- outdated information as much as possible.
+ outdated information as much as possible.
Fri Jun 18 10:12:47 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
@@ -32,12 +32,12 @@ Fri Jun 18 10:12:47 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Updated ACE-INSTALL with information about a bunch of things
related to MPC. Haven't updated anything about using MPC other
than pointing out the documentation. Need to see what else
- should be added.
-
+ should be added.
+
* docs/msvc_notes.txt:
- Updated this file about th elocation of libraries.
-
+ Updated this file about th elocation of libraries.
+
* include/makeinclude/wrapper_macros.GNU:
Added documentation for the option stlport=1 which can be used
@@ -1602,7 +1602,7 @@ Mon May 17 19:19:00 2004 Marek Brudka <mbrudka@elka.pw.edu.pl>
* tests/SOCK_Dgram_Bcast_Test.cpp (run_auto_test):
Removed warning on declared, but not used function. Added
- OS_NS_unistd.h include to make sure ACE_OD::sleep is declared.
+ OS_NS_unistd.h include to make sure ACE_OD::sleep is declared.
Mon May 17 13:22:18 2004 Steve Huston <shuston@riverace.com>
@@ -2243,7 +2243,7 @@ Sun May 9 16:07:00 2004 Marek Brudka <mbrudka@elka.pw.edu.pl>
Script checks now if file names are not too long. Names
exceeding 50 characters are classified as an error (QNX limit),
MPC files longer than 30 characters lead to warnings as MPC can
- add some characters eg. .depend.GNUmakefile.
+ add some characters eg. .depend.GNUmakefile.
Sun May 9 13:20:22 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>