summaryrefslogtreecommitdiff
path: root/ChangeLog-98b
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-03 05:05:07 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-03 05:05:07 +0000
commit6f9da9bd8d68bdca8d068c24584040ec5897a13c (patch)
treef8984c390212715d57a99bd32a440fed8fa67d4f /ChangeLog-98b
parentcdb2a24f1c0983567d935eb49a96e47963754d57 (diff)
downloadATCD-6f9da9bd8d68bdca8d068c24584040ec5897a13c.tar.gz
Small little fixes.
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r--ChangeLog-98b14
1 files changed, 8 insertions, 6 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 2ea9cb6c46a..3ba0399f3c0 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -4,6 +4,7 @@ Mon Nov 2 22:54:08 1998 Darrell Brunsch <brunsch@cs.wustl.edu>
* ace/config-win32-common.h:
Only define ACE_LACKS_RECVMSG/SENDMSG for non-WinSock2 systems.
Before, it was being defined for all non-NT configurations.
+ Thanks to Irfan for suggesting this change.
Mon Nov 2 18:18:04 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
@@ -54,9 +55,9 @@ Sun Nov 01 21:18:24 1998 Irfan Pyarali <irfan@cs.wustl.edu>
Sun Nov 1 17:32:50 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * tests/Hash_Map_Manager_Test.cpp (run_test): Oops, we need to
- account for compilers that lack template specialization! Thanks
- to David Levine for reporting this.
+ * tests/Hash_Map_Manager_Test.cpp (run_test): Oops, we need to
+ account for compilers that lack template specialization! Thanks
+ to David Levine for reporting this.
Sun Nov 01 17:24:56 1998 David L. Levine <levine@cs.wustl.edu>
@@ -1142,9 +1143,10 @@ Thu Oct 15 18:02:51 1998 Darrell Brunsch <brunsch@cs.wustl.edu>
* ace/config-win32.h: For non-winnt systems, define
ACE_LACKS_RECVMSG and ACE_LACKS_SENDMSG. Thanks to Bill Hall
- <hts@gte.net> for pointing this out. BTW, Bill was the 400th
- individual to contribute an ACE/TAO bug report, thanks to
- everyone for all their help over the years!
+ <hts@gte.net> for pointing this out.
+
+ [BTW, Bill was the 400th individual to contribute an ACE/TAO
+ bug report, thanks to everyone for all their help over the years!]
Thu Oct 15 16:50:09 1998 Nanbor Wang <nanbor@cs.wustl.edu>