-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLogOld
120 lines (80 loc) · 3.59 KB
/
ChangeLogOld
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
Revisions previous to move to SourceForge
2001-05-25 05:56 amalec
* src/check_msg.c, src/check_msg.h, tests/Makefile.am,
tests/check_check_msg.c: Added testcases for check_msg
2001-05-25 05:25 amalec
* ChangeLog: Update ChangeLog
2001-05-25 05:25 amalec
* configure, src/Makefile.am, src/check.c, src/check.h,
src/check_impl.h, src/check_run.c, src/check_run.h,
tests/check_check.c, tests/check_list.c, tests/check_stress.c:
Added fixture support and moved suite running functions to main
check.h header
2001-05-23 20:29 amalec
* ChangeLog, configure.in: Bumped version
2001-05-23 20:28 amalec
* src/check.h, src/check_impl.h, src/check_msg.c, src/check_msg.h,
src/check_run.c, src/check_run.h, tests/check_check.c,
tests/check_list.c, tests/check_stress.c: Changed check_check to
run silently if no errors
2001-05-22 16:15 amalec
* src/Makefile.am, tests/Makefile.am: Cleanup of move to a non-flat
directory structure
2001-05-22 16:15 amalec
* Makefile.am, Makefile.in, check.c, check.h, check_check.c,
check_impl.h, check_list.c, check_msg.c, check_msg.h, check_run.h,
configure, configure.in, error.c, error.h, list.c, list.h,
src/check.c, src/check.h, src/check_impl.h, src/check_msg.c,
src/check_msg.h, src/check_run.c, src/check_run.h, src/error.c,
src/error.h, src/list.c, src/list.h, tests/check_check.c,
tests/check_list.c, tests/check_stress.c: Moved to a non-flat
directory structure
2001-05-22 14:53 amalec
* ChangeLog: Update ChangeLog
2001-05-22 14:52 amalec
* Makefile.am, Makefile.in, check.c, check.h, check_check.c,
check_list.c, check_run.h, config.h.in, configure, configure.in,
error.c, error.h, list.c: Switched to a dynamically grown array
implementation for lists, to solve a performance problem forking
with large numbers of tests; fixed a memory problem in srunner_free
2001-05-18 12:31 amalec
* ChangeLog: Useing cvs2cl.pl to handle ChangeLog
2001-05-18 12:02 amalec
* check_run.h, configure, stamp-h.in: More code reorgazization
2001-05-16 11:20 amalec
* check.c, check_check.c, check_msg.c, check_msg.h, check_run.h,
configure.in: Cleaned up memory leaks and rearranged some
responsibilities
2001-05-15 17:36 amalec
* check.c, check.h, check_check.c, check_impl.h, check_list.c,
check_msg.c, check_msg.h, check_run.h: Addition of SRunner object,
and major reorganization of responsibilites between suites/cases
and the SRunner
2001-05-15 15:11 amalec
* list.c: Added list_add_end function
2001-05-15 09:20 amalec
* Makefile.am, Makefile.in: Cleaned up Makefile.am to declare
headers correctly, and install correctly.
2001-05-14 18:06 amalec
* check.c, check.h, check_impl.h, check_run.h: Completed
reorganization
2001-05-14 17:33 amalec
* Makefile.in, check.c, check_run.h: Complete commit of last
changes
2001-05-14 17:30 amalec
* Makefile.am, check.h, check_check.c, check_list.c, check_run.h:
Cleaned up some documentation, and moved suite printing functions
to a separate module as a first step to separating the text runner
from the underlying interface.
2001-05-14 17:07 amalec
* AUTHORS, ChangeLog, Makefile.am, Makefile.in, NEWS, README,
aclocal.m4, check.c, check.h, check_check.c, check_impl.h,
check_list.c, check_msg.c, check_msg.h, config.h.in, configure,
configure.in, error.c, error.h, list.c, list.h, stamp-h.in: Initial
revision
2001-05-14 17:07 amalec
* AUTHORS, ChangeLog, Makefile.am, Makefile.in, NEWS, README,
aclocal.m4, check.c, check.h, check_check.c, check_impl.h,
check_list.c, check_msg.c, check_msg.h, config.h.in, configure,
configure.in, error.c, error.h, list.c, list.h, stamp-h.in:
Imported sources