source: rtems/testsuites/tmtests/ChangeLog @ 56c091e

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

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

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