OSDN Git Service

add new
[ccunit/ccunit.git] / ChangeLog
index 9dd83e9..dad46cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-2003-09-24  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
+2010-08-20  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
 
-       * configure.ac: update version
+       * configure.ac: upgrade version number
 
-       * doc/Makefile.am: disable make documents when make all
+       * NEWS: add new news.
 
-       * Makefile.am: add docs target
+       * src/ccunit/CCUnitTestFixture.h: fix doxygen comment error
 
-       * doc/Makefile.am: fix doxygen @code limits
+       * doc/cookbook.dox: add setup_setUp/setup_tearDown to each figure
 
-       * tests/runSuccess.c, tests/runFailure.c: call dmalloc_shutdown at end
+       * doc/mainpage.dox: fix doxygen command error
 
-       * src/ccunit/CCUnitMakeSuite.h: add doxycomment
-
-       * tests/Makefile.am:
-       A test case source file was registered in the manual.
-
-       * src/tools/ccunit_makeSuite.c: A details comment was added.
-
-       * src/ccunit/CCUnitTestSuite.h, src/ccunit/CCUnitTestRunner.h, src/ccunit/CCUnitTestResult.h:
-       A position of a declaration of @ingroup is changed.
-       When it is the head, because JAVADOC_AUTOBRIEF doesn't work.
-
-       * src/ccunit/CCUnitTestResult.c:
-       A position of a declaration of @ingroup is changed.
-       When it is the head, because JAVADOC_AUTOBRIEF doesn't work.
-       A ccunit_runBare function was hidden.
-       Because it is the function used only with a thing in the package.
-
-       * src/ccunit/CCUnitTestListener.h:
-       A position of a declaration of @ingroup is changed.
-       When it is the head, because JAVADOC_AUTOBRIEF doesn't work.
-
-       * src/ccunit/CCUnitTestFixture.h:
-       A position of a declaration of @ingroup is changed.
-       When it is the head, because JAVADOC_AUTOBRIEF doesn't work.
-       A ccunit_runBare function was hidden.
-       Because it is the function used only with a thing in the package.
-
-       * src/ccunit/CCUnitTestFixture.c: A ccunit_runBare function was hidden.
-       Because it is the function used only with a thing in the package.
-
-       * src/ccunit/CCUnitTestFailure.h, src/ccunit/CCUnitTestCase.h, src/ccunit/CCUnitTest.h, src/ccunit/CCUnitAssert.h:
-       A position of a declaration of @ingroup is changed.
-       When it is the head, because JAVADOC_AUTOBRIEF doesn't work
-
-       * doc/cookbook.dox: add rest of cookbook
-
-       * doc/Doxyfile.in: An input directory was collected short.
-
-       * src/ccunit/CCUnitWriteSuite.c:
-       It was modified because it didn't need to generate a JavaDoc comment.
-
-       * src/ccunit/CCUnitTestSuite.h:
-       The convenient function to make TestSuite run was added.
-
-       * src/ccunit/CCUnitTestSuite.c:
-       The convenient function to make TestSuite run was added.
-       A diffuse function was deleted.
+       * src/ccunit/CCUnitMakeSuite.h:
+       add comment for setup_setUp/setup_tearDown of BNF.
 
-       * src/ccunit/CCUnitTestRunner.h:
-       The convenient function to make TestRunner run was added.
+2010-08-19  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
 
-       * src/ccunit/CCUnitTestRunner.c:
-       The role to indicate the contents of TestFailure was given to it.
+       * doc/cookbook.dox, doc/mainpage.dox:
+       specify whether setUp/tearDown isn't necessarily needed.
 
-       * src/ccunit/CCUnitTestResult.c:
-       It was changed to the appropriate name.
-       TestCase was set on TestFailure to judge which test case for to be failed.
+       * ChangeLog: add log.
 
-       * src/ccunit/CCUnitTestFixture.h:
-       The function to run TestFixtures was added.
+       * AUTHORS: change mail address.
 
        * src/ccunit/CCUnitTestFixture.c:
-       It was changed to the appropriate name.
-       A convenient function was added.
-
-       * src/ccunit/CCUnitTestFailure.h, src/ccunit/CCUnitTestFailure.c:
-       Delete stringnize function.
-       This role was moved to the TestRunner module.
-
-       * src/ccunit/CCUnitReadSuite.c: not to generate an extra test suite.
-
-2003-09-23  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
-
-       * doc/mainpage.dox: add cookbook
-
-       * doc/cookbook.dox: new
-
-       * doc/Makefile.am: add cookbook
-
-       * doc/Doxyfile.in: optimized for C
-
-       * src/ccunit/CCUnitTestCase.c: add allocate error check
-
-       * doc/mainpage.dox: add link to cookbook
-
-2003-09-17  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
-
-       * NEWS, configure.ac: update version
-
-       * tests/Makefile.am: add BUILT_SOURCES macro
-
-       * src/ccunit/CCUnitReadSuite.c:
-       make do not error message when nested fixture exist
-
-       * src/ccunit/CCUnitMakeSuite.c: print usage when file not specified.
-
-       * doc/Makefile.am: add cookbook.dox
-
-       * Makefile.am: add missing file
-
-2003-09-16  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
-
-       * src/ccunit/CCUnitTestCase.h: add comment
-
-       * configure.ac: add prefix to macros in config.h
-
-       * tests/runSuccess.c, tests/runFailure.c: delete duplicate includes
-
-       * tests/Makefile.am: delete invalid flag
-
-       * src/tools/ccunit_makeSuite.c: delete duplicate includes
-
-       * src/tools/Makefile.am, src/ccunit/Makefile.am: delete invalid flag
-
-       * src/ccunit/CCUnitWriteSuite.c: delete duplicate includes
-
-       * src/ccunit/CCUnitVersion.c: add prefix to config macros
-
-       * src/ccunit/CCUnitTestSuite.c: delete duplicate includes
-
-       * src/ccunit/CCUnitTestRunner.c: delete duplicate includes
-       add prefix to config macros
-
-       * src/ccunit/CCUnitTestResult.c, src/ccunit/CCUnitTestFixture.c:
-       delete duplicate includes
-
-       * src/ccunit/CCUnitTestCase.h: add config header
-
-       * src/ccunit/CCUnitTestCase.c, src/ccunit/CCUnitTest.c, src/ccunit/CCUnitReadSuite.c:
-       delete duplicate includes
-
-       * src/ccunit/CCUnitMakeSuite.c: add prefix to config macros
-
-       * src/ccunit/CCUnitList.h: delete duplicate includes
-
-       * src/ccunit/CCUnitConfig.h: add prefix to config macros
-
-       * src/ccunit/CCUnitAssert.h: add missing quad_t condition
-       add prefix to config macros
-
-       * src/ccunit/CCUnitAssert.c: add missing quad_t condition
-
-       * doc/mainpage.dox: add Id
-
-       * doc/Makefile.am: add mainpage.dox
-
-       * config/ac_create_prefix_config_h.m4: new
-
-2003-09-14  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
-
-       * NEWS, configure.ac: update version
-
-       * src/ccunit/CCUnitVersion.c, src/ccunit/CCUnitTestSuite.h:
-       add doxycomment
-
-       * src/ccunit/CCUnitTestSuite.c: delete doxycomment
-
-       * src/ccunit/CCUnitTestRunner.h, src/ccunit/CCUnitTestResult.h, src/ccunit/CCUnitTestListener.h, src/ccunit/CCUnitTestFixture.h, src/ccunit/CCUnitTestFailure.h, src/ccunit/CCUnitTestCase.h, src/ccunit/CCUnitTest.h, src/ccunit/CCUnitMakeSuite.h, src/ccunit/CCUnitLogMessage.h, src/ccunit/CCUnitList.h:
-       add doxycomment
-
-       * src/ccunit/CCUnitConfig.h: move typdefs to CCUnitAssert.h
-
-       * src/ccunit/CCUnitAssert.h, src/ccunit/CCUnitAssert.c: add doxycomment
-
-       * src/ccunit/CCUnit.h: moved mainpage comment to doc/mainpage.dox
-
-       * doc/mainpage.dox: new
-
-       * doc/Doxyfile.in: add mainpage source file to input
-
-       * src/ccunit/CCUnitConfig.h, src/ccunit/CCUnitAssert.h, src/ccunit/CCUnitAssert.c:
-       remade more type safe function
-
-       * configure.ac: check u_XXXX types
-
-2003-09-13  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
-
-       * doc/Doxyfile.in: change DOT to DOT_PATH
-
-       * config/arg_with_doxygen.m4: output DOT_PATH variable
-
-       * tests/Makefile.am, src/tools/Makefile.am, src/ccunit/Makefile.am:
-       add cleanup files
-
-       * src/ccunit/CCUnitReadSuite.c: change include header
+       add functions for fixture setUp/tearDown.
+       ASSERT tried in the setUp function in the unsuccessful case
+       as well so that the tearDown function was called.
 
-       * src/ccunit/CCUnitMakeSuite.c: removed unused header
+       * src/ccunit/CCUnitTestCase.h: fix typo in comment
 
-       * src/Makefile.am: add cleanup file
+       * src/ccunit/CCUnitReadSuite.c, src/ccunit/CCUnitPrintSuite.c, src/ccunit/CCUnitTestSuite.c, src/ccunit/CCUnitTestFixture.h, src/ccunit/CCUnitMakeSuite.h:
+       add functions for fixture setUp/tearDown
 
-       * doc/Makefile.am: add cleanup file
-       add dist target
+       * tests/runFailure.c, tests/failAssert.c, tests/Makefile.am:
+       add test for setUp/tearDown calling
 
-       * bootstrap: add autoheader option
+       * tests/testSetup.c: setUp/tearDown call test
 
-       * Makefile.am: add cleanup files
+       * src/ccunit/CCUnitMakeSuite.h, src/ccunit/CCUnitTestFixture.c, src/ccunit/CCUnitTestFixture.h, src/ccunit/CCUnitTestSuite.c, src/ccunit/CCUnitTestSuite.h:
+       modify comments
 
-       * NEWS: add release news
+       * doc/cookbook.dox: add figures
 
-       * configure.ac: change version
+2010-08-18  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
 
-       * src/ccunit/CCUnit.h: add mainpage comment
+       * doc/cookbook.dox: rewrite
 
-       * src/tools/Makefile.am: add dependencies
+       * doc/mainpage.dox: add construction section
 
-       * src/tools/ccunit_makeSuite.c: add doxycomment
+       * doc/cookbook.dox: insert figures of test case and fixture
 
-       * tests/makeTest.c: delete
+       * doc/Doxyfile.in: revert some macros
 
-       * tests/testReadSuite.c: new
+2010-08-17  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
 
-       * src/ccunit/CCUnitTestFailure.c, src/ccunit/CCUnitTestFailure.h:
-       rename from CCUnitFailure.[ch]
+       * ChangeLog, Makefile.am: divide ChangeLog
 
-       * src/ccunit/CCUnitFailure.c, src/ccunit/CCUnitFailure.h:
-       rename to CCUnitTestFailure.[ch]
+2010-08-16  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
 
-       * config/cu_enable_doxygen.m4: rename to with_argument_doxygen.m4
+       * doc/mainpage.dox: insert a paragraph space
 
-       * src/ccunit/Makefile.am: add new files
+       * configure.ac: add AC_REVISION to output Revision number
 
-       * src/ccunit/CCUnitWriteSuite.c: add doxycomment
-       The role of the test fixture was exchanged for the test
-       case.
-
-       * src/ccunit/CCUnitVersion.c: add doxycomment
-
-       * src/ccunit/CCUnitTestSuite.h, src/ccunit/CCUnitTestSuite.c:
-       add doxycomment
-       The role of the test fixture was exchanged for the test
-       case.
-
-       * src/ccunit/CCUnitTestRunner.h: add doxycomment
-
-       * src/ccunit/CCUnitTestRunner.c: add doxycomment
-       The role of the test fixture was exchanged for the test
-       case.
-
-       * src/ccunit/CCUnitTestResult.h: add doxycomment
-
-       * src/ccunit/CCUnitTestResult.c: add doxycomment
-       The role of the test fixture was exchanged for the test
-       case.
-
-       * src/ccunit/CCUnitTestListener.h: add doxycomment
-
-       * src/ccunit/CCUnitTestFixture.h, src/ccunit/CCUnitTestFixture.c, src/ccunit/CCUnitTestCase.h, src/ccunit/CCUnitTestCase.c:
-       add doxycomment
-       The role of the test fixture was exchanged for the test
-       case.
-
-       * src/ccunit/CCUnitTest.h, src/ccunit/CCUnitTest.c: add doxycomment
-
-       * src/ccunit/CCUnitMakeSuite.h:
-       include prototypes of ReadSuite and WriteSuite
-
-       * src/ccunit/CCUnitReadSuite.c: add doxycomment
-       The role of the test fixture was exchanged for the test
-       case.
-       tried to ignore the command of doxygen.
-
-       * src/ccunit/CCUnitMakeSuite.h, src/ccunit/CCUnitMakeSuite.c, src/ccunit/CCUnitLogMessage.h, src/ccunit/CCUnitLogMessage.c:
-       add doxycomment
-
-       * src/ccunit/CCUnitList.h:
-       The position of the struct was collected in every group which related.
-
-       * src/ccunit/CCUnitList.c:
-       The position of the function was collected in every group which related.
-
-       * src/ccunit/CCUnitConfig.h, src/ccunit/CCUnitAssert.h: add doxycomment
-
-       * src/ccunit/CCUnitAssert.c: add doxycomment and change function name
-
-       * src/Makefile.am: add new file and change file name
-
-       * doc/Makefile.am: add dependent files
-
-       * doc/FAQ: new
-
-       * doc/Doxyfile.in: include tools source
-       set DOT_PATH
-
-       * config/arg_with_doxygen.m4: rename cu_enable_doxygen.m4
-
-       * configure.ac: change enable doxygen argument to with argument
-
-2003-09-11  "TSUTSUMI Kikuo"  <tsutsumi@users.sourceforge.jp>
+       * NEWS: update revision
 
        * ChangeLog: add changes
 
-       * tests/testSuite.c: corresponding to new library version.
-
-       * tests/Makefile.am: rename ccunit_makeTest to ccunit_makeSuite
-
-       * NEWS: add news of new version
-
-       * configure.ac: change version
-
-       * doc/Makefile.am: disable man support
-
-       * doc/Doxyfile.in: make MAN_OUTPUT to NO
-
-       * src/ccunit/CCUnitReadSuite.c: add convenience function
-
-       * src/ccunit/CCUnitMakeSuite.h: make function to inline
-
-       * src/ccunit/Makefile.am: add new files
-
-       * src/ccunit/CCUnitWriteTestAdd.c: rename to CCUnitWriteSuite.c
-
-       * src/ccunit/CCUnitWriteSuite.c: rename from WriteTestAdd
-
-       * src/ccunit/CCUnitTestSuite.h, src/ccunit/CCUnitTestSuite.c:
-       add convenience function
+       * ChangeLog.1: new
 
-       * src/ccunit/CCUnitTestRunner.c, src/ccunit/CCUnitTestResult.c, src/ccunit/CCUnitTestListener.h:
-       change TestCase to TestFixture
+       * examples/complex/Makefile.am: remove unused file.
 
-       * src/ccunit/CCUnitTestFixture.c, src/ccunit/CCUnitTestFixture.h: new
+       * src/ccunit/CCUnitTestResult.c: remove unnecessary variable.
 
-       * src/ccunit/CCUnitTestCase.h, src/ccunit/CCUnitTestCase.c:
-       TestFixture was separated from TestCase.
+       * doc/header.html: comment out missing file error
 
-       * src/ccunit/CCUnitMakeSuite.h: rename some structure and function
+       * doc/Doxyfile.en, doc/Doxyfile.in, doc/Doxyfile.ja, doc/footer.html, doc/header.html:
+       conforming dexygen new version 1.7.1
 
-       * src/ccunit/CCUnitReadSuite.c: new
+       * doc/cookbook.dox, doc/mainpage.dox:
+       reexamined format command and add details
 
-       * src/ccunit/CCUnitReadTestDef.c: rename to CCUniteReadSuite.c
+       * config/arg_enable_coverage.m4, config/arg_with_doxygen.m4:
+       suppress warning about underquoted calls.  add AC_PREREQ macro
 
-       * src/ccunit/CCUnitMakeSuite.c: Change the function name.
-       Tried to do the error check of the object creation.
+       * 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
 
-2003-09-10  "TSUTSUMI Kikuo"  <tsutsumi@users.sourceforge.jp>
+       * configure.ac: add functions to AC_CHECK_FUNCS
 
-       * src/ccunit/CCUnitConfig.h: remove print format string
+2010-08-15  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
 
-       * src/Makefile.am: add CCUnitTestFixture.h
+       * config/arg_enable_coverage.m4, config/arg_with_doxygen.m4:
+       suppress warning about underquoted calls
 
-       * configure.ac: add memset check
+       * src/ccunit/CCUnitAssert.h: adjust and add comments for doxygen
 
-2003-09-09  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
+       * src/ccunit/CCUnitTestRunner.h: fix doxygen comment error
 
-       * src/ccunit/CCUnitReadTestDef.c: integrated test func to test case
+       * libtool: remove auto generate file.
 
-       * src/tools/ccunit_makeTest.c: rename to makeSuite
+       * configure.ac: raise version
 
-       * configure.ac: A revision was renewed.
+       * src/ccunit/CCUnitReadSuite.c: fix buffer under run.
 
-       * doc/Doxyfile.in: add predefined macro
+       * libtool: remove auto generate file.
 
-       * src/ccunit/CCUnitReadTestDef.c: The most part is changed.
+       * configure.ac: raise version
 
-       * src/ccunit/CCUnitTestSuite.h: change comments
+       * src/ccunit/CCUnitReadSuite.c: fix buffer under run.
 
-       * src/ccunit/CCUnitTestSuite.c: The most part is changed.
+2010-08-14  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
 
-       * src/ccunit/CCUnitTestRunner.h: add doxycomment
+       * tests/Makefile.am: change libraries extension
 
-       * src/ccunit/CCUnitTestRunner.c:
-       It is changed because the definition of the size type varies in the environment.
+       * 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/CCUnitTestResult.h: Delete unise function
+       * src/ccunit/CCUnitConfig.h, src/ccunit/CCUnitTestCase.c, src/ccunit/CCUnitTestFailure.c:
+       suppress warning about lvalue assignment.
 
-       * src/ccunit/CCUnitTestResult.c, src/ccunit/CCUnitTestCase.h, src/ccunit/CCUnitTestCase.c:
-       Integrate TestFunc class to TestCase class
-
-       * src/ccunit/CCUnitTest.h, src/ccunit/CCUnitTest.c:
-       Cange Test class to interface
-
-       * src/ccunit/CCUnitMakeSuite.h: add doxycomment
-
-       * src/ccunit/CCUnitAssert.c: rename jmp_buf
-
-       * src/tools/Makefile.am: rename makeTest to makeSuite
-
-       * src/tools/ccunit_makeSuite.c: rename from makeTest
-
-       * doc/header.html: fix project name and site url.
-
-       * doc/footer.html: fix mail address
-
-2003-09-08  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
-
-       * NEWS: add new revision
-
-       * ChangeLog.0: new
-
-       * src/ccunit/CCUnitTestSuite.h, src/ccunit/CCUnitTestListener.h, src/ccunit/CCUnitTestCase.h, src/ccunit/CCUnitTest.h:
-       add doxycomment
-
-       * src/ccunit/CCUnitList.c: delete duplicate doxycomment
-
-       * tests/Makefile.am: test case files are collected in the configure.
-
-       * src/ccunit/CCUnitAssert.h: fix multiple evaluate parameters.
-
-       * src/ccunit/CCUnitReadTestDef.c: fix missing spaces
-
-       * src/ccunit/CCUnitFailure.c:
-       don't print expect/actual pair if their are NULL.
-
-       * configure.ac: update revision.
-       add test case file collect code.
-
-       * src/ccunit/CCUnitLogMessage.h: add C mode tag
-
-       * src/ccunit/CCUnitLogMessage.c: add doxycomment and copyright header
-
-       * src/ccunit/CCUnitList.h, src/ccunit/CCUnitList.c: add doxycomment
-
-       * src/ccunit/CCUnitConfig.h: add doxycomment
-       add stdbool.h fall down definition
-
-       * src/ccunit/CCUnitAssert.h: add doxycomment
-
-       * Makefile.am: add ChangeLog to EXTRA_DIST
-
-2003-09-07  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
-
-       * doc/footer.html: fix hosting site name
-
-       * src/ccunit/CCUnitTestCase.h, src/ccunit/CCUnitTestListener.h, src/ccunit/CCUnitTestResult.c, src/ccunit/CCUnitTestResult.h, src/ccunit/CCUnitTestRunner.c, src/ccunit/CCUnitTestRunner.h, src/ccunit/CCUnitTestSuite.c, src/ccunit/CCUnitTestSuite.h, src/ccunit/CCUnitVersion.c, src/ccunit/CCUnitWriteTestAdd.c, src/ccunit/Makefile.am, src/ccunit/malloc.c, src/ccunit/realloc.c, src/ccunit/strdup.c, src/tools/.cvsignore, src/tools/Makefile.am, src/tools/ccunit_makeTest.c, tests/.cvsignore, tests/Makefile.am, tests/failAssert.c, tests/makeTest.c, tests/runFailure.c, tests/runSuccess.c, tests/testAssert.c, tests/testSuite.c:
-
-       * src/ccunit/CCUnitTestCase.h, src/ccunit/CCUnitTestListener.h, src/ccunit/CCUnitTestResult.c, src/ccunit/CCUnitTestResult.h, src/ccunit/CCUnitTestRunner.c, src/ccunit/CCUnitTestRunner.h, src/ccunit/CCUnitTestSuite.c, src/ccunit/CCUnitTestSuite.h, src/ccunit/CCUnitVersion.c, src/ccunit/CCUnitWriteTestAdd.c, src/ccunit/Makefile.am, src/ccunit/malloc.c, src/ccunit/realloc.c, src/ccunit/strdup.c, src/tools/.cvsignore, src/tools/Makefile.am, src/tools/ccunit_makeTest.c, tests/.cvsignore, tests/Makefile.am, tests/failAssert.c, tests/makeTest.c, tests/runFailure.c, tests/runSuccess.c, tests/testAssert.c, tests/testSuite.c:
-       New file.
-
-       * doc/Makefile.am, doc/header.html, src/.cvsignore, src/Makefile.am, src/ccunit/.cvsignore, src/ccunit/CCUnit.h, src/ccunit/CCUnitAssert.c, src/ccunit/CCUnitAssert.h, src/ccunit/CCUnitConfig.h, src/ccunit/CCUnitFailure.c, src/ccunit/CCUnitFailure.h, src/ccunit/CCUnitList.c, src/ccunit/CCUnitList.h, src/ccunit/CCUnitLogMessage.c, src/ccunit/CCUnitLogMessage.h, src/ccunit/CCUnitMakeSuite.c, src/ccunit/CCUnitMakeSuite.h, src/ccunit/CCUnitReadTestDef.c, src/ccunit/CCUnitTest.c, src/ccunit/CCUnitTest.h, src/ccunit/CCUnitTestCase.c:
-
-       * doc/Makefile.am, doc/header.html, src/.cvsignore, src/Makefile.am, src/ccunit/.cvsignore, src/ccunit/CCUnit.h, src/ccunit/CCUnitAssert.c, src/ccunit/CCUnitAssert.h, src/ccunit/CCUnitConfig.h, src/ccunit/CCUnitFailure.c, src/ccunit/CCUnitFailure.h, src/ccunit/CCUnitList.c, src/ccunit/CCUnitList.h, src/ccunit/CCUnitLogMessage.c, src/ccunit/CCUnitLogMessage.h, src/ccunit/CCUnitMakeSuite.c, src/ccunit/CCUnitMakeSuite.h, src/ccunit/CCUnitReadTestDef.c, src/ccunit/CCUnitTest.c, src/ccunit/CCUnitTest.h, src/ccunit/CCUnitTestCase.c:
-       New file.
-
-       * COPYING.LESSER, INSTALL, Makefile.am, NEWS, README, README-alpha, TODO, config/.cvsignore, config/cu_enable_doxygen.m4, doc/.cvsignore, doc/Doxyfile.in, doc/footer.html:
-
-       * COPYING.LESSER, INSTALL, Makefile.am, NEWS, README, README-alpha, TODO, config/.cvsignore, config/cu_enable_doxygen.m4, doc/.cvsignore, doc/Doxyfile.in, doc/footer.html:
-       New file.
-
-       * .cvsignore, AUTHORS, BUGS, ChangeLog, bootstrap, configure.ac:
+       * 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.
 
-       * .cvsignore, AUTHORS, BUGS, ChangeLog, bootstrap, configure.ac:
-       New file.
+       * src/ccunit/CCUnitTestSuite.c:
+       suppress warning about lvalue assignment