OSDN Git Service

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