2010-08-16 TSUTSUMI Kikuo * doc/mainpage.dox: insert a paragraph space * configure.ac: add AC_REVISION to output Revision number * NEWS: update revision * ChangeLog: add changes * ChangeLog.1: new * examples/complex/Makefile.am: remove unused file. * src/ccunit/CCUnitTestResult.c: remove unnecessary variable. * doc/header.html: comment out missing file error * doc/Doxyfile.en, doc/Doxyfile.in, doc/Doxyfile.ja, doc/footer.html, doc/header.html: conforming dexygen new version 1.7.1 * doc/cookbook.dox, doc/mainpage.dox: reexamined format command and add details * config/arg_enable_coverage.m4, config/arg_with_doxygen.m4: suppress warning about underquoted calls. add AC_PREREQ macro * src/ccunit/CCUnitTestFixture.c, src/ccunit/CCUnitAssert.c, src/ccunit/CCUnitAssert.h, src/ccunit/CCUnitConfig.h, src/ccunit/CCUnitReadSuite.c, src/ccunit/CCUnitTestCase.c, src/ccunit/CCUnitTestFailure.c, src/ccunit/CCUnitTestRunner.h, src/ccunit/CCUnitTestSuite.c: add this year into Copyright string * configure.ac: add functions to AC_CHECK_FUNCS 2010-08-15 TSUTSUMI Kikuo * config/arg_enable_coverage.m4, config/arg_with_doxygen.m4: suppress warning about underquoted calls * src/ccunit/CCUnitAssert.h: adjust and add comments for doxygen * src/ccunit/CCUnitTestRunner.h: fix doxygen comment error * libtool: remove auto generate file. * configure.ac: raise version * src/ccunit/CCUnitReadSuite.c: fix buffer under run. * libtool: remove auto generate file. * configure.ac: raise version * src/ccunit/CCUnitReadSuite.c: fix buffer under run. 2010-08-14 TSUTSUMI Kikuo * tests/Makefile.am: change libraries extension * src/ccunit/CCUnitAssert.c: Changed to use a global variable though delivered a pointer to the second argument of longjmp. Because the size of int and pointer is different in 64 bits environment. The second argument of longjmp is int. * src/ccunit/CCUnitConfig.h, src/ccunit/CCUnitTestCase.c, src/ccunit/CCUnitTestFailure.c: suppress warning about lvalue assignment. * src/ccunit/CCUnitTestFixture.c: Changed to use a global variable though delivered a pointer to the second argument of longjmp. Because the size of int and pointer is different in 64 bits environment. The second argument of longjmp is int. * src/ccunit/CCUnitTestSuite.c: suppress warning about lvalue assignment