OSDN Git Service

# add changes
authortsntsumi <tsntsumi@users.sourceforge.jp>
Sun, 5 Oct 2003 11:31:29 +0000 (11:31 +0000)
committertsntsumi <tsntsumi@users.sourceforge.jp>
Sun, 5 Oct 2003 11:31:29 +0000 (11:31 +0000)
ChangeLog

index a24239e..e11756c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2003-10-05  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
+
+       * src/ccunit/CCUnitList.c, src/ccunit/CCUnitPrintSuite.c, src/ccunit/CCUnitReadSuite.c, src/ccunit/CCUnitTestCase.c, src/ccunit/CCUnitTestCase.h, src/ccunit/CCUnitTestFixture.h, src/ccunit/CCUnitTestSuite.h:
+       for gcc 2.95.4
+
+       * config/arg_with_doxygen.m4: change error to warn
+
+       * examples/complex/Makefile.am, examples/complex/complex.c, examples/complex/complex.h, examples/complex/complexTestSuite.c, examples/complex/runTest.c, examples/complex/runTestFixture.c, examples/complex/runTestRunner.c, examples/complex/runTestSuite.c, examples/complex/testComplex.c, examples/complex/testComplexMulDiv.c, examples/Makefile.am, examples/.cvsignore:
+       new
+
+       * src/ccunit/Makefile.am: add CLEANFILES
+
+       * src/ccunit/CCUnitAssert.h: add object assert macro
+
+       * src/ccunit/CCUnitAssert.c: add object assert function
+
+       * doc/cookbook.dox: change example Maney to complex_t
+
+       * configure.ac, Makefile.am: add examples
+
 2003-10-04  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
 
        * src/ccunit/Makefile.am, configure.ac: