OSDN Git Service

deleted the ineffective keyword inline.
[ccunit/ccunit.git] / ChangeLog
index 17b09bf..a8c63dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-2003-09-14  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
+2013-07-13  tsntsumi  <tsntsumi@users.sourecforge.jp>
 
-       * NEWS, configure.ac: update version
+       Added r option to cp, Since search directory was made by doxygen.
 
-       * src/ccunit/CCUnitVersion.c, src/ccunit/CCUnitTestSuite.h:
-       add doxycomment
+       Added changes of Makefile.am to ChangeLog.
 
-       * src/ccunit/CCUnitTestSuite.c: delete doxycomment
+       Added ChangeLog.2 to EXTRA_DIST.
 
-       * 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
+       Started to track ChangeLog.
 
-       * src/ccunit/CCUnitConfig.h: move typdefs to CCUnitAssert.h
+       Renamed ChangeLog to ChangeLog.2.
 
-       * src/ccunit/CCUnitAssert.h, src/ccunit/CCUnitAssert.c: add doxycomment
+       Added AM_PROG_AR
 
-       * src/ccunit/CCUnit.h: moved mainpage comment to doc/mainpage.dox
+       Added configure and bootstrap to EXTRA_DIST.
 
-       * doc/mainpage.dox: new
+       Untracked auto generated files.
 
-       * doc/Doxyfile.in: add mainpage source file to input
+2013-07-12  tsntsumi  <tsntsumi@users.sourecforge.jp>
 
-       * src/ccunit/CCUnitConfig.h, src/ccunit/CCUnitAssert.h, src/ccunit/CCUnitAssert.c:
-       remade more type safe function
+       upgraded version
 
-       * configure.ac: check u_XXXX types
+       Added auto generated files.
 
-2003-09-13  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
+       Made end-case and end-suite comments omissible.
 
-       * doc/Doxyfile.in: change DOT to DOT_PATH
+       Fixed a typo
 
-       * config/arg_with_doxygen.m4: output DOT_PATH variable
+       fixed typo
 
-       * tests/Makefile.am, src/tools/Makefile.am, src/ccunit/Makefile.am:
-       add cleanup files
+       fixed function name
 
-       * src/ccunit/CCUnitReadSuite.c: change include header
+2013-07-06  tsntsumi  <tsntsumi@users.sourecforge.jp>
 
-       * src/ccunit/CCUnitMakeSuite.c: removed unused header
+       Changed encoding EUC-JP to UTF-8.
 
-       * src/Makefile.am: add cleanup file
+       Added '2013' in copyrights
 
-       * doc/Makefile.am: add cleanup file
-       add dist target
+       Added '2013' in copyrights
 
-       * bootstrap: add autoheader option
+       Deleted the unused source file for Fixture.
 
-       * Makefile.am: add cleanup files
+       Modified the example the test fails.
 
-       * NEWS: add release news
+       Add assert macros for double and float.
 
-       * configure.ac: change version
+       Changed the type of snprintf's format string.
+       It will be able to change to customize behavior in user program.
 
-       * src/ccunit/CCUnit.h: add mainpage comment
+       Fixed miss spelling.
 
-       * src/tools/Makefile.am: add dependencies
+       Changed char pointer to char array.
 
-       * src/tools/ccunit_makeSuite.c: add doxycomment
+2013-07-03  tsntsumi  <tsntsumi@users.sourecforge.jp>
 
-       * tests/makeTest.c: delete
+       Converted cvsignore to gitignore.
 
-       * tests/testReadSuite.c: new
+       Since it depended in order of the run of TestCase, I used setUpBeforeClass.
 
-       * src/ccunit/CCUnitTestFailure.c, src/ccunit/CCUnitTestFailure.h:
-       rename from CCUnitFailure.[ch]
+       Made them correspond to doxygen 1.8.1.1.
 
-       * src/ccunit/CCUnitFailure.c, src/ccunit/CCUnitFailure.h:
-       rename to CCUnitTestFailure.[ch]
+       Corrected the error of grammar.
 
-       * config/cu_enable_doxygen.m4: rename to with_argument_doxygen.m4
+       Changed the administrator's mail address.
 
-       * src/ccunit/Makefile.am: add new files
+       Changed the administrator's user id
 
-       * src/ccunit/CCUnitWriteSuite.c: add doxycomment
-       The role of the test fixture was exchanged for the test
-       case.
+       Renamed .cvsignore to .gitignore.
 
-       * 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>
-
-       * 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
-
-       * src/ccunit/CCUnitTestRunner.c, src/ccunit/CCUnitTestResult.c, src/ccunit/CCUnitTestListener.h:
-       change TestCase to TestFixture
-
-       * src/ccunit/CCUnitTestFixture.c, src/ccunit/CCUnitTestFixture.h: new
-
-       * src/ccunit/CCUnitTestCase.h, src/ccunit/CCUnitTestCase.c:
-       TestFixture was separated from TestCase.
-
-       * src/ccunit/CCUnitMakeSuite.h: rename some structure and function
-
-       * src/ccunit/CCUnitReadSuite.c: new
-
-       * src/ccunit/CCUnitReadTestDef.c: rename to CCUniteReadSuite.c
-
-       * src/ccunit/CCUnitMakeSuite.c: Change the function name.
-       Tried to do the error check of the object creation.
-
-2003-09-10  "TSUTSUMI Kikuo"  <tsutsumi@users.sourceforge.jp>
-
-       * src/ccunit/CCUnitConfig.h: remove print format string
-
-       * src/Makefile.am: add CCUnitTestFixture.h
-
-       * configure.ac: add memset check
-
-2003-09-09  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
-
-       * src/ccunit/CCUnitReadTestDef.c: integrated test func to test case
-
-       * src/tools/ccunit_makeTest.c: rename to makeSuite
-
-       * configure.ac: A revision was renewed.
-
-       * doc/Doxyfile.in: add predefined macro
-
-       * src/ccunit/CCUnitReadTestDef.c: The most part is changed.
-
-       * src/ccunit/CCUnitTestSuite.h: change comments
-
-       * src/ccunit/CCUnitTestSuite.c: The most part is changed.
-
-       * src/ccunit/CCUnitTestRunner.h: add doxycomment
-
-       * src/ccunit/CCUnitTestRunner.c:
-       It is changed because the definition of the size type varies in the environment.
-
-       * src/ccunit/CCUnitTestResult.h: Delete unise function
-
-       * 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:
-
-       * .cvsignore, AUTHORS, BUGS, ChangeLog, bootstrap, configure.ac:
-       New file.
+       Renamed setup_setUp/setup_tearDown to setUpBeforeClass/tearDownAfterClass.