summaryrefslogtreecommitdiff
path: root/ChangeLogs/ChangeLog-03a
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLogs/ChangeLog-03a')
-rw-r--r--ChangeLogs/ChangeLog-03a8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 6011f81da3a..e1e846be293 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,7 @@
+Mon May 13 10:19:48 2002 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * ace/Message_Block.cpp: Fixed a fuzz warning.
+
Mon May 13 08:36:38 2002 Alex Libman <AlexL@rumblegroup.com>
* tests/Proactor_Test.cpp:
@@ -10,11 +14,11 @@ Mon May 13 08:36:38 2002 Alex Libman <AlexL@rumblegroup.com>
sent/recv and the number of read/write operations. This allows
to see distribution of I/O operations between handlers. Would be
useful for Proactor's future improvements.
-
+
Impoved scatter/gather branch under Win32. Instead of splitting
one message into 3 small blocks we now send them as a
chain. This helps to improve performance.
-
+
Mon May 13 07:33:43 2002 Chad Elliott <elliott_c@ociweb.com>
* ACEXML/examples/SAXPrint/main.cpp: