source: rtems/testsuites/tmtests/ChangeLog @ b5c8e27

4.104.115
Last change on this file since b5c8e27 was b5c8e27, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/02/09 at 11:13:59

2009-11-02 Ralf Corsépius <ralf.corsepius@…>

  • tmoverhd/testtask.c: Apply RTEMS_GCC_NOWARN_USED.
  • Property mode set to 100644
File size: 32.8 KB
Line 
12009-11-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * tmoverhd/testtask.c: Apply RTEMS_GCC_NOWARN_USED.
4        * tmoverhd/dumrtems.h: Rework undef/define cascade.
5        Add RTEMS_GCC_NOWARN_USED.
6        * tmoverhd/system.h: Add prototype for Empty_directive();
7
82009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
9
10        * tm26/task1.c: Use true/false instead of TRUE/FALSE for "bool"s.
11        * tm15/task1.c: Make time_set a "bool".
12        Eliminate TRUE/FALSE.
13
142009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * tmck/task1.c: Use PRIu32 to print uint32_t's.
17
182009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * tm05/task1.c, tm18/task1.c, tmoverhd/empty.c,
21        tmoverhd/system.h: Add missing prototypes.
22
232009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * configure.ac: Don't add -ansi -fasm to CFLAGS.
26
272009-10-14      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * tmck/task1.c: Ignore numbers that are too large but keep going -- do
30        not abort.
31
322009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * tmck/task1.c: Remove support for "unix".
35
362009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * tm08/task1.c: Convert calls to legacy routine rtems_clock_get(
39        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
40
412009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
44        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
45        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
46        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
47        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
48        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
49        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
50        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
51        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
52        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am:
53        tmoverhd/Makefile.am: Eliminate _exe_/.exe.
54
552009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * include/timesys.h: Array of task names should be of type rtems_name
58        not rtems_id.
59
602008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
63        tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
64        tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm16/task1.c,
65        tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c, tm21/task1.c,
66        tm23/task1.c, tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c,
67        tm28/task1.c, tm29/task1.c, tmoverhd/testtask.c: Run all tests
68        successfully with maxixum number of priorities as 16 instead of 256.
69        This was done by temporarily modifying the score priority.h maximum.
70        This allowed testing of all API code to ensure that it worked
71        properly with a reduced number of priorities. Most modifications were
72        to switch from hard-coded maximum to using the API provided methods
73        to determine maximum number of priority levels.
74
752008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * tm26/task1.c: Fix typo.
78
792008-10-28      Joel Sherrill <joel.sherrill@oarcorp.com>
80
81        * tm22/system.h, tm22/task1.c: Account for message buffers used.
82
832008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * include/timesys.h: Use inttypes.h.
86        * tmck/task1.c: Use uint32_t for count.
87
882008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * include/timesys.h: Rename STACK_CHECKER_ON to more appropriate
91        CONFIGURE_STACK_CHECKER_ENABLED.
92
932008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * tm09/system.h, tm09/task1.c: Account for message buffer memory.
96
972008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * tm01/Makefile.am, tm01/task1.c, tm02/Makefile.am, tm02/task1.c,
100        tm03/Makefile.am, tm03/task1.c, tm04/Makefile.am, tm04/task1.c,
101        tm05/Makefile.am, tm05/task1.c, tm06/Makefile.am, tm06/task1.c,
102        tm07/Makefile.am, tm07/task1.c, tm08/Makefile.am, tm08/task1.c,
103        tm09/Makefile.am, tm09/task1.c, tm10/Makefile.am, tm10/task1.c,
104        tm11/Makefile.am, tm11/task1.c, tm12/Makefile.am, tm12/task1.c,
105        tm13/Makefile.am, tm13/task1.c, tm14/Makefile.am, tm14/task1.c,
106        tm15/Makefile.am, tm15/task1.c, tm16/Makefile.am, tm16/task1.c,
107        tm17/Makefile.am, tm17/task1.c, tm18/Makefile.am, tm18/task1.c,
108        tm19/Makefile.am, tm19/task1.c, tm20/Makefile.am, tm20/task1.c,
109        tm21/Makefile.am, tm21/task1.c, tm22/Makefile.am, tm22/task1.c,
110        tm23/Makefile.am, tm23/task1.c, tm24/Makefile.am, tm24/task1.c,
111        tm25/Makefile.am, tm25/task1.c, tm26/Makefile.am, tm26/task1.c,
112        tm27/Makefile.am, tm27/task1.c, tm28/Makefile.am, tm28/task1.c,
113        tm29/Makefile.am, tm29/task1.c, tmck/Makefile.am, tmck/task1.c,
114        tmoverhd/Makefile.am, tmoverhd/testtask.c: Eliminate empty function
115        from every benchmark timer driver. Fix spelling.
116
1172008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
120        tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
121        tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
122        tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
123        tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
124        tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c,
125        tmoverhd/testtask.c: Rename timer driver methods to follow RTEMS
126        programming conventions.
127
1282008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * tm02/system.h, tm10/system.h: Make configurations more accurate.
131
1322008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
133
134        * tmoverhd/dumrtems.h: Refactored and renamed initialization routines
135        to rtems_initialize_data_structures, rtems_initialize_before_drivers,
136        rtems_initialize_device_drivers, and
137        rtems_initialize_start_multitasking. This opened the sequence up so
138        that bootcard() could provide a more robust and flexible framework
139        which is easier to explain and understand. This also lays the
140        groundwork for sharing the division of available memory between the
141        RTEMS workspace and heap and the C library initialization across all
142        BSPs.
143
1442008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
145
146        * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
147        tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
148        tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
149        tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
150        tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
151        tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c,
152        tmoverhd/testtask.c: Change TEST_INIT to CONFIGURE_INIT. Make
153        tmacros.h available to all POSIX tests. Add a clock_settime case for
154        < 1988.
155
1562007-12-05      Joel Sherrill <joel.sherrill@oarcorp.com>
157
158        * tmoverhd/testtask.c: Spacing and remove call to obsolete
159        rtems_initialize_executive().
160
1612007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
162
163        * tmoverhd/testtask.c: Move interrupt_stack_size field from CPU Table
164        to Configuration Table. Eliminate CPU Table from all ports. Delete
165        references to CPU Table in all forms.
166
1672007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
168
169        * tm05/Makefile.am, tm06/Makefile.am, tm07/Makefile.am,
170        tm08/Makefile.am, tm09/Makefile.am, tm10/Makefile.am,
171        tm11/Makefile.am, tm12/Makefile.am, tm13/Makefile.am,
172        tm14/Makefile.am, tm15/Makefile.am, tm16/Makefile.am,
173        tm17/Makefile.am, tm18/Makefile.am, tm19/Makefile.am,
174        tm20/Makefile.am, tm22/Makefile.am, tm23/Makefile.am,
175        tm24/Makefile.am, tm25/Makefile.am, tm26/Makefile.am,
176        tm27/Makefile.am, tm28/Makefile.am, tm29/Makefile.am,
177        tmck/Makefile.am, tmoverhd/Makefile.am: Add optional managers to
178        Makefiles. Clean up test cases so last output line follows END OF
179        pattern. Make sure test case all run. All tests appeared ok on sis.
180
1812007-02-06      Joel Sherrill <joel@OARcorp.com>
182
183        * tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c,
184        tm14/task1.c, tm22/task1.c: Address size_t/uint32_t typing issues in
185        message queue tests.
186
1872006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
188
189        * configure.ac: New BUG-REPORT address.
190
1912006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
192
193        * configure.ac: Require autoconf-2.60. Require automake-1.10.
194
1952006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
196
197        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
198        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
199        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
200        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
201        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
202        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
203        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
204        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
205        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
206        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
207        tmoverhd/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
208        instead.
209
2102005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
211
212        * configure.ac: Remove RTEMS_ENABLE_BARE,
213        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
214
2152005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
216
217        * tm01/Makefile.am, tm02/Makefile.am,
218        tm03/Makefile.am, tm04/Makefile.am,
219        tm05/Makefile.am, tm06/Makefile.am,
220        tm07/Makefile.am, tm08/Makefile.am,
221        tm09/Makefile.am, tm10/Makefile.am,
222        tm11/Makefile.am, tm12/Makefile.am,
223        tm13/Makefile.am, tm14/Makefile.am,
224        tm15/Makefile.am, tm16/Makefile.am,
225        tm17/Makefile.am, tm18/Makefile.am,
226        tm19/Makefile.am, tm20/Makefile.am,
227        tm21/Makefile.am, tm22/Makefile.am,
228        tm23/Makefile.am, tm24/Makefile.am,
229        tm25/Makefile.am, tm26/Makefile.am,
230        tm27/Makefile.am, tm28/Makefile.am,
231        tm29/Makefile.am, tmck/Makefile.am,
232        tmoverhd/Makefile.am: Convert to using *_PROGRAMS.
233
2342005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
235
236        * tm01/Makefile.am, tm02/Makefile.am,
237        tm03/Makefile.am, tm04/Makefile.am,
238        tm05/Makefile.am, tm06/Makefile.am,
239        tm07/Makefile.am, tm08/Makefile.am,
240        tm09/Makefile.am, tm10/Makefile.am,
241        tm11/Makefile.am, tm12/Makefile.am,
242        tm13/Makefile.am, tm14/Makefile.am,
243        tm15/Makefile.am, tm16/Makefile.am,
244        tm17/Makefile.am, tm18/Makefile.am,
245        tm19/Makefile.am, tm20/Makefile.am,
246        tm21/Makefile.am, tm22/Makefile.am,
247        tm23/Makefile.am, tm24/Makefile.am,
248        tm25/Makefile.am, tm26/Makefile.am,
249        tm27/Makefile.am, tm28/Makefile.am,
250        tm29/Makefile.am, tmck/Makefile.am,
251        tmoverhd/Makefile.am: Rework.
252
2532005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
254
255        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
256        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
257        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
258        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
259        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
260        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
261        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
262        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
263        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
264        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
265        tmoverhd/Makefile.am: Expand tmtests.am.
266        * tmtests.am: Remove.
267
2682005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
269
270        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
271        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
272        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
273        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
274        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
275        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
276        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
277        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
278        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
279        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
280        tmoverhd/Makefile.am: AM_CPPFLAGS += -I..../support/include.
281
2822005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
283
284        * tmtests.am: Set project_bspdir=$(PROJECT_ROOT)
285
2862005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
287
288        * Makefile.am: Remove noinst_HEADERS.
289        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
290        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
291        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
292        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
293        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
294        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
295        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
296        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
297        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
298        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
299        tmoverhd/Makefile.am: Add ../include/systime.h.
300
3012005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
302
303        * tmtests.am: Remove LIB_VARIANT.
304
3052005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
306
307        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
308        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
309        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
310        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
311        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
312        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
313        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
314        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
315        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
316        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
317        tmoverhd/Makefile.am: Remove SRC, PRINT_SRC.
318
3192005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
320
321        * Makefile.am: Cleanup.
322
3232005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
324
325        * tmtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
326        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
327        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
328        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
329        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
330        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
331        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
332        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
333        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
334        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
335        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
336        tmoverhd/Makefile.am:
337        Partial conversion to automake.
338
3392004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
340
341        * configure.ac: Require automake > 1.9.
342
3432004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
344
345        PR 610/bsps
346        * tm27/task1.c: Use _RTEMS_RMTEST27 instead of RTEMS_TM27.
347        Unconditionally include <tm27.h>.
348
3492004-04-21      Joel Sherrill <joel@OARcorp.com>
350
351        PR 611/bsps
352        * tm27/task1.c: Follow conventions for tm27 and do not add another
353        macro definition.
354
3552004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
356
357        * tm01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
358        * tm02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
359        * tm03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
360        * tm04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
361        * tm05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
362        * tm06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
363        * tm07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
364        * tm08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
365        * tm09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
366        * tm10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
367        * tm11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
368        * tm12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
369        * tm13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
370        * tm14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
371        * tm15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
372        * tm16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
373        * tm17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
374        * tm18/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
375        * tm19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
376        * tm20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
377        * tm21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
378        * tm22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
379        * tm23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
380        * tm24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
381        * tm25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
382        * tm26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
383        * tm27/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
384        * tm28/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
385        * tm29/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
386        * tmck/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
387        * tmoverhd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
388
3892004-03-30      David Querbach <querbach@realtime.bc.ca>
390
391        PR 597/tests
392        * tm02/system.h, tm03/system.h, tm04/system.h, tm05/system.h,
393        tm06/system.h, tm07/system.h, tm08/system.h, tm10/system.h,
394        tm11/system.h, tm12/system.h, tm13/system.h, tm14/system.h,
395        tm15/system.h, tm16/system.h, tm17/system.h, tm18/system.h,
396        tm19/system.h, tm21/system.h, tm22/system.h, tm23/system.h,
397        tm24/system.h, tm25/system.h, tm26/system.h, tm27/system.h,
398        tm27/task1.c, tm29/system.h: The actual workspace needed by the
399        tmtests depends on OPERATION_COUNT, but the definitions of
400        CONFIGURE_MAXIMIM_xxx in the their system.h files do not reflect
401        this. This results in unnecessary memory exhaustion on small-memory
402        systems such as the SS555.
403
4042004-03-28      Ralf Corsepius <ralf.corsepius@rtems.org>
405
406        * include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c,
407        tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c,
408        tm08/task1.c, tm09/task1.c, tm10/task1.c, tm11/task1.c,
409        tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
410        tm16/task1.c, tm17/task1.c, tm18/task1.c, tm20/task1.c,
411        tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c,
412        tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c,
413        tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Convert to using
414        c99 fixed size types.
415
4162004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * configure.ac: Add 2nd arg to RTEMS_TOP.
419
4202004-02-26      Joel Sherrill <joel@OARcorp.com>
421
422        PR 583/tests
423        * tm26/task1.c, tm27/task1.c: Correctly reset
424        _Thread_Dispatch_disable_level so printing is safe.
425
4262004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * tm01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
429        Add PRE/TMPINSTALL_FILES to CLEANFILES.
430        * tm02/Makefile.am: Ditto.
431        * tm03/Makefile.am: Ditto.
432        * tm04/Makefile.am: Ditto.
433        * tm05/Makefile.am: Ditto.
434        * tm06/Makefile.am: Ditto.
435        * tm07/Makefile.am: Ditto.
436        * tm08/Makefile.am: Ditto.
437        * tm09/Makefile.am: Ditto.
438        * tm10/Makefile.am: Ditto.
439        * tm11/Makefile.am: Ditto.
440        * tm12/Makefile.am: Ditto.
441        * tm13/Makefile.am: Ditto.
442        * tm14/Makefile.am: Ditto.
443        * tm15/Makefile.am: Ditto.
444        * tm16/Makefile.am: Ditto.
445        * tm17/Makefile.am: Ditto.
446        * tm18/Makefile.am: Ditto.
447        * tm19/Makefile.am: Ditto.
448        * tm20/Makefile.am: Ditto.
449        * tm21/Makefile.am: Ditto.
450        * tm22/Makefile.am: Ditto.
451        * tm23/Makefile.am: Ditto.
452        * tm24/Makefile.am: Ditto.
453        * tm25/Makefile.am: Ditto.
454        * tm26/Makefile.am: Ditto.
455        * tm27/Makefile.am: Ditto.
456        * tm28/Makefile.am: Ditto.
457        * tm29/Makefile.am: Ditto.
458        * tmck/Makefile.am: Ditto.
459        * tmoverhd/Makefile.am: Ditto.
460
4612003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * tmtests.am: Add dirstamp support.
464
4652003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * tmtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
468
4692003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
472
4732003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * include/Makefile.am: Reformat.
476        * tm01/Makefile.am: Remove all-local: $(ARCH).
477        * tm02/Makefile.am: Remove all-local: $(ARCH).
478        * tm03/Makefile.am: Remove all-local: $(ARCH).
479        * tm04/Makefile.am: Remove all-local: $(ARCH).
480        * tm05/Makefile.am: Remove all-local: $(ARCH).
481        * tm06/Makefile.am: Remove all-local: $(ARCH).
482        * tm07/Makefile.am: Remove all-local: $(ARCH).
483        * tm08/Makefile.am: Remove all-local: $(ARCH).
484        * tm09/Makefile.am: Remove all-local: $(ARCH).
485        * tm10/Makefile.am: Remove all-local: $(ARCH).
486        * tm11/Makefile.am: Remove all-local: $(ARCH).
487        * tm12/Makefile.am: Remove all-local: $(ARCH).
488        * tm13/Makefile.am: Remove all-local: $(ARCH).
489        * tm14/Makefile.am: Remove all-local: $(ARCH).
490        * tm15/Makefile.am: Remove all-local: $(ARCH).
491        * tm16/Makefile.am: Remove all-local: $(ARCH).
492        * tm17/Makefile.am: Remove all-local: $(ARCH).
493        * tm18/Makefile.am: Remove all-local: $(ARCH).
494        * tm19/Makefile.am: Remove all-local: $(ARCH).
495        * tm20/Makefile.am: Remove all-local: $(ARCH).
496        * tm21/Makefile.am: Remove all-local: $(ARCH).
497        * tm22/Makefile.am: Remove all-local: $(ARCH).
498        * tm23/Makefile.am: Remove all-local: $(ARCH).
499        * tm24/Makefile.am: Remove all-local: $(ARCH).
500        * tm25/Makefile.am: Remove all-local: $(ARCH).
501        * tm26/Makefile.am: Remove all-local: $(ARCH).
502        * tm27/Makefile.am: Remove all-local: $(ARCH).
503        * tm28/Makefile.am: Remove all-local: $(ARCH).
504        * tm29/Makefile.am: Remove all-local: $(ARCH).
505        * tmck/Makefile.am: Remove all-local: $(ARCH).
506        * tmoverhd/Makefile.am: Remove all-local: $(ARCH).
507
5082003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * configure.ac: Reflect having moved to testsuites/.
511
5122003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * configure.ac: Remove RTEMS_CANONICAL_HOST.
515
5162003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * configure.ac:Remove RTEMS_CHECK_CPU.
519
5202003-09-04      Joel Sherrill <joel@OARcorp.com>
521
522        * include/timesys.h, tm01/system.h, tm01/task1.c, tm01/tm01.doc,
523        tm02/system.h, tm02/task1.c, tm02/tm02.doc, tm03/system.h,
524        tm03/task1.c, tm03/tm03.doc, tm04/system.h, tm04/task1.c,
525        tm04/tm04.doc, tm05/system.h, tm05/task1.c, tm05/tm05.doc,
526        tm06/system.h, tm06/task1.c, tm06/tm06.doc, tm07/system.h,
527        tm07/task1.c, tm07/tm07.doc, tm08/system.h, tm08/task1.c,
528        tm08/tm08.doc, tm09/system.h, tm09/task1.c, tm09/tm09.doc,
529        tm10/system.h, tm10/task1.c, tm10/tm10.doc, tm11/system.h,
530        tm11/task1.c, tm11/tm11.doc, tm12/system.h, tm12/task1.c,
531        tm12/tm12.doc, tm13/system.h, tm13/task1.c, tm13/tm13.doc,
532        tm14/system.h, tm14/task1.c, tm14/tm14.doc, tm15/system.h,
533        tm15/task1.c, tm15/tm15.doc, tm16/system.h, tm16/task1.c,
534        tm16/tm16.doc, tm17/system.h, tm17/task1.c, tm17/tm17.doc,
535        tm18/system.h, tm18/task1.c, tm18/tm18.doc, tm19/system.h,
536        tm19/task1.c, tm19/tm19.doc, tm20/system.h, tm20/task1.c,
537        tm20/tm20.doc, tm21/system.h, tm21/task1.c, tm21/tm21.doc,
538        tm22/system.h, tm22/task1.c, tm22/tm22.doc, tm23/system.h,
539        tm23/task1.c, tm23/tm23.doc, tm24/system.h, tm24/task1.c,
540        tm24/tm24.doc, tm25/system.h, tm25/task1.c, tm25/tm25.doc,
541        tm26/fptest.h, tm26/system.h, tm26/task1.c, tm26/tm26.doc,
542        tm27/system.h, tm27/task1.c, tm27/tm27.doc, tm28/system.h,
543        tm28/task1.c, tm28/tm28.doc, tm29/system.h, tm29/task1.c,
544        tm29/tm29.doc, tmck/system.h, tmck/task1.c, tmck/tmck.doc,
545        tmoverhd/dumrtems.h, tmoverhd/empty.c, tmoverhd/system.h,
546        tmoverhd/testtask.c, tmoverhd/tmoverhd.doc: URL for license changed.
547
5482003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * Makefile.am: Reflect having moved aclocal/.
551
5522003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * Makefile.am: Reflect having moved automake/.
555        * include/Makefile.am: Reflect having moved automake/.
556        * tm01/Makefile.am: Reflect having moved automake/.
557        * tm02/Makefile.am: Reflect having moved automake/.
558        * tm03/Makefile.am: Reflect having moved automake/.
559        * tm04/Makefile.am: Reflect having moved automake/.
560        * tm05/Makefile.am: Reflect having moved automake/.
561        * tm06/Makefile.am: Reflect having moved automake/.
562        * tm07/Makefile.am: Reflect having moved automake/.
563        * tm08/Makefile.am: Reflect having moved automake/.
564        * tm09/Makefile.am: Reflect having moved automake/.
565        * tm10/Makefile.am: Reflect having moved automake/.
566        * tm11/Makefile.am: Reflect having moved automake/.
567        * tm12/Makefile.am: Reflect having moved automake/.
568        * tm13/Makefile.am: Reflect having moved automake/.
569        * tm14/Makefile.am: Reflect having moved automake/.
570        * tm15/Makefile.am: Reflect having moved automake/.
571        * tm16/Makefile.am: Reflect having moved automake/.
572        * tm17/Makefile.am: Reflect having moved automake/.
573        * tm18/Makefile.am: Reflect having moved automake/.
574        * tm19/Makefile.am: Reflect having moved automake/.
575        * tm20/Makefile.am: Reflect having moved automake/.
576        * tm21/Makefile.am: Reflect having moved automake/.
577        * tm22/Makefile.am: Reflect having moved automake/.
578        * tm23/Makefile.am: Reflect having moved automake/.
579        * tm24/Makefile.am: Reflect having moved automake/.
580        * tm25/Makefile.am: Reflect having moved automake/.
581        * tm26/Makefile.am: Reflect having moved automake/.
582        * tm27/Makefile.am: Reflect having moved automake/.
583        * tm28/Makefile.am: Reflect having moved automake/.
584        * tm29/Makefile.am: Reflect having moved automake/.
585        * tmck/Makefile.am: Reflect having moved automake/.
586        * tmoverhd/Makefile.am: Reflect having moved automake/.
587
5882003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
591
5922003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
595        CC_CFLAGS_DEFAULT (obsolete).
596
5972003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
600        Remove CC_LDFLAGS_PROFILE_V.
601
6022003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * configure.ac: Remove AC_CONFIG_AUX_DIR.
605
6062003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
609
6102003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * configure.ac: AC_PREREQ(2.57).
613
6142002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * .cvsignore: Reformat.
617        Add autom4te*cache.
618        Remove autom4te.cache.
619
6202002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
621
622        * tm01/Makefile.am: Use $(OBJEXT) instead of .o.
623        * tm02/Makefile.am: Use $(OBJEXT) instead of .o.
624        * tm03/Makefile.am: Use $(OBJEXT) instead of .o.
625        * tm04/Makefile.am: Use $(OBJEXT) instead of .o.
626        * tm05/Makefile.am: Use $(OBJEXT) instead of .o.
627        * tm06/Makefile.am: Use $(OBJEXT) instead of .o.
628        * tm07/Makefile.am: Use $(OBJEXT) instead of .o.
629        * tm08/Makefile.am: Use $(OBJEXT) instead of .o.
630        * tm09/Makefile.am: Use $(OBJEXT) instead of .o.
631        * tm10/Makefile.am: Use $(OBJEXT) instead of .o.
632        * tm11/Makefile.am: Use $(OBJEXT) instead of .o.
633        * tm12/Makefile.am: Use $(OBJEXT) instead of .o.
634        * tm13/Makefile.am: Use $(OBJEXT) instead of .o.
635        * tm14/Makefile.am: Use $(OBJEXT) instead of .o.
636        * tm15/Makefile.am: Use $(OBJEXT) instead of .o.
637        * tm16/Makefile.am: Use $(OBJEXT) instead of .o.
638        * tm17/Makefile.am: Use $(OBJEXT) instead of .o.
639        * tm18/Makefile.am: Use $(OBJEXT) instead of .o.
640        * tm19/Makefile.am: Use $(OBJEXT) instead of .o.
641        * tm20/Makefile.am: Use $(OBJEXT) instead of .o.
642        * tm21/Makefile.am: Use $(OBJEXT) instead of .o.
643        * tm22/Makefile.am: Use $(OBJEXT) instead of .o.
644        * tm23/Makefile.am: Use $(OBJEXT) instead of .o.
645        * tm24/Makefile.am: Use $(OBJEXT) instead of .o.
646        * tm25/Makefile.am: Use $(OBJEXT) instead of .o.
647        * tm26/Makefile.am: Use $(OBJEXT) instead of .o.
648        * tm27/Makefile.am: Use $(OBJEXT) instead of .o.
649        * tm28/Makefile.am: Use $(OBJEXT) instead of .o.
650        * tm29/Makefile.am: Use $(OBJEXT) instead of .o.
651        * tmck/Makefile.am: Use $(OBJEXT) instead of .o.
652        * tmoverhd/Makefile.am: Use $(OBJEXT) instead of .o.
653
6542002-08-01      Joel Sherrill <joel@OARcorp.com>
655
656        * Per PR47 add support for buffered test output.  This involved
657        adding defines to redirect output to a buffer and dump it when
658        full, at "test pause", and at exit.  To avoid problems when redefining
659        exit(), all tests were modified to call rtems_test_exit().
660        Some tests, notable psxtests, had to be modified to include
661        the standard test macro .h file (pmacros.h or tmacros.h) to
662        enable this support.
663        * include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c,
664        tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c, tm08/task1.c,
665        tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c,
666        tm14/task1.c, tm15/task1.c, tm16/task1.c, tm17/task1.c, tm18/task1.c,
667        tm19/task1.c, tm20/task1.c, tm21/task1.c, tm22/task1.c, tm23/task1.c,
668        tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c,
669        tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Modified.
6702002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * configure.ac: Remove ENABLE_GCC28.
673
6742002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
675
676        * configure.ac:
677        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
678        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
679        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
680        * Makefile.am: Remove AUTOMAKE_OPTIONS.
681        * tm01/Makefile.am: Remove AUTOMAKE_OPTIONS.
682        * tm02/Makefile.am: Remove AUTOMAKE_OPTIONS.
683        * tm03/Makefile.am: Remove AUTOMAKE_OPTIONS.
684        * tm04/Makefile.am: Remove AUTOMAKE_OPTIONS.
685        * tm05/Makefile.am: Remove AUTOMAKE_OPTIONS.
686        * tm06/Makefile.am: Remove AUTOMAKE_OPTIONS.
687        * tm07/Makefile.am: Remove AUTOMAKE_OPTIONS.
688        * tm08/Makefile.am: Remove AUTOMAKE_OPTIONS.
689        * tm09/Makefile.am: Remove AUTOMAKE_OPTIONS.
690        * tm10/Makefile.am: Remove AUTOMAKE_OPTIONS.
691        * tm11/Makefile.am: Remove AUTOMAKE_OPTIONS.
692        * tm12/Makefile.am: Remove AUTOMAKE_OPTIONS.
693        * tm13/Makefile.am: Remove AUTOMAKE_OPTIONS.
694        * tm14/Makefile.am: Remove AUTOMAKE_OPTIONS.
695        * tm15/Makefile.am: Remove AUTOMAKE_OPTIONS.
696        * tm16/Makefile.am: Remove AUTOMAKE_OPTIONS.
697        * tm17/Makefile.am: Remove AUTOMAKE_OPTIONS.
698        * tm18/Makefile.am: Remove AUTOMAKE_OPTIONS.
699        * tm19/Makefile.am: Remove AUTOMAKE_OPTIONS.
700        * tm20/Makefile.am: Remove AUTOMAKE_OPTIONS.
701        * tm21/Makefile.am: Remove AUTOMAKE_OPTIONS.
702        * tm22/Makefile.am: Remove AUTOMAKE_OPTIONS.
703        * tm23/Makefile.am: Remove AUTOMAKE_OPTIONS.
704        * tm24/Makefile.am: Remove AUTOMAKE_OPTIONS.
705        * tm25/Makefile.am: Remove AUTOMAKE_OPTIONS.
706        * tm26/Makefile.am: Remove AUTOMAKE_OPTIONS.
707        * tm27/Makefile.am: Remove AUTOMAKE_OPTIONS.
708        * tm28/Makefile.am: Remove AUTOMAKE_OPTIONS.
709        * tm29/Makefile.am: Remove AUTOMAKE_OPTIONS.
710        * tmck/Makefile.am: Remove AUTOMAKE_OPTIONS.
711        * tmoverhd/Makefile.am: Remove AUTOMAKE_OPTIONS.
712
7132001-11-08      Jiri Gaisler <jiri@gaisler.com>
714
715        This fix is response to test results reported by Jerry Needell
716        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
717        * tm27/task1.c: Account for overhead in starting and stopping
718        the timer.
719
7202001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
721
722        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
723        * configure.in: Remove.
724        * configure.ac: New file, generated from configure.in by autoupdate.
725
7262001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
727
728        * tmtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
729
7302001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
731
732        * tm27/Makefile.am: include leaf.am instead of leaf.cfg.
733        * tm26/Makefile.am: include leaf.am instead of leaf.cfg.
734        * tm24/Makefile.am: include leaf.am instead of leaf.cfg.
735        * tm16/Makefile.am: include leaf.am instead of leaf.cfg.
736        * tm18/Makefile.am: include leaf.am instead of leaf.cfg.
737        * tm02/Makefile.am: include leaf.am instead of leaf.cfg.
738        * tm10/Makefile.am: include leaf.am instead of leaf.cfg.
739        * tm11/Makefile.am: include leaf.am instead of leaf.cfg.
740        * tm15/Makefile.am: include leaf.am instead of leaf.cfg.
741        * tm19/Makefile.am: include leaf.am instead of leaf.cfg.
742        * tm04/Makefile.am: include leaf.am instead of leaf.cfg.
743        * tm17/Makefile.am: include leaf.am instead of leaf.cfg.
744        * tm28/Makefile.am: include leaf.am instead of leaf.cfg.
745        * tmck/Makefile.am: include leaf.am instead of leaf.cfg.
746        * tm08/Makefile.am: include leaf.am instead of leaf.cfg.
747        * tm12/Makefile.am: include leaf.am instead of leaf.cfg.
748        * tm03/Makefile.am: include leaf.am instead of leaf.cfg.
749        * tm13/Makefile.am: include leaf.am instead of leaf.cfg.
750        * tm29/Makefile.am: include leaf.am instead of leaf.cfg.
751        * tmoverhd/Makefile.am: include leaf.am instead of leaf.cfg.
752        * tm20/Makefile.am: include leaf.am instead of leaf.cfg.
753        * tm09/Makefile.am: include leaf.am instead of leaf.cfg.
754        * tm01/Makefile.am: include leaf.am instead of leaf.cfg.
755        * tm21/Makefile.am: include leaf.am instead of leaf.cfg.
756        * tm07/Makefile.am: include leaf.am instead of leaf.cfg.
757        * tm25/Makefile.am: include leaf.am instead of leaf.cfg.
758        * tm22/Makefile.am: include leaf.am instead of leaf.cfg.
759        * tm06/Makefile.am: include leaf.am instead of leaf.cfg.
760        * tm05/Makefile.am: include leaf.am instead of leaf.cfg.
761        * tm14/Makefile.am: include leaf.am instead of leaf.cfg.
762        * tm23/Makefile.am: include leaf.am instead of leaf.cfg.
763
7642001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
765
766        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
767
7682001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
769
770        * tm20/Makefile.am: Remove stubdir.rel
771
7722000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
773
774        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
775
7762000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
777
778        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
779
7802000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
781
782        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
783        Switch to GNU canonicalization.
784        * tmtests.am: Remove DEFS.
785
7862000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
787
788        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
789        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
790        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
791        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
792        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
793        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
794        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
795        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
796        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
797        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
798        tmoverhd/Makefile.am: Include compile.am
799
8002000-08-10      Joel Sherrill <joel@OARcorp.com>
801
802        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.