source: rtems/testsuites/tmtests/ChangeLog @ 152a2841

4.115
Last change on this file since 152a2841 was aecbde54, checked in by Joel Sherrill <joel.sherrill@…>, on 05/09/11 at 19:43:04

2011-05-09 Joel Sherrill <joel.sherrill@…>

  • tm26/system.h, tm27/system.h: Ensure these tests use the correct scheduler.
  • Property mode set to 100644
File size: 35.4 KB
Line 
12011-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * tm26/system.h, tm27/system.h: Ensure these tests use the correct
4        scheduler.
5
62011-05-05      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm15/task1.c: Remove
9        warnings.
10
112011-03-16      Jennifer Averett <jennifer.averett@OARcorp.com>
12
13        PR 1743/cpu
14        * tm26/task1.c, tm27/task1.c: Add Simple Priority Scheduler as
15        complement to existing Deterministic Priority Scheduler. Modify these
16        tests to verify the scheduler they are designed to work with is the
17        default scheduler.
18
192011-03-16      Sebastian Huber <sebastian.huber@embedded-brains.de>
20
21        * tm26/task1.c: Update for API change.
22
232011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * configure.ac: Add AC_CONFIG_HEADER(config.h).
26
272011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
30        tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
31        tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
32        tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
33        tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
34        tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tm30/init.c,
35        tmck/task1.c, tmoverhd/empty.c, tmoverhd/testtask.c: Add HAVE_CONFIG_H.
36
372011-02-18      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * tm26/task1.c, tm27/task1.c: Adjust for name changes.
40
412011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * configure.ac: Require autoconf-2.68, automake-1.11.1.
44
452010-12-06      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * README: Add initial small set of POSIX Timing Tests.
48
492010-11-25      Sebastian Huber <sebastian.huber@embedded-brains.de>
50
51        * tm26/task1.c, tm27/task1.c: Update for API changes.
52
532010-11-24      Gedare Bloom <giddyup44@yahoo.com>
54
55        PR 1647/cpukit
56        * tm26/task1.c, tm27/task1.c: Update documentation to reflect
57        refactoring of SuperCore to add Scheduler Handler.
58
592010-10-25      Sebastian Huber <sebastian.huber@embedded-brains.de>
60
61        * tm26/task1.c, tm27/task1.c: Do not violate chain API.
62
632010-07-30      Gedare Bloom <giddyup44@yahoo.com>
64
65        PR 1599/cpukit
66        * tm26/task1.c, tm27/task1.c: Rename _Context_Switch_necessary to
67        _Thread_Dispatch_necessary to more properly reflect the intent.
68
692010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * Makefile.am, configure.ac: New test for barrier create, ident, and
72        delete.
73        * tm30/.cvsignore, tm30/Makefile.am, tm30/init.c, tm30/tm30.doc: New
74        files.
75
762009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        * tm20/task1.c: Use rtems_test_assert() consistently instead of system
79        assert(). rtems_test_assert() is designed to integrate into the RTEMS
80        test suite infrastructure.
81
822009-11-02      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * tmoverhd/testtask.c: Apply RTEMS_GCC_NOWARN_USED.
85        * tmoverhd/dumrtems.h: Rework undef/define cascade.
86        Add RTEMS_GCC_NOWARN_USED.
87        * tmoverhd/system.h: Add prototype for Empty_directive();
88
892009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
90
91        * tm26/task1.c: Use true/false instead of TRUE/FALSE for "bool"s.
92        * tm15/task1.c: Make time_set a "bool".
93        Eliminate TRUE/FALSE.
94
952009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * tmck/task1.c: Use PRIu32 to print uint32_t's.
98
992009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * tm05/task1.c, tm18/task1.c, tmoverhd/empty.c,
102        tmoverhd/system.h: Add missing prototypes.
103
1042009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * configure.ac: Don't add -ansi -fasm to CFLAGS.
107
1082009-10-14      Joel Sherrill <joel.sherrill@OARcorp.com>
109
110        * tmck/task1.c: Ignore numbers that are too large but keep going -- do
111        not abort.
112
1132009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * tmck/task1.c: Remove support for "unix".
116
1172009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * tm08/task1.c: Convert calls to legacy routine rtems_clock_get(
120        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
121
1222009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
125        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
126        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
127        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
128        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
129        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
130        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
131        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
132        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
133        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am:
134        tmoverhd/Makefile.am: Eliminate _exe_/.exe.
135
1362009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
137
138        * include/timesys.h: Array of task names should be of type rtems_name
139        not rtems_id.
140
1412008-12-14      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, tm16/task1.c,
146        tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c, tm21/task1.c,
147        tm23/task1.c, tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c,
148        tm28/task1.c, tm29/task1.c, tmoverhd/testtask.c: Run all tests
149        successfully with maxixum number of priorities as 16 instead of 256.
150        This was done by temporarily modifying the score priority.h maximum.
151        This allowed testing of all API code to ensure that it worked
152        properly with a reduced number of priorities. Most modifications were
153        to switch from hard-coded maximum to using the API provided methods
154        to determine maximum number of priority levels.
155
1562008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
157
158        * tm26/task1.c: Fix typo.
159
1602008-10-28      Joel Sherrill <joel.sherrill@oarcorp.com>
161
162        * tm22/system.h, tm22/task1.c: Account for message buffers used.
163
1642008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
165
166        * include/timesys.h: Use inttypes.h.
167        * tmck/task1.c: Use uint32_t for count.
168
1692008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
170
171        * include/timesys.h: Rename STACK_CHECKER_ON to more appropriate
172        CONFIGURE_STACK_CHECKER_ENABLED.
173
1742008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
175
176        * tm09/system.h, tm09/task1.c: Account for message buffer memory.
177
1782008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
179
180        * tm01/Makefile.am, tm01/task1.c, tm02/Makefile.am, tm02/task1.c,
181        tm03/Makefile.am, tm03/task1.c, tm04/Makefile.am, tm04/task1.c,
182        tm05/Makefile.am, tm05/task1.c, tm06/Makefile.am, tm06/task1.c,
183        tm07/Makefile.am, tm07/task1.c, tm08/Makefile.am, tm08/task1.c,
184        tm09/Makefile.am, tm09/task1.c, tm10/Makefile.am, tm10/task1.c,
185        tm11/Makefile.am, tm11/task1.c, tm12/Makefile.am, tm12/task1.c,
186        tm13/Makefile.am, tm13/task1.c, tm14/Makefile.am, tm14/task1.c,
187        tm15/Makefile.am, tm15/task1.c, tm16/Makefile.am, tm16/task1.c,
188        tm17/Makefile.am, tm17/task1.c, tm18/Makefile.am, tm18/task1.c,
189        tm19/Makefile.am, tm19/task1.c, tm20/Makefile.am, tm20/task1.c,
190        tm21/Makefile.am, tm21/task1.c, tm22/Makefile.am, tm22/task1.c,
191        tm23/Makefile.am, tm23/task1.c, tm24/Makefile.am, tm24/task1.c,
192        tm25/Makefile.am, tm25/task1.c, tm26/Makefile.am, tm26/task1.c,
193        tm27/Makefile.am, tm27/task1.c, tm28/Makefile.am, tm28/task1.c,
194        tm29/Makefile.am, tm29/task1.c, tmck/Makefile.am, tmck/task1.c,
195        tmoverhd/Makefile.am, tmoverhd/testtask.c: Eliminate empty function
196        from every benchmark timer driver. Fix spelling.
197
1982008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
199
200        * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
201        tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
202        tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
203        tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
204        tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
205        tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c,
206        tmoverhd/testtask.c: Rename timer driver methods to follow RTEMS
207        programming conventions.
208
2092008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
210
211        * tm02/system.h, tm10/system.h: Make configurations more accurate.
212
2132008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
214
215        * tmoverhd/dumrtems.h: Refactored and renamed initialization routines
216        to rtems_initialize_data_structures, rtems_initialize_before_drivers,
217        rtems_initialize_device_drivers, and
218        rtems_initialize_start_multitasking. This opened the sequence up so
219        that bootcard() could provide a more robust and flexible framework
220        which is easier to explain and understand. This also lays the
221        groundwork for sharing the division of available memory between the
222        RTEMS workspace and heap and the C library initialization across all
223        BSPs.
224
2252008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
226
227        * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
228        tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
229        tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
230        tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
231        tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
232        tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c,
233        tmoverhd/testtask.c: Change TEST_INIT to CONFIGURE_INIT. Make
234        tmacros.h available to all POSIX tests. Add a clock_settime case for
235        < 1988.
236
2372007-12-05      Joel Sherrill <joel.sherrill@oarcorp.com>
238
239        * tmoverhd/testtask.c: Spacing and remove call to obsolete
240        rtems_initialize_executive().
241
2422007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
243
244        * tmoverhd/testtask.c: Move interrupt_stack_size field from CPU Table
245        to Configuration Table. Eliminate CPU Table from all ports. Delete
246        references to CPU Table in all forms.
247
2482007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
249
250        * tm05/Makefile.am, tm06/Makefile.am, tm07/Makefile.am,
251        tm08/Makefile.am, tm09/Makefile.am, tm10/Makefile.am,
252        tm11/Makefile.am, tm12/Makefile.am, tm13/Makefile.am,
253        tm14/Makefile.am, tm15/Makefile.am, tm16/Makefile.am,
254        tm17/Makefile.am, tm18/Makefile.am, tm19/Makefile.am,
255        tm20/Makefile.am, tm22/Makefile.am, tm23/Makefile.am,
256        tm24/Makefile.am, tm25/Makefile.am, tm26/Makefile.am,
257        tm27/Makefile.am, tm28/Makefile.am, tm29/Makefile.am,
258        tmck/Makefile.am, tmoverhd/Makefile.am: Add optional managers to
259        Makefiles. Clean up test cases so last output line follows END OF
260        pattern. Make sure test case all run. All tests appeared ok on sis.
261
2622007-02-06      Joel Sherrill <joel@OARcorp.com>
263
264        * tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c,
265        tm14/task1.c, tm22/task1.c: Address size_t/uint32_t typing issues in
266        message queue tests.
267
2682006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
269
270        * configure.ac: New BUG-REPORT address.
271
2722006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
273
274        * configure.ac: Require autoconf-2.60. Require automake-1.10.
275
2762006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
277
278        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
279        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
280        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
281        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
282        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
283        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
284        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
285        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
286        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
287        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
288        tmoverhd/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
289        instead.
290
2912005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
292
293        * configure.ac: Remove RTEMS_ENABLE_BARE,
294        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
295
2962005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
297
298        * tm01/Makefile.am, tm02/Makefile.am,
299        tm03/Makefile.am, tm04/Makefile.am,
300        tm05/Makefile.am, tm06/Makefile.am,
301        tm07/Makefile.am, tm08/Makefile.am,
302        tm09/Makefile.am, tm10/Makefile.am,
303        tm11/Makefile.am, tm12/Makefile.am,
304        tm13/Makefile.am, tm14/Makefile.am,
305        tm15/Makefile.am, tm16/Makefile.am,
306        tm17/Makefile.am, tm18/Makefile.am,
307        tm19/Makefile.am, tm20/Makefile.am,
308        tm21/Makefile.am, tm22/Makefile.am,
309        tm23/Makefile.am, tm24/Makefile.am,
310        tm25/Makefile.am, tm26/Makefile.am,
311        tm27/Makefile.am, tm28/Makefile.am,
312        tm29/Makefile.am, tmck/Makefile.am,
313        tmoverhd/Makefile.am: Convert to using *_PROGRAMS.
314
3152005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
316
317        * tm01/Makefile.am, tm02/Makefile.am,
318        tm03/Makefile.am, tm04/Makefile.am,
319        tm05/Makefile.am, tm06/Makefile.am,
320        tm07/Makefile.am, tm08/Makefile.am,
321        tm09/Makefile.am, tm10/Makefile.am,
322        tm11/Makefile.am, tm12/Makefile.am,
323        tm13/Makefile.am, tm14/Makefile.am,
324        tm15/Makefile.am, tm16/Makefile.am,
325        tm17/Makefile.am, tm18/Makefile.am,
326        tm19/Makefile.am, tm20/Makefile.am,
327        tm21/Makefile.am, tm22/Makefile.am,
328        tm23/Makefile.am, tm24/Makefile.am,
329        tm25/Makefile.am, tm26/Makefile.am,
330        tm27/Makefile.am, tm28/Makefile.am,
331        tm29/Makefile.am, tmck/Makefile.am,
332        tmoverhd/Makefile.am: Rework.
333
3342005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
335
336        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
337        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
338        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
339        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
340        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
341        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
342        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
343        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
344        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
345        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
346        tmoverhd/Makefile.am: Expand tmtests.am.
347        * tmtests.am: Remove.
348
3492005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
350
351        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
352        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
353        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
354        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
355        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
356        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
357        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
358        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
359        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
360        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
361        tmoverhd/Makefile.am: AM_CPPFLAGS += -I..../support/include.
362
3632005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
364
365        * tmtests.am: Set project_bspdir=$(PROJECT_ROOT)
366
3672005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
368
369        * Makefile.am: Remove noinst_HEADERS.
370        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
371        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
372        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
373        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
374        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
375        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
376        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
377        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
378        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
379        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
380        tmoverhd/Makefile.am: Add ../include/systime.h.
381
3822005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
383
384        * tmtests.am: Remove LIB_VARIANT.
385
3862005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
387
388        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
389        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
390        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
391        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
392        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
393        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
394        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
395        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
396        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
397        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
398        tmoverhd/Makefile.am: Remove SRC, PRINT_SRC.
399
4002005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
401
402        * Makefile.am: Cleanup.
403
4042005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
405
406        * tmtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
407        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
408        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
409        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
410        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
411        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
412        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
413        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
414        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
415        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
416        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
417        tmoverhd/Makefile.am:
418        Partial conversion to automake.
419
4202004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
421
422        * configure.ac: Require automake > 1.9.
423
4242004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
425
426        PR 610/bsps
427        * tm27/task1.c: Use _RTEMS_RMTEST27 instead of RTEMS_TM27.
428        Unconditionally include <tm27.h>.
429
4302004-04-21      Joel Sherrill <joel@OARcorp.com>
431
432        PR 611/bsps
433        * tm27/task1.c: Follow conventions for tm27 and do not add another
434        macro definition.
435
4362004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
437
438        * tm01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
439        * tm02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
440        * tm03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
441        * tm04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
442        * tm05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
443        * tm06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
444        * tm07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
445        * tm08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
446        * tm09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
447        * tm10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
448        * tm11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
449        * tm12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
450        * tm13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
451        * tm14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
452        * tm15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
453        * tm16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
454        * tm17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
455        * tm18/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
456        * tm19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
457        * tm20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
458        * tm21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
459        * tm22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
460        * tm23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
461        * tm24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
462        * tm25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
463        * tm26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
464        * tm27/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
465        * tm28/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
466        * tm29/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
467        * tmck/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
468        * tmoverhd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
469
4702004-03-30      David Querbach <querbach@realtime.bc.ca>
471
472        PR 597/tests
473        * tm02/system.h, tm03/system.h, tm04/system.h, tm05/system.h,
474        tm06/system.h, tm07/system.h, tm08/system.h, tm10/system.h,
475        tm11/system.h, tm12/system.h, tm13/system.h, tm14/system.h,
476        tm15/system.h, tm16/system.h, tm17/system.h, tm18/system.h,
477        tm19/system.h, tm21/system.h, tm22/system.h, tm23/system.h,
478        tm24/system.h, tm25/system.h, tm26/system.h, tm27/system.h,
479        tm27/task1.c, tm29/system.h: The actual workspace needed by the
480        tmtests depends on OPERATION_COUNT, but the definitions of
481        CONFIGURE_MAXIMIM_xxx in the their system.h files do not reflect
482        this. This results in unnecessary memory exhaustion on small-memory
483        systems such as the SS555.
484
4852004-03-28      Ralf Corsepius <ralf.corsepius@rtems.org>
486
487        * include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c,
488        tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c,
489        tm08/task1.c, tm09/task1.c, tm10/task1.c, tm11/task1.c,
490        tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
491        tm16/task1.c, tm17/task1.c, tm18/task1.c, tm20/task1.c,
492        tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c,
493        tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c,
494        tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Convert to using
495        c99 fixed size types.
496
4972004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * configure.ac: Add 2nd arg to RTEMS_TOP.
500
5012004-02-26      Joel Sherrill <joel@OARcorp.com>
502
503        PR 583/tests
504        * tm26/task1.c, tm27/task1.c: Correctly reset
505        _Thread_Dispatch_disable_level so printing is safe.
506
5072004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * tm01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
510        Add PRE/TMPINSTALL_FILES to CLEANFILES.
511        * tm02/Makefile.am: Ditto.
512        * tm03/Makefile.am: Ditto.
513        * tm04/Makefile.am: Ditto.
514        * tm05/Makefile.am: Ditto.
515        * tm06/Makefile.am: Ditto.
516        * tm07/Makefile.am: Ditto.
517        * tm08/Makefile.am: Ditto.
518        * tm09/Makefile.am: Ditto.
519        * tm10/Makefile.am: Ditto.
520        * tm11/Makefile.am: Ditto.
521        * tm12/Makefile.am: Ditto.
522        * tm13/Makefile.am: Ditto.
523        * tm14/Makefile.am: Ditto.
524        * tm15/Makefile.am: Ditto.
525        * tm16/Makefile.am: Ditto.
526        * tm17/Makefile.am: Ditto.
527        * tm18/Makefile.am: Ditto.
528        * tm19/Makefile.am: Ditto.
529        * tm20/Makefile.am: Ditto.
530        * tm21/Makefile.am: Ditto.
531        * tm22/Makefile.am: Ditto.
532        * tm23/Makefile.am: Ditto.
533        * tm24/Makefile.am: Ditto.
534        * tm25/Makefile.am: Ditto.
535        * tm26/Makefile.am: Ditto.
536        * tm27/Makefile.am: Ditto.
537        * tm28/Makefile.am: Ditto.
538        * tm29/Makefile.am: Ditto.
539        * tmck/Makefile.am: Ditto.
540        * tmoverhd/Makefile.am: Ditto.
541
5422003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * tmtests.am: Add dirstamp support.
545
5462003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * tmtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
549
5502003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
553
5542003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * include/Makefile.am: Reformat.
557        * tm01/Makefile.am: Remove all-local: $(ARCH).
558        * tm02/Makefile.am: Remove all-local: $(ARCH).
559        * tm03/Makefile.am: Remove all-local: $(ARCH).
560        * tm04/Makefile.am: Remove all-local: $(ARCH).
561        * tm05/Makefile.am: Remove all-local: $(ARCH).
562        * tm06/Makefile.am: Remove all-local: $(ARCH).
563        * tm07/Makefile.am: Remove all-local: $(ARCH).
564        * tm08/Makefile.am: Remove all-local: $(ARCH).
565        * tm09/Makefile.am: Remove all-local: $(ARCH).
566        * tm10/Makefile.am: Remove all-local: $(ARCH).
567        * tm11/Makefile.am: Remove all-local: $(ARCH).
568        * tm12/Makefile.am: Remove all-local: $(ARCH).
569        * tm13/Makefile.am: Remove all-local: $(ARCH).
570        * tm14/Makefile.am: Remove all-local: $(ARCH).
571        * tm15/Makefile.am: Remove all-local: $(ARCH).
572        * tm16/Makefile.am: Remove all-local: $(ARCH).
573        * tm17/Makefile.am: Remove all-local: $(ARCH).
574        * tm18/Makefile.am: Remove all-local: $(ARCH).
575        * tm19/Makefile.am: Remove all-local: $(ARCH).
576        * tm20/Makefile.am: Remove all-local: $(ARCH).
577        * tm21/Makefile.am: Remove all-local: $(ARCH).
578        * tm22/Makefile.am: Remove all-local: $(ARCH).
579        * tm23/Makefile.am: Remove all-local: $(ARCH).
580        * tm24/Makefile.am: Remove all-local: $(ARCH).
581        * tm25/Makefile.am: Remove all-local: $(ARCH).
582        * tm26/Makefile.am: Remove all-local: $(ARCH).
583        * tm27/Makefile.am: Remove all-local: $(ARCH).
584        * tm28/Makefile.am: Remove all-local: $(ARCH).
585        * tm29/Makefile.am: Remove all-local: $(ARCH).
586        * tmck/Makefile.am: Remove all-local: $(ARCH).
587        * tmoverhd/Makefile.am: Remove all-local: $(ARCH).
588
5892003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * configure.ac: Reflect having moved to testsuites/.
592
5932003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * configure.ac: Remove RTEMS_CANONICAL_HOST.
596
5972003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * configure.ac:Remove RTEMS_CHECK_CPU.
600
6012003-09-04      Joel Sherrill <joel@OARcorp.com>
602
603        * include/timesys.h, tm01/system.h, tm01/task1.c, tm01/tm01.doc,
604        tm02/system.h, tm02/task1.c, tm02/tm02.doc, tm03/system.h,
605        tm03/task1.c, tm03/tm03.doc, tm04/system.h, tm04/task1.c,
606        tm04/tm04.doc, tm05/system.h, tm05/task1.c, tm05/tm05.doc,
607        tm06/system.h, tm06/task1.c, tm06/tm06.doc, tm07/system.h,
608        tm07/task1.c, tm07/tm07.doc, tm08/system.h, tm08/task1.c,
609        tm08/tm08.doc, tm09/system.h, tm09/task1.c, tm09/tm09.doc,
610        tm10/system.h, tm10/task1.c, tm10/tm10.doc, tm11/system.h,
611        tm11/task1.c, tm11/tm11.doc, tm12/system.h, tm12/task1.c,
612        tm12/tm12.doc, tm13/system.h, tm13/task1.c, tm13/tm13.doc,
613        tm14/system.h, tm14/task1.c, tm14/tm14.doc, tm15/system.h,
614        tm15/task1.c, tm15/tm15.doc, tm16/system.h, tm16/task1.c,
615        tm16/tm16.doc, tm17/system.h, tm17/task1.c, tm17/tm17.doc,
616        tm18/system.h, tm18/task1.c, tm18/tm18.doc, tm19/system.h,
617        tm19/task1.c, tm19/tm19.doc, tm20/system.h, tm20/task1.c,
618        tm20/tm20.doc, tm21/system.h, tm21/task1.c, tm21/tm21.doc,
619        tm22/system.h, tm22/task1.c, tm22/tm22.doc, tm23/system.h,
620        tm23/task1.c, tm23/tm23.doc, tm24/system.h, tm24/task1.c,
621        tm24/tm24.doc, tm25/system.h, tm25/task1.c, tm25/tm25.doc,
622        tm26/fptest.h, tm26/system.h, tm26/task1.c, tm26/tm26.doc,
623        tm27/system.h, tm27/task1.c, tm27/tm27.doc, tm28/system.h,
624        tm28/task1.c, tm28/tm28.doc, tm29/system.h, tm29/task1.c,
625        tm29/tm29.doc, tmck/system.h, tmck/task1.c, tmck/tmck.doc,
626        tmoverhd/dumrtems.h, tmoverhd/empty.c, tmoverhd/system.h,
627        tmoverhd/testtask.c, tmoverhd/tmoverhd.doc: URL for license changed.
628
6292003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * Makefile.am: Reflect having moved aclocal/.
632
6332003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * Makefile.am: Reflect having moved automake/.
636        * include/Makefile.am: Reflect having moved automake/.
637        * tm01/Makefile.am: Reflect having moved automake/.
638        * tm02/Makefile.am: Reflect having moved automake/.
639        * tm03/Makefile.am: Reflect having moved automake/.
640        * tm04/Makefile.am: Reflect having moved automake/.
641        * tm05/Makefile.am: Reflect having moved automake/.
642        * tm06/Makefile.am: Reflect having moved automake/.
643        * tm07/Makefile.am: Reflect having moved automake/.
644        * tm08/Makefile.am: Reflect having moved automake/.
645        * tm09/Makefile.am: Reflect having moved automake/.
646        * tm10/Makefile.am: Reflect having moved automake/.
647        * tm11/Makefile.am: Reflect having moved automake/.
648        * tm12/Makefile.am: Reflect having moved automake/.
649        * tm13/Makefile.am: Reflect having moved automake/.
650        * tm14/Makefile.am: Reflect having moved automake/.
651        * tm15/Makefile.am: Reflect having moved automake/.
652        * tm16/Makefile.am: Reflect having moved automake/.
653        * tm17/Makefile.am: Reflect having moved automake/.
654        * tm18/Makefile.am: Reflect having moved automake/.
655        * tm19/Makefile.am: Reflect having moved automake/.
656        * tm20/Makefile.am: Reflect having moved automake/.
657        * tm21/Makefile.am: Reflect having moved automake/.
658        * tm22/Makefile.am: Reflect having moved automake/.
659        * tm23/Makefile.am: Reflect having moved automake/.
660        * tm24/Makefile.am: Reflect having moved automake/.
661        * tm25/Makefile.am: Reflect having moved automake/.
662        * tm26/Makefile.am: Reflect having moved automake/.
663        * tm27/Makefile.am: Reflect having moved automake/.
664        * tm28/Makefile.am: Reflect having moved automake/.
665        * tm29/Makefile.am: Reflect having moved automake/.
666        * tmck/Makefile.am: Reflect having moved automake/.
667        * tmoverhd/Makefile.am: Reflect having moved automake/.
668
6692003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
672
6732003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
674
675        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
676        CC_CFLAGS_DEFAULT (obsolete).
677
6782003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
681        Remove CC_LDFLAGS_PROFILE_V.
682
6832003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
684
685        * configure.ac: Remove AC_CONFIG_AUX_DIR.
686
6872003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
688
689        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
690
6912003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
692
693        * configure.ac: AC_PREREQ(2.57).
694
6952002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        * .cvsignore: Reformat.
698        Add autom4te*cache.
699        Remove autom4te.cache.
700
7012002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
702
703        * tm01/Makefile.am: Use $(OBJEXT) instead of .o.
704        * tm02/Makefile.am: Use $(OBJEXT) instead of .o.
705        * tm03/Makefile.am: Use $(OBJEXT) instead of .o.
706        * tm04/Makefile.am: Use $(OBJEXT) instead of .o.
707        * tm05/Makefile.am: Use $(OBJEXT) instead of .o.
708        * tm06/Makefile.am: Use $(OBJEXT) instead of .o.
709        * tm07/Makefile.am: Use $(OBJEXT) instead of .o.
710        * tm08/Makefile.am: Use $(OBJEXT) instead of .o.
711        * tm09/Makefile.am: Use $(OBJEXT) instead of .o.
712        * tm10/Makefile.am: Use $(OBJEXT) instead of .o.
713        * tm11/Makefile.am: Use $(OBJEXT) instead of .o.
714        * tm12/Makefile.am: Use $(OBJEXT) instead of .o.
715        * tm13/Makefile.am: Use $(OBJEXT) instead of .o.
716        * tm14/Makefile.am: Use $(OBJEXT) instead of .o.
717        * tm15/Makefile.am: Use $(OBJEXT) instead of .o.
718        * tm16/Makefile.am: Use $(OBJEXT) instead of .o.
719        * tm17/Makefile.am: Use $(OBJEXT) instead of .o.
720        * tm18/Makefile.am: Use $(OBJEXT) instead of .o.
721        * tm19/Makefile.am: Use $(OBJEXT) instead of .o.
722        * tm20/Makefile.am: Use $(OBJEXT) instead of .o.
723        * tm21/Makefile.am: Use $(OBJEXT) instead of .o.
724        * tm22/Makefile.am: Use $(OBJEXT) instead of .o.
725        * tm23/Makefile.am: Use $(OBJEXT) instead of .o.
726        * tm24/Makefile.am: Use $(OBJEXT) instead of .o.
727        * tm25/Makefile.am: Use $(OBJEXT) instead of .o.
728        * tm26/Makefile.am: Use $(OBJEXT) instead of .o.
729        * tm27/Makefile.am: Use $(OBJEXT) instead of .o.
730        * tm28/Makefile.am: Use $(OBJEXT) instead of .o.
731        * tm29/Makefile.am: Use $(OBJEXT) instead of .o.
732        * tmck/Makefile.am: Use $(OBJEXT) instead of .o.
733        * tmoverhd/Makefile.am: Use $(OBJEXT) instead of .o.
734
7352002-08-01      Joel Sherrill <joel@OARcorp.com>
736
737        * Per PR47 add support for buffered test output.  This involved
738        adding defines to redirect output to a buffer and dump it when
739        full, at "test pause", and at exit.  To avoid problems when redefining
740        exit(), all tests were modified to call rtems_test_exit().
741        Some tests, notable psxtests, had to be modified to include
742        the standard test macro .h file (pmacros.h or tmacros.h) to
743        enable this support.
744        * include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c,
745        tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c, tm08/task1.c,
746        tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c,
747        tm14/task1.c, tm15/task1.c, tm16/task1.c, tm17/task1.c, tm18/task1.c,
748        tm19/task1.c, tm20/task1.c, tm21/task1.c, tm22/task1.c, tm23/task1.c,
749        tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c,
750        tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Modified.
7512002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
752
753        * configure.ac: Remove ENABLE_GCC28.
754
7552002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
756
757        * configure.ac:
758        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
759        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
760        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
761        * Makefile.am: Remove AUTOMAKE_OPTIONS.
762        * tm01/Makefile.am: Remove AUTOMAKE_OPTIONS.
763        * tm02/Makefile.am: Remove AUTOMAKE_OPTIONS.
764        * tm03/Makefile.am: Remove AUTOMAKE_OPTIONS.
765        * tm04/Makefile.am: Remove AUTOMAKE_OPTIONS.
766        * tm05/Makefile.am: Remove AUTOMAKE_OPTIONS.
767        * tm06/Makefile.am: Remove AUTOMAKE_OPTIONS.
768        * tm07/Makefile.am: Remove AUTOMAKE_OPTIONS.
769        * tm08/Makefile.am: Remove AUTOMAKE_OPTIONS.
770        * tm09/Makefile.am: Remove AUTOMAKE_OPTIONS.
771        * tm10/Makefile.am: Remove AUTOMAKE_OPTIONS.
772        * tm11/Makefile.am: Remove AUTOMAKE_OPTIONS.
773        * tm12/Makefile.am: Remove AUTOMAKE_OPTIONS.
774        * tm13/Makefile.am: Remove AUTOMAKE_OPTIONS.
775        * tm14/Makefile.am: Remove AUTOMAKE_OPTIONS.
776        * tm15/Makefile.am: Remove AUTOMAKE_OPTIONS.
777        * tm16/Makefile.am: Remove AUTOMAKE_OPTIONS.
778        * tm17/Makefile.am: Remove AUTOMAKE_OPTIONS.
779        * tm18/Makefile.am: Remove AUTOMAKE_OPTIONS.
780        * tm19/Makefile.am: Remove AUTOMAKE_OPTIONS.
781        * tm20/Makefile.am: Remove AUTOMAKE_OPTIONS.
782        * tm21/Makefile.am: Remove AUTOMAKE_OPTIONS.
783        * tm22/Makefile.am: Remove AUTOMAKE_OPTIONS.
784        * tm23/Makefile.am: Remove AUTOMAKE_OPTIONS.
785        * tm24/Makefile.am: Remove AUTOMAKE_OPTIONS.
786        * tm25/Makefile.am: Remove AUTOMAKE_OPTIONS.
787        * tm26/Makefile.am: Remove AUTOMAKE_OPTIONS.
788        * tm27/Makefile.am: Remove AUTOMAKE_OPTIONS.
789        * tm28/Makefile.am: Remove AUTOMAKE_OPTIONS.
790        * tm29/Makefile.am: Remove AUTOMAKE_OPTIONS.
791        * tmck/Makefile.am: Remove AUTOMAKE_OPTIONS.
792        * tmoverhd/Makefile.am: Remove AUTOMAKE_OPTIONS.
793
7942001-11-08      Jiri Gaisler <jiri@gaisler.com>
795
796        This fix is response to test results reported by Jerry Needell
797        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
798        * tm27/task1.c: Account for overhead in starting and stopping
799        the timer.
800
8012001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
802
803        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
804        * configure.in: Remove.
805        * configure.ac: New file, generated from configure.in by autoupdate.
806
8072001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
808
809        * tmtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
810
8112001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
812
813        * tm27/Makefile.am: include leaf.am instead of leaf.cfg.
814        * tm26/Makefile.am: include leaf.am instead of leaf.cfg.
815        * tm24/Makefile.am: include leaf.am instead of leaf.cfg.
816        * tm16/Makefile.am: include leaf.am instead of leaf.cfg.
817        * tm18/Makefile.am: include leaf.am instead of leaf.cfg.
818        * tm02/Makefile.am: include leaf.am instead of leaf.cfg.
819        * tm10/Makefile.am: include leaf.am instead of leaf.cfg.
820        * tm11/Makefile.am: include leaf.am instead of leaf.cfg.
821        * tm15/Makefile.am: include leaf.am instead of leaf.cfg.
822        * tm19/Makefile.am: include leaf.am instead of leaf.cfg.
823        * tm04/Makefile.am: include leaf.am instead of leaf.cfg.
824        * tm17/Makefile.am: include leaf.am instead of leaf.cfg.
825        * tm28/Makefile.am: include leaf.am instead of leaf.cfg.
826        * tmck/Makefile.am: include leaf.am instead of leaf.cfg.
827        * tm08/Makefile.am: include leaf.am instead of leaf.cfg.
828        * tm12/Makefile.am: include leaf.am instead of leaf.cfg.
829        * tm03/Makefile.am: include leaf.am instead of leaf.cfg.
830        * tm13/Makefile.am: include leaf.am instead of leaf.cfg.
831        * tm29/Makefile.am: include leaf.am instead of leaf.cfg.
832        * tmoverhd/Makefile.am: include leaf.am instead of leaf.cfg.
833        * tm20/Makefile.am: include leaf.am instead of leaf.cfg.
834        * tm09/Makefile.am: include leaf.am instead of leaf.cfg.
835        * tm01/Makefile.am: include leaf.am instead of leaf.cfg.
836        * tm21/Makefile.am: include leaf.am instead of leaf.cfg.
837        * tm07/Makefile.am: include leaf.am instead of leaf.cfg.
838        * tm25/Makefile.am: include leaf.am instead of leaf.cfg.
839        * tm22/Makefile.am: include leaf.am instead of leaf.cfg.
840        * tm06/Makefile.am: include leaf.am instead of leaf.cfg.
841        * tm05/Makefile.am: include leaf.am instead of leaf.cfg.
842        * tm14/Makefile.am: include leaf.am instead of leaf.cfg.
843        * tm23/Makefile.am: include leaf.am instead of leaf.cfg.
844
8452001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
846
847        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
848
8492001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
850
851        * tm20/Makefile.am: Remove stubdir.rel
852
8532000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
854
855        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
856
8572000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
858
859        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
860
8612000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
862
863        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
864        Switch to GNU canonicalization.
865        * tmtests.am: Remove DEFS.
866
8672000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
868
869        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
870        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
871        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
872        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
873        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
874        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
875        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
876        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
877        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
878        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
879        tmoverhd/Makefile.am: Include compile.am
880
8812000-08-10      Joel Sherrill <joel@OARcorp.com>
882
883        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.