summaryrefslogtreecommitdiff
path: root/ChangeLog-99b
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-22 02:59:00 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-22 02:59:00 +0000
commiteda8b30bc9e0d50620eb68ec00fd86371092e1ce (patch)
tree00622c166d46cb4917e4ceeb4bc7cef45439adfb /ChangeLog-99b
parent5f81f69175f867c15ef2547267f98b54e0c278d4 (diff)
downloadATCD-eda8b30bc9e0d50620eb68ec00fd86371092e1ce.tar.gz
ChangeLogTag: Tue Sep 21 21:56:10 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ChangeLog-99b')
-rw-r--r--ChangeLog-99b14
1 files changed, 11 insertions, 3 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().