source: rtems/testsuites/tmtests/ChangeLog @ 4b1d261

4.115
Last change on this file since 4b1d261 was 9d47cd1, checked in by Joel Sherrill <joel.sherrill@…>, on 07/30/10 at 18:52:32

2010-07-30 Gedare Bloom <giddyup44@…>

PR 1599/cpukit

  • tm26/task1.c, tm27/task1.c: Rename _Context_Switch_necessary to _Thread_Dispatch_necessary to more properly reflect the intent.
  • Property mode set to 100644
File size: 33.4 KB
Line 
12010-07-30      Gedare Bloom <giddyup44@yahoo.com>
2
3        PR 1599/cpukit
4        * tm26/task1.c, tm27/task1.c: Rename _Context_Switch_necessary to
5        _Thread_Dispatch_necessary to more properly reflect the intent.
6
72010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * Makefile.am, configure.ac: New test for barrier create, ident, and
10        delete.
11        * tm30/.cvsignore, tm30/Makefile.am, tm30/init.c, tm30/tm30.doc: New
12        files.
13
142009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * tm20/task1.c: Use rtems_test_assert() consistently instead of system
17        assert(). rtems_test_assert() is designed to integrate into the RTEMS
18        test suite infrastructure.
19
202009-11-02      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * tmoverhd/testtask.c: Apply RTEMS_GCC_NOWARN_USED.
23        * tmoverhd/dumrtems.h: Rework undef/define cascade.
24        Add RTEMS_GCC_NOWARN_USED.
25        * tmoverhd/system.h: Add prototype for Empty_directive();
26
272009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * tm26/task1.c: Use true/false instead of TRUE/FALSE for "bool"s.
30        * tm15/task1.c: Make time_set a "bool".
31        Eliminate TRUE/FALSE.
32
332009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * tmck/task1.c: Use PRIu32 to print uint32_t's.
36
372009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * tm05/task1.c, tm18/task1.c, tmoverhd/empty.c,
40        tmoverhd/system.h: Add missing prototypes.
41
422009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * configure.ac: Don't add -ansi -fasm to CFLAGS.
45
462009-10-14      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * tmck/task1.c: Ignore numbers that are too large but keep going -- do
49        not abort.
50
512009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * tmck/task1.c: Remove support for "unix".
54
552009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * tm08/task1.c: Convert calls to legacy routine rtems_clock_get(
58        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
59
602009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
63        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
64        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
65        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
66        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
67        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
68        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
69        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
70        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
71        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am:
72        tmoverhd/Makefile.am: Eliminate _exe_/.exe.
73
742009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * include/timesys.h: Array of task names should be of type rtems_name
77        not rtems_id.
78
792008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
80
81        * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
82        tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
83        tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm16/task1.c,
84        tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c, tm21/task1.c,
85        tm23/task1.c, tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c,
86        tm28/task1.c, tm29/task1.c, tmoverhd/testtask.c: Run all tests
87        successfully with maxixum number of priorities as 16 instead of 256.
88        This was done by temporarily modifying the score priority.h maximum.
89        This allowed testing of all API code to ensure that it worked
90        properly with a reduced number of priorities. Most modifications were
91        to switch from hard-coded maximum to using the API provided methods
92        to determine maximum number of priority levels.
93
942008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * tm26/task1.c: Fix typo.
97
982008-10-28      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * tm22/system.h, tm22/task1.c: Account for message buffers used.
101
1022008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
103
104        * include/timesys.h: Use inttypes.h.
105        * tmck/task1.c: Use uint32_t for count.
106
1072008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
108
109        * include/timesys.h: Rename STACK_CHECKER_ON to more appropriate
110        CONFIGURE_STACK_CHECKER_ENABLED.
111
1122008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
113
114        * tm09/system.h, tm09/task1.c: Account for message buffer memory.
115
1162008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
117
118        * tm01/Makefile.am, tm01/task1.c, tm02/Makefile.am, tm02/task1.c,
119        tm03/Makefile.am, tm03/task1.c, tm04/Makefile.am, tm04/task1.c,
120        tm05/Makefile.am, tm05/task1.c, tm06/Makefile.am, tm06/task1.c,
121        tm07/Makefile.am, tm07/task1.c, tm08/Makefile.am, tm08/task1.c,
122        tm09/Makefile.am, tm09/task1.c, tm10/Makefile.am, tm10/task1.c,
123        tm11/Makefile.am, tm11/task1.c, tm12/Makefile.am, tm12/task1.c,
124        tm13/Makefile.am, tm13/task1.c, tm14/Makefile.am, tm14/task1.c,
125        tm15/Makefile.am, tm15/task1.c, tm16/Makefile.am, tm16/task1.c,
126        tm17/Makefile.am, tm17/task1.c, tm18/Makefile.am, tm18/task1.c,
127        tm19/Makefile.am, tm19/task1.c, tm20/Makefile.am, tm20/task1.c,
128        tm21/Makefile.am, tm21/task1.c, tm22/Makefile.am, tm22/task1.c,
129        tm23/Makefile.am, tm23/task1.c, tm24/Makefile.am, tm24/task1.c,
130        tm25/Makefile.am, tm25/task1.c, tm26/Makefile.am, tm26/task1.c,
131        tm27/Makefile.am, tm27/task1.c, tm28/Makefile.am, tm28/task1.c,
132        tm29/Makefile.am, tm29/task1.c, tmck/Makefile.am, tmck/task1.c,
133        tmoverhd/Makefile.am, tmoverhd/testtask.c: Eliminate empty function
134        from every benchmark timer driver. Fix spelling.
135
1362008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
137
138        * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
139        tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
140        tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
141        tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
142        tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
143        tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c,
144        tmoverhd/testtask.c: Rename timer driver methods to follow RTEMS
145        programming conventions.
146
1472008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
148
149        * tm02/system.h, tm10/system.h: Make configurations more accurate.
150
1512008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
152
153        * tmoverhd/dumrtems.h: Refactored and renamed initialization routines
154        to rtems_initialize_data_structures, rtems_initialize_before_drivers,
155        rtems_initialize_device_drivers, and
156        rtems_initialize_start_multitasking. This opened the sequence up so
157        that bootcard() could provide a more robust and flexible framework
158        which is easier to explain and understand. This also lays the
159        groundwork for sharing the division of available memory between the
160        RTEMS workspace and heap and the C library initialization across all
161        BSPs.
162
1632008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
164
165        * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
166        tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
167        tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
168        tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
169        tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
170        tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c,
171        tmoverhd/testtask.c: Change TEST_INIT to CONFIGURE_INIT. Make
172        tmacros.h available to all POSIX tests. Add a clock_settime case for
173        < 1988.
174
1752007-12-05      Joel Sherrill <joel.sherrill@oarcorp.com>
176
177        * tmoverhd/testtask.c: Spacing and remove call to obsolete
178        rtems_initialize_executive().
179
1802007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
181
182        * tmoverhd/testtask.c: Move interrupt_stack_size field from CPU Table
183        to Configuration Table. Eliminate CPU Table from all ports. Delete
184        references to CPU Table in all forms.
185
1862007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
187
188        * tm05/Makefile.am, tm06/Makefile.am, tm07/Makefile.am,
189        tm08/Makefile.am, tm09/Makefile.am, tm10/Makefile.am,
190        tm11/Makefile.am, tm12/Makefile.am, tm13/Makefile.am,
191        tm14/Makefile.am, tm15/Makefile.am, tm16/Makefile.am,
192        tm17/Makefile.am, tm18/Makefile.am, tm19/Makefile.am,
193        tm20/Makefile.am, tm22/Makefile.am, tm23/Makefile.am,
194        tm24/Makefile.am, tm25/Makefile.am, tm26/Makefile.am,
195        tm27/Makefile.am, tm28/Makefile.am, tm29/Makefile.am,
196        tmck/Makefile.am, tmoverhd/Makefile.am: Add optional managers to
197        Makefiles. Clean up test cases so last output line follows END OF
198        pattern. Make sure test case all run. All tests appeared ok on sis.
199
2002007-02-06      Joel Sherrill <joel@OARcorp.com>
201
202        * tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c,
203        tm14/task1.c, tm22/task1.c: Address size_t/uint32_t typing issues in
204        message queue tests.
205
2062006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
207
208        * configure.ac: New BUG-REPORT address.
209
2102006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
211
212        * configure.ac: Require autoconf-2.60. Require automake-1.10.
213
2142006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
215
216        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
217        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
218        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
219        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
220        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
221        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
222        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
223        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
224        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
225        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
226        tmoverhd/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
227        instead.
228
2292005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
230
231        * configure.ac: Remove RTEMS_ENABLE_BARE,
232        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
233
2342005-11-13      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: Convert to using *_PROGRAMS.
252
2532005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
254
255        * tm01/Makefile.am, tm02/Makefile.am,
256        tm03/Makefile.am, tm04/Makefile.am,
257        tm05/Makefile.am, tm06/Makefile.am,
258        tm07/Makefile.am, tm08/Makefile.am,
259        tm09/Makefile.am, tm10/Makefile.am,
260        tm11/Makefile.am, tm12/Makefile.am,
261        tm13/Makefile.am, tm14/Makefile.am,
262        tm15/Makefile.am, tm16/Makefile.am,
263        tm17/Makefile.am, tm18/Makefile.am,
264        tm19/Makefile.am, tm20/Makefile.am,
265        tm21/Makefile.am, tm22/Makefile.am,
266        tm23/Makefile.am, tm24/Makefile.am,
267        tm25/Makefile.am, tm26/Makefile.am,
268        tm27/Makefile.am, tm28/Makefile.am,
269        tm29/Makefile.am, tmck/Makefile.am,
270        tmoverhd/Makefile.am: Rework.
271
2722005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
273
274        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
275        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
276        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
277        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
278        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
279        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
280        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
281        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
282        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
283        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
284        tmoverhd/Makefile.am: Expand tmtests.am.
285        * tmtests.am: Remove.
286
2872005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
288
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: AM_CPPFLAGS += -I..../support/include.
300
3012005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
302
303        * tmtests.am: Set project_bspdir=$(PROJECT_ROOT)
304
3052005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
306
307        * Makefile.am: Remove noinst_HEADERS.
308        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
309        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
310        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
311        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
312        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
313        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
314        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
315        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
316        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
317        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
318        tmoverhd/Makefile.am: Add ../include/systime.h.
319
3202005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
321
322        * tmtests.am: Remove LIB_VARIANT.
323
3242005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
325
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: Remove SRC, PRINT_SRC.
337
3382005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
339
340        * Makefile.am: Cleanup.
341
3422005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
343
344        * tmtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
345        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
346        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
347        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
348        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
349        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
350        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
351        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
352        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
353        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
354        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
355        tmoverhd/Makefile.am:
356        Partial conversion to automake.
357
3582004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
359
360        * configure.ac: Require automake > 1.9.
361
3622004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
363
364        PR 610/bsps
365        * tm27/task1.c: Use _RTEMS_RMTEST27 instead of RTEMS_TM27.
366        Unconditionally include <tm27.h>.
367
3682004-04-21      Joel Sherrill <joel@OARcorp.com>
369
370        PR 611/bsps
371        * tm27/task1.c: Follow conventions for tm27 and do not add another
372        macro definition.
373
3742004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
375
376        * tm01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
377        * tm02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
378        * tm03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
379        * tm04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
380        * tm05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
381        * tm06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
382        * tm07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
383        * tm08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
384        * tm09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
385        * tm10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
386        * tm11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
387        * tm12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
388        * tm13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
389        * tm14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
390        * tm15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
391        * tm16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
392        * tm17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
393        * tm18/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
394        * tm19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
395        * tm20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
396        * tm21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
397        * tm22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
398        * tm23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
399        * tm24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
400        * tm25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
401        * tm26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
402        * tm27/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
403        * tm28/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
404        * tm29/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
405        * tmck/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
406        * tmoverhd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
407
4082004-03-30      David Querbach <querbach@realtime.bc.ca>
409
410        PR 597/tests
411        * tm02/system.h, tm03/system.h, tm04/system.h, tm05/system.h,
412        tm06/system.h, tm07/system.h, tm08/system.h, tm10/system.h,
413        tm11/system.h, tm12/system.h, tm13/system.h, tm14/system.h,
414        tm15/system.h, tm16/system.h, tm17/system.h, tm18/system.h,
415        tm19/system.h, tm21/system.h, tm22/system.h, tm23/system.h,
416        tm24/system.h, tm25/system.h, tm26/system.h, tm27/system.h,
417        tm27/task1.c, tm29/system.h: The actual workspace needed by the
418        tmtests depends on OPERATION_COUNT, but the definitions of
419        CONFIGURE_MAXIMIM_xxx in the their system.h files do not reflect
420        this. This results in unnecessary memory exhaustion on small-memory
421        systems such as the SS555.
422
4232004-03-28      Ralf Corsepius <ralf.corsepius@rtems.org>
424
425        * include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c,
426        tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c,
427        tm08/task1.c, tm09/task1.c, tm10/task1.c, tm11/task1.c,
428        tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
429        tm16/task1.c, tm17/task1.c, tm18/task1.c, tm20/task1.c,
430        tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c,
431        tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c,
432        tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Convert to using
433        c99 fixed size types.
434
4352004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * configure.ac: Add 2nd arg to RTEMS_TOP.
438
4392004-02-26      Joel Sherrill <joel@OARcorp.com>
440
441        PR 583/tests
442        * tm26/task1.c, tm27/task1.c: Correctly reset
443        _Thread_Dispatch_disable_level so printing is safe.
444
4452004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * tm01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
448        Add PRE/TMPINSTALL_FILES to CLEANFILES.
449        * tm02/Makefile.am: Ditto.
450        * tm03/Makefile.am: Ditto.
451        * tm04/Makefile.am: Ditto.
452        * tm05/Makefile.am: Ditto.
453        * tm06/Makefile.am: Ditto.
454        * tm07/Makefile.am: Ditto.
455        * tm08/Makefile.am: Ditto.
456        * tm09/Makefile.am: Ditto.
457        * tm10/Makefile.am: Ditto.
458        * tm11/Makefile.am: Ditto.
459        * tm12/Makefile.am: Ditto.
460        * tm13/Makefile.am: Ditto.
461        * tm14/Makefile.am: Ditto.
462        * tm15/Makefile.am: Ditto.
463        * tm16/Makefile.am: Ditto.
464        * tm17/Makefile.am: Ditto.
465        * tm18/Makefile.am: Ditto.
466        * tm19/Makefile.am: Ditto.
467        * tm20/Makefile.am: Ditto.
468        * tm21/Makefile.am: Ditto.
469        * tm22/Makefile.am: Ditto.
470        * tm23/Makefile.am: Ditto.
471        * tm24/Makefile.am: Ditto.
472        * tm25/Makefile.am: Ditto.
473        * tm26/Makefile.am: Ditto.
474        * tm27/Makefile.am: Ditto.
475        * tm28/Makefile.am: Ditto.
476        * tm29/Makefile.am: Ditto.
477        * tmck/Makefile.am: Ditto.
478        * tmoverhd/Makefile.am: Ditto.
479
4802003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * tmtests.am: Add dirstamp support.
483
4842003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * tmtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
487
4882003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
491
4922003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * include/Makefile.am: Reformat.
495        * tm01/Makefile.am: Remove all-local: $(ARCH).
496        * tm02/Makefile.am: Remove all-local: $(ARCH).
497        * tm03/Makefile.am: Remove all-local: $(ARCH).
498        * tm04/Makefile.am: Remove all-local: $(ARCH).
499        * tm05/Makefile.am: Remove all-local: $(ARCH).
500        * tm06/Makefile.am: Remove all-local: $(ARCH).
501        * tm07/Makefile.am: Remove all-local: $(ARCH).
502        * tm08/Makefile.am: Remove all-local: $(ARCH).
503        * tm09/Makefile.am: Remove all-local: $(ARCH).
504        * tm10/Makefile.am: Remove all-local: $(ARCH).
505        * tm11/Makefile.am: Remove all-local: $(ARCH).
506        * tm12/Makefile.am: Remove all-local: $(ARCH).
507        * tm13/Makefile.am: Remove all-local: $(ARCH).
508        * tm14/Makefile.am: Remove all-local: $(ARCH).
509        * tm15/Makefile.am: Remove all-local: $(ARCH).
510        * tm16/Makefile.am: Remove all-local: $(ARCH).
511        * tm17/Makefile.am: Remove all-local: $(ARCH).
512        * tm18/Makefile.am: Remove all-local: $(ARCH).
513        * tm19/Makefile.am: Remove all-local: $(ARCH).
514        * tm20/Makefile.am: Remove all-local: $(ARCH).
515        * tm21/Makefile.am: Remove all-local: $(ARCH).
516        * tm22/Makefile.am: Remove all-local: $(ARCH).
517        * tm23/Makefile.am: Remove all-local: $(ARCH).
518        * tm24/Makefile.am: Remove all-local: $(ARCH).
519        * tm25/Makefile.am: Remove all-local: $(ARCH).
520        * tm26/Makefile.am: Remove all-local: $(ARCH).
521        * tm27/Makefile.am: Remove all-local: $(ARCH).
522        * tm28/Makefile.am: Remove all-local: $(ARCH).
523        * tm29/Makefile.am: Remove all-local: $(ARCH).
524        * tmck/Makefile.am: Remove all-local: $(ARCH).
525        * tmoverhd/Makefile.am: Remove all-local: $(ARCH).
526
5272003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * configure.ac: Reflect having moved to testsuites/.
530
5312003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * configure.ac: Remove RTEMS_CANONICAL_HOST.
534
5352003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * configure.ac:Remove RTEMS_CHECK_CPU.
538
5392003-09-04      Joel Sherrill <joel@OARcorp.com>
540
541        * include/timesys.h, tm01/system.h, tm01/task1.c, tm01/tm01.doc,
542        tm02/system.h, tm02/task1.c, tm02/tm02.doc, tm03/system.h,
543        tm03/task1.c, tm03/tm03.doc, tm04/system.h, tm04/task1.c,
544        tm04/tm04.doc, tm05/system.h, tm05/task1.c, tm05/tm05.doc,
545        tm06/system.h, tm06/task1.c, tm06/tm06.doc, tm07/system.h,
546        tm07/task1.c, tm07/tm07.doc, tm08/system.h, tm08/task1.c,
547        tm08/tm08.doc, tm09/system.h, tm09/task1.c, tm09/tm09.doc,
548        tm10/system.h, tm10/task1.c, tm10/tm10.doc, tm11/system.h,
549        tm11/task1.c, tm11/tm11.doc, tm12/system.h, tm12/task1.c,
550        tm12/tm12.doc, tm13/system.h, tm13/task1.c, tm13/tm13.doc,
551        tm14/system.h, tm14/task1.c, tm14/tm14.doc, tm15/system.h,
552        tm15/task1.c, tm15/tm15.doc, tm16/system.h, tm16/task1.c,
553        tm16/tm16.doc, tm17/system.h, tm17/task1.c, tm17/tm17.doc,
554        tm18/system.h, tm18/task1.c, tm18/tm18.doc, tm19/system.h,
555        tm19/task1.c, tm19/tm19.doc, tm20/system.h, tm20/task1.c,
556        tm20/tm20.doc, tm21/system.h, tm21/task1.c, tm21/tm21.doc,
557        tm22/system.h, tm22/task1.c, tm22/tm22.doc, tm23/system.h,
558        tm23/task1.c, tm23/tm23.doc, tm24/system.h, tm24/task1.c,
559        tm24/tm24.doc, tm25/system.h, tm25/task1.c, tm25/tm25.doc,
560        tm26/fptest.h, tm26/system.h, tm26/task1.c, tm26/tm26.doc,
561        tm27/system.h, tm27/task1.c, tm27/tm27.doc, tm28/system.h,
562        tm28/task1.c, tm28/tm28.doc, tm29/system.h, tm29/task1.c,
563        tm29/tm29.doc, tmck/system.h, tmck/task1.c, tmck/tmck.doc,
564        tmoverhd/dumrtems.h, tmoverhd/empty.c, tmoverhd/system.h,
565        tmoverhd/testtask.c, tmoverhd/tmoverhd.doc: URL for license changed.
566
5672003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * Makefile.am: Reflect having moved aclocal/.
570
5712003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * Makefile.am: Reflect having moved automake/.
574        * include/Makefile.am: Reflect having moved automake/.
575        * tm01/Makefile.am: Reflect having moved automake/.
576        * tm02/Makefile.am: Reflect having moved automake/.
577        * tm03/Makefile.am: Reflect having moved automake/.
578        * tm04/Makefile.am: Reflect having moved automake/.
579        * tm05/Makefile.am: Reflect having moved automake/.
580        * tm06/Makefile.am: Reflect having moved automake/.
581        * tm07/Makefile.am: Reflect having moved automake/.
582        * tm08/Makefile.am: Reflect having moved automake/.
583        * tm09/Makefile.am: Reflect having moved automake/.
584        * tm10/Makefile.am: Reflect having moved automake/.
585        * tm11/Makefile.am: Reflect having moved automake/.
586        * tm12/Makefile.am: Reflect having moved automake/.
587        * tm13/Makefile.am: Reflect having moved automake/.
588        * tm14/Makefile.am: Reflect having moved automake/.
589        * tm15/Makefile.am: Reflect having moved automake/.
590        * tm16/Makefile.am: Reflect having moved automake/.
591        * tm17/Makefile.am: Reflect having moved automake/.
592        * tm18/Makefile.am: Reflect having moved automake/.
593        * tm19/Makefile.am: Reflect having moved automake/.
594        * tm20/Makefile.am: Reflect having moved automake/.
595        * tm21/Makefile.am: Reflect having moved automake/.
596        * tm22/Makefile.am: Reflect having moved automake/.
597        * tm23/Makefile.am: Reflect having moved automake/.
598        * tm24/Makefile.am: Reflect having moved automake/.
599        * tm25/Makefile.am: Reflect having moved automake/.
600        * tm26/Makefile.am: Reflect having moved automake/.
601        * tm27/Makefile.am: Reflect having moved automake/.
602        * tm28/Makefile.am: Reflect having moved automake/.
603        * tm29/Makefile.am: Reflect having moved automake/.
604        * tmck/Makefile.am: Reflect having moved automake/.
605        * tmoverhd/Makefile.am: Reflect having moved automake/.
606
6072003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
610
6112003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
614        CC_CFLAGS_DEFAULT (obsolete).
615
6162003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
617
618        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
619        Remove CC_LDFLAGS_PROFILE_V.
620
6212003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        * configure.ac: Remove AC_CONFIG_AUX_DIR.
624
6252003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
628
6292003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * configure.ac: AC_PREREQ(2.57).
632
6332002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * .cvsignore: Reformat.
636        Add autom4te*cache.
637        Remove autom4te.cache.
638
6392002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * tm01/Makefile.am: Use $(OBJEXT) instead of .o.
642        * tm02/Makefile.am: Use $(OBJEXT) instead of .o.
643        * tm03/Makefile.am: Use $(OBJEXT) instead of .o.
644        * tm04/Makefile.am: Use $(OBJEXT) instead of .o.
645        * tm05/Makefile.am: Use $(OBJEXT) instead of .o.
646        * tm06/Makefile.am: Use $(OBJEXT) instead of .o.
647        * tm07/Makefile.am: Use $(OBJEXT) instead of .o.
648        * tm08/Makefile.am: Use $(OBJEXT) instead of .o.
649        * tm09/Makefile.am: Use $(OBJEXT) instead of .o.
650        * tm10/Makefile.am: Use $(OBJEXT) instead of .o.
651        * tm11/Makefile.am: Use $(OBJEXT) instead of .o.
652        * tm12/Makefile.am: Use $(OBJEXT) instead of .o.
653        * tm13/Makefile.am: Use $(OBJEXT) instead of .o.
654        * tm14/Makefile.am: Use $(OBJEXT) instead of .o.
655        * tm15/Makefile.am: Use $(OBJEXT) instead of .o.
656        * tm16/Makefile.am: Use $(OBJEXT) instead of .o.
657        * tm17/Makefile.am: Use $(OBJEXT) instead of .o.
658        * tm18/Makefile.am: Use $(OBJEXT) instead of .o.
659        * tm19/Makefile.am: Use $(OBJEXT) instead of .o.
660        * tm20/Makefile.am: Use $(OBJEXT) instead of .o.
661        * tm21/Makefile.am: Use $(OBJEXT) instead of .o.
662        * tm22/Makefile.am: Use $(OBJEXT) instead of .o.
663        * tm23/Makefile.am: Use $(OBJEXT) instead of .o.
664        * tm24/Makefile.am: Use $(OBJEXT) instead of .o.
665        * tm25/Makefile.am: Use $(OBJEXT) instead of .o.
666        * tm26/Makefile.am: Use $(OBJEXT) instead of .o.
667        * tm27/Makefile.am: Use $(OBJEXT) instead of .o.
668        * tm28/Makefile.am: Use $(OBJEXT) instead of .o.
669        * tm29/Makefile.am: Use $(OBJEXT) instead of .o.
670        * tmck/Makefile.am: Use $(OBJEXT) instead of .o.
671        * tmoverhd/Makefile.am: Use $(OBJEXT) instead of .o.
672
6732002-08-01      Joel Sherrill <joel@OARcorp.com>
674
675        * Per PR47 add support for buffered test output.  This involved
676        adding defines to redirect output to a buffer and dump it when
677        full, at "test pause", and at exit.  To avoid problems when redefining
678        exit(), all tests were modified to call rtems_test_exit().
679        Some tests, notable psxtests, had to be modified to include
680        the standard test macro .h file (pmacros.h or tmacros.h) to
681        enable this support.
682        * include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c,
683        tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c, tm08/task1.c,
684        tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c,
685        tm14/task1.c, tm15/task1.c, tm16/task1.c, tm17/task1.c, tm18/task1.c,
686        tm19/task1.c, tm20/task1.c, tm21/task1.c, tm22/task1.c, tm23/task1.c,
687        tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c,
688        tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Modified.
6892002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
690
691        * configure.ac: Remove ENABLE_GCC28.
692
6932002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * configure.ac:
696        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
697        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
698        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
699        * Makefile.am: Remove AUTOMAKE_OPTIONS.
700        * tm01/Makefile.am: Remove AUTOMAKE_OPTIONS.
701        * tm02/Makefile.am: Remove AUTOMAKE_OPTIONS.
702        * tm03/Makefile.am: Remove AUTOMAKE_OPTIONS.
703        * tm04/Makefile.am: Remove AUTOMAKE_OPTIONS.
704        * tm05/Makefile.am: Remove AUTOMAKE_OPTIONS.
705        * tm06/Makefile.am: Remove AUTOMAKE_OPTIONS.
706        * tm07/Makefile.am: Remove AUTOMAKE_OPTIONS.
707        * tm08/Makefile.am: Remove AUTOMAKE_OPTIONS.
708        * tm09/Makefile.am: Remove AUTOMAKE_OPTIONS.
709        * tm10/Makefile.am: Remove AUTOMAKE_OPTIONS.
710        * tm11/Makefile.am: Remove AUTOMAKE_OPTIONS.
711        * tm12/Makefile.am: Remove AUTOMAKE_OPTIONS.
712        * tm13/Makefile.am: Remove AUTOMAKE_OPTIONS.
713        * tm14/Makefile.am: Remove AUTOMAKE_OPTIONS.
714        * tm15/Makefile.am: Remove AUTOMAKE_OPTIONS.
715        * tm16/Makefile.am: Remove AUTOMAKE_OPTIONS.
716        * tm17/Makefile.am: Remove AUTOMAKE_OPTIONS.
717        * tm18/Makefile.am: Remove AUTOMAKE_OPTIONS.
718        * tm19/Makefile.am: Remove AUTOMAKE_OPTIONS.
719        * tm20/Makefile.am: Remove AUTOMAKE_OPTIONS.
720        * tm21/Makefile.am: Remove AUTOMAKE_OPTIONS.
721        * tm22/Makefile.am: Remove AUTOMAKE_OPTIONS.
722        * tm23/Makefile.am: Remove AUTOMAKE_OPTIONS.
723        * tm24/Makefile.am: Remove AUTOMAKE_OPTIONS.
724        * tm25/Makefile.am: Remove AUTOMAKE_OPTIONS.
725        * tm26/Makefile.am: Remove AUTOMAKE_OPTIONS.
726        * tm27/Makefile.am: Remove AUTOMAKE_OPTIONS.
727        * tm28/Makefile.am: Remove AUTOMAKE_OPTIONS.
728        * tm29/Makefile.am: Remove AUTOMAKE_OPTIONS.
729        * tmck/Makefile.am: Remove AUTOMAKE_OPTIONS.
730        * tmoverhd/Makefile.am: Remove AUTOMAKE_OPTIONS.
731
7322001-11-08      Jiri Gaisler <jiri@gaisler.com>
733
734        This fix is response to test results reported by Jerry Needell
735        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
736        * tm27/task1.c: Account for overhead in starting and stopping
737        the timer.
738
7392001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
740
741        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
742        * configure.in: Remove.
743        * configure.ac: New file, generated from configure.in by autoupdate.
744
7452001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
746
747        * tmtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
748
7492001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
750
751        * tm27/Makefile.am: include leaf.am instead of leaf.cfg.
752        * tm26/Makefile.am: include leaf.am instead of leaf.cfg.
753        * tm24/Makefile.am: include leaf.am instead of leaf.cfg.
754        * tm16/Makefile.am: include leaf.am instead of leaf.cfg.
755        * tm18/Makefile.am: include leaf.am instead of leaf.cfg.
756        * tm02/Makefile.am: include leaf.am instead of leaf.cfg.
757        * tm10/Makefile.am: include leaf.am instead of leaf.cfg.
758        * tm11/Makefile.am: include leaf.am instead of leaf.cfg.
759        * tm15/Makefile.am: include leaf.am instead of leaf.cfg.
760        * tm19/Makefile.am: include leaf.am instead of leaf.cfg.
761        * tm04/Makefile.am: include leaf.am instead of leaf.cfg.
762        * tm17/Makefile.am: include leaf.am instead of leaf.cfg.
763        * tm28/Makefile.am: include leaf.am instead of leaf.cfg.
764        * tmck/Makefile.am: include leaf.am instead of leaf.cfg.
765        * tm08/Makefile.am: include leaf.am instead of leaf.cfg.
766        * tm12/Makefile.am: include leaf.am instead of leaf.cfg.
767        * tm03/Makefile.am: include leaf.am instead of leaf.cfg.
768        * tm13/Makefile.am: include leaf.am instead of leaf.cfg.
769        * tm29/Makefile.am: include leaf.am instead of leaf.cfg.
770        * tmoverhd/Makefile.am: include leaf.am instead of leaf.cfg.
771        * tm20/Makefile.am: include leaf.am instead of leaf.cfg.
772        * tm09/Makefile.am: include leaf.am instead of leaf.cfg.
773        * tm01/Makefile.am: include leaf.am instead of leaf.cfg.
774        * tm21/Makefile.am: include leaf.am instead of leaf.cfg.
775        * tm07/Makefile.am: include leaf.am instead of leaf.cfg.
776        * tm25/Makefile.am: include leaf.am instead of leaf.cfg.
777        * tm22/Makefile.am: include leaf.am instead of leaf.cfg.
778        * tm06/Makefile.am: include leaf.am instead of leaf.cfg.
779        * tm05/Makefile.am: include leaf.am instead of leaf.cfg.
780        * tm14/Makefile.am: include leaf.am instead of leaf.cfg.
781        * tm23/Makefile.am: include leaf.am instead of leaf.cfg.
782
7832001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
784
785        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
786
7872001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
788
789        * tm20/Makefile.am: Remove stubdir.rel
790
7912000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
792
793        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
794
7952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
796
797        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
798
7992000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
800
801        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
802        Switch to GNU canonicalization.
803        * tmtests.am: Remove DEFS.
804
8052000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
806
807        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
808        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
809        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
810        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
811        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
812        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
813        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
814        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
815        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
816        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
817        tmoverhd/Makefile.am: Include compile.am
818
8192000-08-10      Joel Sherrill <joel@OARcorp.com>
820
821        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.