summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-06 20:48:04 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-06 20:48:04 +0000
commit4966058e3e9a42792845d2c9c8154972a22cf369 (patch)
treec830be1c40393ce6d961da3d7ce2ccfa5bd8eda8
parentc5b999694039a1b6fb1963b640c4f315f84a2d73 (diff)
downloadATCD-4966058e3e9a42792845d2c9c8154972a22cf369.tar.gz
ChangeLogTag:Mon May 06 15:45:35 2002 Nanbor Wang <nanbor@cs.wustl.edu>
-rw-r--r--ACEXML/parser/debug_validator/Debug_Validator.dsp2
-rw-r--r--ChangeLog10
-rw-r--r--ChangeLogs/ChangeLog-02a10
-rw-r--r--ChangeLogs/ChangeLog-03a10
4 files changed, 25 insertions, 7 deletions
diff --git a/ACEXML/parser/debug_validator/Debug_Validator.dsp b/ACEXML/parser/debug_validator/Debug_Validator.dsp
index 95fdd7a814e..fce4abb3e88 100644
--- a/ACEXML/parser/debug_validator/Debug_Validator.dsp
+++ b/ACEXML/parser/debug_validator/Debug_Validator.dsp
@@ -69,7 +69,7 @@ LINK32=link.exe
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DEBUG_VALIDATOR_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "..\..\.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ACEXML_DEBUG_DTD_MANAGER_BUILD_DLL" /YX /FD /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\.." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ACEXML_DEBUG_DTD_MANAGER_BUILD_DLL" /YX /FD /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x409 /d "_DEBUG"
diff --git a/ChangeLog b/ChangeLog
index b8164270eb6..454d8dea455 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon May 06 15:45:35 2002 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * ACEXML/parser/debug_validator/Debug_Validator.dsp: Fixed
+ rum-time library options to avoid compilation errors when MFC is
+ enabled.
+
Mon May 6 14:26:52 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* tests/Proactor_Test.cpp: Fixed unused variable warnings in
@@ -6,7 +12,7 @@ Mon May 6 14:26:52 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Mon May 6 13:37:45 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* bin/generate_performance_chart.sh: Changed the range of the y
- range for the plots.
+ range for the plots.
Mon May 6 07:39:22 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
@@ -15,7 +21,7 @@ Mon May 6 07:39:22 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Sun May 5 19:14:34 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
- * ace/Message_Queue_T.cpp: Modified all the enqueue*() methods so that
+ * ace/Message_Queue_T.cpp: Modified all the enqueue*() methods so that
their calls to notify() occur *outside* of the monitor lock.
This change prevents deadlock from occurring when a reactor's
notification pipe is full. Thanks to Sasha Agranov
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index b8164270eb6..454d8dea455 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Mon May 06 15:45:35 2002 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * ACEXML/parser/debug_validator/Debug_Validator.dsp: Fixed
+ rum-time library options to avoid compilation errors when MFC is
+ enabled.
+
Mon May 6 14:26:52 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* tests/Proactor_Test.cpp: Fixed unused variable warnings in
@@ -6,7 +12,7 @@ Mon May 6 14:26:52 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Mon May 6 13:37:45 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* bin/generate_performance_chart.sh: Changed the range of the y
- range for the plots.
+ range for the plots.
Mon May 6 07:39:22 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
@@ -15,7 +21,7 @@ Mon May 6 07:39:22 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Sun May 5 19:14:34 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
- * ace/Message_Queue_T.cpp: Modified all the enqueue*() methods so that
+ * ace/Message_Queue_T.cpp: Modified all the enqueue*() methods so that
their calls to notify() occur *outside* of the monitor lock.
This change prevents deadlock from occurring when a reactor's
notification pipe is full. Thanks to Sasha Agranov
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index b8164270eb6..454d8dea455 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,9 @@
+Mon May 06 15:45:35 2002 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * ACEXML/parser/debug_validator/Debug_Validator.dsp: Fixed
+ rum-time library options to avoid compilation errors when MFC is
+ enabled.
+
Mon May 6 14:26:52 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* tests/Proactor_Test.cpp: Fixed unused variable warnings in
@@ -6,7 +12,7 @@ Mon May 6 14:26:52 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Mon May 6 13:37:45 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* bin/generate_performance_chart.sh: Changed the range of the y
- range for the plots.
+ range for the plots.
Mon May 6 07:39:22 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
@@ -15,7 +21,7 @@ Mon May 6 07:39:22 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Sun May 5 19:14:34 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
- * ace/Message_Queue_T.cpp: Modified all the enqueue*() methods so that
+ * ace/Message_Queue_T.cpp: Modified all the enqueue*() methods so that
their calls to notify() occur *outside* of the monitor lock.
This change prevents deadlock from occurring when a reactor's
notification pipe is full. Thanks to Sasha Agranov