Update of /cvsroot/cppunit/cppunit
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18998
Modified Files:
ChangeLog
Log Message:
* include/cppunit/TestAssert.h: fixed portability bug pointed out by
Neil Ferguson.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v
retrieving revision 1.222
retrieving revision 1.223
diff -C2 -d -r1.222 -r1.223
*** ChangeLog 6 Nov 2004 10:42:00 -0000 1.222
--- ChangeLog 8 Nov 2004 20:12:56 -0000 1.223
***************
*** 1,2 ****
--- 1,7 ----
+ 2004-11-08 Baptiste Lepilleur <gai...@fr...>
+
+ * include/cppunit/TestAssert.h: fixed portability bug pointed out by
+ Neil Ferguson.
+
2004-11-06 Baptiste Lepilleur <gai...@fr...>
***************
*** 7,10 ****
--- 12,18 ----
* include/cppunit/Portability.h: fixed EVC++ 4 detection.
+ * src/cppunit/Win32DynamicLibraryManager.cpp: integrated patch #1024428,
+ MinGW compilation under Windows XP.
+
2004-11-05 Baptiste Lepilleur <gai...@fr...>
|