summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwilson_d <wilson_d@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-14 20:03:12 +0000
committerwilson_d <wilson_d@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-14 20:03:12 +0000
commit08ddeafad66255976abd21bc450d4fd357c12728 (patch)
tree702eeb93ffdafad342cd810e74d53d73061775ad
parent0ad88f1fd74e2b437d50da0a6d8029da978cdaa3 (diff)
downloadATCD-08ddeafad66255976abd21bc450d4fd357c12728.tar.gz
ChangeLogTag: Tue Sep 14 15:02:05 2004 Dale Wilson <wilson_d@ociweb.com>
-rw-r--r--ChangeLog57
-rw-r--r--NEWS3
2 files changed, 33 insertions, 27 deletions
diff --git a/ChangeLog b/ChangeLog
index f867e3f3081..11bb89d1c2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,19 @@
+Tue Sep 14 15:02:05 2004 Dale Wilson <wilson_d@ociweb.com>
+
+ * NEWS:
+ Updated: TSS leak has been conquered.
+
Tue Sep 14 11:07:25 2004 Steve Huston <shuston@riverace.com>
- * ace/Malloc_T.{h inl}: Added ACE_Cached_Allocator<>::pool_depth()
- and ACE_Dynamic_Cached_Allocator<>::pool_depth(). Each returns the
- number of items in the cache available for allocating. Thank you to
- Jeff Jones <jjones@zonetrading.com> for this addition.
+ * ace/Malloc_T.{h inl}: Added ACE_Cached_Allocator<>::pool_depth()
+ and ACE_Dynamic_Cached_Allocator<>::pool_depth(). Each returns the
+ number of items in the cache available for allocating. Thank you to
+ Jeff Jones <jjones@zonetrading.com> for this addition.
- * tests/Cached_Allocator_Test.cpp: Added tests of the new pool_depth()
- method.
+ * tests/Cached_Allocator_Test.cpp: Added tests of the new pool_depth()
+ method.
- * THANKS: Added Jeff Jones to the Hall of Fame.
+ * THANKS: Added Jeff Jones to the Hall of Fame.
Tue Sep 14 11:58:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
@@ -28,44 +33,44 @@ Tue Sep 14 07:01:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Mon Sep 13 19:09:23 2004 J.T. Conklin <jtc@acorntoolworks.com>
- * configure.ac:
- * m4/config_h.m4:
+ * configure.ac:
+ * m4/config_h.m4:
- Changed to use ACE_CHECK_HAS_FUNC([scandir]) and get rid of
- explicit definition, autoconf template macro, etc.
+ Changed to use ACE_CHECK_HAS_FUNC([scandir]) and get rid of
+ explicit definition, autoconf template macro, etc.
Mon Sep 13 20:33:25 2004 Douglas C. Schmidt <schmidt@cs.wustl.edu>
* ace/Select_Reactor_Base.cpp: Changed the
- ACE_Select_Reactor_Handler_Repository::open() method so that it
+ ACE_Select_Reactor_Handler_Repository::open() method so that it
uses the generalized ACE::set_handle_limit() method to not lower
the handles, which caused problems for applications that want to
use small reactor sizes but not limit the number of handles in
the process. Thanks to Eider Oliveira <eider at oliveira dot
gmail at com> for suggesting this.
- * ace/ACE.cpp,
- ace/ACE.h: Generalized ACE::set_handle_limit() so
- it can be told not to lower the handle limit.
+ * ace/ACE.cpp,
+ ace/ACE.h: Generalized ACE::set_handle_limit() so
+ it can be told not to lower the handle limit.
Mon Sep 13 18:15:44 2004 J.T. Conklin <jtc@acorntoolworks.com>
- * ACE_wrappers/m4/platform.m4:
+ * ACE_wrappers/m4/platform.m4:
- Added new ACE_FUNC_IOCTL_ARGTYPES macro, used to set
- ACE_IOCTL_TYPE_ARG2.
+ Added new ACE_FUNC_IOCTL_ARGTYPES macro, used to set
+ ACE_IOCTL_TYPE_ARG2.
- * ACE_wrappers/ace/config-netbsd.h:
+ * ACE_wrappers/ace/config-netbsd.h:
- Added ACE_IOCTL_TYPE_ARG2 definition.
+ Added ACE_IOCTL_TYPE_ARG2 definition.
- * ACE_wrappers/ace/OS_NS_stropts.h:
- * ACE_wrappers/ace/OS_NS_stropts.inl:
+ * ACE_wrappers/ace/OS_NS_stropts.h:
+ * ACE_wrappers/ace/OS_NS_stropts.inl:
- Added feature test macro ACE_IOCTL_TYPE_ARG2 (which defaults to
- int) so that ACE_OS::ioctl uses the same type as ::ioctl. This
- help avoid sign extension problems on 64 bit platforms that use
- unsigned long.
+ Added feature test macro ACE_IOCTL_TYPE_ARG2 (which defaults to
+ int) so that ACE_OS::ioctl uses the same type as ::ioctl. This
+ help avoid sign extension problems on 64 bit platforms that use
+ unsigned long.
Mon Sep 13 15:52:04 2004 Dale Wilson <wilson_d@ociweb.com>
diff --git a/NEWS b/NEWS
index 0b30531a4f8..c65207f0a7c 100644
--- a/NEWS
+++ b/NEWS
@@ -14,9 +14,10 @@ PLANNED MAJOR CHANGES TARGETED FOR ACE-5.4.3
(and subsequent follow-ups)
- (OCI) TSS memory leak fixes (Bug 1542)
-
ACE - Initially Fri Aug 13 15:26:40 2004 Dale Wilson <wilson_d@ociweb.com>
with many others following on.
+ ** Finished: Mon Sep 13 15:31:23 2004 Dale Wilson <wilson_d@ociweb.com>
+
- (Johnny) Ported to HPUX 11i v2 on Itanium
Finished, Mon Aug 23 17:53:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>