summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-06-18 09:51:27 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-06-18 09:51:27 +0000
commit7935fe9c534c72d8edadabee8ebbc3077d88b476 (patch)
tree38c5f74ff7e4559d504f34995dd4af59422f9251
parente35e3e0927733c76932f8114e4554bb171092589 (diff)
downloadATCD-7935fe9c534c72d8edadabee8ebbc3077d88b476.tar.gz
Wed Jun 18 09:50:20 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ACE/ACE-INSTALL.html6
-rw-r--r--ACE/ChangeLog8
-rw-r--r--ACE/README28
3 files changed, 24 insertions, 18 deletions
diff --git a/ACE/ACE-INSTALL.html b/ACE/ACE-INSTALL.html
index c7392ae2b00..3f0d6592f49 100644
--- a/ACE/ACE-INSTALL.html
+++ b/ACE/ACE-INSTALL.html
@@ -156,12 +156,12 @@ document</a>.</p><p>
TAO service offerings. We support AIX, Borland C++ Builder 6/2006,
CodeGear C++ Builder 2007, CodeGear RAD Studio 2007,
CBuilderX 1.0, MinGW, Microsoft Visual C++ 7.1/8/9, GCC,
- Cygwin, VxWorks 5.5.x & 6.x, OpenVMS 8.2-1 & 8.3 on Alpha and IA64,
- BlueCAT Linux, RedHat Linux, Fedora, MacOS,
+ Cygwin, VxWorks 5.5.x - 6.x (kernel and rtp), OpenVMS 8.2-1 & 8.3 on Alpha and IA64,
+ BlueCAT Linux, RedHat Linux, Fedora, MacOSX,
Tru64, SuSE Linux on Alpha/IA32/EM64T/IA64, RTEMS, QNX, LynxOS 4.0/4.2,
HPUX 11i v1/v2 32/64 bit on PA-RISC, and
HPUX 11i v2/v3 on IA64. The Intel C++ compiler is supported on
- Windows 32/64bit, Linux IA32/EM64T/IA64.
+ Windows 32/64bit, Linux IA32/EM64T/IA64, MacOSX.
</td>
<td>Remedy IT <a href="http://www.theaceorb.nl/">web site</a> and
the TAO <a href="TAO/TAO-INSTALL.html">install document</a>
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 0d14b1f18a7..52423cbd118 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,9 @@
+Wed Jun 18 09:50:20 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * README:
+ * ACE-INSTALL.html:
+ Updated
+
Tue Jun 17 22:43:20 2008 Steve Huston <shuston@riverace.com>
* ace/Reactor.h: Clarify that calling remove_handler() for a signal
@@ -13,7 +19,7 @@ Tue Jun 17 15:36:49 UTC 2008 Yan Dai <dai_y@ociweb.com>
Disabled warning C4706 in load_dbghelp_library_if_needed()
and enabled afterwards on windows.
-
+
Tue Jun 17 13:55:00 UTC 2008 Simon Massey <sma at prismtech dot com>
* bin/fuzz.pl:
diff --git a/ACE/README b/ACE/README
index bd81f4c5a4e..ff7fa878ac0 100644
--- a/ACE/README
+++ b/ACE/README
@@ -17,13 +17,11 @@ The ADAPTIVE Communication Environment (ACE) is an object-oriented
(OO) toolkit that implements fundamental design patterns for
communication software. ACE provides a rich set of reusable C++
wrappers and frameworks that perform common communication software
-tasks across a range of OS platforms, including Win32 (i.e., WinNT
-3.5.x/4.x, Win95, and WinCE), most versions of UNIX (e.g., SunOS 4.x
-and 5.x, SGI IRIX 5.x and 6.x, HP-UX 9.x, 10.x, and 11.x, DEC UNIX
-4.x, AIX 4.x, Linux, SCO, UnixWare, NetBSD, and FreeBSD), real-time
-operating systems (e.g., VxWorks, Chorus, LynxOS, and pSoS), and MVS
-OpenEdition. A single source tree is used for all these platforms and
-porting ACE to other platforms is relatively easy.
+tasks across a range of OS platforms, including Win32/Win64, most
+versions of UNIX (e.g., SunOS, HP-UX , AIX, Linux, NetBSD, and FreeBSD),
+real-time operating systems (e.g., VxWorks, Chorus, LynxOS, and QNV),
+OpenVMS, and MVS OpenEdition. A single source tree is used for all
+these platforms and porting ACE to other platforms is relatively easy.
The communication software components provided by ACE include event
demultiplexing and event handler dispatching, service initialization,
@@ -44,7 +42,8 @@ services in one or more processes or threads.
ACE is currently used in commercial projects and products by dozens of
companies including Ericsson, Bellcore, Siemens, Motorola, Kodak,
Boeing, Lucent, DEC, Lockheed Martin, and SAIC. Commercial support
-for ACE is available at http://www.riverace.com.
+for ACE is available from several companies as listed at
+http://www.cs.wustl.edu/~schmidt/commercial-support.html
----------------------------------------
@@ -186,13 +185,13 @@ http://www.cs.wustl.edu/~schmidt/ACE.html
ACE MAILING LIST AND NEWSGROUP
-A mailing list, ace-users@cs.wustl.edu, is available for discussing
+A mailing list, ace-users@list.isis.vanderbilt.edu, is available for discussing
bug fixes, enhancements, and porting issues regarding ACE. Please
-send mail to me at the ace-users-request@cs.wustl.edu if you'd like to
-join the mailing list. There is also a USENET newsgroup called
-comp.soft-sys.ace. Please see
+send mail to me at the ace-users-request@list.isis.vanderbilt.edu
+if you'd like to join the mailing list. There is also a USENET newsgroup
+called comp.soft-sys.ace. Please see
http://www.cs.wustl.edu/~schmidt/ACE-mail.html for details on how to
-subscribe to the mailing list.
+subscribe to the mailing list.
----------------------------------------
@@ -210,7 +209,8 @@ Please use the same form to submit questions, comments, etc.
To ensure that you see responses, please do one of the following:
1) Subscribe to the ace-users mail list, by sending email with
- contents "subscribe ace-users" to majordomo@cs.wustl.edu.
+ contents "subscribe ace-users" to
+ ace-users-request@list.isis.vanderbilt.edu.
2) Or, monitor the comp.soft-sys.ace newsgroup for responses.