diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 6 | ||||
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | docs/ACE-subsets.html | 34 |
4 files changed, 19 insertions, 28 deletions
diff --git a/ChangeLog b/ChangeLog index f19223cc8d2..acb88ca84d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Aug 28 19:56:16 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu> + + * docs/ACE-subsets.html: Updated the document to point to the + soreduce tool and to remove the discussion of PACE. Thanks to + Chumsu Kim <chskim@add.re.kr> for motivating this. + Wed Aug 28 14:24:36 2002 Steve Huston <shuston@riverace.com> * ace/Log_Msg.h: Fixed Doxygenation of ACE_Log_Msg. Thanks to diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index f19223cc8d2..acb88ca84d7 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,9 @@ +Wed Aug 28 19:56:16 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu> + + * docs/ACE-subsets.html: Updated the document to point to the + soreduce tool and to remove the discussion of PACE. Thanks to + Chumsu Kim <chskim@add.re.kr> for motivating this. + Wed Aug 28 14:24:36 2002 Steve Huston <shuston@riverace.com> * ace/Log_Msg.h: Fixed Doxygenation of ACE_Log_Msg. Thanks to @@ -1569,6 +1569,7 @@ Umberto Mascia <u.mascia@pxl.it> Marcel Loose <loose@astron.nl> Christian Klutz <cklutz@gmx.net> Ville Lehtiniemi <guderian@ees2.oulu.fi> +Chumsu Kim <chskim@add.re.kr> I would particularly like to thank Paul Stephenson, who worked with me at Ericsson in the early 1990's. Paul devised the recursive Makefile diff --git a/docs/ACE-subsets.html b/docs/ACE-subsets.html index 99c25885978..902419a7bd1 100644 --- a/docs/ACE-subsets.html +++ b/docs/ACE-subsets.html @@ -14,11 +14,11 @@ <hr><p> <H3>ACE+TAO Subsetting</H3> -We are currently subsetting ACE+TAO to make them more flexible and to -reduce their footprint for embedded systems. This document describes -what we've done thus far, what we're planning to do next, and how to -leverage our efforts to minimize the size of your ACE+TAO -applications. <P> +We are involved in ongoing activities to subset ACE+TAO to make them +more flexible and to reduce their memory footprint for embedded +systems. This document describes what we've done thus far, what we're +planning to do next, and how to leverage our efforts to minimize the +size of your ACE+TAO applications. <P> <HR><P> <font size=+2><strong>Contents</strong></font> @@ -30,8 +30,8 @@ applications. <P> <li><a href="#ACE Library Size Breakdown">ACE Library Size Breakdown</a> <li><a href="#Building ACE Subsets">Building ACE Subsets</a> <li><a href="#ACE_OS Adaptation Layer">ACE_OS Adaptation Layer</a> - <li><a href="#PACE">POSIX ACE (PACE)</a> <li><a href="#minimumTAO">Minimum TAO</a> + <li><a href="../apps/soreduce/README">The Shared Library Reduction (<CODE>soreduce</CODE>) tool</a> <li><a href="#Status">ACE+TAO Subsetting Work in Progress</a> </ol><p> @@ -892,28 +892,6 @@ the <code>ACE_OS</code> member functions, ACE's <a href="../tests/Basic_Types_Test.cpp">Basic_Types_Test.cpp</a> for an example of usage.<p> -<P><HR><P> -<a name="PACE"> -The <A -HREF="http://www.cs.wustl.edu/~luther/PACE/">POSIX ACE</A> (PACE) -project is an OS abstraction layer designed for lightweight and/or -verified systems. When complete, it will offer these benefits: <P> - -<OL> -<LI> A strict POSIX.1-like, low-level interface. Its interface is - ``POSIX compatible'' by that we mean as close to POSIX.1 - as it can be, given that PACE is not an operating system. - To avoid name conflicts with OS APIs, all low-level - PACE function names have the <CODE>pace_</CODE> prefix. <P> - -<LI> The low-level interface is a C file, so that it can be used in - both C and C++ programs. <P> - -<LI> The low-level interface is partitioned into multiple files, one - per POSIX.1 section, which will help linkers reduce the footprint for - statically linked applications. -</OL><P> - <a name="minimumTAO"><!--#include virtual="minimumTAO.html" --></a> <P><HR><P> |