A C Unit Test Library for C language.
Revisión | a224214d4c5e1228666b226bcbb5ea184bc3956a (tree) |
---|---|
Tiempo | 2013-07-13 14:55:51 |
Autor | tsntsumi <tsntsumi@user...> |
Commiter | tsntsumi |
Started to track ChangeLog.
@@ -0,0 +1,62 @@ | ||
1 | +2013-07-13 tsntsumi <tsntsumi@users.sourecforge.jp> | |
2 | + | |
3 | + Renamed ChangeLog to ChangeLog.2. | |
4 | + | |
5 | + Added AM_PROG_AR | |
6 | + | |
7 | + Added configure and bootstrap to EXTRA_DIST. | |
8 | + | |
9 | + Untracked auto generated files. | |
10 | + | |
11 | +2013-07-12 tsntsumi <tsntsumi@users.sourecforge.jp> | |
12 | + | |
13 | + upgraded version | |
14 | + | |
15 | + Added auto generated files. | |
16 | + | |
17 | + Made end-case and end-suite comments omissible. | |
18 | + | |
19 | + Fixed a typo | |
20 | + | |
21 | + fixed typo | |
22 | + | |
23 | + fixed function name | |
24 | + | |
25 | +2013-07-06 tsntsumi <tsntsumi@users.sourecforge.jp> | |
26 | + | |
27 | + Changed encoding EUC-JP to UTF-8. | |
28 | + | |
29 | + Added '2013' in copyrights | |
30 | + | |
31 | + Added '2013' in copyrights | |
32 | + | |
33 | + Deleted the unused source file for Fixture. | |
34 | + | |
35 | + Modified the example the test fails. | |
36 | + | |
37 | + Add assert macros for double and float. | |
38 | + | |
39 | + Changed the type of snprintf's format string. | |
40 | + It will be able to change to customize behavior in user program. | |
41 | + | |
42 | + Fixed miss spelling. | |
43 | + | |
44 | + Changed char pointer to char array. | |
45 | + | |
46 | +2013-07-03 tsntsumi <tsntsumi@users.sourecforge.jp> | |
47 | + | |
48 | + Converted cvsignore to gitignore. | |
49 | + | |
50 | + Since it depended in order of the run of TestCase, I used setUpBeforeClass. | |
51 | + | |
52 | + Made them correspond to doxygen 1.8.1.1. | |
53 | + | |
54 | + Corrected the error of grammar. | |
55 | + | |
56 | + Changed the administrator's mail address. | |
57 | + | |
58 | + Changed the administrator's user id | |
59 | + | |
60 | + Renamed .cvsignore to .gitignore. | |
61 | + | |
62 | + Renamed setup_setUp/setup_tearDown to setUpBeforeClass/tearDownAfterClass. |