summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-25 01:56:30 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-25 01:56:30 +0000
commiteab7531335608ce24e513edda0fe0cff54ae35f5 (patch)
treed62fb5374fe0195a8f0454e584adf68db144be83 /ChangeLog
parent95c2f775182b7db9670266ae8f15002469277a79 (diff)
downloadATCD-eab7531335608ce24e513edda0fe0cff54ae35f5.tar.gz
ChangeLogTag:Sat Feb 24 17:50:38 2001 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b6afcf782b2..41073be9b99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+Sat Feb 24 17:50:38 2001 Darrell Brunsch <brunsch@uci.edu>
+
+ * tests/DLL_Test.cpp:
+
+ OBJ_PREFIX was being created by attaching a char string to
+ a ACE_TCHAR string. Needed to add ACE_TEXT to the first
+ string for compilation on ACE_USES_WCHAR.
+
+ * tests/DLL_Test_Impl.dsp:
+
+ Changed the internal name to "DLL_Test DLL" to make sure
+ this gets compiled in the first pass by msvc_auto_compile.pl.
+
+ * tests/run_test.pl:
+
+ Added a check for LM_WARNINGs in log files. Let's see if
+ there have been any hidden (DLL_Test actually was producing
+ a warning on Windows, but Carlos's fix already got rid of it,
+ Yay!).
+
Sat Feb 24 15:44:58 2001 Carlos O'Ryan <coryan@uci.edu>
* tests/tests.dsw: