summaryrefslogtreecommitdiff
path: root/ChangeLogs
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-12-07 02:06:01 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-12-07 02:06:01 +0000
commitcb9d835c3cbd1067494f15a43f20f5ef019f9885 (patch)
treead38cdd6b511c41ded2e96f5735a3b9f149ae63d /ChangeLogs
parentdb97d8a36fab0428c223749c8d24d684ed4d151d (diff)
downloadATCD-cb9d835c3cbd1067494f15a43f20f5ef019f9885.tar.gz
ChangeLogTag:Wed Dec 6 14:29:13 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ChangeLogs')
-rw-r--r--ChangeLogs/ChangeLog-02a21
-rw-r--r--ChangeLogs/ChangeLog-03a21
2 files changed, 42 insertions, 0 deletions
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 4bf9f552dc1..912b780dc5b 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,24 @@
+Wed Dec 6 14:29:13 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
+
+ * ace/Auto_Ptr.{h,i}: Added a new set of class (ACE_Refcounted_Auto_Ptr_Rep,
+ ACE_Refcounted_Auto_Ptr) that implements support for a reference
+ counted auto_ptr. Thanks to Johnny Tucker
+ <JTucker@infoglide.com> for contributing this.
+
+ * ace/Managed_Object.h: Added ACE_UNIMPLEMENTED_FUNC macros for
+ copy constructor and assignment operator in class
+ ACE_Cleanup_Adapter. Thanks to Johnny Willemsen
+ <johnny.willemsen@meco.nl> for reporting this.
+
+ * tests/run_tests.sh: Prevent null or zero-length string test name from being
+ passed into the run() function. Thanks to Jon Loeliger
+ <jloeliger@chiaro.com> for reporting this.
+
+ * tests/Log_Msg_Test.cpp,
+ * examples/Log_Msg/test_log_msg.cpp (main):
+ Replaced int with u_long to make compilers happy. Thanks to
+ Mike Curtis <mccurry@my-deja.com> for pointing this out.
+
Tue Dec 5 11:45:42 2000 Darrell Brunsch <brunsch@uci.edu>
* ace/SSL/SSL_SOCK_Acceptor.cpp:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 4bf9f552dc1..912b780dc5b 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,24 @@
+Wed Dec 6 14:29:13 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
+
+ * ace/Auto_Ptr.{h,i}: Added a new set of class (ACE_Refcounted_Auto_Ptr_Rep,
+ ACE_Refcounted_Auto_Ptr) that implements support for a reference
+ counted auto_ptr. Thanks to Johnny Tucker
+ <JTucker@infoglide.com> for contributing this.
+
+ * ace/Managed_Object.h: Added ACE_UNIMPLEMENTED_FUNC macros for
+ copy constructor and assignment operator in class
+ ACE_Cleanup_Adapter. Thanks to Johnny Willemsen
+ <johnny.willemsen@meco.nl> for reporting this.
+
+ * tests/run_tests.sh: Prevent null or zero-length string test name from being
+ passed into the run() function. Thanks to Jon Loeliger
+ <jloeliger@chiaro.com> for reporting this.
+
+ * tests/Log_Msg_Test.cpp,
+ * examples/Log_Msg/test_log_msg.cpp (main):
+ Replaced int with u_long to make compilers happy. Thanks to
+ Mike Curtis <mccurry@my-deja.com> for pointing this out.
+
Tue Dec 5 11:45:42 2000 Darrell Brunsch <brunsch@uci.edu>
* ace/SSL/SSL_SOCK_Acceptor.cpp: