OSDN Git Service

setUp/tearDown call test
[ccunit/ccunit.git] / ChangeLog
1 2010-08-16  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
2
3         * doc/mainpage.dox: insert a paragraph space
4
5         * configure.ac: add AC_REVISION to output Revision number
6
7         * NEWS: update revision
8
9         * ChangeLog: add changes
10
11         * ChangeLog.1: new
12
13         * examples/complex/Makefile.am: remove unused file.
14
15         * src/ccunit/CCUnitTestResult.c: remove unnecessary variable.
16
17         * doc/header.html: comment out missing file error
18
19         * doc/Doxyfile.en, doc/Doxyfile.in, doc/Doxyfile.ja, doc/footer.html, doc/header.html:
20         conforming dexygen new version 1.7.1
21
22         * doc/cookbook.dox, doc/mainpage.dox:
23         reexamined format command and add details
24
25         * config/arg_enable_coverage.m4, config/arg_with_doxygen.m4:
26         suppress warning about underquoted calls.  add AC_PREREQ macro
27
28         * 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:
29         add this year into Copyright string
30
31         * configure.ac: add functions to AC_CHECK_FUNCS
32
33 2010-08-15  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
34
35         * config/arg_enable_coverage.m4, config/arg_with_doxygen.m4:
36         suppress warning about underquoted calls
37
38         * src/ccunit/CCUnitAssert.h: adjust and add comments for doxygen
39
40         * src/ccunit/CCUnitTestRunner.h: fix doxygen comment error
41
42         * libtool: remove auto generate file.
43
44         * configure.ac: raise version
45
46         * src/ccunit/CCUnitReadSuite.c: fix buffer under run.
47
48         * libtool: remove auto generate file.
49
50         * configure.ac: raise version
51
52         * src/ccunit/CCUnitReadSuite.c: fix buffer under run.
53
54 2010-08-14  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
55
56         * tests/Makefile.am: change libraries extension
57
58         * src/ccunit/CCUnitAssert.c:
59         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.
60
61         * src/ccunit/CCUnitConfig.h, src/ccunit/CCUnitTestCase.c, src/ccunit/CCUnitTestFailure.c:
62         suppress warning about lvalue assignment.
63
64         * src/ccunit/CCUnitTestFixture.c:
65         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.
66
67         * src/ccunit/CCUnitTestSuite.c:
68         suppress warning about lvalue assignment