summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-07 22:03:26 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-07 22:03:26 +0000
commitc8012fc15d7e01022ffdf7c6aa4ab1924d74515d (patch)
tree25ff3fed26331921964c7283004d691eb56cf3c8
parent5c515a3aa2e80bfdaa8a72ab71ae88dc5c52b004 (diff)
downloadATCD-c8012fc15d7e01022ffdf7c6aa4ab1924d74515d.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b87
1 files changed, 44 insertions, 43 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index d981ca38c55..6413fff4b35 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -3,49 +3,6 @@ Wed Jul 7 16:33:29 1999 Kirthika Parameswaran <kirthika@cs.wustl.edu>
* tests/Cached_Conn_Test.cpp (main): Added default testing of LRU,
LFU, FIFO caching strategies.
-Wed Jul 07 16:06:45 1999 David L. Levine <levine@cs.wustl.edu>
-
- * tests/Recursive_Mutex_Test.cpp: explicitly set the
- stack size. This solves the problem on LynxOS/PPC,
- below, so the 65-iteration workaround was removed.
- Thanks to Doug for this suggestion.
-
-Wed Jul 7 13:27:53 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
-
- * ace/Malloc[_T]: Cleaned up the code so that we can use the
- ACE_Based_Pointer<> consistently when
- ACE_HAS_POSITION_INDEPENDENT_MALLOC is enabled and disable.
-
- * ace/Malloc.h: By default, ACE_MALLOC_PADDING is set to 1 so that
- we don't get "divide by zero" errors. However, it's only used
- in the computation of the ACE_Malloc_Header if it's > 1.
-
- * config-aix-4.x.h,
- config-lynxos.h,
- config-psos-diab-mips.h,
- config-psos-diab-ppc.h,
- config-psos-diab.h,
- config-psos-tm.h,
- config-psosim-g++.h,
- config-sunos5.5.h:
- Removed the ACE_MALLOC_ALIGN macro since it should no longer
- be necessary.
-
- * ace/Malloc.h: Renamed the macro ACE_MALLOC_ALIGN to
- ACE_MALLOC_PADDING, which is more descriptive. However, I've
- retained ACE_MALLOC_ALIGN for backwards compatibility to keep
- Steve Huston happy ;-).
-
- * Fixed a typo in the TAO-mail.html program where ace-*
- should have been tao-*. Thanks to Pedro Alves Ferreira
- <pedro.ferreira@inescn.pt> for reporting this.
-
- * Fixed all vestiages of "BUG-REPORT-FORM" to say
- "PROBLEM-REPORT-FORM." Thanks to Neil B. Cohen <nbc@cisco.com>
- for reporting this.
-
-Wed Jul 7 15:46:20 1999 Kirthika Parameswaran <kirthika@cs.wustl.edu>
-
* tests/Cached_Conn_Test.cpp (parse_args):
* tests/Cache_Map_Manager_Test (parse_args):
Runtime selection of different caching strategies
@@ -60,6 +17,50 @@ Wed Jul 7 15:46:20 1999 Kirthika Parameswaran <kirthika@cs.wustl.edu>
<cache_map_manager> and <hash_cache_map_manager> objects to make
it in sync with the changes made below.
+Wed Jul 07 16:06:45 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * tests/Recursive_Mutex_Test.cpp: explicitly set the
+ stack size. This solves the problem on LynxOS/PPC, below, so
+ the 65-iteration workaround was removed. Thanks to Doug for
+ this suggestion.
+
+Wed Jul 7 13:27:53 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * ace: Added a new Based_Pointer_T.i file that inlines the
+ small methods.
+
+ * ace/Malloc[_T]: Cleaned up the code so that we can use the
+ ACE_Based_Pointer<> consistently when
+ ACE_HAS_POSITION_INDEPENDENT_MALLOC is enabled and disable.
+
+ * ace/Malloc.h: By default, ACE_MALLOC_PADDING is set to 1 so that
+ we don't get "divide by zero" errors. However, it's only used
+ in the computation of the ACE_Malloc_Header if it's > 1.
+
+ * config-aix-4.x.h,
+ config-lynxos.h,
+ config-psos-diab-mips.h,
+ config-psos-diab-ppc.h,
+ config-psos-diab.h,
+ config-psos-tm.h,
+ config-psosim-g++.h,
+ config-sunos5.5.h:
+ Removed the ACE_MALLOC_ALIGN macro since it should no longer
+ be necessary.
+
+ * ace/Malloc.h: Renamed the macro ACE_MALLOC_ALIGN to
+ ACE_MALLOC_PADDING, which is more descriptive. However, I've
+ retained ACE_MALLOC_ALIGN for backwards compatibility to keep
+ Steve Huston happy ;-).
+
+ * Fixed a typo in the TAO-mail.html program where ace-*
+ should have been tao-*. Thanks to Pedro Alves Ferreira
+ <pedro.ferreira@inescn.pt> for reporting this.
+
+ * Fixed all vestiages of "BUG-REPORT-FORM" to say
+ "PROBLEM-REPORT-FORM." Thanks to Neil B. Cohen <nbc@cisco.com>
+ for reporting this.
+
Wed Jul 07 12:27:32 1999 David L. Levine <levine@cs.wustl.edu>
* ace/config-lynxos.h: added ACE_LACKS_FORK for PowerPC