source: rtems/testsuites/libtests/ChangeLog @ 7424c3ee

4.115
Last change on this file since 7424c3ee was 7424c3ee, checked in by Joel Sherrill <joel.sherrill@…>, on 07/01/10 at 14:35:00

2010-07-01 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add test for task driven drivers.
  • termios05/.cvsignore, termios05/Makefile.am, termios05/init.c, termios05/termios05.doc, termios05/termios05.scn, termios05/termios_testdriver_taskdriven.c, termios05/termios_testdriver_taskdriven.h: New files.
  • Property mode set to 100644
File size: 36.6 KB
Line 
12010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, configure.ac: Add test for task driven drivers.
4        * termios05/.cvsignore, termios05/Makefile.am, termios05/init.c,
5        termios05/termios05.doc, termios05/termios05.scn,
6        termios05/termios_testdriver_taskdriven.c,
7        termios05/termios_testdriver_taskdriven.h: New files.
8
92010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * Makefile.am, configure.ac: Revert changes related to uncommitted test
12        under development.
13
142010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * Makefile.am, configure.ac, malloctest/init.c, termios03/init.c,
17        termios03/termios03.scn: Handle some of the VKILL and VERASE cases.
18
192010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * Makefile.am, configure.ac: Add new test to exercise termios RX and TX
22        interrupt driven IO support.
23        * termios04/.cvsignore, termios04/Makefile.am, termios04/init.c,
24        termios04/termios04.doc, termios04/termios04.scn,
25        termios04/termios_testdriver_intr.c,
26        termios04/termios_testdriver_intr.h: New files.
27
282010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * termios03/init.c, termios03/termios03.doc, termios03/termios03.scn,
31        termios03/termios_testdriver_polled.c,
32        termios03/termios_testdriver_polled.h: Add more test cases.
33
342010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * malloc02/Makefile.am, malloc03/Makefile.am: Tests do not need spin.c
37
382010-06-25      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * termios03/.cvsignore, termios03/Makefile.am, termios03/init.c,
41        termios03/termios03.doc, termios03/termios03.scn,
42        termios03/termios_testdriver_polled.c,
43        termios03/termios_testdriver_polled.h: New files.
44        * Makefile.am, configure.ac: Add initial version of new test for polled
45        IO support in termios.
46
472010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
48
49        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
50        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
51        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
52        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
53        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
54        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
55        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
56        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
57        termios02/Makefile.am: Revert.
58
592010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
60
61        * termios01/termios01.scn: Fix bug so existing test code for
62        rtems_termios_baud_to_index() is executed.
63
642010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
65
66        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
67        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
68        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
69        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
70        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
71        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
72        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
73        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
74        termios01/init.c, termios02/Makefile.am: Fix bug so existing test
75        code for rtems_termios_baud_to_index() is executed.
76
772010-06-22      Joel Sherrill <joel.sherrilL@OARcorp.com>
78
79        * stackchk/blow.c, stackchk/stackchk.scn: Print a stack check report
80        before blowing stack.
81
822010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
83
84        * Makefile.am, configure.ac: Added test that attempts to free stack
85        memory. This causes a error to be printed from the free function.
86        * malloc03/.cvsignore, malloc03/Makefile.am, malloc03/init.c,
87        malloc03/malloc03.doc, malloc03/malloc03.scn: New files.
88
892010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
90
91        * malloctest/init.c: Added error case with malloc of size 0.
92
932010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
94
95        * malloctest/init.c: Added test to check failure branch on calloc.
96
972010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * malloc02/init.c, malloc02/malloc02.doc: Enable malloc dirty helper.
100
1012010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
102
103        * Makefile.am, configure.ac: Add test for deferring free() from ISR and
104        for deferred free() processing.
105        * malloc02/.cvsignore, malloc02/Makefile.am, malloc02/init.c,
106        malloc02/malloc02.doc, malloc02/malloc02.scn: New files.
107
1082010-06-07      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * termios01/init.c, termios01/termios01.scn, termios02/init.c,
111        termios02/termios02.scn: Add tests for cfigetspeed(), cfogetspeed(),
112        cfisetspeed(), cfosetspeed(), ctermid(), tcflow(), tcflush(),
113        tcsendbreak(), tcsetpgrp(), and tcgetpgrp(). Some of these methods
114        are minimal implementations so the tests will have to grow as the
115        methods grow.
116
1172010-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
118
119        * heapwalk/init.c, malloctest/init.c: Update for heap extend changes.
120
1212010-05-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
122
123        PR 1433/cpukit
124        * block08/bdbuf_tests.c: Enabled tests 1.1, 1.2 and 1.3.
125        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
126        block08/bdbuf_test1_3.c: Use RTEMS_IO_ERROR instead of
127        RTEMS_NO_MEMORY.
128
1292010-05-03      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
130
131        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
132        block05/init.c, block06/init.c, block07/init.c, block09/init.c,
133        block10/init.c: Changed CONFIGURE_MAXIMUM_SEMAPHORES defines.
134
1352010-05-01      Ralf Corsépius <ralf.corsepius@rtems.org>
136
137        * Makefile.am: Move POSIX in front of other tests.
138
1392010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
140
141        * bspcmdline01/init.c: Fix assert conditional.
142
1432010-04-11      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * POSIX/flockfile.c, POSIX/funlockfile.c, POSIX/ftrylockfile.c: New.
146        * POSIX/Makefile.am: Add flockfile, funlockfile, ftrylockfile.
147
1482010-02-26      Joel Sherrill <joel.sherrill@oarcorp.com>
149
150        * block10/.cvsignore: New file.
151
1522010-01-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
153
154        * block05/block05.png, block10/block10.doc, block10/init.c,
155        block10/.cvsignore, block10/block10.scn, block10/block10.png,
156        block10/Makefile.am: New files.
157        * configure.ac, Makefile.am: Update for new files.
158        * block05/block05.doc: Update for new state transitions.
159
1602010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
161
162        * block08/.cvsignore, block09/.cvsignore: New files.
163
1642010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
165
166        * block08/init.c: Remove warning.
167
1682010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
169
170        * block08/block08.scn, block08/init.c: Add starting and ending messages
171        so the scripts detect successful exit.
172
1732010-01-18      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
174
175        * block09/block09.doc, block09/init.c, block09/.cvsignore,
176        block09/block09.scn, block09/Makefile.am: New files.
177        * configure.ac, Makefile.am: Update for new files.
178        * block05/block05.doc: Update for new state transitions.
179        * block05/init.c, block06/init.c: Update for block device API change.
180
1812010-01-18      Oleg Kravtsov <Oleg.Kravtsov@oktetlabs.ru>
182
183        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
184        block08/bdbuf_test1_3.c, block08/bdbuf_test1_4.c,
185        block08/bdbuf_test1_5.c, block08/bdbuf_test2_1.c,
186        block08/bdbuf_test2_2.c, block08/bdbuf_test3_1.c,
187        block08/bdbuf_test3_2.c, block08/bdbuf_test3_3.c,
188        block08/bdbuf_test4_1.c, block08/bdbuf_test4_2.c,
189        block08/bdbuf_test4_3.c, block08/bdbuf_tests.c, block08/bdbuf_tests.h,
190        block08/block08.doc, block08/block08.scn, block08/.cvsignore,
191        block08/init.c, block08/Makefile.am, block08/system.h,
192        block08/test_disk.c: New files.
193
1942009-12-28      Aanjhan Ranganathan <aanjhan@gmail.com>
195
196        * bspcmdline01/init.c, bspcmdline01/bspcmdline01.scn: Added test case
197        to cover the bsp_cmdline_get_param() routine.
198
1992009-12-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
200
201        * block06/init.c: Update for disk device API change.  Changed EBADRQC
202        to EINVAL.
203
2042009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
205
206        * termios01/init.c: Increase number of termios ports by 1.
207
2082009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
209
210        * termios01/termios_testdriver.c:
211        Reflect changes to rtems_termios_callbacks->write.
212
2132009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
214
215        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
216        block05/init.c, block07/init.c, bspcmdline01/init.c,
217        stringto01/init.c, stringto01/stringto_test_template.h,
218        termios01/init.c, termios01/termios_testdriver.c, termios02/init.c:
219        Use rtems_test_assert() consistently instead of system assert().
220        rtems_test_assert() is designed to integrate into the RTEMS test
221        suite infrastructure.
222
2232009-12-06      Ralf Corsépius <ralf.corsepius@rtems.org>
224
225        * POSIX/Makefile.am: Add readv, writev.
226        * POSIX/writev.c, POSIX/readv.c: New.
227
2282009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
229
230        * POSIX/sigfillset.c: Let main() return "status".
231        * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
232        sigismember.
233        * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
234        POSIX/sigismember.c: New.
235
2362009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
237
238        * POSIX/Makefile.am: Add wait.
239        * POSIX/wait.c: New.
240
2412009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
242
243        * bspcmdline01/test.c: Removed.
244
2452009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
246
247        * Makefile.am: Add POSIX.
248        * configure.ac: Add POSIX/.
249        * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
250        POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
251        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
252        POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
253        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
254        POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
255        POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
256        POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
257        POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
258        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
259        POSIX/waitpid.c, POSIX/write.c: New.
260
2612009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
262
263        * stringto01/init.c: New file.
264
2652009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
266
267        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
268        * stringto01/.cvsignore, stringto01/Makefile.am,
269        stringto01/stringto01.doc, stringto01/stringto01.scn,
270        stringto01/stringto_test_template.h: New files.
271
2722009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
273
274        * block05/init.c: Check block size. Improved output.
275        * block01/init.c: Free ramdisk before exit.
276        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
277        block04/block04.doc, block05/block05.doc, block06/block06.doc,
278        block07/block07.doc: New files.
279        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
280        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
281        block07/Makefile.am: Add new files.
282
2832009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
284
285        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
286        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
287        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
288        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
289
2902009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
291
292        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
293        Remove bogus cast.
294        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
295
2962009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
297
298        * rtems++/Task1.cc: Eliminate more warnings.
299
3002009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
301
302        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
303        several dozens of warnings.
304
3052009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
306
307        * block06/init.c: Add missing prototype.
308
3092009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
310
311        * block07/init.c: New test case.
312
3132009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
314
315        * block05/init.c, block05/block05.scn, block05/Makefile.am,
316        block06/init.c, block06/block06.scn, block06/Makefile.am,
317        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
318        * Makefile.am, configure.ac: Added block05, block06 and block07.
319
3202009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
321
322        * termios/init.c: Remove sh2 hacks.
323
3242009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
325
326        * block01/init.c: Include <stdio.h>.
327        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
328        * block02/init.c: Remove unused var.
329
3302009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
331
332        * block02/init.c, block02/block02.scn, block02/Makefile.am,
333        block03/init.c, block03/block03.scn, block03/Makefile.am,
334        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
335        * Makefile.am, configure.ac: Added block02, block03 and block04.
336
3372009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
338
339        * monitor02/init.c: Add local prototype for
340        rtems_shell_main_monitor.
341
3422009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
343
344        * termios01/init.c: Fix parity_table_Entry type.
345        Correct parity_table initialization.
346        Add PRIdrtems_termios_baud_t.
347        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
348
3492009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
350
351        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
352        * malloctest/init.c: Use %zu instead of %d to print size_t's.
353
3542009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
355
356        * rtmonuse/init.c, rtmonuse/task1.c:
357        Use PRIxrtems_id to print rtems_ids.
358        * malloctest/init.c: Use %zu instead of %d to print size_t's.
359
3602009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
361
362        * malloctest/init.c: Fix _Heap_Resize_block args.
363
3642009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
365
366        * malloctest/init.c, termios01/init.c,
367        termios01/termios_testdriver.c: Eliminate unused vars.
368
3692009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
370
371        * heapwalk/init.c: Comment out unused vars.
372        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
373        * malloctest/init.c: Add local prototype for malloc_walk,
374        malloc_info.
375        * malloctest/task1.c: Add local prototype for malloc_walk.
376        * monitor02/init.c: Remove unused vars.
377        * stackchk01/init.c: Remove unused vars.
378        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
379        termios/init.c: Add missing prototypes.
380
3812009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
382
383        * configure.ac: Don't add -fasm to CFLAGS.
384
3852009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
386
387        * block01/.cvsignore: New file.
388
3892009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
390
391        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
392        * Makefile.am, configure.ac: Added block01.
393
3942009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
395
396        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
397
3982009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
399
400        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
401        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
402        it.
403        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
404        termios02/termios02.doc, termios02/termios02.scn: New files.
405        termios02 is a test for tcdrain().
406
4072009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
408
409        * termios01/init.c, termios01/termios_testdriver.c:
410        Reflect changes to termios.
411
4122009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
413
414        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
415
4162009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
417
418        * stackchk01/stackchk01.doc: Add content.
419
4202009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
421
422        * Makefile.am, configure.ac: Add initial test for
423        rtems_stack_checker_is_blown.
424        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
425        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
426
4272009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
428
429        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
430        cases to get back to 100% object coverage.
431
4322009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
433
434        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
435        malloctest/malloctest.scn: New test cases.
436        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
437
4382009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
439
440        * malloctest/init.c: New test cases. Update for heap API changes.
441        * stackchk/blow.c: Update for heap API changes.
442
4432009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
444
445        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
446
4472009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
448
449        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
450        complete coverage of termios_XXX_to_YYY() methods.
451
4522009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
453
454        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
455        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
456        character with the assistance of a special test driver which prints
457        the requests.
458        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
459        termios01/termios01.doc, termios01/termios01.scn,
460        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
461
4622009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
463
464        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
465        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
466        rtems_clock_get_ticks_per_second().
467
4682009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
469
470        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
471        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
472
4732009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
474
475        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
476        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
477        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
478
4792009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
480
481        * malloctest/init.c: Adjust allocation in test so it passes now that
482        heap overhead constant has been increased.
483
4842009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
485
486        * bspcmdline01/init.c: Do not violate visibility.
487
4882009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
489
490        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
491        prefix to all routines.
492
4932009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
494
495        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
496        helper routines.
497        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
498        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
499        bspcmdline01/init.c, bspcmdline01/test.c: New files.
500
5012009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
502
503        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
504        for shrinking a block enough to need to free the newly unused
505        portion.
506
5072009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
508
509        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
510        _Protected_heap_Get_information().
511
5122009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
513
514        * heapwalk/init.c: Add test code for first free block pointer not
515        aligned.
516
5172009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
518
519        * heapwalk/init.c: Add more cases.
520
5212009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
522
523        * heapwalk/init.c: Add more automated corruption capability.
524
5252009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
526
527        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
528
5292009-05-19      Chris Johns <chrisj@rtems.org>
530
531        * cpuuse/tswitch.c: Lower sample count for small memory targets.
532        * cpuuse/system.h: Smaller stack size for small memory targets.
533        * monitor02/init.c: Cannot run on small memory targets.
534
5352009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
536
537        * rtmonuse/init.c: Do not use Task_name array before initialized.
538
5392009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
540
541        * malloctest/init.c: Fix warning.
542
5432009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
544
545        * malloctest/init.c: Fix typo.
546
5472009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
548
549        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
550        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
551        heapwalk/init.c, heapwalk/system.h: New files.
552
5532009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
554
555        * malloctest/init.c: Add test case for heap resize block when the
556        resize creates a free block large enough to free.
557
5582009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
559
560        * cpuuse/Makefile.am, malloctest/Makefile.am,
561        monitor/Makefile.am, monitor02/Makefile.am,
562        putenvtest/Makefile.am, rtems++/Makefile.am,
563        rtmonuse/Makefile.am, stackchk/Makefile.am,
564        termios/Makefile.am, tztest/Makefile.am:
565        Eliminate _exe_/.exe.
566
5672009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
568
569        * stackchk/stackchk.scn: Correct screen to match output.
570
5712008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
572
573        * malloctest/init.c: Change sizes of heap/region and allocated objects
574        in heap to intptr_t so they can be larger than a single allocatable
575        object (e.g. size_t).
576
5772008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
578
579        * malloctest/init.c: Do not generate alignment factors larger that will
580        not fit in a native integer.
581
5822008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
583
584        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
585        CONFIGURE_STACK_CHECKER_ENABLED.
586
5872008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
588
589        * malloctest/init.c: Convert to "bool".
590
5912008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
592
593        * rtems++/System.h: Account for extra task stacks properly.
594
5952008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
596
597        * malloctest/init.c: Fix return status check.
598
5992008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
600
601        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
602        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
603        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
604        POSIX tests. Add a clock_settime case for < 1988.
605
6062008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
607
608        * malloctest/init.c: Add more test cases to cover heap better.
609
6102008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
611
612        * malloctest/init.c: Add new test cases per Sergei. Make some of the
613        stranger cases operate directly on a freshly initialized heap. This
614        should make them more reproducible.
615
6162008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
617
618        * malloctest/init.c: Add more tests per suggestions from Sergei
619        Organov.
620
6212008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
622
623        * malloctest/init.c: Add include to remove warning.
624
6252008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
626
627        * malloctest/init.c: Remove debug print.
628
6292008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
630
631        * monitor02/.cvsignore: New file.
632
6332008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
634
635        * Makefile.am, configure.ac: Added automatic test for monitor shell
636        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
637        monitor02/system.h: New files.
638
6392007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
640
641        * malloctest/init.c: Add test cases suggested by Sergei Organov
642        <s.organov@javad.com>.
643
6442007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
645
646        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
647
6482007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
649
650        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
651        exericise another path in the period statistics code.
652
6532007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
654
655        * malloctest/init.c: Add some primitive testing of realloc() which also
656        does some positive path testing on the SuperCore heap.
657
6582007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
659
660        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
661        cases for untested routines.
662
6632007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
664
665        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
666        the CPU Usage Report include it. If it is deleted, the CPU time it
667        had consumed is not listed later in the report.
668
6692007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
670
671        * tztest/init.c: Build when using buffered test IO.
672
6732007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
674
675        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
676        macro instead of fflush() directly.
677
6782007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
679
680        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
681        Statistics and Period Usage into Rate Monotonic Manager. Added the
682        following directives: rtems_rate_monotonic_get_statistics,
683        rtems_rate_monotonic_reset_statistics,
684        rtems_rate_monotonic_reset_all_statistics,
685        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
686        Obsoleted the rtems/rtmonuse.h file as a public interface.
687
6882007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
689
690        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
691        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
692        optional managers to Makefiles. Clean up test cases so last output
693        line follows END OF pattern. Make sure test case all run. All tests
694        appeared ok on sis.
695
6962007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
697
698        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
699
7002007-03-13      Joel Sherrill <joel@OARcorp.com>
701
702        * tztest/init.c: Call tzset() even though it may be called for us
703        implicitly along the way.
704
7052007-03-13      Joel Sherrill <joel@OARcorp.com>
706
707        * tztest/.cvsignore: New file.
708
7092007-03-13      Joel Sherrill <joel@OARcorp.com>
710
711        * Makefile.am, configure.ac: Added timezone test.
712        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
713        tztest/tztest.scn: New files.
714
7152007-03-05      Joel Sherrill <joel@OARcorp.com>
716
717        * malloctest/init.c: Be explicit about need for default and floating
718        point attributes. This is just a style change.
719
7202007-02-06      Joel Sherrill <joel@OARcorp.com>
721
722        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
723        issues in message queue tests.
724
7252006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
726
727        * configure.ac: New BUG-REPORT address.
728
7292006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
730
731        * configure.ac: Require autoconf-2.60. Require automake-1.10.
732
7332006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
734
735        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
736        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
737        docdir. Use rtems_testsdir instead.
738
7392006-02-08      Joel Sherrill <joel@OARcorp.com>
740
741        * rtems++/Task1.cc: Fix warnings.
742
7432005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
744
745        * configure.ac: Remove RTEMS_ENABLE_BARE,
746        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
747
7482005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
749
750        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
751        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
752        stackchk/Makefile.am, termios/Makefile.am:
753        Convert to using *_PROGRAMS.
754
7552005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
756
757        * cpuuse/Makefile.am, malloctest/Makefile.am,
758        monitor/Makefile.am, putenvtest/Makefile.am,
759        rtems++/Makefile.am, rtmonuse/Makefile.am,
760        stackchk/Makefile.am, termios/Makefile.am: Rework.
761
7622005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
763
764        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
765        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
766        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
767        * libtests.am: Remove.
768
7692005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
770
771        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
772        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
773        stackchk/Makefile.am, termios/Makefile.am:
774        AM_CPPFLAGS += -I..../support/include.
775
7762005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
777
778        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
779        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
780
7812005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
782
783        * libtests.am: Remove LIB_VARIANT.
784
7852005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
786
787        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
788        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
789        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
790
7912005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
792
793        * Makefile.am: Cleanup.
794
7952005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
796
797        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
798        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
799        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
800        stackchk/Makefile.am, termios/Makefile.am:
801        Partial conversion to automake.
802
8032005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
804
805        * rtems++/Makefile.am: Remove LIB_VARIANT.
806
8072004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
808
809        * configure.ac: Remove -ansi to prevent folks from further damaging
810        the code with broken prototypes.
811        * putenvtest/init.c: Remove broken putenv prototype.
812        * termios/init.c (print_c_cc): Don't loop over NCCS.
813
8142004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
815
816        * configure.ac: Require automake > 1.9.
817
8182004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
819
820        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
821        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
822        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
823        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
824        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
825        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
826        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
827        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
828
8292004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
830
831        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
832        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
833        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
834        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
835        using c99 fixed size types.
836
8372004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
838
839        * configure.ac: Add 2nd arg to RTEMS_TOP.
840
8412004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
842
843        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
844        Add PRE/TMPINSTALL_FILES to CLEANFILES.
845        * malloctest/Makefile.am: Ditto.
846        * monitor/Makefile.am: Ditto.
847        * putenvtest/Makefile.am: Ditto.
848        * rtems++/Makefile.am: Ditto.
849        * rtmonuse/Makefile.am: Ditto.
850        * stackchk/Makefile.am: Ditto.
851        * termios/Makefile.am: Ditto.
852
8532003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
854
855        * libtests.am: Add dirstamp support.
856
8572003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
858
859        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
860
8612003-12-16      Joel Sherrill <joel@OARcorp.com>
862
863        PR 544/tests
864        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
865        tests account for resources and not print at inappropriate times.
866
8672003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
868
869        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
870
8712003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
872
873        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
874        * malloctest/Makefile.am: Remove all-local: $(ARCH).
875        * monitor/Makefile.am: Remove all-local: $(ARCH).
876        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
877        * rtems++/Makefile.am: Remove all-local: $(ARCH).
878        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
879        * stackchk/Makefile.am: Remove all-local: $(ARCH).
880        * termios/Makefile.am: Remove all-local: $(ARCH).
881
8822003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
883
884        * configure.ac: Reflect having moved to testsuites/.
885
8862003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
887
888        * configure.ac: Remove RTEMS_CANONICAL_HOST.
889
8902003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
891
892        * configure.ac:Remove RTEMS_CHECK_CPU.
893
8942003-09-04      Joel Sherrill <joel@OARcorp.com>
895
896        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
897        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
898        malloctest/system.h, malloctest/task1.c, monitor/init.c,
899        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
900        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
901        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
902        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
903        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
904        stackchk/task1.c: URL for license changed.
905
9062003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
907
908        * Makefile.am: Reflect having moved aclocal/.
909
9102003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
911
912        * Makefile.am: Reflect having moved automake/.
913        * cpuuse/Makefile.am: Reflect having moved automake/.
914        * malloctest/Makefile.am: Reflect having moved automake/.
915        * monitor/Makefile.am: Reflect having moved automake/.
916        * putenvtest/Makefile.am: Reflect having moved automake/.
917        * rtems++/Makefile.am: Reflect having moved automake/.
918        * rtmonuse/Makefile.am: Reflect having moved automake/.
919        * stackchk/Makefile.am: Reflect having moved automake/.
920        * termios/Makefile.am: Reflect having moved automake/.
921
9222003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
923
924        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
925
9262003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
927
928        * configure.ac: Remove AC_CONFIG_AUX_DIR.
929
9302003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
931
932        * configure.ac: Unconditionally check for CXX.
933        Require autoconf-2.57, automake-1.7.2.
934        * rtems++: Eliminate CC_O_FILES.
935
9362002-12-02      Joel Sherrill <joel@OARcorp.com>
937
938        * malloctest/init.c: Tasks should be floating point.
939
9402002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
941
942        * .cvsignore: Reformat.
943        Add autom4te*cache.
944        Remove autom4te.cache.
945
9462002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
947
948        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
949        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
950        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
951        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
952        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
953        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
954        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
955        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
956
9572002-08-01      Joel Sherrill <joel@OARcorp.com>
958
959        * Per PR47 add support for buffered test output.  This involved
960        adding defines to redirect output to a buffer and dump it when
961        full, at "test pause", and at exit.  To avoid problems when redefining
962        exit(), all tests were modified to call rtems_test_exit().
963        Some tests, notable psxtests, had to be modified to include
964        the standard test macro .h file (pmacros.h or tmacros.h) to
965        enable this support.
966        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
967        rtmonuse/task1.c, termios/init.c: Modified.
968
9692002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
970
971        * configure.ac: Remove ENABLE_GCC28.
972
9732002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
974
975        * configure.ac:
976        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
977        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
978        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
979        * Makefile.am: Remove AUTOMAKE_OPTIONS.
980        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
981        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
982        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
983        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
984        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
985        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
986        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
987
9882001-11-01      Joel Sherrill <joel@OARcorp.com>
989
990        * rtems++/Makefile.am: Make sure debug variant of librtems++
991        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
992        and processed as PR78.
993
9942001-10-25      Joel Sherrill <joel@OARcorp.com>
995
996        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
997
9982001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
999
1000        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1001        * configure.in: Remove.
1002        * configure.ac: New file, generated from configure.in by autoupdate.
1003
10042001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1005
1006        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1007        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
1008
10092001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1010
1011        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
1012        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
1013        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
1014        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
1015        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
1016        make-cxx-exe.
1017        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
1018        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
1019        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
1020
10212001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1022
1023        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1024
10252000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1026
1027        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1028
10292000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1030
1031        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1032
10332000-11-01      Joel Sherrill <joel@OARcorp.com>
1034
1035        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
1036        libcsupport.h moved from libc to lib/include/rtems and now must
1037        be referenced as <rtems/XXX.h>. 
1038
10392000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1040
1041        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1042        Switch to GNU canonicalization.
1043        * libtests.am: Remove DEFS.
1044
10452000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1046
1047        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1048        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1049        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
1050
10512000-08-10      Joel Sherrill <joel@OARcorp.com>
1052
1053        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.