summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-05-24 05:33:58 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-05-24 05:33:58 +0000
commit27936c32494db36e003ae7883ff1691e53612800 (patch)
treeb9e2bdafadfaabba03663152981eea6ef9b7b7ad
parent8d2cae61ca01d4cfcbd879e7048f217ba7123c66 (diff)
downloadATCD-27936c32494db36e003ae7883ff1691e53612800.tar.gz
Fixed my prior entry.
-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>