diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-22 02:59:00 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-22 02:59:00 +0000 |
commit | eda8b30bc9e0d50620eb68ec00fd86371092e1ce (patch) | |
tree | 00622c166d46cb4917e4ceeb4bc7cef45439adfb | |
parent | 5f81f69175f867c15ef2547267f98b54e0c278d4 (diff) | |
download | ATCD-eda8b30bc9e0d50620eb68ec00fd86371092e1ce.tar.gz |
ChangeLogTag: Tue Sep 21 21:56:10 1999 David L. Levine <levine@cs.wustl.edu>
-rw-r--r-- | ChangeLog-99b | 14 | ||||
-rw-r--r-- | docs/ACE-subsets.html | 4 |
2 files changed, 13 insertions, 5 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b index 480405f72da..390f53fd124 100644 --- a/ChangeLog-99b +++ b/ChangeLog-99b @@ -1,8 +1,14 @@ +Tue Sep 21 21:56:10 1999 David L. Levine <levine@cs.wustl.edu> + + * docs/ACE-subsets.html: replaced absolute link to + ../ACE-INSTALL.html#repo with a relative link. And, + added "typically" to the 25 percent size reduction figure. + Tue Sep 21 16:49:36 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> - * docs/ACE-subsets.html: Updated the document to point to the - -frepo discussion. Thanks to Timothy Canham - <Timothy.Canham@jpl.nasa.gov> for motivating this. + * docs/ACE-subsets.html,ACE-INSTALL.html: Updated the document + to point to the -frepo discussion. Thanks to Timothy Canham + <Timothy.Canham@jpl.nasa.gov> for motivating this. Tue Sep 21 16:07:26 1999 David L. Levine <levine@cs.wustl.edu> @@ -1979,6 +1985,8 @@ Sat Aug 21 12:36:40 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> ACE_OS_Object_Manager_Internal_Exit_Hook () to void ACE_OS_Object_Manager_Internal_Exit_Hook (void) so that this will match the type declaration for ACE_EXIT_HOOK. + [NOTE: that's not really a signature change. g++ needs the + "void", however, to avoid a bug without -pedantic.] * ace/Process_Manager.cpp: Use the new ACE_OS::wait() method, which is portable to Win32, rather than ACE_OS::waitpid(). diff --git a/docs/ACE-subsets.html b/docs/ACE-subsets.html index 91407725bc0..f5e0fd79017 100644 --- a/docs/ACE-subsets.html +++ b/docs/ACE-subsets.html @@ -462,8 +462,8 @@ flags</a>: To build an ACE static library, if shared libraries are the default, use <code>make static_libs_only=1</code>. If you're using recent versions of GNU GCC, you can use the <A - HREF="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/ACE-INSTALL.html#repo">-frepo</A> -option, which reduces the footprint by another 25 percent. <P> + HREF="../ACE-INSTALL.html#repo">-frepo</A> +option, which typically reduces the footprint by another 25 percent. <P> <center><table cellpadding=4 border=4> <tr> |