source: rtems/testsuites/tmtests/ChangeLog @ 8622022

4.104.115
Last change on this file since 8622022 was 8622022, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/01/09 at 04:10:32

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

  • tm26/task1.c: Use true/false instead of TRUE/FALSE for "bool"s.
  • Property mode set to 100644
File size: 32.5 KB
Line 
12009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * tm26/task1.c: Use true/false instead of TRUE/FALSE for "bool"s.
4        * tm15/task1.c: Make time_set a "bool".
5        Eliminate TRUE/FALSE.
6
72009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * tmck/task1.c: Use PRIu32 to print uint32_t's.
10
112009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * tm05/task1.c, tm18/task1.c, tmoverhd/empty.c,
14        tmoverhd/system.h: Add missing prototypes.
15
162009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * configure.ac: Don't add -ansi -fasm to CFLAGS.
19
202009-10-14      Joel Sherrill <joel.sherrill@OARcorp.com>
21
22        * tmck/task1.c: Ignore numbers that are too large but keep going -- do
23        not abort.
24
252009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * tmck/task1.c: Remove support for "unix".
28
292009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * tm08/task1.c: Convert calls to legacy routine rtems_clock_get(
32        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
33
342009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
37        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
38        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
39        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
40        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
41        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
42        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
43        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
44        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
45        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am:
46        tmoverhd/Makefile.am: Eliminate _exe_/.exe.
47
482009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * include/timesys.h: Array of task names should be of type rtems_name
51        not rtems_id.
52
532008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
56        tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
57        tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm16/task1.c,
58        tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c, tm21/task1.c,
59        tm23/task1.c, tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c,
60        tm28/task1.c, tm29/task1.c, tmoverhd/testtask.c: Run all tests
61        successfully with maxixum number of priorities as 16 instead of 256.
62        This was done by temporarily modifying the score priority.h maximum.
63        This allowed testing of all API code to ensure that it worked
64        properly with a reduced number of priorities. Most modifications were
65        to switch from hard-coded maximum to using the API provided methods
66        to determine maximum number of priority levels.
67
682008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * tm26/task1.c: Fix typo.
71
722008-10-28      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * tm22/system.h, tm22/task1.c: Account for message buffers used.
75
762008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        * include/timesys.h: Use inttypes.h.
79        * tmck/task1.c: Use uint32_t for count.
80
812008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * include/timesys.h: Rename STACK_CHECKER_ON to more appropriate
84        CONFIGURE_STACK_CHECKER_ENABLED.
85
862008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * tm09/system.h, tm09/task1.c: Account for message buffer memory.
89
902008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * tm01/Makefile.am, tm01/task1.c, tm02/Makefile.am, tm02/task1.c,
93        tm03/Makefile.am, tm03/task1.c, tm04/Makefile.am, tm04/task1.c,
94        tm05/Makefile.am, tm05/task1.c, tm06/Makefile.am, tm06/task1.c,
95        tm07/Makefile.am, tm07/task1.c, tm08/Makefile.am, tm08/task1.c,
96        tm09/Makefile.am, tm09/task1.c, tm10/Makefile.am, tm10/task1.c,
97        tm11/Makefile.am, tm11/task1.c, tm12/Makefile.am, tm12/task1.c,
98        tm13/Makefile.am, tm13/task1.c, tm14/Makefile.am, tm14/task1.c,
99        tm15/Makefile.am, tm15/task1.c, tm16/Makefile.am, tm16/task1.c,
100        tm17/Makefile.am, tm17/task1.c, tm18/Makefile.am, tm18/task1.c,
101        tm19/Makefile.am, tm19/task1.c, tm20/Makefile.am, tm20/task1.c,
102        tm21/Makefile.am, tm21/task1.c, tm22/Makefile.am, tm22/task1.c,
103        tm23/Makefile.am, tm23/task1.c, tm24/Makefile.am, tm24/task1.c,
104        tm25/Makefile.am, tm25/task1.c, tm26/Makefile.am, tm26/task1.c,
105        tm27/Makefile.am, tm27/task1.c, tm28/Makefile.am, tm28/task1.c,
106        tm29/Makefile.am, tm29/task1.c, tmck/Makefile.am, tmck/task1.c,
107        tmoverhd/Makefile.am, tmoverhd/testtask.c: Eliminate empty function
108        from every benchmark timer driver. Fix spelling.
109
1102008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
113        tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
114        tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
115        tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
116        tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
117        tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c,
118        tmoverhd/testtask.c: Rename timer driver methods to follow RTEMS
119        programming conventions.
120
1212008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
122
123        * tm02/system.h, tm10/system.h: Make configurations more accurate.
124
1252008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * tmoverhd/dumrtems.h: Refactored and renamed initialization routines
128        to rtems_initialize_data_structures, rtems_initialize_before_drivers,
129        rtems_initialize_device_drivers, and
130        rtems_initialize_start_multitasking. This opened the sequence up so
131        that bootcard() could provide a more robust and flexible framework
132        which is easier to explain and understand. This also lays the
133        groundwork for sharing the division of available memory between the
134        RTEMS workspace and heap and the C library initialization across all
135        BSPs.
136
1372008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
138
139        * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
140        tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
141        tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
142        tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
143        tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
144        tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c,
145        tmoverhd/testtask.c: Change TEST_INIT to CONFIGURE_INIT. Make
146        tmacros.h available to all POSIX tests. Add a clock_settime case for
147        < 1988.
148
1492007-12-05      Joel Sherrill <joel.sherrill@oarcorp.com>
150
151        * tmoverhd/testtask.c: Spacing and remove call to obsolete
152        rtems_initialize_executive().
153
1542007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
155
156        * tmoverhd/testtask.c: Move interrupt_stack_size field from CPU Table
157        to Configuration Table. Eliminate CPU Table from all ports. Delete
158        references to CPU Table in all forms.
159
1602007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
161
162        * tm05/Makefile.am, tm06/Makefile.am, tm07/Makefile.am,
163        tm08/Makefile.am, tm09/Makefile.am, tm10/Makefile.am,
164        tm11/Makefile.am, tm12/Makefile.am, tm13/Makefile.am,
165        tm14/Makefile.am, tm15/Makefile.am, tm16/Makefile.am,
166        tm17/Makefile.am, tm18/Makefile.am, tm19/Makefile.am,
167        tm20/Makefile.am, tm22/Makefile.am, tm23/Makefile.am,
168        tm24/Makefile.am, tm25/Makefile.am, tm26/Makefile.am,
169        tm27/Makefile.am, tm28/Makefile.am, tm29/Makefile.am,
170        tmck/Makefile.am, tmoverhd/Makefile.am: Add optional managers to
171        Makefiles. Clean up test cases so last output line follows END OF
172        pattern. Make sure test case all run. All tests appeared ok on sis.
173
1742007-02-06      Joel Sherrill <joel@OARcorp.com>
175
176        * tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c,
177        tm14/task1.c, tm22/task1.c: Address size_t/uint32_t typing issues in
178        message queue tests.
179
1802006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
181
182        * configure.ac: New BUG-REPORT address.
183
1842006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
185
186        * configure.ac: Require autoconf-2.60. Require automake-1.10.
187
1882006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
189
190        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
191        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
192        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
193        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
194        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
195        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
196        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
197        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
198        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
199        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
200        tmoverhd/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
201        instead.
202
2032005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
204
205        * configure.ac: Remove RTEMS_ENABLE_BARE,
206        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
207
2082005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
209
210        * tm01/Makefile.am, tm02/Makefile.am,
211        tm03/Makefile.am, tm04/Makefile.am,
212        tm05/Makefile.am, tm06/Makefile.am,
213        tm07/Makefile.am, tm08/Makefile.am,
214        tm09/Makefile.am, tm10/Makefile.am,
215        tm11/Makefile.am, tm12/Makefile.am,
216        tm13/Makefile.am, tm14/Makefile.am,
217        tm15/Makefile.am, tm16/Makefile.am,
218        tm17/Makefile.am, tm18/Makefile.am,
219        tm19/Makefile.am, tm20/Makefile.am,
220        tm21/Makefile.am, tm22/Makefile.am,
221        tm23/Makefile.am, tm24/Makefile.am,
222        tm25/Makefile.am, tm26/Makefile.am,
223        tm27/Makefile.am, tm28/Makefile.am,
224        tm29/Makefile.am, tmck/Makefile.am,
225        tmoverhd/Makefile.am: Convert to using *_PROGRAMS.
226
2272005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
228
229        * tm01/Makefile.am, tm02/Makefile.am,
230        tm03/Makefile.am, tm04/Makefile.am,
231        tm05/Makefile.am, tm06/Makefile.am,
232        tm07/Makefile.am, tm08/Makefile.am,
233        tm09/Makefile.am, tm10/Makefile.am,
234        tm11/Makefile.am, tm12/Makefile.am,
235        tm13/Makefile.am, tm14/Makefile.am,
236        tm15/Makefile.am, tm16/Makefile.am,
237        tm17/Makefile.am, tm18/Makefile.am,
238        tm19/Makefile.am, tm20/Makefile.am,
239        tm21/Makefile.am, tm22/Makefile.am,
240        tm23/Makefile.am, tm24/Makefile.am,
241        tm25/Makefile.am, tm26/Makefile.am,
242        tm27/Makefile.am, tm28/Makefile.am,
243        tm29/Makefile.am, tmck/Makefile.am,
244        tmoverhd/Makefile.am: Rework.
245
2462005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
247
248        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
249        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
250        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
251        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
252        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
253        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
254        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
255        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
256        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
257        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
258        tmoverhd/Makefile.am: Expand tmtests.am.
259        * tmtests.am: Remove.
260
2612005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
262
263        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
264        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
265        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
266        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
267        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
268        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
269        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
270        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
271        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
272        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
273        tmoverhd/Makefile.am: AM_CPPFLAGS += -I..../support/include.
274
2752005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
276
277        * tmtests.am: Set project_bspdir=$(PROJECT_ROOT)
278
2792005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
280
281        * Makefile.am: Remove noinst_HEADERS.
282        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
283        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
284        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
285        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
286        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
287        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
288        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
289        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
290        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
291        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
292        tmoverhd/Makefile.am: Add ../include/systime.h.
293
2942005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
295
296        * tmtests.am: Remove LIB_VARIANT.
297
2982005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
299
300        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
301        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
302        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
303        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
304        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
305        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
306        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
307        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
308        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
309        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
310        tmoverhd/Makefile.am: Remove SRC, PRINT_SRC.
311
3122005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
313
314        * Makefile.am: Cleanup.
315
3162005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
317
318        * tmtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
319        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
320        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
321        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
322        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
323        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
324        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
325        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
326        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
327        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
328        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
329        tmoverhd/Makefile.am:
330        Partial conversion to automake.
331
3322004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
333
334        * configure.ac: Require automake > 1.9.
335
3362004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
337
338        PR 610/bsps
339        * tm27/task1.c: Use _RTEMS_RMTEST27 instead of RTEMS_TM27.
340        Unconditionally include <tm27.h>.
341
3422004-04-21      Joel Sherrill <joel@OARcorp.com>
343
344        PR 611/bsps
345        * tm27/task1.c: Follow conventions for tm27 and do not add another
346        macro definition.
347
3482004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
349
350        * tm01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
351        * tm02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
352        * tm03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
353        * tm04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
354        * tm05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
355        * tm06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
356        * tm07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
357        * tm08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
358        * tm09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
359        * tm10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
360        * tm11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
361        * tm12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
362        * tm13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
363        * tm14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
364        * tm15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
365        * tm16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
366        * tm17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
367        * tm18/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
368        * tm19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
369        * tm20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
370        * tm21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
371        * tm22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
372        * tm23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
373        * tm24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
374        * tm25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
375        * tm26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
376        * tm27/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
377        * tm28/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
378        * tm29/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
379        * tmck/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
380        * tmoverhd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
381
3822004-03-30      David Querbach <querbach@realtime.bc.ca>
383
384        PR 597/tests
385        * tm02/system.h, tm03/system.h, tm04/system.h, tm05/system.h,
386        tm06/system.h, tm07/system.h, tm08/system.h, tm10/system.h,
387        tm11/system.h, tm12/system.h, tm13/system.h, tm14/system.h,
388        tm15/system.h, tm16/system.h, tm17/system.h, tm18/system.h,
389        tm19/system.h, tm21/system.h, tm22/system.h, tm23/system.h,
390        tm24/system.h, tm25/system.h, tm26/system.h, tm27/system.h,
391        tm27/task1.c, tm29/system.h: The actual workspace needed by the
392        tmtests depends on OPERATION_COUNT, but the definitions of
393        CONFIGURE_MAXIMIM_xxx in the their system.h files do not reflect
394        this. This results in unnecessary memory exhaustion on small-memory
395        systems such as the SS555.
396
3972004-03-28      Ralf Corsepius <ralf.corsepius@rtems.org>
398
399        * include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c,
400        tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c,
401        tm08/task1.c, tm09/task1.c, tm10/task1.c, tm11/task1.c,
402        tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
403        tm16/task1.c, tm17/task1.c, tm18/task1.c, tm20/task1.c,
404        tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c,
405        tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c,
406        tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Convert to using
407        c99 fixed size types.
408
4092004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * configure.ac: Add 2nd arg to RTEMS_TOP.
412
4132004-02-26      Joel Sherrill <joel@OARcorp.com>
414
415        PR 583/tests
416        * tm26/task1.c, tm27/task1.c: Correctly reset
417        _Thread_Dispatch_disable_level so printing is safe.
418
4192004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * tm01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
422        Add PRE/TMPINSTALL_FILES to CLEANFILES.
423        * tm02/Makefile.am: Ditto.
424        * tm03/Makefile.am: Ditto.
425        * tm04/Makefile.am: Ditto.
426        * tm05/Makefile.am: Ditto.
427        * tm06/Makefile.am: Ditto.
428        * tm07/Makefile.am: Ditto.
429        * tm08/Makefile.am: Ditto.
430        * tm09/Makefile.am: Ditto.
431        * tm10/Makefile.am: Ditto.
432        * tm11/Makefile.am: Ditto.
433        * tm12/Makefile.am: Ditto.
434        * tm13/Makefile.am: Ditto.
435        * tm14/Makefile.am: Ditto.
436        * tm15/Makefile.am: Ditto.
437        * tm16/Makefile.am: Ditto.
438        * tm17/Makefile.am: Ditto.
439        * tm18/Makefile.am: Ditto.
440        * tm19/Makefile.am: Ditto.
441        * tm20/Makefile.am: Ditto.
442        * tm21/Makefile.am: Ditto.
443        * tm22/Makefile.am: Ditto.
444        * tm23/Makefile.am: Ditto.
445        * tm24/Makefile.am: Ditto.
446        * tm25/Makefile.am: Ditto.
447        * tm26/Makefile.am: Ditto.
448        * tm27/Makefile.am: Ditto.
449        * tm28/Makefile.am: Ditto.
450        * tm29/Makefile.am: Ditto.
451        * tmck/Makefile.am: Ditto.
452        * tmoverhd/Makefile.am: Ditto.
453
4542003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * tmtests.am: Add dirstamp support.
457
4582003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * tmtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
461
4622003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
465
4662003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * include/Makefile.am: Reformat.
469        * tm01/Makefile.am: Remove all-local: $(ARCH).
470        * tm02/Makefile.am: Remove all-local: $(ARCH).
471        * tm03/Makefile.am: Remove all-local: $(ARCH).
472        * tm04/Makefile.am: Remove all-local: $(ARCH).
473        * tm05/Makefile.am: Remove all-local: $(ARCH).
474        * tm06/Makefile.am: Remove all-local: $(ARCH).
475        * tm07/Makefile.am: Remove all-local: $(ARCH).
476        * tm08/Makefile.am: Remove all-local: $(ARCH).
477        * tm09/Makefile.am: Remove all-local: $(ARCH).
478        * tm10/Makefile.am: Remove all-local: $(ARCH).
479        * tm11/Makefile.am: Remove all-local: $(ARCH).
480        * tm12/Makefile.am: Remove all-local: $(ARCH).
481        * tm13/Makefile.am: Remove all-local: $(ARCH).
482        * tm14/Makefile.am: Remove all-local: $(ARCH).
483        * tm15/Makefile.am: Remove all-local: $(ARCH).
484        * tm16/Makefile.am: Remove all-local: $(ARCH).
485        * tm17/Makefile.am: Remove all-local: $(ARCH).
486        * tm18/Makefile.am: Remove all-local: $(ARCH).
487        * tm19/Makefile.am: Remove all-local: $(ARCH).
488        * tm20/Makefile.am: Remove all-local: $(ARCH).
489        * tm21/Makefile.am: Remove all-local: $(ARCH).
490        * tm22/Makefile.am: Remove all-local: $(ARCH).
491        * tm23/Makefile.am: Remove all-local: $(ARCH).
492        * tm24/Makefile.am: Remove all-local: $(ARCH).
493        * tm25/Makefile.am: Remove all-local: $(ARCH).
494        * tm26/Makefile.am: Remove all-local: $(ARCH).
495        * tm27/Makefile.am: Remove all-local: $(ARCH).
496        * tm28/Makefile.am: Remove all-local: $(ARCH).
497        * tm29/Makefile.am: Remove all-local: $(ARCH).
498        * tmck/Makefile.am: Remove all-local: $(ARCH).
499        * tmoverhd/Makefile.am: Remove all-local: $(ARCH).
500
5012003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * configure.ac: Reflect having moved to testsuites/.
504
5052003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * configure.ac: Remove RTEMS_CANONICAL_HOST.
508
5092003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * configure.ac:Remove RTEMS_CHECK_CPU.
512
5132003-09-04      Joel Sherrill <joel@OARcorp.com>
514
515        * include/timesys.h, tm01/system.h, tm01/task1.c, tm01/tm01.doc,
516        tm02/system.h, tm02/task1.c, tm02/tm02.doc, tm03/system.h,
517        tm03/task1.c, tm03/tm03.doc, tm04/system.h, tm04/task1.c,
518        tm04/tm04.doc, tm05/system.h, tm05/task1.c, tm05/tm05.doc,
519        tm06/system.h, tm06/task1.c, tm06/tm06.doc, tm07/system.h,
520        tm07/task1.c, tm07/tm07.doc, tm08/system.h, tm08/task1.c,
521        tm08/tm08.doc, tm09/system.h, tm09/task1.c, tm09/tm09.doc,
522        tm10/system.h, tm10/task1.c, tm10/tm10.doc, tm11/system.h,
523        tm11/task1.c, tm11/tm11.doc, tm12/system.h, tm12/task1.c,
524        tm12/tm12.doc, tm13/system.h, tm13/task1.c, tm13/tm13.doc,
525        tm14/system.h, tm14/task1.c, tm14/tm14.doc, tm15/system.h,
526        tm15/task1.c, tm15/tm15.doc, tm16/system.h, tm16/task1.c,
527        tm16/tm16.doc, tm17/system.h, tm17/task1.c, tm17/tm17.doc,
528        tm18/system.h, tm18/task1.c, tm18/tm18.doc, tm19/system.h,
529        tm19/task1.c, tm19/tm19.doc, tm20/system.h, tm20/task1.c,
530        tm20/tm20.doc, tm21/system.h, tm21/task1.c, tm21/tm21.doc,
531        tm22/system.h, tm22/task1.c, tm22/tm22.doc, tm23/system.h,
532        tm23/task1.c, tm23/tm23.doc, tm24/system.h, tm24/task1.c,
533        tm24/tm24.doc, tm25/system.h, tm25/task1.c, tm25/tm25.doc,
534        tm26/fptest.h, tm26/system.h, tm26/task1.c, tm26/tm26.doc,
535        tm27/system.h, tm27/task1.c, tm27/tm27.doc, tm28/system.h,
536        tm28/task1.c, tm28/tm28.doc, tm29/system.h, tm29/task1.c,
537        tm29/tm29.doc, tmck/system.h, tmck/task1.c, tmck/tmck.doc,
538        tmoverhd/dumrtems.h, tmoverhd/empty.c, tmoverhd/system.h,
539        tmoverhd/testtask.c, tmoverhd/tmoverhd.doc: URL for license changed.
540
5412003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * Makefile.am: Reflect having moved aclocal/.
544
5452003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * Makefile.am: Reflect having moved automake/.
548        * include/Makefile.am: Reflect having moved automake/.
549        * tm01/Makefile.am: Reflect having moved automake/.
550        * tm02/Makefile.am: Reflect having moved automake/.
551        * tm03/Makefile.am: Reflect having moved automake/.
552        * tm04/Makefile.am: Reflect having moved automake/.
553        * tm05/Makefile.am: Reflect having moved automake/.
554        * tm06/Makefile.am: Reflect having moved automake/.
555        * tm07/Makefile.am: Reflect having moved automake/.
556        * tm08/Makefile.am: Reflect having moved automake/.
557        * tm09/Makefile.am: Reflect having moved automake/.
558        * tm10/Makefile.am: Reflect having moved automake/.
559        * tm11/Makefile.am: Reflect having moved automake/.
560        * tm12/Makefile.am: Reflect having moved automake/.
561        * tm13/Makefile.am: Reflect having moved automake/.
562        * tm14/Makefile.am: Reflect having moved automake/.
563        * tm15/Makefile.am: Reflect having moved automake/.
564        * tm16/Makefile.am: Reflect having moved automake/.
565        * tm17/Makefile.am: Reflect having moved automake/.
566        * tm18/Makefile.am: Reflect having moved automake/.
567        * tm19/Makefile.am: Reflect having moved automake/.
568        * tm20/Makefile.am: Reflect having moved automake/.
569        * tm21/Makefile.am: Reflect having moved automake/.
570        * tm22/Makefile.am: Reflect having moved automake/.
571        * tm23/Makefile.am: Reflect having moved automake/.
572        * tm24/Makefile.am: Reflect having moved automake/.
573        * tm25/Makefile.am: Reflect having moved automake/.
574        * tm26/Makefile.am: Reflect having moved automake/.
575        * tm27/Makefile.am: Reflect having moved automake/.
576        * tm28/Makefile.am: Reflect having moved automake/.
577        * tm29/Makefile.am: Reflect having moved automake/.
578        * tmck/Makefile.am: Reflect having moved automake/.
579        * tmoverhd/Makefile.am: Reflect having moved automake/.
580
5812003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
584
5852003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
588        CC_CFLAGS_DEFAULT (obsolete).
589
5902003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
593        Remove CC_LDFLAGS_PROFILE_V.
594
5952003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * configure.ac: Remove AC_CONFIG_AUX_DIR.
598
5992003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
602
6032003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * configure.ac: AC_PREREQ(2.57).
606
6072002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * .cvsignore: Reformat.
610        Add autom4te*cache.
611        Remove autom4te.cache.
612
6132002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * tm01/Makefile.am: Use $(OBJEXT) instead of .o.
616        * tm02/Makefile.am: Use $(OBJEXT) instead of .o.
617        * tm03/Makefile.am: Use $(OBJEXT) instead of .o.
618        * tm04/Makefile.am: Use $(OBJEXT) instead of .o.
619        * tm05/Makefile.am: Use $(OBJEXT) instead of .o.
620        * tm06/Makefile.am: Use $(OBJEXT) instead of .o.
621        * tm07/Makefile.am: Use $(OBJEXT) instead of .o.
622        * tm08/Makefile.am: Use $(OBJEXT) instead of .o.
623        * tm09/Makefile.am: Use $(OBJEXT) instead of .o.
624        * tm10/Makefile.am: Use $(OBJEXT) instead of .o.
625        * tm11/Makefile.am: Use $(OBJEXT) instead of .o.
626        * tm12/Makefile.am: Use $(OBJEXT) instead of .o.
627        * tm13/Makefile.am: Use $(OBJEXT) instead of .o.
628        * tm14/Makefile.am: Use $(OBJEXT) instead of .o.
629        * tm15/Makefile.am: Use $(OBJEXT) instead of .o.
630        * tm16/Makefile.am: Use $(OBJEXT) instead of .o.
631        * tm17/Makefile.am: Use $(OBJEXT) instead of .o.
632        * tm18/Makefile.am: Use $(OBJEXT) instead of .o.
633        * tm19/Makefile.am: Use $(OBJEXT) instead of .o.
634        * tm20/Makefile.am: Use $(OBJEXT) instead of .o.
635        * tm21/Makefile.am: Use $(OBJEXT) instead of .o.
636        * tm22/Makefile.am: Use $(OBJEXT) instead of .o.
637        * tm23/Makefile.am: Use $(OBJEXT) instead of .o.
638        * tm24/Makefile.am: Use $(OBJEXT) instead of .o.
639        * tm25/Makefile.am: Use $(OBJEXT) instead of .o.
640        * tm26/Makefile.am: Use $(OBJEXT) instead of .o.
641        * tm27/Makefile.am: Use $(OBJEXT) instead of .o.
642        * tm28/Makefile.am: Use $(OBJEXT) instead of .o.
643        * tm29/Makefile.am: Use $(OBJEXT) instead of .o.
644        * tmck/Makefile.am: Use $(OBJEXT) instead of .o.
645        * tmoverhd/Makefile.am: Use $(OBJEXT) instead of .o.
646
6472002-08-01      Joel Sherrill <joel@OARcorp.com>
648
649        * Per PR47 add support for buffered test output.  This involved
650        adding defines to redirect output to a buffer and dump it when
651        full, at "test pause", and at exit.  To avoid problems when redefining
652        exit(), all tests were modified to call rtems_test_exit().
653        Some tests, notable psxtests, had to be modified to include
654        the standard test macro .h file (pmacros.h or tmacros.h) to
655        enable this support.
656        * include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c,
657        tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c, tm08/task1.c,
658        tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c,
659        tm14/task1.c, tm15/task1.c, tm16/task1.c, tm17/task1.c, tm18/task1.c,
660        tm19/task1.c, tm20/task1.c, tm21/task1.c, tm22/task1.c, tm23/task1.c,
661        tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c,
662        tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Modified.
6632002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
664
665        * configure.ac: Remove ENABLE_GCC28.
666
6672002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
668
669        * configure.ac:
670        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
671        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
672        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
673        * Makefile.am: Remove AUTOMAKE_OPTIONS.
674        * tm01/Makefile.am: Remove AUTOMAKE_OPTIONS.
675        * tm02/Makefile.am: Remove AUTOMAKE_OPTIONS.
676        * tm03/Makefile.am: Remove AUTOMAKE_OPTIONS.
677        * tm04/Makefile.am: Remove AUTOMAKE_OPTIONS.
678        * tm05/Makefile.am: Remove AUTOMAKE_OPTIONS.
679        * tm06/Makefile.am: Remove AUTOMAKE_OPTIONS.
680        * tm07/Makefile.am: Remove AUTOMAKE_OPTIONS.
681        * tm08/Makefile.am: Remove AUTOMAKE_OPTIONS.
682        * tm09/Makefile.am: Remove AUTOMAKE_OPTIONS.
683        * tm10/Makefile.am: Remove AUTOMAKE_OPTIONS.
684        * tm11/Makefile.am: Remove AUTOMAKE_OPTIONS.
685        * tm12/Makefile.am: Remove AUTOMAKE_OPTIONS.
686        * tm13/Makefile.am: Remove AUTOMAKE_OPTIONS.
687        * tm14/Makefile.am: Remove AUTOMAKE_OPTIONS.
688        * tm15/Makefile.am: Remove AUTOMAKE_OPTIONS.
689        * tm16/Makefile.am: Remove AUTOMAKE_OPTIONS.
690        * tm17/Makefile.am: Remove AUTOMAKE_OPTIONS.
691        * tm18/Makefile.am: Remove AUTOMAKE_OPTIONS.
692        * tm19/Makefile.am: Remove AUTOMAKE_OPTIONS.
693        * tm20/Makefile.am: Remove AUTOMAKE_OPTIONS.
694        * tm21/Makefile.am: Remove AUTOMAKE_OPTIONS.
695        * tm22/Makefile.am: Remove AUTOMAKE_OPTIONS.
696        * tm23/Makefile.am: Remove AUTOMAKE_OPTIONS.
697        * tm24/Makefile.am: Remove AUTOMAKE_OPTIONS.
698        * tm25/Makefile.am: Remove AUTOMAKE_OPTIONS.
699        * tm26/Makefile.am: Remove AUTOMAKE_OPTIONS.
700        * tm27/Makefile.am: Remove AUTOMAKE_OPTIONS.
701        * tm28/Makefile.am: Remove AUTOMAKE_OPTIONS.
702        * tm29/Makefile.am: Remove AUTOMAKE_OPTIONS.
703        * tmck/Makefile.am: Remove AUTOMAKE_OPTIONS.
704        * tmoverhd/Makefile.am: Remove AUTOMAKE_OPTIONS.
705
7062001-11-08      Jiri Gaisler <jiri@gaisler.com>
707
708        This fix is response to test results reported by Jerry Needell
709        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
710        * tm27/task1.c: Account for overhead in starting and stopping
711        the timer.
712
7132001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
714
715        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
716        * configure.in: Remove.
717        * configure.ac: New file, generated from configure.in by autoupdate.
718
7192001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
720
721        * tmtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
722
7232001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
724
725        * tm27/Makefile.am: include leaf.am instead of leaf.cfg.
726        * tm26/Makefile.am: include leaf.am instead of leaf.cfg.
727        * tm24/Makefile.am: include leaf.am instead of leaf.cfg.
728        * tm16/Makefile.am: include leaf.am instead of leaf.cfg.
729        * tm18/Makefile.am: include leaf.am instead of leaf.cfg.
730        * tm02/Makefile.am: include leaf.am instead of leaf.cfg.
731        * tm10/Makefile.am: include leaf.am instead of leaf.cfg.
732        * tm11/Makefile.am: include leaf.am instead of leaf.cfg.
733        * tm15/Makefile.am: include leaf.am instead of leaf.cfg.
734        * tm19/Makefile.am: include leaf.am instead of leaf.cfg.
735        * tm04/Makefile.am: include leaf.am instead of leaf.cfg.
736        * tm17/Makefile.am: include leaf.am instead of leaf.cfg.
737        * tm28/Makefile.am: include leaf.am instead of leaf.cfg.
738        * tmck/Makefile.am: include leaf.am instead of leaf.cfg.
739        * tm08/Makefile.am: include leaf.am instead of leaf.cfg.
740        * tm12/Makefile.am: include leaf.am instead of leaf.cfg.
741        * tm03/Makefile.am: include leaf.am instead of leaf.cfg.
742        * tm13/Makefile.am: include leaf.am instead of leaf.cfg.
743        * tm29/Makefile.am: include leaf.am instead of leaf.cfg.
744        * tmoverhd/Makefile.am: include leaf.am instead of leaf.cfg.
745        * tm20/Makefile.am: include leaf.am instead of leaf.cfg.
746        * tm09/Makefile.am: include leaf.am instead of leaf.cfg.
747        * tm01/Makefile.am: include leaf.am instead of leaf.cfg.
748        * tm21/Makefile.am: include leaf.am instead of leaf.cfg.
749        * tm07/Makefile.am: include leaf.am instead of leaf.cfg.
750        * tm25/Makefile.am: include leaf.am instead of leaf.cfg.
751        * tm22/Makefile.am: include leaf.am instead of leaf.cfg.
752        * tm06/Makefile.am: include leaf.am instead of leaf.cfg.
753        * tm05/Makefile.am: include leaf.am instead of leaf.cfg.
754        * tm14/Makefile.am: include leaf.am instead of leaf.cfg.
755        * tm23/Makefile.am: include leaf.am instead of leaf.cfg.
756
7572001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
758
759        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
760
7612001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
762
763        * tm20/Makefile.am: Remove stubdir.rel
764
7652000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
766
767        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
768
7692000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
770
771        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
772
7732000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
774
775        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
776        Switch to GNU canonicalization.
777        * tmtests.am: Remove DEFS.
778
7792000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
780
781        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
782        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
783        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
784        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
785        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
786        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
787        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
788        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
789        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
790        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
791        tmoverhd/Makefile.am: Include compile.am
792
7932000-08-10      Joel Sherrill <joel@OARcorp.com>
794
795        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.