summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsjiang <sjiang@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-03-14 21:00:53 +0000
committersjiang <sjiang@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-03-14 21:00:53 +0000
commit1ab0570d307f63cb3edba7c165980f6957d75f29 (patch)
treef767e699b940b0c7bb6eadbf5d853c55daa313f5
parente20d9097b0397b35c7b84b05fc5a0c260b9d7e0b (diff)
downloadATCD-1ab0570d307f63cb3edba7c165980f6957d75f29.tar.gz
ChangeLogTag:Tue Mar 14 20:58:12 UTC 2006 jiang,shanshan <shanshan.jiang@vanderbilt.edu>
-rw-r--r--ChangeLog50
1 files changed, 50 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5fcc583ace4..afdf427085e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,53 @@
+Tue Mar 14 20:58:12 UTC 2006 jiang,shanshan <shanshan.jiang@vanderbilt.edu>
+
+ * ace/WIN32_Asynch_IO.cpp
+ * ace/ACE.cpp
+ * ace/Capabilities.cpp
+ * ace/Codecs.cpp
+ * ace/FIFO.cpp
+ * ace/FIFO.h
+ * ace/FIFO_Recv.cpp
+ * ace/FIFO_Recv.h
+ * ace/FIFO_Recv_Msg.cpp
+ * ace/FIFO_Recv_Msg.h
+ * ace/FIFO_Send.cpp
+ * ace/FIFO_Send.h
+ * ace/FIFO_Send_Msg.cpp
+ * ace/FIFO_Send_Msg.h
+ * ace/Get_Opt.cpp
+ * ace/INET_Addr.cpp
+ * ace/MEM_Acceptor.cpp
+ * ace/MEM_IO.cpp
+ * ace/RB_Tree.cpp
+ * ace/Reactor.cpp
+ * ace/SOCK_Dgram_Mcast.cpp
+ * ace/SV_Semaphore_Complex.cpp
+ * ace/SV_Semaphore_Complex.h
+ * ace/SV_Semaphore_Complex.inl
+ * ace/SV_Semaphore_Simple.cpp
+ * ace/SV_Semaphore_Simple.h
+ * ace/SV_Semaphore_Simple.inl
+ * ace/TTY_IO.cpp
+ * ace/UUID.cpp
+ * ACEXML/common/FileCharStream.cpp
+ * ACEXML/common/HttpCharStream.cpp
+ * ACEXML/common/Transcode.cpp
+ * ACEXML/common/XML_Macros.h
+ * ACEXML/parser/parser/Parser.cpp
+ * ACEXML/parser/parser/Parser.i
+ * apps/gperf/src/Gen_Perf.cpp
+ * apps/gperf/src/Key_List.cpp
+ * apps/gperf/src/List_Node.cpp
+ * apps/gperf/src/Options.cpp
+ * protocols/ace/HTBP/HTBP_ID_Requestor.cpp
+ Updated these files to solve the warnings when setting up "VC level 4 warnings"
+ on Windows. These warnings include "unreachable code", "assignment within
+ conditional expression", "conversion from some type to another type, possible
+ loss of data", "local variable may be used without having been initialized" and
+ so on.
+ Thanks to Lukas Gruetzmacher <gruetzmacher at ais-dresden dot de> for
+ motivating the fix to these "VC level 4 warnings".
+
Tue Mar 14 15:55:08 UTC 2006 Olli Savia <ops@iki.fi>
* ace/Task_T.h: