OSDN Git Service

Renamed ChangeLog to ChangeLog.2.
[ccunit/ccunit.git] / ChangeLog.1
1 2003-11-13  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
2
3         * doc/Makefile.am: change distdocdir path
4
5 2003-11-02  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
6
7         * Makefile.am: append dist-docs and dist-docsja
8
9         * tests/Makefile.am: add dependancy rule
10
11         * doc/Makefile.am: add document dist rules
12
13         * doc/Doxyfile.ja: rename from *.jp
14
15         * doc/Doxyfile.jp: rename to *.ja
16
17         * configure.ac: add japanese document variables
18
19         * Makefile.am: add japanese document distributing rule
20
21 2003-10-25  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
22
23         * uploadhp.sh: move into Makefile
24
25         * src/ccunit/CCUnitMakeSuite.h: add japanese comment
26
27         * doc/mainpage.dox: add related links
28
29         * doc/cookbook.dox: removed unused command
30
31         * doc/Doxyfile.in: change alias
32
33         * Makefile.am: add uploading hp rule
34
35 2003-10-24  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
36
37         * doc/cookbook.ja.dox: merge cookbook.dox
38
39         * doc/mainpage.dox, doc/cookbook.dox: add japanese documents
40
41         * doc/Makefile.am: to japanese documents
42
43         * doc/Doxyfile.in: to selective language
44
45         * doc/Doxyfile.jp, doc/Doxyfile.en: new
46
47         * uploadhp.sh: jpn doc uploads
48
49         * configure.ac: add enable jpn doc option
50
51
52 2003-10-24  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
53
54         * mainpage.dox: add related links
55
56         * cookbook.dox: removed unused command
57
58         * Doxyfile.in: change alias
59
60 2003-10-23  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
61
62         * cookbook.ja.dox: merge cookbook.dox
63
64         * mainpage.dox, cookbook.dox: add japanese documents
65
66         * Makefile.am: to japanese documents
67
68         * Doxyfile.in: to selective language
69
70         * Doxyfile.jp, Doxyfile.en: new
71
72 2003-10-22  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
73
74         * cookbook.ja.dox: translate some sections in japanese
75
76         * cookbook.dox: fix function name
77
78         * Makefile.am: fix comment in example code
79
80         * Makefile.am: add cookbook.ja.dox document
81
82 2003-10-14  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
83
84         * cookbook.ja.dox: new
85
86         * NEWS: update revision
87
88         * tests/Makefile.am: delete dependencies
89
90         * src/tools/Makefile.am: delete dependency
91
92         * src/ccunit/Makefile.am: to use libtool, and enable build shared lib
93
94         * examples/complex/Makefile.am: don't install example library
95
96         * config/config.guess, config/config.sub, config/ltmain.sh, config/arg_enable_coverage.m4:
97         new
98
99         * configure.ac: add libtool macros
100
101         * bootstrap: add libtoolize
102
103         * TODO: done an item
104
105         * Makefile.am: add config/arg_enable_coverage.m4
106
107         * libtool: new
108
109 2003-10-05  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
110
111         * tests/testReadSuite.c: change for egcs-1.1.2
112
113         * tests/Makefile.am: change for BSD make
114
115         * src/ccunit/CCUnitMakeSuite.c: change for egcs-1.1.2
116
117         * examples/complex/Makefile.am: change for BSD make
118
119         * src/ccunit/CCUnitList.c, src/ccunit/CCUnitPrintSuite.c, src/ccunit/CCUnitReadSuite.c, src/ccunit/CCUnitTestCase.c, src/ccunit/CCUnitTestCase.h, src/ccunit/CCUnitTestFixture.h, src/ccunit/CCUnitTestSuite.h:
120         for gcc 2.95.4
121
122         * config/arg_with_doxygen.m4: change error to warn
123
124         * examples/complex/Makefile.am, examples/complex/complex.c, examples/complex/complex.h, examples/complex/complexTestSuite.c, examples/complex/runTest.c, examples/complex/runTestFixture.c, examples/complex/runTestRunner.c, examples/complex/runTestSuite.c, examples/complex/testComplex.c, examples/complex/testComplexMulDiv.c, examples/Makefile.am, examples/.cvsignore:
125         new
126
127         * src/ccunit/Makefile.am: add CLEANFILES
128
129         * src/ccunit/CCUnitAssert.h: add object assert macro
130
131         * src/ccunit/CCUnitAssert.c: add object assert function
132
133         * doc/cookbook.dox: change example Maney to complex_t
134
135         * configure.ac, Makefile.am: add examples
136
137 2003-10-04  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
138
139         * src/ccunit/Makefile.am, configure.ac:
140         add --enable-coverage option to coverage test
141
142 2003-10-03  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
143
144         * tests/Makefile.am: add BUILT_SOURCES
145
146 2003-10-01  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
147
148         * src/ccunit/CCUnitWriteSuite.c:
149         Because how to mount an automatic TestSuite preparation function was changed, deletion
150
151         * tests/runFailure.c: The decision of a test success is modified.
152
153         * tests/failAssert.c: static testCase test
154
155         * src/ccunit/Makefile.am: The file of the un-use is deleted.
156
157         * src/ccunit/CCUnitTestSuite.c:
158         A NULL check in the memory allocation is added.
159
160         * src/ccunit/CCUnitTestRunner.c: An error check is added.
161
162         * src/ccunit/CCUnitTestResult.c:
163         The management which TestCase was made to run to was moved from TestResult, and collected in TestFixutre.
164
165         * src/ccunit/CCUnitTestFixture.h: ctor/dtor is deleted.
166
167         * src/ccunit/CCUnitTestFixture.c:
168         The management which TestCase was made to run to was moved from TestResult, and collected in TestFixutre.
169
170         * src/ccunit/CCUnitTestCase.h:
171         A TestFunc class is defined as the alias of TestCase.
172         A function related to TestFunc is added.
173
174         * src/ccunit/CCUnitTestCase.c: A function related to TestFunc is added.
175
176         * src/ccunit/CCUnitReadSuite.c: ctor/dtor is deleted.
177         A TEST SUITE key word is added.
178
179         * src/ccunit/CCUnitPrintSuite.c: ctor/dtor was deleted.
180         A common code was collected in the function.
181
182         * src/ccunit/CCUnitList.c:
183         A NULL check in the memory allocation is added.
184
185         * src/ccunit/CCUnitConfig.h:
186         It was included after stdlib.h because it became a compilation error when dmalloc.h was included in front of stdlib.h when it was compiled with Cygwin.
187
188         * doc/cookbook.dox:
189         It was modified corresponding to the function change of the function.
190
191         * TODO: It was deleted because it was with the meaningless function.
192
193 2003-09-29  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
194
195         * src/ccunit/CCUnitTestRunner.h: add get result from runner function
196
197         * src/ccunit/CCUnitTestRunner.c: add testCase null check
198
199         * src/ccunit/CCUnitTestResult.c, src/ccunit/CCUnitTestFixture.c:
200         catch ctor/dtor/setUp/tearDown longjmp
201
202         * src/ccunit/CCUnitReadSuite.c: read ctor/dtor of fixture
203
204         * src/ccunit/CCUnitAssert.h: set define value
205
206         * doc/cookbook.dox: collect function name
207
208 2003-09-28  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
209
210         * src/ccunit/CCUnitReadSuite.c: add comment
211
212         * src/ccunit/CCUnitMakeSuite.h: add underscore prefix
213
214         * src/ccunit/CCUnitAssert.h: renamed
215
216         * src/tools/ccunit_makeSuite.c: modified document tags
217
218         * src/ccunit/CCUnitWriteSuite.c: change private struct name
219
220         * src/ccunit/CCUnitTestRunner.c: modified document tags
221
222         * src/ccunit/CCUnitReadSuite.c, src/ccunit/CCUnitPrintSuite.c, src/ccunit/CCUnitMakeSuite.h, src/ccunit/CCUnitMakeSuite.c:
223         change private struct name
224
225         * src/ccunit/CCUnitAssert.c: modified document tags
226
227         * doc/Makefile.am: add dist-docs target
228
229         * doc/Doxyfile.in: option changed
230
231         * Makefile.am: add docs dist rules
232
233         * tests/Makefile.am: change suiteFailure.c to failAssert.h
234
235         * tests/runFailure.c: change make suite funciton
236
237         * tests/failAssert.c: make test cases to static
238
239         * src/ccunit/CCUnitTestSuite.h: add test suite definition struct
240
241         * src/ccunit/CCUnitTestFixture.h: add test fixture definition struct
242
243         * src/ccunit/CCUnitMakeSuite.h: change struct name
244
245         * src/ccunit/CCUnitMakeSuite.c: change function
246
247         * src/ccunit/CCUnitReadSuite.c: rename struct.
248         to read static ident.
249
250         * src/ccunit/CCUnitTest.c, src/ccunit/CCUnitTest.h: remove typedef
251
252         * src/ccunit/CCUnitTestFixture.c: add ctor/dtor
253
254         * src/ccunit/Makefile.am: add new module
255
256         * src/ccunit/CCUnitWriteSuite.c: change struct name
257
258         * src/ccunit/CCUnitTestSuite.c: add new function
259
260         * src/ccunit/CCUnitPrintSuite.c: new
261
262 2003-09-25  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
263
264         * TODO: A TODO item was added.
265
266         * BUGS: The bug which I knew was specified.
267
268         * tests/runSuccess.c, tests/runFailure.c, src/tools/ccunit_makeSuite.c:
269         A setup of an option of dmalloc was added.
270
271         * src/ccunit/CCUnitReadSuite.c, src/ccunit/CCUnitMakeSuite.c:
272         Memory leakage was fixed.
273
274         * src/ccunit/CCUnitAssert.h: Some useful ASSERRT macros were added.
275
276         * configure.ac:
277         More than one AC_CHECK_TYPES macro was put together in one.
278
279         * doc/Makefile.am: don't create docs when target is all
280
281 2003-09-24  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
282
283         * configure.ac: update version
284
285         * doc/Makefile.am: disable make documents when make all
286
287         * Makefile.am: add docs target
288
289         * doc/Makefile.am: fix doxygen @code limits
290
291         * tests/runSuccess.c, tests/runFailure.c: call dmalloc_shutdown at end
292
293         * src/ccunit/CCUnitMakeSuite.h: add doxycomment
294
295         * tests/Makefile.am:
296         A test case source file was registered in the manual.
297
298         * src/tools/ccunit_makeSuite.c: A details comment was added.
299
300         * src/ccunit/CCUnitTestSuite.h, src/ccunit/CCUnitTestRunner.h, src/ccunit/CCUnitTestResult.h:
301         A position of a declaration of @ingroup is changed.
302         When it is the head, because JAVADOC_AUTOBRIEF doesn't work.
303
304         * src/ccunit/CCUnitTestResult.c:
305         A position of a declaration of @ingroup is changed.
306         When it is the head, because JAVADOC_AUTOBRIEF doesn't work.
307         A ccunit_runBare function was hidden.
308         Because it is the function used only with a thing in the package.
309
310         * src/ccunit/CCUnitTestListener.h:
311         A position of a declaration of @ingroup is changed.
312         When it is the head, because JAVADOC_AUTOBRIEF doesn't work.
313
314         * src/ccunit/CCUnitTestFixture.h:
315         A position of a declaration of @ingroup is changed.
316         When it is the head, because JAVADOC_AUTOBRIEF doesn't work.
317         A ccunit_runBare function was hidden.
318         Because it is the function used only with a thing in the package.
319
320         * src/ccunit/CCUnitTestFixture.c: A ccunit_runBare function was hidden.
321         Because it is the function used only with a thing in the package.
322
323         * src/ccunit/CCUnitTestFailure.h, src/ccunit/CCUnitTestCase.h, src/ccunit/CCUnitTest.h, src/ccunit/CCUnitAssert.h:
324         A position of a declaration of @ingroup is changed.
325         When it is the head, because JAVADOC_AUTOBRIEF doesn't work
326
327         * doc/cookbook.dox: add rest of cookbook
328
329         * doc/Doxyfile.in: An input directory was collected short.
330
331         * src/ccunit/CCUnitWriteSuite.c:
332         It was modified because it didn't need to generate a JavaDoc comment.
333
334         * src/ccunit/CCUnitTestSuite.h:
335         The convenient function to make TestSuite run was added.
336
337         * src/ccunit/CCUnitTestSuite.c:
338         The convenient function to make TestSuite run was added.
339         A diffuse function was deleted.
340
341         * src/ccunit/CCUnitTestRunner.h:
342         The convenient function to make TestRunner run was added.
343
344         * src/ccunit/CCUnitTestRunner.c:
345         The role to indicate the contents of TestFailure was given to it.
346
347         * src/ccunit/CCUnitTestResult.c:
348         It was changed to the appropriate name.
349         TestCase was set on TestFailure to judge which test case for to be failed.
350
351         * src/ccunit/CCUnitTestFixture.h:
352         The function to run TestFixtures was added.
353
354         * src/ccunit/CCUnitTestFixture.c:
355         It was changed to the appropriate name.
356         A convenient function was added.
357
358         * src/ccunit/CCUnitTestFailure.h, src/ccunit/CCUnitTestFailure.c:
359         Delete stringnize function.
360         This role was moved to the TestRunner module.
361
362         * src/ccunit/CCUnitReadSuite.c: not to generate an extra test suite.
363
364 2003-09-23  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
365
366         * doc/mainpage.dox: add cookbook
367
368         * doc/cookbook.dox: new
369
370         * doc/Makefile.am: add cookbook
371
372         * doc/Doxyfile.in: optimized for C
373
374         * src/ccunit/CCUnitTestCase.c: add allocate error check
375
376         * doc/mainpage.dox: add link to cookbook
377
378 2003-09-17  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
379
380         * NEWS, configure.ac: update version
381
382         * tests/Makefile.am: add BUILT_SOURCES macro
383
384         * src/ccunit/CCUnitReadSuite.c:
385         make do not error message when nested fixture exist
386
387         * src/ccunit/CCUnitMakeSuite.c: print usage when file not specified.
388
389         * doc/Makefile.am: add cookbook.dox
390
391         * Makefile.am: add missing file
392
393 2003-09-16  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
394
395         * src/ccunit/CCUnitTestCase.h: add comment
396
397         * configure.ac: add prefix to macros in config.h
398
399         * tests/runSuccess.c, tests/runFailure.c: delete duplicate includes
400
401         * tests/Makefile.am: delete invalid flag
402
403         * src/tools/ccunit_makeSuite.c: delete duplicate includes
404
405         * src/tools/Makefile.am, src/ccunit/Makefile.am: delete invalid flag
406
407         * src/ccunit/CCUnitWriteSuite.c: delete duplicate includes
408
409         * src/ccunit/CCUnitVersion.c: add prefix to config macros
410
411         * src/ccunit/CCUnitTestSuite.c: delete duplicate includes
412
413         * src/ccunit/CCUnitTestRunner.c: delete duplicate includes
414         add prefix to config macros
415
416         * src/ccunit/CCUnitTestResult.c, src/ccunit/CCUnitTestFixture.c:
417         delete duplicate includes
418
419         * src/ccunit/CCUnitTestCase.h: add config header
420
421         * src/ccunit/CCUnitTestCase.c, src/ccunit/CCUnitTest.c, src/ccunit/CCUnitReadSuite.c:
422         delete duplicate includes
423
424         * src/ccunit/CCUnitMakeSuite.c: add prefix to config macros
425
426         * src/ccunit/CCUnitList.h: delete duplicate includes
427
428         * src/ccunit/CCUnitConfig.h: add prefix to config macros
429
430         * src/ccunit/CCUnitAssert.h: add missing quad_t condition
431         add prefix to config macros
432
433         * src/ccunit/CCUnitAssert.c: add missing quad_t condition
434
435         * doc/mainpage.dox: add Id
436
437         * doc/Makefile.am: add mainpage.dox
438
439         * config/ac_create_prefix_config_h.m4: new
440
441 2003-09-14  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
442
443         * NEWS, configure.ac: update version
444
445         * src/ccunit/CCUnitVersion.c, src/ccunit/CCUnitTestSuite.h:
446         add doxycomment
447
448         * src/ccunit/CCUnitTestSuite.c: delete doxycomment
449
450         * 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:
451         add doxycomment
452
453         * src/ccunit/CCUnitConfig.h: move typdefs to CCUnitAssert.h
454
455         * src/ccunit/CCUnitAssert.h, src/ccunit/CCUnitAssert.c: add doxycomment
456
457         * src/ccunit/CCUnit.h: moved mainpage comment to doc/mainpage.dox
458
459         * doc/mainpage.dox: new
460
461         * doc/Doxyfile.in: add mainpage source file to input
462
463         * src/ccunit/CCUnitConfig.h, src/ccunit/CCUnitAssert.h, src/ccunit/CCUnitAssert.c:
464         remade more type safe function
465
466         * configure.ac: check u_XXXX types
467
468 2003-09-13  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
469
470         * doc/Doxyfile.in: change DOT to DOT_PATH
471
472         * config/arg_with_doxygen.m4: output DOT_PATH variable
473
474         * tests/Makefile.am, src/tools/Makefile.am, src/ccunit/Makefile.am:
475         add cleanup files
476
477         * src/ccunit/CCUnitReadSuite.c: change include header
478
479         * src/ccunit/CCUnitMakeSuite.c: removed unused header
480
481         * src/Makefile.am: add cleanup file
482
483         * doc/Makefile.am: add cleanup file
484         add dist target
485
486         * bootstrap: add autoheader option
487
488         * Makefile.am: add cleanup files
489
490         * NEWS: add release news
491
492         * configure.ac: change version
493
494         * src/ccunit/CCUnit.h: add mainpage comment
495
496         * src/tools/Makefile.am: add dependencies
497
498         * src/tools/ccunit_makeSuite.c: add doxycomment
499
500         * tests/makeTest.c: delete
501
502         * tests/testReadSuite.c: new
503
504         * src/ccunit/CCUnitTestFailure.c, src/ccunit/CCUnitTestFailure.h:
505         rename from CCUnitFailure.[ch]
506
507         * src/ccunit/CCUnitFailure.c, src/ccunit/CCUnitFailure.h:
508         rename to CCUnitTestFailure.[ch]
509
510         * config/cu_enable_doxygen.m4: rename to with_argument_doxygen.m4
511
512         * src/ccunit/Makefile.am: add new files
513
514         * src/ccunit/CCUnitWriteSuite.c: add doxycomment
515         The role of the test fixture was exchanged for the test
516         case.
517
518         * src/ccunit/CCUnitVersion.c: add doxycomment
519
520         * src/ccunit/CCUnitTestSuite.h, src/ccunit/CCUnitTestSuite.c:
521         add doxycomment
522         The role of the test fixture was exchanged for the test
523         case.
524
525         * src/ccunit/CCUnitTestRunner.h: add doxycomment
526
527         * src/ccunit/CCUnitTestRunner.c: add doxycomment
528         The role of the test fixture was exchanged for the test
529         case.
530
531         * src/ccunit/CCUnitTestResult.h: add doxycomment
532
533         * src/ccunit/CCUnitTestResult.c: add doxycomment
534         The role of the test fixture was exchanged for the test
535         case.
536
537         * src/ccunit/CCUnitTestListener.h: add doxycomment
538
539         * src/ccunit/CCUnitTestFixture.h, src/ccunit/CCUnitTestFixture.c, src/ccunit/CCUnitTestCase.h, src/ccunit/CCUnitTestCase.c:
540         add doxycomment
541         The role of the test fixture was exchanged for the test
542         case.
543
544         * src/ccunit/CCUnitTest.h, src/ccunit/CCUnitTest.c: add doxycomment
545
546         * src/ccunit/CCUnitMakeSuite.h:
547         include prototypes of ReadSuite and WriteSuite
548
549         * src/ccunit/CCUnitReadSuite.c: add doxycomment
550         The role of the test fixture was exchanged for the test
551         case.
552         tried to ignore the command of doxygen.
553
554         * src/ccunit/CCUnitMakeSuite.h, src/ccunit/CCUnitMakeSuite.c, src/ccunit/CCUnitLogMessage.h, src/ccunit/CCUnitLogMessage.c:
555         add doxycomment
556
557         * src/ccunit/CCUnitList.h:
558         The position of the struct was collected in every group which related.
559
560         * src/ccunit/CCUnitList.c:
561         The position of the function was collected in every group which related.
562
563         * src/ccunit/CCUnitConfig.h, src/ccunit/CCUnitAssert.h: add doxycomment
564
565         * src/ccunit/CCUnitAssert.c: add doxycomment and change function name
566
567         * src/Makefile.am: add new file and change file name
568
569         * doc/Makefile.am: add dependent files
570
571         * doc/FAQ: new
572
573         * doc/Doxyfile.in: include tools source
574         set DOT_PATH
575
576         * config/arg_with_doxygen.m4: rename cu_enable_doxygen.m4
577
578         * configure.ac: change enable doxygen argument to with argument
579
580 2003-09-11  "TSUTSUMI Kikuo"  <tsutsumi@users.sourceforge.jp>
581
582         * ChangeLog: add changes
583
584         * tests/testSuite.c: corresponding to new library version.
585
586         * tests/Makefile.am: rename ccunit_makeTest to ccunit_makeSuite
587
588         * NEWS: add news of new version
589
590         * configure.ac: change version
591
592         * doc/Makefile.am: disable man support
593
594         * doc/Doxyfile.in: make MAN_OUTPUT to NO
595
596         * src/ccunit/CCUnitReadSuite.c: add convenience function
597
598         * src/ccunit/CCUnitMakeSuite.h: make function to inline
599
600         * src/ccunit/Makefile.am: add new files
601
602         * src/ccunit/CCUnitWriteTestAdd.c: rename to CCUnitWriteSuite.c
603
604         * src/ccunit/CCUnitWriteSuite.c: rename from WriteTestAdd
605
606         * src/ccunit/CCUnitTestSuite.h, src/ccunit/CCUnitTestSuite.c:
607         add convenience function
608
609         * src/ccunit/CCUnitTestRunner.c, src/ccunit/CCUnitTestResult.c, src/ccunit/CCUnitTestListener.h:
610         change TestCase to TestFixture
611
612         * src/ccunit/CCUnitTestFixture.c, src/ccunit/CCUnitTestFixture.h: new
613
614         * src/ccunit/CCUnitTestCase.h, src/ccunit/CCUnitTestCase.c:
615         TestFixture was separated from TestCase.
616
617         * src/ccunit/CCUnitMakeSuite.h: rename some structure and function
618
619         * src/ccunit/CCUnitReadSuite.c: new
620
621         * src/ccunit/CCUnitReadTestDef.c: rename to CCUniteReadSuite.c
622
623         * src/ccunit/CCUnitMakeSuite.c: Change the function name.
624         Tried to do the error check of the object creation.
625
626 2003-09-10  "TSUTSUMI Kikuo"  <tsutsumi@users.sourceforge.jp>
627
628         * src/ccunit/CCUnitConfig.h: remove print format string
629
630         * src/Makefile.am: add CCUnitTestFixture.h
631
632         * configure.ac: add memset check
633
634 2003-09-09  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
635
636         * src/ccunit/CCUnitReadTestDef.c: integrated test func to test case
637
638         * src/tools/ccunit_makeTest.c: rename to makeSuite
639
640         * configure.ac: A revision was renewed.
641
642         * doc/Doxyfile.in: add predefined macro
643
644         * src/ccunit/CCUnitReadTestDef.c: The most part is changed.
645
646         * src/ccunit/CCUnitTestSuite.h: change comments
647
648         * src/ccunit/CCUnitTestSuite.c: The most part is changed.
649
650         * src/ccunit/CCUnitTestRunner.h: add doxycomment
651
652         * src/ccunit/CCUnitTestRunner.c:
653         It is changed because the definition of the size type varies in the environment.
654
655         * src/ccunit/CCUnitTestResult.h: Delete unise function
656
657         * src/ccunit/CCUnitTestResult.c, src/ccunit/CCUnitTestCase.h, src/ccunit/CCUnitTestCase.c:
658         Integrate TestFunc class to TestCase class
659
660         * src/ccunit/CCUnitTest.h, src/ccunit/CCUnitTest.c:
661         Cange Test class to interface
662
663         * src/ccunit/CCUnitMakeSuite.h: add doxycomment
664
665         * src/ccunit/CCUnitAssert.c: rename jmp_buf
666
667         * src/tools/Makefile.am: rename makeTest to makeSuite
668
669         * src/tools/ccunit_makeSuite.c: rename from makeTest
670
671         * doc/header.html: fix project name and site url.
672
673         * doc/footer.html: fix mail address
674
675 2003-09-08  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
676
677         * NEWS: add new revision
678
679         * ChangeLog.0: new
680
681         * src/ccunit/CCUnitTestSuite.h, src/ccunit/CCUnitTestListener.h, src/ccunit/CCUnitTestCase.h, src/ccunit/CCUnitTest.h:
682         add doxycomment
683
684         * src/ccunit/CCUnitList.c: delete duplicate doxycomment
685
686         * tests/Makefile.am: test case files are collected in the configure.
687
688         * src/ccunit/CCUnitAssert.h: fix multiple evaluate parameters.
689
690         * src/ccunit/CCUnitReadTestDef.c: fix missing spaces
691
692         * src/ccunit/CCUnitFailure.c:
693         don't print expect/actual pair if their are NULL.
694
695         * configure.ac: update revision.
696         add test case file collect code.
697
698         * src/ccunit/CCUnitLogMessage.h: add C mode tag
699
700         * src/ccunit/CCUnitLogMessage.c: add doxycomment and copyright header
701
702         * src/ccunit/CCUnitList.h, src/ccunit/CCUnitList.c: add doxycomment
703
704         * src/ccunit/CCUnitConfig.h: add doxycomment
705         add stdbool.h fall down definition
706
707         * src/ccunit/CCUnitAssert.h: add doxycomment
708
709         * Makefile.am: add ChangeLog to EXTRA_DIST
710
711 2003-09-07  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
712
713         * doc/footer.html: fix hosting site name
714
715         * 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:
716
717         * 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:
718         New file.
719
720         * 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:
721
722         * 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:
723         New file.
724
725         * 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:
726
727         * 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:
728         New file.
729
730         * .cvsignore, AUTHORS, BUGS, ChangeLog, bootstrap, configure.ac:
731
732         * .cvsignore, AUTHORS, BUGS, ChangeLog, bootstrap, configure.ac:
733         New file.