summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index bf08311500c..a437fdfd314 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,6 +1,11 @@
Thu May 24 05:13:46 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
* ace/Pipe.cpp:
+
+ Wed May 23 22:00:32 UTC 2007 Steve Huston <shuston...>
+ Due the changelog above, changed the type of index in the for
+ loop from size_t to int to eliminate compiler warnings about
+ signed/unsigned comparison.
Thu May 24 04:58:14 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>