summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-28 19:00:45 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-28 19:00:45 +0000
commit9f8f40310f1e03abba8e95d8125adf845b80e065 (patch)
treed08e5e356d0a15575204591f60e848b5b1aeaba0
parent793004ad9fe00767bdfdba5f8c51551ffb97e890 (diff)
downloadATCD-9f8f40310f1e03abba8e95d8125adf845b80e065.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b13
1 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index b4a7f36eb84..60bbe927c1e 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,8 +1,15 @@
+Thu May 28 13:57:50 1998 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/Filecache.cpp: removed redundant template instantiations.
+
+ * ace/config-lynxos.cpp: added undef ACE_HAS_TEMPLATE_SPECIALIZATION
+ for LynxOS 3.0.0.
+
Thu May 28 07:47:41 1998 Steve Huston <shuston@riverace.com>
- * tests/SOCK_Connector_Test.cpp: Changed the "should succeed" test
- from port 25 (smtp) to 7 (echo) to try and get a higher success
- rate. Thanks to David Levine for this suggestion.
+ * tests/SOCK_Connector_Test.cpp: Changed the "should succeed" test
+ from port 25 (smtp) to 7 (echo) to try and get a higher success
+ rate. Thanks to David Levine for this suggestion.
Wed May 27 13:45:24 1998 Steve Huston <shuston@riverace.com>