OSDN Git Service

translate some sections in japanese
[ccunit/ccunit.git] / ChangeLog
index a24239e..b820c5e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,56 @@
+2003-10-14  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
+
+       * NEWS: update revision
+
+       * tests/Makefile.am: delete dependencies
+
+       * src/tools/Makefile.am: delete dependency
+
+       * src/ccunit/Makefile.am: to use libtool, and enable build shared lib
+
+       * examples/complex/Makefile.am: don't install example library
+
+       * config/config.guess, config/config.sub, config/ltmain.sh, config/arg_enable_coverage.m4:
+       new
+
+       * configure.ac: add libtool macros
+
+       * bootstrap: add libtoolize
+
+       * TODO: done an item
+
+       * Makefile.am: add config/arg_enable_coverage.m4
+
+       * libtool: new
+
+2003-10-05  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
+
+       * tests/testReadSuite.c: change for egcs-1.1.2
+
+       * tests/Makefile.am: change for BSD make
+
+       * src/ccunit/CCUnitMakeSuite.c: change for egcs-1.1.2
+
+       * examples/complex/Makefile.am: change for BSD make
+
+       * 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: